Env create
Create a new environment variable for a specific database. Use --key and --value flags to specify the variable.
Usage
coolify database env create <database_uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--comment | string | No | — | Comment for the environment variable |
--is-literal | boolean | No | false | Treat value as literal (don't interpolate variables) |
--is-multiline | boolean | No | false | Value is multiline |
--is-shown-once | boolean | No | false | Only show value once |
--key | string | Yes | — | Environment variable key (required) |
--value | string | Yes | — | Environment variable value (required) |
Get current help
coolify database env create --helpThe installed CLI help reflects the exact options available in your CLI version.
