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 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 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?
- Learn about all commands
- Set up CI/CD integration
- Read the configuration reference