Coderrr

CLI Reference

Commands

CommandDescription
coderrrStart interactive mode
coderrr startStart interactive mode (explicit)
coderrr exec "<request>"Execute single request and exit
coderrr configConfigure provider and API key
coderrr config --showView current configuration
coderrr config --clearClear configuration
coderrr rollbackRollback recent changes

Options

OptionDescriptionDefault
-b, --backend <url>Override backend URLHosted backend
-d, --dir <path>Working directoryCurrent directory
--no-auto-testDisable auto test runningTests enabled
--no-auto-retryDisable self-healingRetry enabled
--max-retries <n>Max retry attempts2
--auto-commitEnable git checkpointsDisabled

Examples

# Interactive mode
coderrr

# Single command
coderrr exec "Add user authentication with JWT"

# With git safety
coderrr --auto-commit

# Different directory
coderrr -d /path/to/project

# Rollback changes
coderrr rollback