cc psx

Opens the PSX Runbot page for the active (or specified) project's branch in your browser.

Usage

cc psx [PROJECT]

If no project is specified, uses the branch from the currently active environment.

Examples

cc psx
# → Opens psxrunbot.odoo.com for the active environment's branch

cc psx acme
# → Prompts to select an environment for acme, then opens its branch on runbot

The environment must have a branch configured. Set one with cc branch.

  • cc branch — configure the branch for an environment

  • cc pr — open the GitHub pull request for the active branch

Last updated

Was this helpful?