env
Manage secrets and configuration. Supports shared (all minds) and per-mind scoping.
env set
Section titled “env set”Set an environment variable.
volute env set <key> <value> [--mind <name>]Without --mind, the variable is shared across all minds. With --mind, it’s scoped to that mind (and overrides any shared value).
env get
Section titled “env get”Get an environment variable’s value.
volute env get <key> [--mind <name>]env list
Section titled “env list”List all effective environment variables.
volute env list [--mind <name>] [--reveal]env remove
Section titled “env remove”Remove an environment variable.
volute env remove <key> [--mind <name>]