Skip to content

config show

opnDossier config show

Display the effective configuration

Synopsis

Display the effective configuration with source indicators showing where each value originated from (file, environment variable, flag, or default).

The output shows all configuration options and their current values, along with the source that set them. This helps understand how configuration is being resolved and which settings take precedence.

Sources: default - Built-in default value configured - Set via file, environment variable, or flag

Examples: # Show configuration with styled output opnDossier config show

# Show configuration as JSON for scripting opnDossier config show --json

# Show configuration with a specific config file opnDossier --config /path/to/config.yaml config show

opnDossier config show [flags]

Options

  -h, --help   help for show
      --json   Output configuration in JSON format

Options inherited from parent commands

      --color string         Color output mode (auto, always, never) (default "auto")
      --config string        Configuration file path (default: $HOME/.opnDossier.yaml)
      --debug                Enable debug-level logging (all messages, for troubleshooting)
      --device-type string   Force device type (supported: opnsense, pfsense). Bypasses auto-detection.
      --minimal              Minimal output mode (suppresses progress and verbose messages)
      --no-progress          Disable progress indicators
  -q, --quiet                Suppress all output except errors and critical messages
      --timestamps           Include timestamps in log output
  -v, --verbose              Enable info-level logging (warnings, errors, and informational messages)

SEE ALSO

Auto generated by spf13/cobra on 20-Apr-2026