pulumi-buildkite


Namepulumi-buildkite JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://pulumi.io
SummaryA Pulumi package for creating and managing Buildkite CI/CD platform resources.
upload_time2022-12-02 18:01:03
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi buildkite category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Buildkite Resource Provider

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:

### Node.js (JavaScript/TypeScript)

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`:

```bash
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

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](https://www.pulumi.com/registry/packages/buildkite/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.io",
    "name": "pulumi-buildkite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi buildkite category/infrastructure",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/25/0a/4c1ce83c2dc02b2cb7fe0edf39c61d51d407806dfa41d7d3631906f41a7b/pulumi_buildkite-0.2.5.tar.gz",
    "platform": null,
    "description": "# Buildkite Resource Provider\n\nThe Buildkite Resource Provider lets you manage [Buildkite](https://buildkite.com/) CI/CD resources.\n\n**NOTE**: This provider is in the process of being migrated to the\n[Pulumiverse](https://github.com/pulumiverse) organization. Make note\nof the upcoming package name changes below for your SDK.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @grapl/pulumi-buildkite\n```\nOr, following the Pulumiverse migration:\n```bash\nnpm install @pulumiverse/buildkite\n```\n\nor `yarn`:\n\n```bash\nyarn add @grapl/pulumi-buildkite\n```\n\nOr, following the Pulumiverse migration:\n```bash\nyarn add @pulumiverse/buildkite\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_buildkite\n```\n\nOr, following the Pulumiverse migration:\n```bash\npip install pulumiverse_buildkite\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/grapl-security/pulumi-buildkite/sdk/go/...\n```\nOr, following the Pulumiverse migration:\n```bash\ngo get github.com/pulumiverse/pulumi-buildkite/sdk/go/...\n```\n\n## Configuration\n\nThe following configuration points are available for the `buildkite` provider:\n\n- `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.\n- `buildkite:organization` (environment: `BUILDKITE_ORGANIZATION`) - The Buildkite organization slug.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/buildkite/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Buildkite CI/CD platform resources.",
    "version": "0.2.5",
    "split_keywords": [
        "pulumi",
        "buildkite",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b1cce73295b9d5201f5dd106b6c333d6",
                "sha256": "5b1db2eb9e057b693ab88a127017ed5e8880061b8987208712eb19e29c6e6885"
            },
            "downloads": -1,
            "filename": "pulumi_buildkite-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b1cce73295b9d5201f5dd106b6c333d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24147,
            "upload_time": "2022-12-02T18:01:03",
            "upload_time_iso_8601": "2022-12-02T18:01:03.430574Z",
            "url": "https://files.pythonhosted.org/packages/25/0a/4c1ce83c2dc02b2cb7fe0edf39c61d51d407806dfa41d7d3631906f41a7b/pulumi_buildkite-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 18:01:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumi-buildkite"
}
        
Elapsed time: 0.01444s