Skip to content

Repository (of repo)

Manage Git repositories registered in your project.

of repo ls [env]

Git audit — shows branch, pending pulls, and status for all repos.

Flag Default Description
--json false JSON output

of repo add [url]

Register a repository in project.yml, clone it, and auto-update the Odoo app list.

Argument Description
url Git repository URL
Flag Default Description
--env, -e main Target environment
--branch, -b default branch Git branch
--token, -t Auth token (for private repos)
--json false JSON output

of repo rm [url_or_name]

Remove a repository from project.yml (local files in addons/ are NOT deleted for safety).

Argument Description
url_or_name Repository URL or name
Flag Default Description
--env, -e main Target environment
--json false JSON output