modal_secret_create
Create a new secret in Modal with key-value pairs, specifying name and environment. Use force to overwrite existing secrets.
Instructions
Create a new secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment to interact with | |
| name | Yes | Name of the secret | |
| force | No | Overwrite if already exists | |
| keyValues | No | List of KEY=VALUE strings |