Env sync
Sync environment variables from a .env file
Usage
coolify app env sync <app_uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--build-time | boolean | No | true | Make all variables available at build time (default: true) |
--file (-f) | string | Yes | — | Path to .env file (required) |
--is-literal | boolean | No | false | Treat all values as literal (don't interpolate variables) |
--preview | boolean | No | false | Make all variables available in preview deployments |
--runtime | boolean | No | true | Make all variables available at runtime (default: true) |
Get current help
coolify app env sync --helpThe installed CLI help reflects the exact options available in your CLI version.
