DocumentsopnDossier
opnDossier_config
opnDossier_config
Type
External
Status
Published
Created
Jul 18, 2026
Updated
Jul 18, 2026

opnDossier config#

Manage opnDossier configuration

Synopsis#

The 'config' command group provides utilities for managing opnDossier configuration.

Subcommands:
show Display the effective configuration with source indicators
init Generate a template configuration file with all options commented
validate Validate a configuration file for syntax and semantic errors

Examples:

Show current effective configuration#

opnDossier config show

Show configuration in JSON format#

opnDossier config show --json

Generate a new configuration template#

opnDossier config init

Generate template at a specific path#

opnDossier config init --output ~/.opnDossier.yaml

Validate an existing configuration file#

opnDossier config validate ~/.opnDossier.yaml

Options#

  -h, --help help for config

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 21-May-2026