DocsCli

CLI Reference

Quell provides a single entry-point command quell with several subcommands.

Global options

All commands accept these options:

OptionDefaultDescription
--root.Project root directory
--helpShow help and exit

Commands

CommandDescription
quell checkScan specs, find requirement gaps, optionally generate verified tests
quell reproduceConvert a bug description into a verified failing test
quell proveShow requirement coverage score for a file or function
quell scoreShow project-wide Quell Score and optional SVG badge
quell ciCI mode: check requirements and exit 1 if below threshold
quell initAdd [tool.quell] to pyproject.toml

Getting help

quell --help
quell check --help
quell ci --help

Shell completion

# bash
quell --install-completion bash

# zsh
quell --install-completion zsh

# fish
quell --install-completion fish