Usage: octopize-deploy-tool apply [-h] [--app-root APP_ROOT] --version VX
                                  [--verbose]

Copy a rendered version's files into the active deployment directory and
update the currently-deployed pointer. Run this after inspecting the output of
'render' (and optionally 'diff'). The previous active version remains on disk
for rollback reference.

Options:
  -h, --help           show this help message and exit
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --version VX         Rendered state version to apply (e.g. v1, v2)
  --verbose            Verbose output
