@driftgate/cli
v1.0.2
Published
DriftGate CLI for canonical V4 session and execution workflows.
Downloads
567
Readme
DriftGate CLI
Canonical V4 CLI for DriftGate session and execution workflows.
Install
npm i -g @driftgate/cliAlternatives
brew tap driftgate/tap && brew install driftgate
docker run --rm ghcr.io/driftgate/cli:0.1.0 --helpCore Commands
driftgate session start --agent refund-agent
driftgate session execute <sessionId> --input '{"orderId":"123"}'
driftgate execute --agent refund-agent --input '{"orderId":"123"}'
driftgate execution status <executionId>
driftgate execution events <executionId>
driftgate execution wait <executionId> --timeout-ms 15000