---
name: atracker-atracker-cli-config
title: Configuring the CLI to manage the Activity Tracker Event Routing account configuration
description: 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.
last-updated: 2024-01-18
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/atracker?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Configuring the CLI to manage the Activity Tracker Event Routing account configuration
{: #atracker-cli-config}

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.
{: shortdesc}

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](https://cloud.ibm.com/docs/cli?topic=cli-install-ibmcloud-cli&format=markdown).

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

    ```text
    ibmcloud plugin repo-plugins
    ```
    {: pre}

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

    ```text
    ibmcloud plugin repo-plugins | grep atracker
    ```
    {: pre}

    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:

    ```text
    ibmcloud plugin install atracker [-v VERSION]
    ```
    {: pre}

    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`.
{: tip}