# Pulumi Bitbucket Cloud Resource Provider
The Pulumi Bitbucket Cloud Resource Provider lets you manage [Bitbucket](https://bitbucket.org/product) resources.
## 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 @pulumi/bitbucket
```
or `yarn`:
```bash
yarn add @pulumi/bitbucket
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_bitbucket
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/ryan-pip/pulumi-bitbucket/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Bitbucket
```
## Configuration
The following configuration points are available for the `bitbucket` provider:
- `bitbucket:username` (environment: `BITBUCKET_USERNAME`) - (Optional) Username to use for authentication via Basic Auth.
- `bitbucket:password` (environment: `BITBUCKET_PASSWORD`) - (Optional) Password to use for authentication via Basic Auth
- `bitbucket:oauth_client_id` (environment: `BITBUCKET_OAUTH_CLIENT_ID`) - (Optional) OAuth client ID to use for authentication via Client Credentials Grant. If configured, requires oauth_client_secret to be configured as well.
- `bitbucket:oauth_client_secret` (environment: `BITBUCKET_OAUTH_CLIENT_SECRET`) - (Optional) OAuth client secret to use for authentication via Client Credentials Grant. If configured, requires oauth_client_id to be configured as well.
- `bitbucket:oauth_token` (environment: `BITBUCKET_OAUTH_TOKEN`) - (Optional) An OAuth access token to use for authentication via OAuth.
## Reference
For detailed reference documentation, please visit [the github repo](https://github.com/ryan-pip/pulumi-bitbucket).
Raw data
{
"_id": null,
"home_page": "https://www.pulumi.com",
"name": "pulumi-bitbucket",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "pulumi bitbucket category/vcs",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/85/76/0b0b9dd58732914e6b2bf4971b330a5e19842c5e2eafff138f5b1104ca06/pulumi_bitbucket-0.0.7.tar.gz",
"platform": null,
"description": "# Pulumi Bitbucket Cloud Resource Provider\n\nThe Pulumi Bitbucket Cloud Resource Provider lets you manage [Bitbucket](https://bitbucket.org/product) resources.\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 @pulumi/bitbucket\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/bitbucket\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_bitbucket\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/ryan-pip/pulumi-bitbucket/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Bitbucket\n```\n\n## Configuration\n\nThe following configuration points are available for the `bitbucket` provider:\n\n- `bitbucket:username` (environment: `BITBUCKET_USERNAME`) - (Optional) Username to use for authentication via Basic Auth.\n- `bitbucket:password` (environment: `BITBUCKET_PASSWORD`) - (Optional) Password to use for authentication via Basic Auth\n- `bitbucket:oauth_client_id` (environment: `BITBUCKET_OAUTH_CLIENT_ID`) - (Optional) OAuth client ID to use for authentication via Client Credentials Grant. If configured, requires oauth_client_secret to be configured as well.\n- `bitbucket:oauth_client_secret` (environment: `BITBUCKET_OAUTH_CLIENT_SECRET`) - (Optional) OAuth client secret to use for authentication via Client Credentials Grant. If configured, requires oauth_client_id to be configured as well.\n- `bitbucket:oauth_token` (environment: `BITBUCKET_OAUTH_TOKEN`) - (Optional) An OAuth access token to use for authentication via OAuth. \n\n## Reference\n\nFor detailed reference documentation, please visit [the github repo](https://github.com/ryan-pip/pulumi-bitbucket).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing bitbucket cloud resources.",
"version": "0.0.7",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/ryan-pip/pulumi-bitbucket"
},
"split_keywords": [
"pulumi",
"bitbucket",
"category/vcs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "85760b0b9dd58732914e6b2bf4971b330a5e19842c5e2eafff138f5b1104ca06",
"md5": "9a0423c1e31ab91fd0676e5819e25375",
"sha256": "0fbb07c679e17aeec22639c4d97ac1d6371bc8a6907add604b26403c41551521"
},
"downloads": -1,
"filename": "pulumi_bitbucket-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "9a0423c1e31ab91fd0676e5819e25375",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 34996,
"upload_time": "2023-10-20T09:13:51",
"upload_time_iso_8601": "2023-10-20T09:13:51.050331Z",
"url": "https://files.pythonhosted.org/packages/85/76/0b0b9dd58732914e6b2bf4971b330a5e19842c5e2eafff138f5b1104ca06/pulumi_bitbucket-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 09:13:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ryan-pip",
"github_project": "pulumi-bitbucket",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-bitbucket"
}