IBM Cloud Docs
Configuring the CLI to manage the Activity Tracker Event Routing account configuration

Configuring the CLI to manage the Activity Tracker Event Routing account configuration

You must configure your local Activity Tracker Event Routing CLI so that you can manage the Activity Tracker Event Routing account configuration by using CLI commands.

You must install the latest version of the IBM Cloud Activity Tracker Event Routing CLI in order to pick up the latest CLI features.

Complete the following steps to install the Activity Tracker Event Routing CLI:

  1. Install the IBM Cloud CLI.

  2. Get the versions that are available for the atracker CLI plugin. Run the following command:

    ibmcloud plugin repo-plugins
    

    For example, to get the versions of the Activity Tracker Event Routing CLI plugin, run the following command:

    ibmcloud plugin repo-plugins | grep atracker
    

    The output of the command will list the versions that are available.

  3. Install the CLI plugin in your local system. Run the following command:

    ibmcloud plugin install atracker [-v VERSION]
    

    Where VERSION is the value of a listed version that is available for the plugin.

    If you already have the Activity Tracker Event Routing CLI plugin installed in your local system and you want to update the version of the plugin, run the following command: ibmcloud plugin update atracker.

If you want to delete the Activity Tracker Event Routing CLI plugin from your local system, run the following command: ibmcloud plugin delete atracker.