Skip to content

apono-io/apono-cli

Repository files navigation

Apono CLI

Actions Status

This repository provides a unified command line interface to Apono.

Installation

Using package manager (recommended)

MacOS and Linux using Homebrew

brew tap apono-io/tap
brew install apono-cli

Windows using Scoop

scoop bucket add apono https://github.com/apono-io/scoop-bucket
scoop install apono/apono-cli

Using pre-built releases

You can find pre-built releases of the CLI here.

From sources

To build apono from sources, a Go compiler >= 1.20 is required.

$ git clone https://github.com/apono-io/apono-cli
$ cd apono-cli
$ make all

Upon successful compilation, the resulting apono binary is stored in the dist/ directory.