Usage: octopize-deploy-tool migrate [-h] [--app-root APP_ROOT]
                                    --from-legacy DIRECTORY
                                    [--non-interactive] [--verbose]

Import an Avatar deployment that was set up manually or with an older version
of this tool into the current versioned format. Point --from-legacy at the
directory containing your existing .env and .secrets/ files. 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
  --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)
  --non-interactive     Non-interactive mode; uses config file values and
                        defaults only
  --verbose             Verbose output
