Skip to content

Commit 7983847

Browse files
authored
feat: move npm orga scraly to ovh-devrelteam (#39)
1 parent 4a79da6 commit 7983847

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en
44

55
<a href="https://github.com/ovh/pulumi-ovh/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ovh/pulumi-ovh?logo=github&style=flat-square"></a>
66
[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://godoc.org/github.com/ovh/pulumi-ovh)
7-
[![NPM version](https://badge.fury.io/js/@scraly%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovh%2Fpulumi-ovh)
7+
[![NPM version](https://badge.fury.io/js/@ovh-devrelteam%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovh%2Fpulumi-ovh)
88
[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)
99
[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)
1010
<a href="https://gitpod.io/#https://github.com/ovh/pulumi-ovh"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>
@@ -18,13 +18,13 @@ This package is available for several languages/platforms:
1818
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
1919

2020
```bash
21-
npm install @scraly/pulumi-ovh
21+
npm install @ovh-devrelteam/pulumi-ovh
2222
```
2323

2424
or `yarn`:
2525

2626
```bash
27-
yarn add @scraly/pulumi-ovh
27+
yarn add @ovh-devrelteam/pulumi-ovh
2828
```
2929

3030
### Python

docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pulumi.export("version", my_kube_cluster.version)
5555
```typescript
5656
import * as pulumi from "@pulumi/pulumi";
5757

58-
import * as ovh from "@scraly/pulumi-ovh"
58+
import * as ovh from "@ovh-devrelteam/pulumi-ovh"
5959

6060
let config = new pulumi.Config();
6161
let serviceName = config.require("serviceName")

docs/installation-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note that the [lbrlabs Pulumi OVH provider](https://github.com/lbrlabs/pulumi-ov
1212

1313
The Pulumi `OVH` provider is available as a package in all Pulumi languages:
1414

15-
* JavaScript/TypeScript: [`@scraly/pulumi-ovh`](https://www.npmjs.com/package/@scraly/pulumi-ovh)
15+
* JavaScript/TypeScript: [`@ovh-devrelteam/pulumi-ovh`](https://www.npmjs.com/package/@ovh-devrelteam/pulumi-ovh)
1616
* Python: [`pulumi_ovh`](https://pypi.org/project/pulumi-ovh/)
1717
* Go: [`github.com/ovh/pulumi-ovh/sdk/go/ovh`](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk)
1818
* .NET: [`Pulumi.Ovh`](https://www.nuget.org/packages/Pulumi.Ovh)

examples/ovh-typescript/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as pulumi from "@pulumi/pulumi";
2-
import * as ovh from "@scraly/pulumi-ovh"
2+
import * as ovh from "@ovh-devrelteam/pulumi-ovh"
33

44
let config = new pulumi.Config();
55
let serviceName = config.require("serviceName")

examples/ovh-typescript/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ovh-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"dependencies": {
88
"@pulumi/pulumi": "^3.0.0",
9-
"@scraly/pulumi-ovh": "^0.33.0"
9+
"@ovh-devrelteam/pulumi-ovh": "^0.33.0"
1010
}
1111
}

provider/cmd/pulumi-resource-ovh/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"gradleTest": ""
3737
},
3838
"nodejs": {
39-
"packageName": "@scraly/pulumi-ovh",
39+
"packageName": "@ovh-devrelteam/pulumi-ovh",
4040
"packageDescription": "A Pulumi package for creating and managing OVH resources.",
4141
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/ovh/terraform-provider-ovh)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-ovh` repo](https://github.com/ovh/pulumi-ovh/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-ovh` repo](https://github.com/ovh/terraform-provider-ovh/issues).",
4242
"dependencies": {

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ func Provider() tfbridge.ProviderInfo {
668668
},
669669
},
670670
JavaScript: &tfbridge.JavaScriptInfo{
671-
PackageName: "@scraly/pulumi-ovh",
671+
PackageName: "@ovh-devrelteam/pulumi-ovh",
672672
// List any npm dependencies and their versions
673673
Dependencies: map[string]string{
674674
"@pulumi/pulumi": "^3.0.0",

sdk/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@scraly/pulumi-ovh",
2+
"name": "@ovh-devrelteam/pulumi-ovh",
33
"version": "${VERSION}",
44
"description": "A Pulumi package for creating and managing OVH resources.",
55
"keywords": [

sdk/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en
44

55
<a href="https://github.com/ovh/pulumi-ovh/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ovh/pulumi-ovh?logo=github&style=flat-square"></a>
66
[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://godoc.org/github.com/ovh/pulumi-ovh)
7-
[![NPM version](https://badge.fury.io/js/@scraly%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovh%2Fpulumi-ovh)
7+
[![NPM version](https://badge.fury.io/js/@ovh-devrelteam%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovh%2Fpulumi-ovh)
88
[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)
99
[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)
1010
<a href="https://gitpod.io/#https://github.com/ovh/pulumi-ovh"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>
@@ -18,13 +18,13 @@ This package is available for several languages/platforms:
1818
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
1919

2020
```bash
21-
npm install @scraly/pulumi-ovh
21+
npm install @ovh-devrelteam/pulumi-ovh
2222
```
2323

2424
or `yarn`:
2525

2626
```bash
27-
yarn add @scraly/pulumi-ovh
27+
yarn add @ovh-devrelteam/pulumi-ovh
2828
```
2929

3030
### Python

0 commit comments

Comments
 (0)