# Control Plane (cpln) Resource Provider
The Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) 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 @pulumiverse/cpln
```
or `yarn`:
```bash
yarn add @pulumiverse/cpln
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumiverse-cpln
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-cpln/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumiverse.cpln
```
## Configuration
The following configuration points are available for the `cpln` provider:
- `cpln:org` - The Control Plane org that this provider will perform actions against
- `cpln:endpoint` - The Control Plane Data Service API endpoint
- `cpln:profile` - The user/service account profile that this provider will use to authenticate to the data service
- `cpln:token` - A generated token that can be used to authenticate to the data service API
- `cpln:refreshToken` - A generated token that can be used to authenticate to the data service API
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumiverse-cpln",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, cpln, category/infrastructure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b2/42/bb2209ec994b45781de2f853a99cac0cbbe194aa7be0eef4f289fe95bfa4/pulumiverse_cpln-0.0.69.tar.gz",
"platform": null,
"description": "# Control Plane (cpln) Resource Provider\n\nThe Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) 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 @pulumiverse/cpln\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/cpln\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse-cpln\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/pulumiverse/pulumi-cpln/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.cpln\n```\n\n## Configuration\n\nThe following configuration points are available for the `cpln` provider:\n\n- `cpln:org` - The Control Plane org that this provider will perform actions against\n- `cpln:endpoint` - The Control Plane Data Service API endpoint\n- `cpln:profile` - The user/service account profile that this provider will use to authenticate to the data service\n- `cpln:token` - A generated token that can be used to authenticate to the data service API\n- `cpln:refreshToken` - A generated token that can be used to authenticate to the data service API\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Control Plane (cpln) resources.",
"version": "0.0.69",
"project_urls": {
"Homepage": "https://www.controlplane.com",
"Repository": "https://github.com/pulumiverse/pulumi-cpln"
},
"split_keywords": [
"pulumi",
" cpln",
" category/infrastructure"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a21a58c425c5d5d7334e144652314b47a030789c12ec96b3c13959113c5718d7",
"md5": "17df0cdf1341ce8ad03ae9bf5a77b30c",
"sha256": "ac42fa37ace8f5406b9658eea51d847c62e06ed02eef8d7b61a4b006b1df979f"
},
"downloads": -1,
"filename": "pulumiverse_cpln-0.0.69-py3-none-any.whl",
"has_sig": false,
"md5_digest": "17df0cdf1341ce8ad03ae9bf5a77b30c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 223040,
"upload_time": "2025-08-18T16:48:39",
"upload_time_iso_8601": "2025-08-18T16:48:39.724817Z",
"url": "https://files.pythonhosted.org/packages/a2/1a/58c425c5d5d7334e144652314b47a030789c12ec96b3c13959113c5718d7/pulumiverse_cpln-0.0.69-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b242bb2209ec994b45781de2f853a99cac0cbbe194aa7be0eef4f289fe95bfa4",
"md5": "c2370bbc2adbcc64e06cdd0d43fd829b",
"sha256": "43269ae41fed6f06c15b941ee19952112da8d8642dbb5926ae67fdefacece568"
},
"downloads": -1,
"filename": "pulumiverse_cpln-0.0.69.tar.gz",
"has_sig": false,
"md5_digest": "c2370bbc2adbcc64e06cdd0d43fd829b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 184426,
"upload_time": "2025-08-18T16:48:41",
"upload_time_iso_8601": "2025-08-18T16:48:41.086710Z",
"url": "https://files.pythonhosted.org/packages/b2/42/bb2209ec994b45781de2f853a99cac0cbbe194aa7be0eef4f289fe95bfa4/pulumiverse_cpln-0.0.69.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 16:48:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumiverse",
"github_project": "pulumi-cpln",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumiverse-cpln"
}