- Command-line flags (highest)
- Environment variables
- Config file (lowest)
Config file
Default location:~/.config/meepachat/config.json
meepachat login creates and updates this file automatically. To use a different path:
Environment variables
Global flags
Available on every command:
Flags override environment variables, which override the config file.
Output formats
Table (default)
Human-readable. Used in interactive workflows.JSON
Machine-readable. Useful withjq or in scripts.
Key-value
Detail views (e.g.servers get) print key-value pairs:
Verbose mode
--verbose prints the HTTP method, URL, request headers, response status, and response body before formatted output. Useful for debugging API calls.
