entrygo
v0.1.3
Published
Agent-friendly CLI for installing and verifying EntryGo export orchestration.
Downloads
387
Maintainers
Readme
entrygo
EntryGo is installable infrastructure for supply-chain export orchestration.
Use the CLI to bootstrap, verify, and exercise an EntryGo integration without opening the dashboard.
Run with npx
npx entrygo init
npx entrygo bootstrap --name "Acme Supply" --email [email protected]
npx entrygo verifyEnvironment
export ENTRYGO_BASE_URL="http://localhost:3000/api"
export ENTRYGO_API_KEY="shpbndl_live_..."Commands
entrygo init
entrygo bootstrap --name "Acme Supply" --email [email protected]
entrygo verify
entrygo setup-status
entrygo products sync ./products.json
entrygo orders sync ./orders.json
entrygo exports demo --order ord_123
entrygo exports plan --account acc_123 --warehouse wh_123 --broker br_123 --orders ord_123
entrygo exports execute --account acc_123 --batch batch_123
entrygo exports inspect batch_123