flow secret get
Get the value of a secret in the current vault.
shell
flow secret get REFERENCE [flags]Examples
shell
flow secret get MY_TOKEN
flow secret get MY_TOKEN --as-plain-text
flow secret get MY_TOKEN --copyOptions
| Flag | Type | Description |
|---|---|---|
--copy | Copy the secret value to the clipboard | |
-h, --help | help for get | |
-o, --output | string | Output format. One of: yaml, json, or tui. |
-p, --plaintext | Output the secret value as plain text instead of an obfuscated string | |
-V, --vault | string | Vault name to use instead of the current 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 secret — Manage secrets stored in a vault.

