Usage: octopize-deploy-tool render [-h] [--app-root APP_ROOT] (--version VX |
                                   --latest) [--verbose]

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
  --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
  --verbose            Verbose output
