qatech run, qatech status, qatech init, and the rest of the commands are published to npm and ready for production use. The CLI is now agent-friendly: the JSON output from run --wait --json and status --json includes per-test-case results, evaluation reasoning, result titles, and everything else a coding agent or CI script needs to understand what happened.
The CLI also exposes qatech tunnel for testing local apps through a Cloudflare tunnel without exposing them publicly, and qatech applications and qatech environments for discovering what's available in a project. We standardized on --application-overrides (replacing the older -u/--url) so the same overrides work the same way across every command.
Documentation is on docs.qa.tech. Install with npm install -g @qatech/cli or run on demand with npx qatech.