Commands
qawolf auth— manage authentication.qawolf flows— run, list, and pull flows.qawolf install— install runtime dependencies for the project.qawolf init— scaffold a project in the current directory.qawolf doctor— diagnose problems running flows locally.qawolf run— trigger and manage QA Wolf runs on the platform.
Global Options
The following flags apply to every command:--verbose— emits debug logs to stderr.--json— formats output as JSON.--agent— formats output for agent consumption.-V, --version— prints the CLI version.
CI, GITHUB_ACTIONS, GITLAB_CI, CIRCLECI, JENKINS_URL, BUILDKITE), output defaults to JSON. When a recognized agent environment is detected (CLAUDE_CODE, CURSOR_SESSION_ID), output defaults to agent mode.
With --json or --agent, the structured result is written to stdout and diagnostic text to stderr, so scripts can parse stdout directly.