qa360
v1.0.1
Published
QA360 Proof CLI - Quality as Cryptographic Proof
Readme
qa360
QA360 Proof CLI - Quality as Cryptographic Proof
Installation
npm install -g qa360Usage
# System health check
qa360 doctor
# Verify proof bundle
qa360 verify proof.json
# With JSON output (CI-friendly)
qa360 doctor --json
qa360 verify proof.json --jsonCommands
| Command | Description |
|---------|-------------|
| doctor | Check system health, auto-fix issues |
| verify | Verify cryptographic proof bundles |
| run | Execute test pack |
| serve | Start observability server |
| report | Generate reports |
| secrets | Manage encrypted secrets |
Exit Codes
| Code | Meaning | |------|---------| | 0 | Success | | 1 | Verification failed | | 2 | File not found | | 3 | Invalid schema | | 4 | Missing key | | 5 | Internal error |
Requirements
- Node.js >= 18.0.0
- npm or pnpm
Documentation
License
MIT
