Command Reference
This page is now a navigation hub. Detailed command docs are split into focused pages so each page stays shorter and easier to scan.
Global Options
These options can be used with any command:
| Option | Description |
|---|---|
--provider <NAME>, -p | Override default LLM provider for LLM commands (commit / review) |
--verbose, -v | Enable verbose logging (shows API requests and responses) |
--help, -h | Show help information |
--version, -V | Show version information |
Example:
bash
gcop-rs --provider openai commit
gcop-rs -v review changesCommand Pages
| Command | Use case | Detailed page |
|---|---|---|
init | First-time setup wizard | init |
commit | Generate commit message and commit | commit |
review | Review changes/commit/range/file | review |
config | Edit and validate configuration | config |
alias | Install/list/remove git aliases | alias |
stats | Repository commit statistics | stats |
Scripting and Environment
See Also
- Git Aliases Guide - Detailed guide to git aliases
- Configuration Reference - All configuration options
- Provider Setup - Configure LLM providers
- Provider Health Checks - How
config validatechecks providers - Troubleshooting - Common issues