actionxm config
Manage CLI configuration settings.
actionxm config get <key>
Get the value of a configuration key.
bash
actionxm config get api_urlAvailable keys:
api_url— The ActionXM API server URL
Example:
bash
$ actionxm config get api_url
https://app.action-xm.comactionxm config set <key> <value>
Set a configuration value.
bash
actionxm config set api_url https://analytics.yourcompany.comExample:
bash
$ actionxm config set api_url https://analytics.yourcompany.com
✓ Set api_url = https://analytics.yourcompany.comactionxm config path
Show the config file path.
bash
actionxm config pathExample:
bash
$ actionxm config path
/home/alice/.config/actionxm/config.jsonactionxm config list
Show all configuration values.
bash
actionxm config listExample:
bash
$ actionxm config list
Configuration
Config file: /home/alice/.config/actionxm/config.json
api_url: https://app.action-xm.com