Manage application env vars
applicationEnvsManage application environment variables by listing, creating, updating, upserting, bulk updating, or deleting them. Secrets are masked unless explicitly shown.
Instructions
Manage environment variables for an application. Actions: list (secrets masked unless showSecrets), create, update, upsert (create or update by key), bulk_update (pass envs array), delete (needs env_uuid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| envs | No | For bulk_update: full list of env vars to apply | |
| uuid | Yes | Application UUID | |
| value | No | ||
| action | Yes | ||
| env_uuid | No | Required for delete | |
| is_literal | No | ||
| is_preview | No | ||
| showSecrets | No | ||
| is_multiline | No |