Usage: octopize-deploy-tool render [-h] [--config CONFIG] [--non-interactive]
                                   [--verbosity {1,2}] [--verbose]
                                   [--app-root APP_ROOT] (--version VX |
                                   --latest)

Read a completed configuration state and render all deployment files (.env,
docker-compose.yml, nginx config, secrets) into a versioned staging directory.
The rendered files are not yet active — run 'apply' to promote them to the
live deployment directory. Use --latest to render the most recently configured
version.

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)
  --version VX         State version to render (e.g. v1, v2)
  --latest             Render the latest configured version
