Skip to content

Quickstart

Get up and running with ActionXM CLI in under 5 minutes.

1. Install

bash
npm install -g actionxm

2. Authenticate

bash
actionxm auth login

Follow the prompts to approve access in your browser.

3. List your sites

bash
actionxm sites list
     Name           Domain                ID
──────────────────────────────────────────────────────────
*    Acme Store     acme-store.com        550e8400-...
     Acme Insights  acme-insights.com     550e8400-...

4. Select a site

bash
actionxm sites select 550e8400-...
✓ Active site set to Acme Insights (acme-insights.com)

5. Check status

bash
actionxm status
ActionXM CLI Status

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

Site: Acme Insights
Sites: 2 accessible

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

What's next?

ActionXM Analytics Platform