Usage: octopize-deploy-tool tasks reconcile-blueprint [-h]
                                                      [--app-root APP_ROOT]
                                                      [--verbosity {1,2}]

Force Authentik to apply the blueprint currently deployed under
generated_files/authentik/, then wait for that apply to succeed.

'start' does this automatically after an 'update', once it has
recreated the containers so they re-open the rewritten file. Run it by
hand if that run failed or was interrupted.

An update changes what Authentik should serve in two ways it cannot
pick up on its own: a rewritten blueprint file, which running
containers never see because a bind-mounted file stays pinned to the
one they started with; and a changed environment value the blueprint
reads at apply time, which leaves the file unchanged so Authentik's
content check reports it as already applied.

Safe to re-run: applying an already-correct blueprint changes nothing.

Options:
  -h, --help           show this help message and exit
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --verbosity {1,2}    Verbosity level: 1=essential (default), 2=verbose
