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 projects

bash
actionxm projects list
     Name           Domain                Type   ID
──────────────────────────────────────────────────────────────
     Acme Store     acme-store.com        web    550e8400-...
     Acme Insights  acme-insights.com     web    550e8400-...

4. 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