Usage: octopize-deploy-tool migrate [-h] [--non-interactive]
                                    [--verbosity {1,2}] [--app-root APP_ROOT]
                                    [--from-legacy DIRECTORY]

Import an Avatar deployment into the current versioned format. Use this when
your deployment directory holds .env and .secrets/ at its top level and has no
.deployment_states/ directory — anything set up by hand, or by the 'deploy'
command of a tool older than 2.7.0. Point --from-legacy at that directory.
Your existing configuration is read and converted — you will be prompted to
fill in any values that cannot be inferred. Once complete, the deployment is
ready to manage with 'update' and 'start'.

Options:
  -h, --help            show this help message and exit
  --non-interactive     Run in non-interactive mode (use defaults or config
                        file)
  --verbosity {1,2}     Verbosity level: 1=essential (default), 2=verbose
  --app-root APP_ROOT   Deployment root directory (default: current directory)
  --from-legacy DIRECTORY
                        Directory containing the existing legacy .env and
                        .secrets/ files (both are always co-located). If
                        omitted, the tool will prompt for it interactively.
