Skip to main content
The CLI resolves configuration from three sources, in order of priority:
  1. Command-line flags (highest)
  2. Environment variables
  3. 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 with jq 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.