0.2.5 • Published 1 year ago

@grapl/pulumi-buildkite v0.2.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Buildkite Resource Provider

The Buildkite Resource Provider lets you manage Buildkite CI/CD resources.

NOTE: This provider is in the process of being migrated to the Pulumiverse organization. Make note of the upcoming package name changes below for your SDK.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @grapl/pulumi-buildkite

Or, following the Pulumiverse migration:

npm install @pulumiverse/buildkite

or yarn:

yarn add @grapl/pulumi-buildkite

Or, following the Pulumiverse migration:

yarn add @pulumiverse/buildkite

Python

To use from Python, install using pip:

pip install pulumi_buildkite

Or, following the Pulumiverse migration:

pip install pulumiverse_buildkite

Go

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

go get github.com/grapl-security/pulumi-buildkite/sdk/go/...

Or, following the Pulumiverse migration:

go get github.com/pulumiverse/pulumi-buildkite/sdk/go/...

Configuration

The following configuration points are available for the buildkite provider:

  • buildkite:api_token (environment: BUILDKITE_API_TOKEN) - A Buildkite API Access Token. Must have GraphQL access, as well as the write_pipelines and read_pipelines scopes.
  • buildkite:organization (environment: BUILDKITE_ORGANIZATION) - The Buildkite organization slug.

Reference

For detailed reference documentation, please visit the Pulumi registry.

0.2.5

1 year ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago