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 a deployment that has a .deployment_states/
              directory
  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     Adopt a deployment that has .env and .secrets/ at its top level
              and no .deployment_states/
  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
