Setup (of setup)¶
System setup commands.
Global Flags¶
| Option | Description |
|---|---|
-v, --verbose |
Show detailed logs and debug info |
--version |
Print version and exit |
--check |
Verify Docker, Python, and system compatibility |
--json |
Structured JSON output (available on most commands) |
--yes / -y |
Skip interactive prompts |
of setup init¶
Bootstrap global configuration at ~/.config/odoofly/config.yaml.
| Flag | Default | Description |
|---|---|---|
--author, -a |
— | Agency or developer name |
--image, -i |
odoo |
Base Odoo Docker image |
--version, -v |
18.0 |
Odoo version |
--path, -p |
~/ofprojects |
Projects storage directory |
--email, -e |
— | Contact email |
--yes, -y |
false |
Skip confirmation |
--json |
false |
JSON output |
of setup dashboard¶
Set the web dashboard password.
| Flag | Description |
|---|---|
--password, -P |
Set a specific password |
--yes, -y |
Auto-generate a random password |
--json |
JSON output |
of setup completion¶
Print shell completion install instructions.
(No flags)
of --install-completion¶
Install tab completion directly (handled by Typer at the root level).