qactl (alpha)
Agentic QA CLI for the private pilot. This release supports the commands printed by qa --help; the full v1 command catalog is still in development.
Requires Node.js 22 or newer. Install a pinned version with npm install --global qactl@0.1.0-alpha.1, then run qactl --help or qa --help. Both names run the same executable.
Set QA_API_URL to the Agentic QA API and QA_API_TOKEN to a token created in your web account. Run qa doctor --json to check connectivity and authentication. Tokens are never passed as command arguments.
The current GKE pilot has no public endpoint. You can use the private port-forward described in the repository's HANDOFF.md while authorized to access that environment.
Package source: https://github.com/SicoseSA/agentic-qa (private repository). Package contents are the compiled CLI and this README; no browser or runner is installed.