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

Update an existing Avatar deployment. Your current configuration is used as
the starting point — only answer the questions where you want to change
something. A diff is shown before any files are overwritten so you can review
exactly what will change. Use --from-config to apply changes non-interactively
from a YAML file. Once the changes are applied, run 'start' to restart the
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)
  --from-config PATH   Preset configuration from a YAML config file to seed
                       configure step
