cc stat
Show the environments for the active project.
Usage
cc statOutput
Displays a detailed card for each environment in the active project, showing its status, path, version, branch, database, and associated modules.
Environments for 'acme':
╭────────────────────────────────────────────────────────────╮
│ 🚀 Environment: acme / acme_approvals 🟢 ACTIVE │
├────────────────────────────────────────────────────────────┤
│ 📁 Path │ /home/odoo/odoo-v19/custom/acme
│ 🧩 Version │ v19
│ 🌐 GitHub │ https://github.com/your-org/acme
│ 🌿 Branch │ 19.0-feature-approvals
│ 🗄️ Database │ acme_approvals
├────────────────────────────────────────────────────────────┤
│ 📦 Modules
│ • acme_approvals
╰────────────────────────────────────────────────────────────╯🟢 ACTIVE means this environment is the current active slot for its Odoo version. 🟡 INACTIVE means the environment exists but is not currently active.
Notes
cc stat is scoped to the active project. To see environments for a different project use cc env list <project>.