Skip to content

actionxm status

Show current CLI state: authentication, active site, and configuration.

bash
actionxm status

Example:

bash
$ actionxm status
ActionXM CLI Status

Auth:  Authenticated
User:  Alice Johnson <alice@acme.com>
Role:  admin

Site:  Acme Store
Sites: 2 accessible

API URL: https://app.action-xm.com
Config:  /home/alice/.config/actionxm/config.json

Example (not authenticated):

bash
$ actionxm status
ActionXM CLI Status

Auth: Not authenticated
  Run actionxm auth login to get started.

API URL: http://localhost:3002
Config:  /home/alice/.config/actionxm/config.json

Exit codes:

  • 0 — Status displayed

ActionXM Analytics Platform