Skip to content

env

Manage secrets and configuration. Supports shared (all minds) and per-mind scoping.

Set an environment variable.

Terminal window
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).

Get an environment variable’s value.

Terminal window
volute env get <key> [--mind <name>]

List all effective environment variables.

Terminal window
volute env list [--mind <name>] [--reveal]

Remove an environment variable.

Terminal window
volute env remove <key> [--mind <name>]