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

OptionTypeRequiredDefaultDescription
--commentstringNoComment for the environment variable
--is-literalbooleanNofalseTreat value as literal (don't interpolate variables)
--is-multilinebooleanNofalseValue is multiline
--is-shown-oncebooleanNofalseOnly show value once
--keystringYesEnvironment variable key (required)
--valuestringYesEnvironment variable value (required)

Get current help

coolify database env create --help

The installed CLI help reflects the exact options available in your CLI version.

On this page