Usage: octopize-deploy-tool configure [-h] [--app-root APP_ROOT]
                                      [--from-config PATH] [--from-legacy DIR]
                                      [--from-state VX] [--resume] [--fresh]
                                      [--non-interactive] [--verbose]

Answer the deployment questionnaire and persist your answers as a versioned
state file. Each run creates a new version slot so previous answers are never
overwritten. Use --from-config to seed answers from a YAML file, --from-state
vX to carry forward an existing version, or --resume to continue an
interrupted session. Run 'render' next to generate the actual deployment
files.

Options:
  -h, --help           show this help message and exit
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --from-config PATH   Preset configuration from a YAML config file
  --from-legacy DIR    Preset from a legacy flat deployment directory (reads
                       .env and .secrets/)
  --from-state VX      Preset from a prior versioned state (e.g. v2)
  --resume             Resume the most recent incomplete configure session
                       without prompting
  --fresh              Always create a new version slot even if an incomplete
                       session exists
  --non-interactive    Non-interactive mode; uses config file values and
                       defaults only
  --verbose            Verbose output
