Axyon CLI
Axyon is designed with a client/server architecture. The Axyon command line interface (CLI) is written in Go and performs operations using GRPC. To install the Axyon CLI (ax
) use the following.
macOS
To install the Axyon CLI for macOS, use Homebrew:
brew tap axyon-io/axyon https://code.underland.io/axyon-io/homebrew-axyon
Next update and install:
brew update && brew install axyon-cli
To confirm you have ax
ready, run ax --version
. You should see something similar to the following:
ax version 2025.03.01
Windows
Coming soon...
Linux
Coming soon...
Binaries
Coming soon...