Quickstart
Get up and running with ActionXM CLI in under 5 minutes.
1. Install
bash
npm install -g actionxm2. Authenticate
bash
actionxm auth loginFollow 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 statusActionXM 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.jsonWhat's next?
- Follow the DXA Cookbook to add site tracking, run Genome, and explore your first analytics
- Run a Feedback Survey to collect qualitative feedback
- Learn about all commands
- Set up CI/CD integration
- Read the configuration reference