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​
| Command | Description |
|---|---|
| set | set one or more variable overrides |
| list | list a service's variable overrides |
| unset | remove one or more variable overrides |
See also​
- csph services — manage services