# 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/3e/2b/68b2fe4ff63c1655c2455ab61496417c9d45dffcf0793031e115223a765b/pulumiverse_cpln-0.0.63.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.63",
"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": "ab0cc168e45b59617f18686265dcd33a20730da68c6708a2d5a7b7cfdf93711e",
"md5": "fd3af46dc65515453db574a72f4589e3",
"sha256": "420f2a4e651928f2f165a45976402de4f739da95fa0e6ad874c38e29058953c3"
},
"downloads": -1,
"filename": "pulumiverse_cpln-0.0.63-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd3af46dc65515453db574a72f4589e3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 215181,
"upload_time": "2025-07-11T18:40:11",
"upload_time_iso_8601": "2025-07-11T18:40:11.569453Z",
"url": "https://files.pythonhosted.org/packages/ab/0c/c168e45b59617f18686265dcd33a20730da68c6708a2d5a7b7cfdf93711e/pulumiverse_cpln-0.0.63-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e2b68b2fe4ff63c1655c2455ab61496417c9d45dffcf0793031e115223a765b",
"md5": "4774b07947b002680366518ce892a59e",
"sha256": "92da64e69b439538f2a1eacfff4d444648890100b7d83210fd6232941498e197"
},
"downloads": -1,
"filename": "pulumiverse_cpln-0.0.63.tar.gz",
"has_sig": false,
"md5_digest": "4774b07947b002680366518ce892a59e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 176616,
"upload_time": "2025-07-11T18:40:12",
"upload_time_iso_8601": "2025-07-11T18:40:12.656334Z",
"url": "https://files.pythonhosted.org/packages/3e/2b/68b2fe4ff63c1655c2455ab61496417c9d45dffcf0793031e115223a765b/pulumiverse_cpln-0.0.63.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 18:40:12",
"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"
}