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

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
  --skip-tls-path-validation
                        Skip file-existence and readability checks for TLS
                        certificate and key paths. Use this when running the
                        deploy tool inside Docker: the TLS paths you enter
                        refer to the host filesystem, which is not mounted
                        into the deploy tool container.
