Usage: octopize-deploy-tool tasks create-users [-h] [--admins ADMINS]
                                               [--users USERS]
                                               [--app-root APP_ROOT]
                                               [--no-email]
                                               [--authentik-url AUTHENTIK_URL]
                                               [--authentik-token AUTHENTIK_TOKEN]
                                               [--verbosity {1,2}]

Post-installation command. Creates users in Authentik using the bootstrap token from the deployment's .env file, assigns them to groups, and sends a recovery email using the branded email template from the blueprint.

Options:
  -h, --help            show this help message and exit
  --admins ADMINS       Comma-separated admin email addresses to create in
                        Authentik
  --users USERS         Comma-separated standard user email addresses to
                        create in Authentik
  --app-root APP_ROOT   App root directory (parent of generated_files/;
                        default: current directory)
  --no-email            Skip sending recovery emails (users are created but
                        not notified)
  --authentik-url AUTHENTIK_URL
                        Authentik base URL (overrides SSO_PROVIDER_URL /
                        AVATAR_DOMAIN from .env)
  --authentik-token AUTHENTIK_TOKEN
                        Authentik bootstrap token (overrides
                        AUTHENTIK_BOOTSTRAP_TOKEN from generated_files/.env)
  --verbosity {1,2}     Verbosity level: 1=essential (default), 2=verbose
