# Statuscake Resource Provider
**This plugin requires pulumi cli v3.35.3 or later**
The Statuscake Resource Provider lets you manage [Statuscake](https://www.statuscake.com/) resources.
It is based on the statuscake terraform provider https://registry.terraform.io/providers/StatusCakeDev/statuscake/latest/docs
## Installing
If you get an error like this:
```
error: could not load plugin for statuscake provider 'urn:pulumi:my-stack::my-project::pulumi:providers:statuscake::my-provider': no resource plugin 'pulumi-resource-statuscake' found in the workspace at version vX.Y.Z or on your $PATH, install the plugin using `pulumi plugin install resource statuscake vX.Y.Z`
```
You can use this command to install the missing version:
```
pulumi plugin install resource statuscake vX.Y.Z --server github://api.github.com/pulumiverse
```
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/statuscake
```
or `yarn`:
```bash
yarn add @pulumiverse/statuscake
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumiverse_statuscake
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-statuscake/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumiverse.Statuscake
```
## Configuration
The following configuration points are available for the `statuscake` provider:
- `statuscake:apiToken` (Required) This is the Statuscake API token. The value can be sourced from the `STATUSCAKE_API_TOKEN` environment variable.
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/statuscake/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://github.com/pulumiverse",
"name": "pulumiverse-statuscake",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pulumi statuscake category/cloud",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ac/2f/22ed02201182bf05de16e9a4fcd4b779939e06186e1c7cccfdd84f07cada/pulumiverse_statuscake-1.0.2.tar.gz",
"platform": null,
"description": "# Statuscake Resource Provider\n\n**This plugin requires pulumi cli v3.35.3 or later**\n\nThe Statuscake Resource Provider lets you manage [Statuscake](https://www.statuscake.com/) resources.\n\nIt is based on the statuscake terraform provider https://registry.terraform.io/providers/StatusCakeDev/statuscake/latest/docs\n\n## Installing\n\nIf you get an error like this:\n\n```\nerror: could not load plugin for statuscake provider 'urn:pulumi:my-stack::my-project::pulumi:providers:statuscake::my-provider': no resource plugin 'pulumi-resource-statuscake' found in the workspace at version vX.Y.Z or on your $PATH, install the plugin using `pulumi plugin install resource statuscake vX.Y.Z`\n```\n\nYou can use this command to install the missing version:\n\n```\npulumi plugin install resource statuscake vX.Y.Z --server github://api.github.com/pulumiverse\n```\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/statuscake\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/statuscake\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_statuscake\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-statuscake/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Statuscake\n```\n\n## Configuration\n\nThe following configuration points are available for the `statuscake` provider:\n\n- `statuscake:apiToken` (Required) This is the Statuscake API token. The value can be sourced from the `STATUSCAKE_API_TOKEN` environment variable.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/statuscake/api-docs/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Statuscake resources.",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/pulumiverse",
"Repository": "https://github.com/pulumiverse/pulumi-statuscake"
},
"split_keywords": [
"pulumi",
"statuscake",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ac2f22ed02201182bf05de16e9a4fcd4b779939e06186e1c7cccfdd84f07cada",
"md5": "617375f0efb23f52a03c7a179308a9a6",
"sha256": "57fe7caa4c569bc6cc89b4a9a442a12704e8046328d476dcc5c70786f792ba94"
},
"downloads": -1,
"filename": "pulumiverse_statuscake-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "617375f0efb23f52a03c7a179308a9a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29933,
"upload_time": "2023-10-08T22:06:36",
"upload_time_iso_8601": "2023-10-08T22:06:36.412760Z",
"url": "https://files.pythonhosted.org/packages/ac/2f/22ed02201182bf05de16e9a4fcd4b779939e06186e1c7cccfdd84f07cada/pulumiverse_statuscake-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-08 22:06:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumiverse",
"github_project": "pulumi-statuscake",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumiverse-statuscake"
}