DocsCli

CLI Reference

Quell has 7 commands. That's it.

CommandPurpose
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 authManage LLM API keys. Subcommands: login, logout, status, set.
quell initSet up [tool.quell] in pyproject.toml.
quell installInstall 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.