Config file
Location (XDG-compliant):- macOS / Linux:
~/.config/orgs/config.toml - Windows:
%APPDATA%\orgs\config.toml
Structure
Environment variables
Environment variables override config file:ORGS_API_URLORGS_API_KEYORGS_PROFILEORGS_DEFAULT_ENTITYORGS_OUTPUT_FORMATORGS_EDITORORGS_NO_COLOR=1
Profiles
Switch profiles:Output formats
table(default) — human-readablejson— machine-readable, single-lineyaml— machine-readable, multi-linetoml— machine-readable, similar to config
Scripting
For CI or scripts, prefer:--no-interactive disables confirmation prompts and TTY features. All commands exit with meaningful codes:
0— success1— general failure2— validation error3— auth error4— rate-limited