CLI Q1 2027
Not published yet.
Earlier versions of this site documented an @altqa/cli package that did not exist. The real CLI ships to pilot customers in Q1 2027; the package name will be confirmed here when it is on npm.
Install (when available)
# package name to be confirmed at release npm install -g <altqa-cli> alt login
Commands
| Command | What it does |
|---|---|
alt run --targets t.csv --personas all --agents quick --goal "…" | Launch a matrix; prints the job URL. |
alt run --matrix NAME --target URL --fail-on new-confirmed | CI mode; exits 1 on new Confirmed findings. |
alt replay <cellId> | Replay a cell locally with its evidence. |
alt rerun <findingId> | Re-run the cells behind a finding to verify a fix. |
alt export <jobId> --format json|csv|pdf | Export results. |