Usage: octopize-deploy-tool install [-h] [--app-root APP_ROOT]
                                    [--from-config PATH] [--non-interactive]
                                    [--verbose]

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
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --from-config PATH   Seed configuration from a YAML config file
  --non-interactive    Non-interactive mode; requires --from-config with all
                       required values
  --verbose            Verbose output
