fnox check
- Usage:
fnox check [-a --all] - Aliases:
c
Check if all required secrets are defined and configured
Flags
-a --all— Check all secrets including those with if_missing=warn or if_missing=ignore-h --help— Print help
Examples
By default, check validates required secrets. Use --all to also check secrets whose missing-value policy is warn or ignore. The command validates resolution without printing resolved values.
sh
fnox check --all
fnox check --all --profile productionRelated
- Troubleshooting
- Missing secrets and defaults
- Global options, including profile selection and non-interactive mode.