Skip to main content

secrets

manage environment secrets

🔒 Manage an environment's secret baseline.

Every deployment in the environment inherits these secrets per key. A deployment's own value for a key wins; otherwise the environment value applies.

Secret values are write-only: list shows only the key names, never the values.

The environment is resolved from --environment, then your default (set with csph environment use <id>), then COMPUTESPHERE_ENVIRONMENT.

The store replaces the whole secret set on each write, and values can never be read back — so set requires you to supply every existing key as well (or pass --replace to set exactly the given secrets and drop the rest).

Subcommands​

CommandDescription
setset one or more environment secrets
listlist environment secret names (values are never shown)

See also​