# qactl

> Agentic QA command-line client (early private-pilot alpha)

Latest version **0.1.0-alpha.1** (published 2026-09-23) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install qactl
pnpm add qactl
yarn add qactl
bun add qactl
```

Provides the commands `qa`, `qactl`.

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.0-alpha.1 |
| Published | 2026-09-23 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | ESM |
| Node | >=22 |
| Dependencies | 0 |
| Unpacked size | 10.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | saezbaldo |

## Links

- npm: https://www.npmjs.com/package/qactl
- Repository: https://github.com/SicoseSA/agentic-qa
- Homepage: https://github.com/SicoseSA/agentic-qa#readme
- Issues: https://github.com/SicoseSA/agentic-qa/issues
- npm.io page: https://npm.io/package/qactl

## Recent versions

- 0.1.0-alpha.1 (latest) — 2026-09-23

## README

# 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.

---
_Source: https://npm.io/package/qactl · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
