opnDossier list formats
opnDossier list formats¶
List available output formats
Synopsis¶
List the output formats the running opnDossier binary supports.
The output is sourced from the format registry and reflects the canonical names you can pass to --format on commands such as convert and audit. Aliases like 'yml' are not listed; use the canonical name they resolve to.
By default the command writes one name per line. Use --json to emit a structured array of {name, description} objects.
Examples¶
# Plain text, one format per line
opnDossier list formats
# JSON output for automation
opnDossier list formats --json
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 list - Enumerate supported plugins, devices, and output formats