Command Reference
Full reference for all CC commands.
| Command | Description |
|---|
cc switch | Switch active project/environment |
cc project | List, create, or delete projects |
cc env | List, create, or delete environments |
cc workspace | Manage workspaces — add, list, edit, open, assign, remove |
cc stat | Show the active environment |
cc open | Open the active environment in a browser |
cc cd | Change directory to the active environment |
| Command | Description |
|---|
cc db | Change, rename, or drop the active database; pool management |
cc backup | Named DB snapshots — create, list, restore, delete |
cc copy | Quick in-place database copy (-CC-COPY suffix) |
cc restore | Restore from a CC copy |
cc initdb | Restore a zip dump into a new database |
cc reset | Drop the CC SQLite schema (full reset) |
| Command | Description |
|---|
cc branch | Git branch operations |
cc fetch | Git fetch across all version repos |
cc pr | List open PRs or create a new one |
cc github | Open the GitHub repo in a browser |
| Command | Description |
|---|
cc module | Install or update modules; -i/-u sets launch mode |
cc sh | Open the Odoo.sh project in the browser |
cc new | Scaffold a new Odoo module |
cc cloc | Count lines of code; -a for active modules only |
cc venv | Interactive pyenv virtualenv management |
| Command | Description |
|---|
cc intel | Manage the skill telemetry index — scan, add-repo, list-repos |
cc reindex | Walk new commits, run language packs, update skill tags |
| Command | Description |
|---|
cc time | Punch in/out and view timesheet |
| Command | Description |
|---|
cc setup | First-time interactive wizard (settings, versions, pyenv, shell, theme) |
cc config | Interactive single-setting picker; -l lists all settings |
cc theme | Pick or set the color theme |
cc shell | Install / check shell integration (zsh, fish) |
cc daemon | Manage the background daemon: start, stop, restart, status |
cc logs | Tail daemon log files; filter by source or level |
cc tunnel | SSH tunnel to an Odoo.sh PostgreSQL database |
cc web | Start the CC companion web app |
cc ticket | Open the linked ticket in a browser |
cc psx | Open PSX runbot tests in a browser |