pulumi-buildkite-bridge


Namepulumi-buildkite-bridge JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/muhlba91/pulumi-buildkite
SummaryA Pulumi package for creating and managing Buildkite resources.
upload_time2023-06-04 16:01:03
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi buildkite
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Buildkite Resource Provider

[![](https://img.shields.io/github/license/muhlba91/pulumi-buildkite?style=for-the-badge)](LICENSE)
[![](https://img.shields.io/github/actions/workflow/status/muhlba91/pulumi-buildkite/verify.yml?style=for-the-badge)](https://github.com/muhlba91/pulumi-buildkite/actions/workflows/verify.yml)
[![](https://img.shields.io/github/release-date/muhlba91/pulumi-buildkite?style=for-the-badge)](https://github.com/muhlba91/pulumi-buildkite/releases)
[![](https://img.shields.io/pypi/v/pulumi-buildkite?style=for-the-badge)](https://pypi.org/project/pulumi-buildkite/)
[![](https://img.shields.io/pypi/dm/pulumi-buildkite?style=for-the-badge)](https://pypi.org/project/pulumi-buildkite/)
[![](https://img.shields.io/nuget/v/Pulumi.Buildkite?style=for-the-badge)](https://www.nuget.org/packages/Pulumi.Buildkite/)
[![](https://img.shields.io/nuget/dt/Pulumi.Buildkite?style=for-the-badge)](https://www.nuget.org/packages/Pulumi.Buildkite/)
[![](https://img.shields.io/npm/v/@muhlba91/pulumi-buildkite?style=for-the-badge)](https://www.npmjs.com/package/@muhlba91/pulumi-buildkite)
[![](https://img.shields.io/npm/dm/@muhlba91/pulumi-buildkite?style=for-the-badge)](https://www.npmjs.com/package/@muhlba91/pulumi-buildkite)
[![](https://img.shields.io/github/all-contributors/muhlba91/pulumi-buildkite?color=ee8449&style=for-the-badge)](#contributors)
<a href="https://www.buymeacoffee.com/muhlba91" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="150"></a>

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

The provider is built on https://github.com/buildkite/terraform-provider-buildkite.

## Installing

This package is available in many languages in the standard packaging formats.

### Installing the Plugin

1. Download the appropriate archive file from the Releases page:
   `wget https://github.com/muhlba91/pulumi-buildkite/releases/download/vX.Y.Z/pulumi-resource-buildkite-vX.Y.Z-OPERATING_SYSTEM-ARCH.tar.gz`
2. Add the plugin to Pulumi:
   `pulumi plugin install resource buildkite X.Y.Z -f ./pulumi-resource-buildkite-vX.Y.Z-OPERATING_SYSTEM-ARCH.tar.gz`

### Node.js (JavaScript/TypeScript)

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

```bash
npm install @muhlba91/pulumi-buildkite
```

or `yarn`:

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

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-buildkite-bridge
```

### Go

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

```bash
go get github.com/muhlba91/pulumi-buildkite/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumi.Buildkite
```

## Configuration

You need to set the following environment variables:

- `BUILDKITE_API_TOKEN`: the API token (required)
- `BUILDKITE_ORGANIZATION`: the organization to create resources in (required)
- `BUILDKITE_GRAPHQL_URL`: the GraphQL URL (optional)
- `BUILDKITE_REST_URL`: the REST URL (optional)

Example for *Typescript* to create a resource:

```typescript
import * as buildkite from '@muhlba91/pulumi-buildkite';

const args = {};
const vm = new buildkite.agent.AgentToken(
  'token',
  args,
);
```

## Reference

For detailed reference documentation, please visit the upstream Terraform provider's documentation at: https://registry.terraform.io/providers/buildkite/buildkite/latest>

## Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://muehlbachler.io/"><img src="https://avatars.githubusercontent.com/u/653739?v=4?s=100" width="100px;" alt="Daniel Mühlbachler-Pietrzykowski"/><br /><sub><b>Daniel Mühlbachler-Pietrzykowski</b></sub></a><br /><a href="#maintenance-muhlba91" title="Maintenance">🚧</a> <a href="https://github.com/muhlba91/pulumi-buildkite/commits?author=muhlba91" title="Code">💻</a> <a href="https://github.com/muhlba91/pulumi-buildkite/commits?author=muhlba91" title="Documentation">📖</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/muhlba91/pulumi-buildkite",
    "name": "pulumi-buildkite-bridge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi buildkite",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d8/f2/3c1707635e04072b9c044ffe2acace98cbe35840eb23990c6ef863a16bbd/pulumi_buildkite_bridge-1.1.3.tar.gz",
    "platform": null,
    "description": "# Buildkite Resource Provider\n\n[![](https://img.shields.io/github/license/muhlba91/pulumi-buildkite?style=for-the-badge)](LICENSE)\n[![](https://img.shields.io/github/actions/workflow/status/muhlba91/pulumi-buildkite/verify.yml?style=for-the-badge)](https://github.com/muhlba91/pulumi-buildkite/actions/workflows/verify.yml)\n[![](https://img.shields.io/github/release-date/muhlba91/pulumi-buildkite?style=for-the-badge)](https://github.com/muhlba91/pulumi-buildkite/releases)\n[![](https://img.shields.io/pypi/v/pulumi-buildkite?style=for-the-badge)](https://pypi.org/project/pulumi-buildkite/)\n[![](https://img.shields.io/pypi/dm/pulumi-buildkite?style=for-the-badge)](https://pypi.org/project/pulumi-buildkite/)\n[![](https://img.shields.io/nuget/v/Pulumi.Buildkite?style=for-the-badge)](https://www.nuget.org/packages/Pulumi.Buildkite/)\n[![](https://img.shields.io/nuget/dt/Pulumi.Buildkite?style=for-the-badge)](https://www.nuget.org/packages/Pulumi.Buildkite/)\n[![](https://img.shields.io/npm/v/@muhlba91/pulumi-buildkite?style=for-the-badge)](https://www.npmjs.com/package/@muhlba91/pulumi-buildkite)\n[![](https://img.shields.io/npm/dm/@muhlba91/pulumi-buildkite?style=for-the-badge)](https://www.npmjs.com/package/@muhlba91/pulumi-buildkite)\n[![](https://img.shields.io/github/all-contributors/muhlba91/pulumi-buildkite?color=ee8449&style=for-the-badge)](#contributors)\n<a href=\"https://www.buymeacoffee.com/muhlba91\" target=\"_blank\"><img src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"28\" width=\"150\"></a>\n\nThe Buildkite Resource Provider lets you manage [Buildkite](http://buildkite.com) resources.\n\nThe provider is built on https://github.com/buildkite/terraform-provider-buildkite.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Installing the Plugin\n\n1. Download the appropriate archive file from the Releases page:\n   `wget https://github.com/muhlba91/pulumi-buildkite/releases/download/vX.Y.Z/pulumi-resource-buildkite-vX.Y.Z-OPERATING_SYSTEM-ARCH.tar.gz`\n2. Add the plugin to Pulumi:\n   `pulumi plugin install resource buildkite X.Y.Z -f ./pulumi-resource-buildkite-vX.Y.Z-OPERATING_SYSTEM-ARCH.tar.gz`\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 @muhlba91/pulumi-buildkite\n```\n\nor `yarn`:\n\n```bash\nyarn add @muhlba91/pulumi-buildkite\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-buildkite-bridge\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/muhlba91/pulumi-buildkite/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Buildkite\n```\n\n## Configuration\n\nYou need to set the following environment variables:\n\n- `BUILDKITE_API_TOKEN`: the API token (required)\n- `BUILDKITE_ORGANIZATION`: the organization to create resources in (required)\n- `BUILDKITE_GRAPHQL_URL`: the GraphQL URL (optional)\n- `BUILDKITE_REST_URL`: the REST URL (optional)\n\nExample for *Typescript* to create a resource:\n\n```typescript\nimport * as buildkite from '@muhlba91/pulumi-buildkite';\n\nconst args = {};\nconst vm = new buildkite.agent.AgentToken(\n  'token',\n  args,\n);\n```\n\n## Reference\n\nFor detailed reference documentation, please visit the upstream Terraform provider's documentation at: https://registry.terraform.io/providers/buildkite/buildkite/latest>\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://muehlbachler.io/\"><img src=\"https://avatars.githubusercontent.com/u/653739?v=4?s=100\" width=\"100px;\" alt=\"Daniel M\u00fchlbachler-Pietrzykowski\"/><br /><sub><b>Daniel M\u00fchlbachler-Pietrzykowski</b></sub></a><br /><a href=\"#maintenance-muhlba91\" title=\"Maintenance\">\ud83d\udea7</a> <a href=\"https://github.com/muhlba91/pulumi-buildkite/commits?author=muhlba91\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/muhlba91/pulumi-buildkite/commits?author=muhlba91\" title=\"Documentation\">\ud83d\udcd6</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Buildkite resources.",
    "version": "1.1.3",
    "project_urls": {
        "Homepage": "https://github.com/muhlba91/pulumi-buildkite",
        "Repository": "https://github.com/muhlba91/pulumi-buildkite"
    },
    "split_keywords": [
        "pulumi",
        "buildkite"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8f23c1707635e04072b9c044ffe2acace98cbe35840eb23990c6ef863a16bbd",
                "md5": "1fe134e73ed21fa070fdeb0d98c8838a",
                "sha256": "6ef437804407f453ecf1c55533a5311fb2408d6bc519e9602e40792c9f52a3de"
            },
            "downloads": -1,
            "filename": "pulumi_buildkite_bridge-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1fe134e73ed21fa070fdeb0d98c8838a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 27654,
            "upload_time": "2023-06-04T16:01:03",
            "upload_time_iso_8601": "2023-06-04T16:01:03.187643Z",
            "url": "https://files.pythonhosted.org/packages/d8/f2/3c1707635e04072b9c044ffe2acace98cbe35840eb23990c6ef863a16bbd/pulumi_buildkite_bridge-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 16:01:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "muhlba91",
    "github_project": "pulumi-buildkite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-buildkite-bridge"
}
        
Elapsed time: 0.07476s