This repository hosts the precompiled binaries and GitHub Releases for the arg CLI.
The CLI source code lives in a private monorepo. Releases here are produced by GoReleaser on every v* tag and contain macOS, Linux, and Windows binaries.
The easiest install path is via Homebrew:
brew tap relevanceai/tap
brew install argOr one-shot:
brew install relevanceai/tap/argIf you have Node installed, you can also use npm:
npm install --global @relevanceai/argFor other platforms, download a binary directly from Releases and place it on your PATH.
MIT — see the upstream CLI source.