Env create

Create a new environment variable for a specific application. Use --key and --value flags to specify the variable.

Usage

coolify app env create <app_uuid>

Options

OptionTypeRequiredDefaultDescription
--build-timebooleanNotrueAvailable at build time (default: true)
--commentstringNoComment for the environment variable
--is-literalbooleanNofalseTreat value as literal (don't interpolate variables)
--is-multilinebooleanNofalseValue is multiline
--keystringYesEnvironment variable key (required)
--previewbooleanNofalseAvailable in preview deployments
--runtimebooleanNotrueAvailable at runtime (default: true)
--valuestringYesEnvironment variable value (required)

Get current help

coolify app env create --help

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

On this page