Skip to content

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:

OptionDescription
--provider <NAME>, -pOverride default LLM provider for LLM commands (commit / review)
--verbose, -vEnable verbose logging (shows API requests and responses)
--help, -hShow help information
--version, -VShow version information

Example:

bash
gcop-rs --provider openai commit
gcop-rs -v review changes

Command Pages

CommandUse caseDetailed page
initFirst-time setup wizardinit
commitGenerate commit message and commitcommit
reviewReview changes/commit/range/filereview
configEdit and validate configurationconfig
aliasInstall/list/remove git aliasesalias
statsRepository commit statisticsstats

Scripting and Environment

See Also