Skip to content

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 staging
MIT LicenseCopyright © 2026jdx.dev