CLI Reference
This page is a quick command index for qp.
Global Invocation
qp [--no-color] [<task>] [task-args...]
Top-level flags:
--version--no-color
Core Task Execution
Run task by name (or alias)
qp check
qp b --target apiCommon task flags:
--json--dry-run--verbose--quiet--no-cache--allow-unsafe--events--var name=value--profile name
Explicit run command
qp run check --jsonDiscovery and Help
qp list
qp list --json
qp help
qp help check
qp help qualityValidation and Config
qp validate
qp validate --json
qp validate --suggestqp scope cli
qp scope cli --json
qp scope cli --format prompt
qp scope --coverage --jsonPlanning and Context
qp plan --file cmd/qp/main.go
qp plan --json --file internal/runner/runner.go
qp diff-plan
qp diff-plan --jsonqp context
qp context --agent --task check
qp context --about "release flow"
qp context --json --about "architecture"qp agent-brief --task check
qp agent-brief --diff --max-tokens 2500
qp agent-brief --json --file internal/config/config.goGuard and Repair
qp guard
qp guard ci --json
qp guard ci --eventsqp repair
qp repair ci --brief
qp repair ci --json
qp repair ci --copyArchitecture and Explain
qp arch-check
qp arch-check --jsonqp explain check
qp explain internal/runner
qp explain guard --jsonCaching
qp cache status
qp cache status --json
qp cache clean
qp cache clean --all --jsonInit and Docs
qp init
qp init --from-repo --docs --codemap
qp docs
qp docs --list
qp docs user-guideWatch
qp watch check
qp watch guard:ci --path internal --path cmd
qp watch check --allow-unsafeCompletion
qp completion bash
qp completion install
qp completion install --shell zshDaemon and Setup
qp daemon start
qp daemon status
qp daemon restart
qp daemon stop
qp setup --windowsVersion
qp version
qp version --json
qp --versionNext Step
For scenario-driven applied patterns, continue to the Cookbook.