Usage: octopize-deploy-tool [-h]
                            {configure,render,apply,install,update,start,stop,uninstall,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)
  uninstall   Permanently remove the deployment (containers, volumes, and
              files)
  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
  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
