Usage: octopize-deploy-tool [-h]
                            {deploy,generate-env,configure,render,apply,install,update,start,stop,migrate,diff,tasks,verify} ...

Avatar Deployment Configuration Tool

Commands:
  install       Set up a new Avatar deployment interactively
  update        Reconfigure an existing deployment and apply the changes
  start         Start the Avatar stack (run this after install or update)
  stop          Stop the Avatar stack (containers and volumes preserved)
  migrate       Import an existing deployment into the versioned deploy-tool
                format
  tasks         One-off operational commands (post-install administration)

Expert Commands:
  configure     Answer the deployment questionnaire and save a versioned
                configuration state
  render        Turn a saved configuration state into deployment files (.env,
                docker-compose, etc.)
  apply         Promote a rendered version to the live deployment directory
  deploy        Generate a new Docker Compose deployment from scratch (legacy)
  generate-env  Write per-component .env files to specific paths (CI/CD use)
  diff          Show what would change between two rendered versions
  verify        Verify the running deployment stack (API health + email test)

Options:
  -h, --help    show this help message and exit
