Install and manage the Apono CLI

Learn how to install the Apono command-line interface (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

To begin managing your access requests using the Apono CLI, you must install it on your specific platform.

macOS

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.

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

    brew install apono-cli
Windows

Follow these steps to install the Apono CLI using Scoop:

  1. In Command Prompt or PowerShell, add the Apono Scoop bucket to your Scoop configuration.

    scoop bucket add apono https://github.com/apono-io/scoop-bucket
  1. Install the Apono CLI.

    scoop install apono/apono-cli
Linux

Debian

Follow these steps to install the Apono CLI:

  1. From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) architecture.

  2. In the Linux terminal, install the package. Be sure to replace x.x.x with the package version number.

ARM (AArch64)

sudo dpkg -i apono-cli_x.x.x_linux_arm64.deb

AMD (x86_64)

sudo dpkg -i apono-cli_x.x.x_linux_amd64.deb

RPM

Follow these steps to install the Apono CLI:

  1. From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) distribution.

  2. In the Linux terminal, install the package. Be sure to replace x.x.x with the package version number.

ARM (AArch64)

sudo rpm -i apono-cli_x.x.x_linux_arm64.rpm

AMD (x86_64)

sudo rpm -i apono-cli_x.x.x_linux_amd64.rpm

Homebrew

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.

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

    brew install apono-cli

Update the Apono CLI

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

macOS

Follow this step to update the Apono CLI using Homebrew:

  1. In Terminal, update the Apono CLI.

    brew update && brew upgrade apono-cli
Windows

Follow this step to update the Apono CLI using Scoop:

  1. In Command Prompt or PowerShell, update the Apono CLI.

```powershell
scoop update && scoop upgrade apono-cli
```
Linux

Debian

Follow these steps to install the Apono CLI:

  1. From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) architecture.

  2. In the Linux terminal, install the package. Be sure to replace x.x.x with the package version number.

ARM (AArch64)

sudo dpkg -i apono-cli_x.x.x_linux_arm64.deb

AMD (x86_64)

sudo dpkg -i apono-cli_x.x.x_linux_amd64.deb

RPM

Follow these steps to install the Apono CLI:

  1. From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) distribution.

  2. In the Linux terminal, install the package. Be sure to replace x.x.x with the package version number.

ARM (AArch64)

sudo rpm -i apono-cli_x.x.x_linux_arm64.rpm

AMD (x86_64)

sudo rpm -i apono-cli_x.x.x_linux_amd64.rpm

Homebrew

Follow this step to update the Apono CLI using Homebrew:

  1. In Terminal, update the Apono CLI.

    brew update && brew upgrade apono-cli

Last updated

Was this helpful?