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 runbotThe environment must have a branch configured. Set one with
cc branch.
Related
cc branch— configure the branch for an environmentcc pr— open the GitHub pull request for the active branch