Skip to main content
Context profiles store your default connection settings — API base URL, company ID, and API key reference — in ~/.zmeel/context.json. Once a profile is set, every client command picks up those defaults automatically.

Commands


context set

Save or update values on a profile.
Use --api-key-env-var-name instead of storing a literal token. Set the variable once in your shell and Zmeel reads it automatically on every command:
This keeps secrets out of ~/.zmeel/context.json.

context show

Print the active profile and the path to the context file.

context list

List all profiles defined in the context file.
The output includes each profile’s name, whether it is currently active, its API base URL, default company ID, and API key env var name.

context use

Switch the active profile.

Global options

All client commands support these options. When present, they override whatever is saved in the active context profile.