@answerable-kit/cli
The answerable command. Wraps the Answerable audit engine for terminal + CI use.
Pre-alpha. audit and explain ship today. init, add, and verify land in subsequent PRs.
Install
npx @answerable-kit/cli audit https://example.com
pnpm add -g @answerable-kit/cli
answerable audit https://example.com
Commands
answerable audit <url>
Fetch the URL, run every registered check, print a human-readable report.
answerable audit https://example.com
answerable audit https://example.com --json
answerable audit https://example.com --ci --min-score 80
answerable audit https://example.com --no-color
--json | Emit machine-readable JSON to stdout | off |
--ci | Exit with code 1 if score < --min-score | off |
--min-score <n> | Threshold for --ci mode | 80 |
--no-color | Disable ANSI colours | colour on |
Exit codes:
0 — success (and, if --ci, score ≥ threshold)
1 — CI threshold not met
2 — argument error (bad URL, unknown flag)
answerable explain <check-id>
Print full documentation for a single check.
answerable explain A4
Outputs: description · category · severity + points · rationale · docs URL.
License
MIT © 2026 Anuj Ojha