@sapiom/cli
v0.2.3
Published
The Sapiom command-line interface — scaffold, validate, and ship Sapiom orchestrations.
Readme
@sapiom/cli
The Sapiom command-line interface.
npm install -g @sapiom/cli
# or run without installing:
npx @sapiom/cli <command>Orchestrations
sapiom orchestrations init my-app # scaffold a new orchestration project
sapiom orchestrations check # validate locally (bundle, manifest, graph)
sapiom orchestrations deploy # build and shipRun sapiom orchestrations --help for the full command set. Every command accepts
--json for machine-readable output.
