CLI Reference
Quell has 7 commands. That's it.
| Command | Purpose |
|---|---|
quell find [PATH] | Main command. Find untested edge cases. Add --fix to write tests. |
quell score [PATH] | Show the Production Readiness Score for a path or project. |
quell reproduce "<bug>" | Turn a bug description into a failing test (requires LLM). |
quell ci [PATH] | CI mode. Exit non-zero if score is below threshold. |
quell auth | Manage LLM API keys. Subcommands: login, logout, status, set. |
quell init | Set up [tool.quell] in pyproject.toml. |
quell install | Install GitHub Action workflow or pre-commit hook. |
Backward compatibility
quell scan and quell check were aliases of quell find in v1.x and have been removed in v2.0. Use quell find going forward.