@affix-io/cli
v1.2.5
Published
AffixIO terminal CLI with browser activation at /cli/verify
Readme
AffixIO CLI
Terminal client for AffixIO verification API with hub browser login.
Install
curl -fsSL https://www.affix-io.com/cli/install.sh | bashnpm (when published):
npm install -g @affix-io/cliUsage
affix login # hub browser activation
affix # interactive mode
affix qr <text|url> # generate QR (works offline; Merkle needs login)
affix barcode <data> # generate barcode (works offline)
affix codes # list local vault
affix open <id> # open stored file
affix rm <id> # remove from vault
affix health # requires login or AFFIX_API_KEY
affix circuits
affix prove --circuit yesno
affix verify <proof> --circuit yesnoSet AFFIX_API_KEY (and optional AFFIX_API_BASE) to use API commands without browser login.
Credentials: ~/.affix/credentials.json
Code vault: ~/.affix/codes/
Development
npm install
npm run build
npm run test:smoke
AFFIX_API_KEY=… npm run test:smoke
npm run pack:dist