usage: octopize-deploy-tool verify [-h] [--app-root APP_ROOT]
                                   --test-email EMAIL [--api-key KEY]
                                   [--verbosity {1,2}]

Verify the running deployment stack by:
1. Hitting the Avatar API /health/config-full-check endpoint.
2. Sending a test email via the authentik_worker container.

Reads API URL and API key from generated_files/.env unless --api-key is provided.
Requires the stack to be running (run 'start' first).

options:
  -h, --help           show this help message and exit
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --test-email EMAIL   Email address to send the Authentik test email to
  --api-key KEY        API key for authentication (default: reads
                       AUTHENTIK_BOOTSTRAP_TOKEN from generated_files/.env)
  --verbosity {1,2}    Verbosity level: 1=essential (default), 2=verbose
