Prerequisites
- Node.js 18+ or Bun runtime
- An Orchata account and API key (get one here)
Install
Quick Start
Configuration
The CLI stores configuration in~/.orchata/config.json. You can also set values via environment variables:
| Environment Variable | Description |
|---|---|
ORCHATA_API_BASE | Override API base URL |
ORCHATA_API_KEY | Override API key |
ORCHATA_PROFILE | Select a named profile |
Global Options
These options can be used with any command:| Option | Description |
|---|---|
--profile <name> | Use a named profile |
--api-base <url> | Override API base URL |
--app-base <url> | Override app base URL |
--api-key <key> | Override API key for this run |
--json | Output raw JSON |