@drmhse/authos-cli

CLI scaffolding tool for AuthOS integrations.

Updated May 20, 2026 Edit this page

@drmhse/authos-cli

Scaffolding CLI for AuthOS integration templates.

Install

npm install -g @drmhse/authos-cli

Common commands

authos init
authos add login-form
authos add org-switcher
authos add user-profile
authos provision act --base-url https://auth.example.com --act-url https://act.example.com

ACT provisioning

authos provision act bootstraps the ACT organization and mobile service in an AuthOS deployment. The command is idempotent and can:

  • create or update the act organization
  • create or update the ACT mobile service, redirect URIs, and GitHub scopes
  • configure BYOO GitHub credentials when provided
  • create or reuse the service API key used for provider-token access
  • write the one-time API key and AuthOS client ID to local files

Typical invocation:

authos provision act \
  --base-url https://auth.example.com \
  --act-url https://act.example.com \
  --owner-email owner@example.com \
  --owner-password '...'

Canonical docs