qamate
v0.3.2
Published
Public QAMate CLI wrapper package
Readme
qamate
Public distribution package for the QAMate CLI binary (qamate).
Install
npm i -g qamate
qamate --helpWithout global install:
npx qamate --helpYou can also install it per project:
pnpm add -D qamate
# in package.json scripts:
# "qamate": "qamate"
# "qamate:test": "qamate test"
# "qamate:run": "qamate run"
pnpm qamate -- login
pnpm qamate:testDistribution Contract
- Release repo:
Intuned/qamate-cli-public-dist - Release tag:
qamate-v<version> - Assets:
qamate-linux-x64qamate-darwin-arm64qamate-darwin-x64qamate-win32-x64.exe
- Checksum asset:
SHA256SUMS
The package lazily downloads the matching binary the first time qamate is run.
In interactive shells it prompts before installing. In CI/non-interactive shells it auto-installs.
Environment Variables
QAMATE_PUBLIC_DIST_REPO: override release repo (defaultIntuned/qamate-cli-public-dist)QAMATE_PUBLIC_BASE_URL: optional direct download base URL override (supports{tag}placeholder)CI=true: forces non-interactive auto-install behavior
Unsupported platforms fail with an explicit install error.
