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:
In Terminal, clone the apono-io/tap repository into Homebrew's directory of tapped repositories on your local machine.
brew tap apono-io/tapInstall the Apono CLI.
brew install apono-cli
Windows
Follow these steps to install the Apono CLI using Scoop:
In Command Prompt or PowerShell, add the Apono Scoop bucket to your Scoop configuration.
scoop bucket add apono https://github.com/apono-io/scoop-bucketInstall the Apono CLI.
scoop install apono/apono-cli
Linux
Debian
Follow these steps to install the Apono CLI:
From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) architecture.
In the Linux terminal, install the package. Be sure to replace
x.x.xwith the package version number.
ARM (AArch64)
sudo dpkg -i apono-cli_x.x.x_linux_arm64.debAMD (x86_64)
sudo dpkg -i apono-cli_x.x.x_linux_amd64.debRPM
Follow these steps to install the Apono CLI:
From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) distribution.
In the Linux terminal, install the package. Be sure to replace
x.x.xwith the package version number.
ARM (AArch64)
sudo rpm -i apono-cli_x.x.x_linux_arm64.rpmAMD (x86_64)
sudo rpm -i apono-cli_x.x.x_linux_amd64.rpmHomebrew
Follow these steps to install the Apono CLI using Homebrew:
In Terminal, clone the apono-io/tap repository into Homebrew's directory of tapped repositories on your local machine.
brew tap apono-io/tapInstall 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.
Windows
Follow this step to update the Apono CLI using Scoop:
In Command Prompt or PowerShell, update the Apono CLI.
Linux
Debian
Follow these steps to install the Apono CLI:
From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) architecture.
In the Linux terminal, install the package. Be sure to replace
x.x.xwith the package version number.
ARM (AArch64)
AMD (x86_64)
RPM
Follow these steps to install the Apono CLI:
From the Apono CLI GitHub releases page, download the correct package for your system's ARM64 (AArch64) or AMD64 (x86_64) distribution.
In the Linux terminal, install the package. Be sure to replace
x.x.xwith the package version number.
ARM (AArch64)
AMD (x86_64)
Homebrew
Follow this step to update the Apono CLI using Homebrew:
In Terminal, update the Apono CLI.
Last updated
Was this helpful?
