actionxm sites
Manage sites accessible to your account.
actionxm sites list
List all sites you have access to.
bash
actionxm sites listExample:
bash
$ actionxm sites list
Name Domain ID
──────────────────────────────────────────────────────────
* Acme Store acme-store.com 550e8400-...
Acme Insights acme-insights.com 550e8400-...
* = active site. Use actionxm sites select <id> to switch.The * marker indicates your currently active site.
Exit codes:
0— Sites listed successfully1— Not authenticated or API error
actionxm sites select <site-id>
Set the active site for subsequent commands.
bash
actionxm sites select <site-id>You can pass either the site UUID or the site name.
Example:
bash
$ actionxm sites select 550e8400-e29b-41d4-a716-446655440001
✓ Active site set to Acme Insights (acme-insights.com)Exit codes:
0— Site selected successfully1— Site not found, not authenticated, or API error