Install and manage the Apono CLI

Learn how to install the Apono CLI

The Apono CLI enables you and your team to view, request, and receive permission to services, databases, and applications that are centrally managed via Apono.

Install the Apono CLI

Follow these steps to install the Apono CLI using Homebrew:

  1. In Terminal, clone the apono-io/tap repository into Homebrew's directory of tapped repositories on your local machine.Shell

    brew tap apono-io/tap
  2. Install the Apono CLI.Shell

    brew install apono-cli

Update the Apono CLI

Periodically, you may need to update the Apono CLI to help maintain functionality, performance, and security.

Follow this step to update the Apono CLI:

  1. In Terminal, update the Apono CLI.Shell

    brew update && brew upgrade apono-cli

Last updated