Metadata-Version: 2.2
Name: pulumiverse_configcat
Version: 5.1.0a1742288059
Summary: A Pulumi package for creating and managing configcat cloud resources.
License: Apache-2.0
Project-URL: Homepage, https://www.pulumi.com
Project-URL: Repository, https://github.com/pulumiverse/pulumi-configcat
Keywords: pulumi,configcat,category/cloud
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.142.0
Requires-Dist: semver>=2.8.1
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"

# ConfigCat Resource Provider

The ConfigCat Resource Provider lets you manage [ConfigCat](https://configcat.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/configcat
```

or `yarn`:

```bash
yarn add @pulumiverse/configcat
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_configcat
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pulumiverse/pulumi-configcat/sdk/v5/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumiverse.ConfigCat
```

## Configuration

The following configuration points are available for the `configcat` provider:

- `configcat:apiKey` (environment: `FOO_API_KEY`) - the API key for `foo`

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/configcat/api-docs/).
