pulumiverse-cpln


Namepulumiverse-cpln JSON
Version 0.0.27 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Control Plane (cpln) resources.
upload_time2024-05-25 14:47:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseApache-2.0
keywords pulumi cpln category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "https://www.pulumi.com",
    "name": "pulumiverse-cpln",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pulumi cpln category/infrastructure",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/29/7f/233402e957afb4161fd8e51bcb36b54d78606b8818f4531ae3541fdaadfe/pulumiverse_cpln-0.0.27.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\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Control Plane (cpln) resources.",
    "version": "0.0.27",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-cpln"
    },
    "split_keywords": [
        "pulumi",
        "cpln",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "297f233402e957afb4161fd8e51bcb36b54d78606b8818f4531ae3541fdaadfe",
                "md5": "cbcf0fc3ecf97fb37819b3f95e262acb",
                "sha256": "5aea6d63e0a465287f2a0ee414a20ce75a01a3dbaee7a3785462cdf2dc7fbe68"
            },
            "downloads": -1,
            "filename": "pulumiverse_cpln-0.0.27.tar.gz",
            "has_sig": false,
            "md5_digest": "cbcf0fc3ecf97fb37819b3f95e262acb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 119254,
            "upload_time": "2024-05-25T14:47:44",
            "upload_time_iso_8601": "2024-05-25T14:47:44.125506Z",
            "url": "https://files.pythonhosted.org/packages/29/7f/233402e957afb4161fd8e51bcb36b54d78606b8818f4531ae3541fdaadfe/pulumiverse_cpln-0.0.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 14:47:44",
    "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"
}
        
Elapsed time: 0.37958s