gon config
Manage gon-cli configuration stored in ~/.gon/config.json.
Usage
Set a value
gon config set <key> <value>
Example:
gon config set anthropic_api_key sk-ant-api03-...
Get a value
gon config get <key>
List all values
gon config list
Sensitive keys (anthropic_api_key, github_token) are truncated in output.
Remove a value
gon config remove <key>
Known keys
| Key | Description |
|---|---|
github_token | GitHub personal access token (set by gon auth:login) |
github_user | GitHub username |
anthropic_api_key | Anthropic API key for AI commit message suggestions |