fnox get
- Usage:
fnox get [--base64-decode] <KEY>
Get a secret value
Arguments
<KEY>— Secret key to retrieve
Flags
--base64-decode— Base64 decode the secret-h --help— Print help
Examples
Print one resolved value to stdout. Use check --all when you only need to verify access without displaying the secret.
sh
fnox get DATABASE_URL
fnox get DATABASE_URL --profile stagingRelated
- How fnox works
- Check secret access
- Global options, including profile selection and non-interactive mode.