Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration Commands

Manage argo-rs settings from the command line.

Gemini API Key

Required for AI-powered features (commit messages, PR descriptions).

# Set your API key
argo config set gemini-key YOUR_API_KEY

# Check if key is configured
argo config get gemini-key

Get an API key from Google AI Studio.

Gemini Model

Choose which Gemini model to use for AI features.

# Set the model
argo config set gemini-model gemini-2.5-flash

# Check current model
argo config get gemini-model

Available Models

ModelDescription
gemini-2.0-flashFast, efficient model
gemini-2.5-flashDefault, balanced performance
gemini-3-flash-previewLatest preview features

Configuration Storage

Settings are stored in:

  • macOS: ~/Library/Application Support/com.argo-rs.argo-rs/config.toml
  • Linux: ~/.config/argo-rs/config.toml

See File Locations for details.