Overview
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¶
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¶
- opnDossier - opnDossier: A CLI tool for processing OPNsense and pfSense configuration files.
- opnDossier config init - Generate a template configuration file
- opnDossier config show - Display the effective configuration
- opnDossier config validate - Validate a configuration file