All commands support three output formats via theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/NetRiseInc/provenance-cli/llms.txt
Use this file to discover all available pages before exploring further.
--format flag. The default is human.
human (default)
Colored tables with Unicode borders, designed for interactive terminal use.| Flag | Effect |
|---|---|
--quiet / -q | Show verdict/summary line only |
--no-color | Disable ANSI colors |
--ascii | ASCII table borders instead of Unicode box-drawing characters |
-v | Verbose — show additional fields |
-vv | Debug — show HTTP request/response details |
json
Structured JSON output for automation, scripting, and piping to tools likejq.
sarif
SARIF v2.1.0 output for GitHub Code Scanning, Azure DevOps, and other SARIF-compatible security tools.SARIF output is only meaningful for
check and scan commands that evaluate policies. Use --format sarif together with --policy to produce findings.Summary table
| Flag | Use case |
|---|---|
--format human | Interactive terminal — colored tables |
--format json | Scripting, automation, jq pipelines |
--format sarif | GitHub Code Scanning, Azure DevOps |
--quiet | CI/CD — summary line only |
--no-color | Terminals without color support |
--ascii | Terminals without Unicode support |
SARIF upload
Upload SARIF results to GitHub Code Scanning.
GitHub Actions
Use provenance in CI/CD workflows.