Skip to content

actionxm config

Manage CLI configuration settings.

actionxm config get <key>

Get the value of a configuration key.

bash
actionxm config get api_url

Available keys:

  • api_url — The ActionXM API server URL

Example:

bash
$ actionxm config get api_url
https://app.action-xm.com

actionxm config set <key> <value>

Set a configuration value.

bash
actionxm config set api_url https://analytics.yourcompany.com

Example:

bash
$ actionxm config set api_url https://analytics.yourcompany.com
 Set api_url = https://analytics.yourcompany.com

actionxm config path

Show the config file path.

bash
actionxm config path

Example:

bash
$ actionxm config path
/home/alice/.config/actionxm/config.json

actionxm config list

Show all configuration values.

bash
actionxm config list

Example:

bash
$ actionxm config list
Configuration

Config file: /home/alice/.config/actionxm/config.json

api_url: https://app.action-xm.com

ActionXM Analytics Platform