@idoa/aptos-devflow-cli
v0.1.1
Published
Aptos Devflow command line interface for validation, harness runs, reports and doctor checks.
Readme
@idoa/aptos-devflow-cli
Command line entrypoint for Aptos Devflow.
What It Does
- runs
devflow doctorfor end to end local verification - validates Aptos payload samples
- runs fixture harness suites
- renders generated reports
- initializes vendor neutral CI templates
Install
npm install @idoa/aptos-devflow-cliUse
Run the main health check:
npx devflow doctorFallback package execution:
npx @idoa/aptos-devflow-cli doctorValidate one sample:
npx devflow validate examples/tx-payloads/fixtures/valid-transfer/fixture.jsonRun the full fixture suite:
npx devflow harness run examples/tx-payloads/fixtures -o reportsGlobal install:
npm install -g @idoa/aptos-devflow-cli
devflow doctor