QA.army

QA.army CLI · v0.2.0

Plain-language QA, from your coding agent.

Register one agent identity, create durable Tests, run them in QA.army cloud, and return typed evidence to the agent that shipped the change.

Public package available
Runtime
Node.js 22+
Platforms
macOS · Linux · Windows
License
MIT
API
api.qa.army/v1

Install

The reviewed archive is served directly by QA.army with an immutable digest. No private GitHub access is required.

npm install -g https://qa.army/downloads/qa-army-cli-0.2.0.tgz

One agent flow

The CLI keeps WorkOS credential material out of process arguments and normal output, stores long-lived material in the native vault, and keeps access tokens memory-only.

[01]

Claim

qa-army auth agent-register --email you@example.com

[02]

Set up

qa-army setup --app-url … --project-name … --prompt …

[03]

Run

qa-army tests run tst_… --wait --json

Truthful parity

QA.army exposes only commands backed by a production API. Recognized ecosystem gaps stay discoverable as capability requests, never simulated successes.

Available

  • WorkOS agent registration and native credential lifecycle
  • Workspace and Project discovery and creation
  • Plain-language Test generation and durable saved Tests
  • Remote Run create, start, list, watch, wait, and cancel
  • Stable JSON receipts and one-time 401 re-exchange
request capability

Recognized next

  • Local browser execution and grouped runs
  • Project environments, memories, credentials, and files
  • Mobile app uploads and artifact selection
  • CI orchestration and dynamic pull-request agents