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.
Available Guides
Section titled “Available Guides”- Installation & Authentication: Install the CLI and log in to your account
- Command Reference: Full reference for all CLI commands
What You Can Do
Section titled “What You Can Do”- 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
Quick Start
Section titled “Quick Start”# Install globallynpm install -g @authaction/cli
# Log inauthaction login
# Select a tenantauthaction use-tenant my-tenant
# List usersauthaction users list