Skip to content

Commit

Permalink
Merge pull request #20 from grapl-security/cm/notify-of-migration-to-…
Browse files Browse the repository at this point in the history
…pulumiverse

Update README to reflect upcoming Pulumiverse migration
  • Loading branch information
christophermaier authored Dec 2, 2022
2 parents 380ec9d + affb3b2 commit cba78e0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The Buildkite Resource Provider lets you manage [Buildkite](https://buildkite.com/) CI/CD resources.

**NOTE**: This provider is in the process of being migrated to the
[Pulumiverse](https://github.com/pulumiverse) organization. Make note
of the upcoming package name changes below for your SDK.

## Installing

This package is available for several languages/platforms:
Expand All @@ -13,13 +17,22 @@ To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @grapl/pulumi-buildkite
```
Or, following the Pulumiverse migration:
```bash
npm install @pulumiverse/buildkite
```

or `yarn`:

```bash
yarn add @grapl/pulumi-buildkite
```

Or, following the Pulumiverse migration:
```bash
yarn add @pulumiverse/buildkite
```

### Python

To use from Python, install using `pip`:
Expand All @@ -28,13 +41,22 @@ To use from Python, install using `pip`:
pip install pulumi_buildkite
```

Or, following the Pulumiverse migration:
```bash
pip install pulumiverse_buildkite
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/grapl-security/pulumi-buildkite/sdk/go/...
```
Or, following the Pulumiverse migration:
```bash
go get github.com/pulumiverse/pulumi-buildkite/sdk/go/...
```

## Configuration

Expand Down
22 changes: 22 additions & 0 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The Buildkite Resource Provider lets you manage [Buildkite](https://buildkite.com/) CI/CD resources.

**NOTE**: This provider is in the process of being migrated to the
[Pulumiverse](https://github.com/pulumiverse) organization. Make note
of the upcoming package name changes below for your SDK.

## Installing

This package is available for several languages/platforms:
Expand All @@ -13,13 +17,22 @@ To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @grapl/pulumi-buildkite
```
Or, following the Pulumiverse migration:
```bash
npm install @pulumiverse/buildkite
```

or `yarn`:

```bash
yarn add @grapl/pulumi-buildkite
```

Or, following the Pulumiverse migration:
```bash
yarn add @pulumiverse/buildkite
```

### Python

To use from Python, install using `pip`:
Expand All @@ -28,13 +41,22 @@ To use from Python, install using `pip`:
pip install pulumi_buildkite
```

Or, following the Pulumiverse migration:
```bash
pip install pulumiverse_buildkite
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/grapl-security/pulumi-buildkite/sdk/go/...
```
Or, following the Pulumiverse migration:
```bash
go get github.com/pulumiverse/pulumi-buildkite/sdk/go/...
```

## Configuration

Expand Down

0 comments on commit cba78e0

Please sign in to comment.