Usage
Flags
How It Works
- Discover — Introspects the live API schema
- Load baseline — Reads the most recent snapshot from disk
- Audit — Compares current descriptions against the baseline
- Save snapshot — Writes the current schema as the new baseline
- Report — Outputs coverage stats and any regressions
On the first run (no previous snapshot), the command saves a baseline, reports current coverage, and exits with code 0. No regressions are possible without a baseline.
Examples
Check description coverage
CI gate for documentation
1 when new undocumented operations are introduced or existing descriptions are removed. Use this to enforce documentation standards in CI.
JSON output
Exit Codes
Related
dino diff— Schema change detectiondino scan— Full pipeline rundino changelog— API changelog from schema diffs