Skip to content

flow vault

Manage sensitive secret stores.

Synopsis

Manage secret stores (vaults). A vault is an encrypted key-value store that holds secrets referenced by your executables. Multiple vault types are supported (e.g. age encryption, AES-256, system keyring, or environment-variable passthrough).

One vault is active at a time; use 'vault switch' to change the active vault. Secrets within a vault are managed with the 'secret' subcommands.

Options

FlagTypeDescription
-h, --helphelp for vault

Options inherited from parent commands

FlagTypeDescription
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also