Skip to main content

variables

manage a service's variable overrides

🧬 Manage a service's variable overrides in an environment.

These override the environment's variable baseline for this service's deployment in the given environment. For a key the service sets, the override wins; otherwise the environment value is inherited.

The service is resolved from --service (or the COMPUTESPHERE_SERVICE_ID env var), and the environment from --environment or your default (csph environment use <id>). Together they resolve the service's deployment in that environment.

set stores the given keys on top of the current overrides; unset removes them; list prints the current overrides (KEY=VALUE on a non-TTY). The service's secret overrides are left untouched.

Subcommands​

CommandDescription
setset one or more variable overrides
listlist a service's variable overrides
unsetremove one or more variable overrides

See also​