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
| Flag | Type | Description |
|---|---|---|
-h, --help | help for vault |
Options inherited from parent commands
| Flag | Type | Description |
|---|---|---|
-L, --log-level | string | Log verbosity level (debug, info, fatal) (default "info") |
--sync | Sync flow cache and workspaces |
See also
- flow — flow is a command line interface designed to make managing and running development workflows easier.
- flow vault create — Create a new vault.
- flow vault edit — Edit the configuration of an existing vault.
- flow vault get — Get the details of a vault.
- flow vault list — List all available vaults.
- flow vault remove — Remove an existing vault.
- flow vault switch — Switch the active vault.

