ordercli
| Version | 2026.144.1443 |
| Repo | superproject |
Foodora/Deliveroo/Glovo food-delivery order status from the command line via the ordercli binary.
Installs the steipete/ordercli Go binary into ${HOME}/go/bin with
go install (require: golang provides the toolchain). The candy is
verifiable because the installed binary lands at a fixed path, is an
executable file, and prints its delivery-provider subcommands when
run with –help; a live order-status query needs Foodora auth and is
genuinely free-form (agent-graded).
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
command=go install github.com/steipete/ordercli/cmd/ordercli@latest go clean -cache |
check |
the ordercli binary is installed at ${HOME}/go/bin/ordercli |
check |
running ordercli –help prints its delivery-provider subcommands |
agent-check |
ordercli authenticates to Foodora and reports the current delivery order status |