From affb3b283381d0a4ddbf7f18ec1d440ec20c822a Mon Sep 17 00:00:00 2001 From: Christopher Maier Date: Tue, 29 Nov 2022 12:51:11 -0500 Subject: [PATCH] Update README to reflect upcoming Pulumiverse migration We'll be donating this provider to the Pulumiverse organization; this adds information about this to the README in preparation for that move. Signed-off-by: Christopher Maier --- README.md | 22 ++++++++++++++++++++++ sdk/python/README.md | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/README.md b/README.md index 1899136..1f1b248 100644 --- a/README.md +++ b/README.md @@ -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: @@ -13,6 +17,10 @@ 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`: @@ -20,6 +28,11 @@ or `yarn`: yarn add @grapl/pulumi-buildkite ``` +Or, following the Pulumiverse migration: +```bash +yarn add @pulumiverse/buildkite +``` + ### Python To use from Python, install using `pip`: @@ -28,6 +41,11 @@ 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: @@ -35,6 +53,10 @@ 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 diff --git a/sdk/python/README.md b/sdk/python/README.md index 1899136..1f1b248 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -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: @@ -13,6 +17,10 @@ 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`: @@ -20,6 +28,11 @@ or `yarn`: yarn add @grapl/pulumi-buildkite ``` +Or, following the Pulumiverse migration: +```bash +yarn add @pulumiverse/buildkite +``` + ### Python To use from Python, install using `pip`: @@ -28,6 +41,11 @@ 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: @@ -35,6 +53,10 @@ 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