@tramo/cli
v0.1.0
Published
CLI wrapper around @tramo/runtime — run and validate tramo workflow JSON files on a server, in CI, or anywhere Node is installed.
Downloads
164
Maintainers
Readme
@tramo/cli
CLI wrapper around @tramo/runtime. Run or validate a tramo workflow JSON file from a shell — on a server, in CI, or as a one-off on your laptop.
# Run a workflow with an optional trigger payload
npx tramo run workflow.json --trigger '{"user":"juan"}'
# Validate spec version + node types without running anything
npx tramo validate workflow.jsonExit codes follow the usual contract: 0 on success, 1 on failure (failed node, version mismatch, parse error, unknown node type, missing file).
The CLI uses the built-in node executors from @tramo/runtime. Custom executor packs and long-running triggers (webhooks, cron) are out of scope here — see the roadmap in the root README.
