ginko config
ginko config [options]Description
Section titled “Description”View and modify ginko configuration for the current project. Configuration is stored in .ginko/config.json (gitignored).
Options
Section titled “Options”| Flag | Description |
|---|---|
--get <key> | Get a config value |
--set <key> <value> | Set a config value |
--list | Show all configuration |
Examples
Section titled “Examples”# List all configginko config --list
# Get a specific valueginko config --get model
# Set a valueginko config --set model claudeRelated Commands
Section titled “Related Commands”- ginko init — Creates initial config