doppler_configs_create
Create a new config for a Doppler project by naming it and specifying the project and environment (dev, staging, prod).
Instructions
Create a new config in a Doppler project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the config to create | |
| project | Yes | The Doppler project name | |
| environment | Yes | The environment for the config (e.g., dev, staging, prod) |