What the CLI does
The CLI is a thin client over external API endpoints. It supports:- API key authentication
- workspace context management
- capability discovery and execution
Install
Built-in commands
receiptor auth <api-key>receiptor auth --statusreceiptor workspace --statusreceiptor workspace listreceiptor workspace use <org-id>receiptor workspace clearreceiptor listreceiptor <resource> <action> [flags]
Default behavior
- Default host:
https://developer.api.receiptor.ai - API key source:
RECEIPTOR_API_KEY, or- local config file
- Workspace source:
RECEIPTOR_ORG_ID, or- local config file (
receiptor workspace use)
Config file
CLI stores config at:~/.receiptor/config.json
apiKeyorgId