4.7. Global CLI Options#
These options apply to all FlareInspect commands and are set before the command name.
Option |
Description |
|---|---|
|
Print the FlareInspect version and exit |
|
Suppress the banner and all non-essential output |
|
Skip the startup banner (output is otherwise normal) |
|
Enable debug-level logging for troubleshooting |
4.7.1. Examples#
Print Version
flareinspect --version
Quiet Mode (CI-Friendly Output)
flareinspect -q assess --token $CLOUDFLARE_TOKEN
Debug Mode
flareinspect --debug assess --token $CLOUDFLARE_TOKEN
Debug mode sets CLOUDFLARE_DEBUG=true and increases log verbosity, which is useful for diagnosing API connectivity or permission issues.