Command Reference
cc's CLI is noun-grouped: cc <group> <verb> (e.g. cc db use, cc git pr,
cc project env list). A handful of hot-path commands stay flat. Run cc <group>
with no verb to see that group's help, or cc help <command> for any command.
| Command | Description |
|---|
cc switch | Switch active project/environment, configure the IDE, open it |
cc cd | Change directory to the active environment |
cc stat | Show the active environment |
cc setup | First-time wizard — settings, versions, pyenv, shell, theme |
cc workspace | Manage workspaces — groups of projects sharing an Odoo version |
| Command | Description |
|---|
cc db use | Set the active database for the current environment |
cc db list | List databases linked to the current environment |
cc db drop | Drop a PostgreSQL database (local or dockerized) |
cc db init | Create a database from a dump file |
cc db copy | Quick in-place database copy (-CC-COPY suffix) |
cc db restore | Restore from a CC copy |
cc db backup | Named DB snapshots — create, list, restore, delete |
cc db rename | Rename a database (CC record + PostgreSQL) |
cc db link | Add a database to the current environment's pool |
cc db unlink | Remove a database from the environment's pool |
cc db extend | Push the active DB's expiry to 2099, disable the update cron |
cc db check | Diagnose the Postgres connection |
| Command | Description |
|---|
cc git branch | Change the branch of the active/chosen environment |
cc git fetch | git fetch across all version repos |
cc git pr | PR lifecycle — list, create, view, merge, checkout, checks |
cc git github | Open the GitHub repo in a browser |
Bare cc config opens the interactive settings picker; -l/--list prints all settings.
| Command | Description |
|---|
cc daemon | Lifecycle — start, stop, restart, status |
cc daemon logs | Tail daemon log files; filter by source or level |
| Command | Description |
|---|
cc web | Start the CC companion web app |
cc time | View timesheet; start/end manual entries, edit, review |
cc intel | Manage the skill telemetry index — scan, add-repo, list-repos |
cc reindex | Walk new commits, run language packs, update skill tags |
cc sync | Synchronize local data with the CC server |
cc sh | Open the Odoo.sh project in the browser |
cc psx | Open PSX runbot tests in a browser |
cc ticket | Open the linked ticket in a browser |