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

KeyDescription
github_tokenGitHub personal access token (set by gon auth:login)
github_userGitHub username
anthropic_api_keyAnthropic API key for AI commit message suggestions