ordercli

by Unknown v1.0.0

Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).

What It Does

Ordercli allows users to interact with Foodora (and potentially Deliveroo) through a command-line interface. It provides functionality to check order history, track active order status, reorder meals, and manage configurations.

When To Use

Use Ordercli when you prefer a command-line interface for managing your Foodora orders, need to automate order checks or reordering, or want to integrate food order management with other scripts or tools. It's also helpful for quickly checking order status without opening a web browser.

Inputs

Requires Foodora account credentials (email and password) or a valid session cookie. For Deliveroo, it requires a `DELIVEROO_BEARER_TOKEN` and optional `DELIVEROO_COOKIE`.

Outputs

Returns order status information, order history details, and allows for reordering meals. Output can be formatted as plain text or JSON.

Limitations

Currently, full functionality is limited to Foodora. Deliveroo support is a work in progress. Requires manual configuration and authentication.

Installation

1. **Using Homebrew:** If you have Homebrew installed, run `brew tap steipete/tap` and then `brew install steipete/tap/ordercli`.
2. **Using Go:** If you have Go installed, run `go install github.com/steipete/ordercli/cmd/ordercli@latest`. Ensure your `$GOPATH/bin` is in your `$PATH`.
3. **Verify Installation:** After installation, run `ordercli --version` to confirm that OrderCLI is installed correctly.

View Cline documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.