Skip to content

AuthAction CLI

The AuthAction CLI (authaction) lets you manage every aspect of your AuthAction account from the terminal — tenants, applications, users, roles, connections, organizations, API servers, plans, SMTP, and more. It is designed for scripting, automation, and day-to-day developer workflows.

  • Create and switch between tenants
  • Manage applications, API servers, and connections
  • List, create, update, and delete users and roles
  • Configure SMTP and send test emails
  • Manage organizations and tenant members
  • Script and automate any administrative task
Terminal window
# Install globally
npm install -g @authaction/cli
# Log in
authaction login
# Select a tenant
authaction use-tenant my-tenant
# List users
authaction users list