Skip to main content

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​

CommandDescription
setset one or more environment variables
listlist environment variables
unsetremove one or more environment variables

See also​