Skip to content

flow secret

Manage secrets stored in a vault.

Synopsis

Manage secrets stored in the active vault. Secrets are encrypted key-value pairs that can be referenced inside flowfiles using the secret reference syntax (e.g. ${secret:MY_KEY}).

The active vault is used by default; pass --vault to target a different one. Use 'vault' subcommands to create and manage vaults.

Options

FlagTypeDescription
-h, --helphelp for secret

Options inherited from parent commands

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

See also

  • flow — flow is a command line interface designed to make managing and running development workflows easier.
  • flow secret get — Get the value of a secret in the current vault.
  • flow secret link — Link a name in the current vault to a secret in an external provider.
  • flow secret list — List secrets stored in the current vault.
  • flow secret remove — Remove a secret from the vault.
  • flow secret set — Set a secret in the current vault. If no value is provided, you will be prompted to enter one.
  • flow secret unlink — Remove a link from the current vault, leaving the secret itself untouched.