Usage: octopize-deploy-tool start [-h] [--config CONFIG] [--non-interactive]
                                  [--verbosity {1,2}] [--verbose]
                                  [--app-root APP_ROOT]

Create any missing Docker volumes and start all Avatar services. Safe to run
multiple times — volume creation is idempotent. Run this after 'install' to
bring a new deployment live, or after 'update' to restart services with the
new configuration.

Options:
  -h, --help           show this help message and exit
  --config CONFIG      YAML configuration file to load
  --non-interactive    Run in non-interactive mode (use defaults or config
                       file)
  --verbosity {1,2}    Verbosity level: 1=essential (default), 2=verbose
  --verbose            (Deprecated: use --verbosity 2) Enable verbose output
  --app-root APP_ROOT  Deployment root directory (default: current directory)
