Metadata-Version: 2.4
Name: pulumi_statsig
Version: 1.0.0a1753077251
Summary: A Pulumi package for creating and managing Statsig resources.
License: Apache-2.0
Project-URL: Homepage, https://www.statsig.com
Project-URL: Repository, https://github.com/statsig-io/pulumi-statsig
Keywords: statsig,category/cloud
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.165.0
Requires-Dist: semver>=2.8.1
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"

# Statsig Resource Provider

The Statsig Resource Provider lets you manage [Statsig](https://statsig.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 @statsig/pulumi-statsig
```

or `yarn`:

```bash
yarn add @statsig/pulumi-statsig
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_statsig
```

### Go

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

```bash
go get github.com/statsig-io/pulumi-statsig/sdk/go/...
```

### .NET

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

```bash
dotnet add package Statsig.Pulumi
```

## Configuration

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

- `statsig:console_api_key` (environment: `CONSOLE_API_KEY`) - the Statsig console API key to access resources.

## Reference

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