skip to content
ccdocs

cc fetch

Fetches and pulls the latest changes for Odoo repositories (odoo, enterprise, design-themes).

In multi-dir mode, runs git fetch, git restore ., and git pull for each repo. In single-repo mode, runs git fetch only (no pull — branch is not known until switch).

Usage

cc fetch
cc fetch --all

Flags

FlagDescription
-a, --allFetch all configured versions, not just the active one

Examples

cc fetch
# → Fetches the active version's repos

cc fetch --all
# → Fetches all configured Odoo versions
  • cc switch — triggers a background auto-fetch on switch if auto-fetch is enabled and the interval has elapsed
  • cc config — pick "Auto-fetch interval (hours)" from the settings picker

On this page