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

Provision an Avatar admin API key by:
  1. Waiting for Authentik to become healthy
  2. Giving akadmin the role:admin group attribute
  3. Waiting for the Authentik blueprint to be applied
  4. Waiting for the Avatar API to become healthy
  5. Logging in via Authentik's flow executor API
  6. Creating an Avatar API key
  7. Writing it to generated_files/.secrets/avatar_api_key

The command is idempotent: re-running it when the key file already
exists is a no-op.  Delete the file first to force key rotation.

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
