variables
manage environment variables
🧬 Manage an environment's variable baseline.
Every deployment in the environment inherits these variables per key. A deployment's own value for a key wins; otherwise the environment value applies.
The environment is resolved from --environment, then your default (set with
csph environment use <id>), then COMPUTESPHERE_ENVIRONMENT.
set stores the given keys on top of what's already there. unset removes
keys. list prints the current baseline (KEY=VALUE on a non-TTY, so you can
eval or parse it).
Subcommands​
| Command | Description |
|---|---|
| set | set one or more environment variables |
| list | list environment variables |
| unset | remove one or more environment variables |
See also​
- csph environments — manage environments