4. CLI Reference#
4.8. Commands#
Command |
Description |
|---|---|
|
Run a comprehensive Cloudflare security assessment |
|
Export a saved assessment to HTML, JSON, SARIF, Markdown, CSV, OCSF, ECS, or HEC |
|
Compare two assessment runs and report posture drift |
|
Push an assessment to Elasticsearch, Splunk, or both — or write NDJSON to disk |
|
Dispatch a summary to Slack, Microsoft Teams, or a generic webhook |
|
AI-assisted, safety-first fix of reversible findings |
|
Step-by-step guided assessment via an interactive prompt |
4.9. Quick Reference#
# Run assessment
flareinspect assess --token $TOKEN
# Export results
flareinspect export -i report.json -f html -o report.html
# Compare two runs
flareinspect diff --baseline old.json --current new.json
# Ship to a SIEM
flareinspect ship -i report.json --target elastic \
--es-url https://es.example.com --es-api-key $ES_KEY
# Notify Slack / Teams / webhook
flareinspect notify -i report.json --target all
# Plan + apply reversible fixes
flareinspect remediate plan -i report.json --token $TOKEN
flareinspect remediate apply -i report.json --token $TOKEN --apply