cc version

Open VS Code for a configured Odoo version, or update its port.

Usage

cc version VERSION
cc version VERSION -n
cc version VERSION -p PORT

Flags

Flag
Description

-n, --new

Open in a new VS Code window

-p, --port PORT

Update the port stored for this version

Examples

cc version v17
# → Opens VS Code at the v17 Odoo path

cc version v17 -n
# → Opens in a new VS Code window

cc version v17 -p 8017
# → Updates the stored port for v17 to 8017
  • cc versions — list all configured versions

  • cc config — configure version paths and settings

Last updated

Was this helpful?