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

Set up a fresh Avatar deployment. You will be guided through a questionnaire
to configure your instance — public URL, TLS, database, storage, email, and
SSO — then all deployment files are generated and written automatically. Use
--from-config to skip the questionnaire and drive the install from a YAML
file. Once complete, run 'start' to bring the stack up.

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    Seed configuration from a YAML config file
  --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.
