project
Manage project
Usage:
project [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
bash
Attach to Odoo container bash.
NAME is the name of the local project.
Usage:
project bash [OPTIONS] NAME
Options:
--help Show this message and exit.
clear
Stop project stack (all containers) and clear volumes.
NAME is the name of the local project.
Usage:
project clear [OPTIONS] NAME
Options:
--yes
--help Show this message and exit.
delete
Delete local project.
Usage:
project delete [OPTIONS] NAME
Options:
--yes
--help Show this message and exit.
install-modules
Install modules on database.
NAME is the name of the local project.
DATABASE is the name of Odoo database.
MODULES is the list of modules to install, comma separated.
Usage:
project install-modules [OPTIONS] NAME DATABASE MODULES
Options:
--help Show this message and exit.
last-backup
Get last url backup for online project.
NAME is the name of the local project.
Usage:
project last-backup [OPTIONS] NAME
Options:
--help Show this message and exit.
locate
Locate project on disk.
NAME is the name of the local project.
Usage:
project locate [OPTIONS] NAME
Options:
--help Show this message and exit.
logs
Show container logs.
NAME is the name of the local project.
SERVICE is the name of one of the stack's services, possible values: odoo, pg or redis.
Usage:
project logs [OPTIONS] NAME SERVICE
Options:
--help Show this message and exit.
merge
Merge requirements from online manifest and local repositories.
NAME is the name of the local project.
Usage:
project merge [OPTIONS] NAME
Options:
--help Show this message and exit.
new
Create new project from online database.
NAME is the name of the database.
Usage:
project new [OPTIONS] NAME
Options:
-l, --local Create blank project
--help Show this message and exit.
pull
Pull repositories.
Usage:
project pull [OPTIONS] NAME
Options:
--help Show this message and exit.
repo
Get repositories list with branches.
NAME is the name of the local project.
Usage:
project repo [OPTIONS] NAME
Options:
--help Show this message and exit.
restart
Restart project.
NAME is the name of the local project.
Usage:
project restart [OPTIONS] NAME
Options:
-d, --detach Run on background (detach)
--help Show this message and exit.
run
Run project.
NAME is the name of the local project.
Usage:
project run [OPTIONS] NAME
Options:
-d, --detach Running on background (detach)
-r, --reload Dev mode (auto reload)
--help Show this message and exit.
search
Search for online project.
NAME is the name of the online project.
Usage:
project search [OPTIONS] NAME
Options:
--help Show this message and exit.
shell
Attach to Odoo shell.
NAME is the name of the local project.
DATABASE is the name of Odoo database.
Usage:
project shell [OPTIONS] NAME DATABASE
Options:
--help Show this message and exit.
status
Show project containers and states.
NAME is the name of the local project.
Usage:
project status [OPTIONS] NAME
Options:
--help Show this message and exit.
stop
Stop project stack (all containers).
NAME is the name of the local project.
Usage:
project stop [OPTIONS] NAME
Options:
--help Show this message and exit.
update
Update the local project based on the manifest.
NAME is the name of the local project.
Note: Repositorie and requirements are updated.
Usage:
project update [OPTIONS] NAME
Options:
--yes
--help Show this message and exit.
update-modules
Update modules on database.
NAME is the name of the local project.
DATABASE is the name of Odoo database.
MODULES is the list of modules to update, comma separated.
Usage:
project update-modules [OPTIONS] NAME DATABASE MODULES
Options:
--help Show this message and exit.