Skip to main content
Version: development

Install CLI (aperturectl)

The Aperture CLI is available as an executable program for all major platforms, the binaries can be downloaded from GitHub Release Page.

Alternatively, download it using the following script:

VERSION="main"
ARCH="amd64"
PACKAGER="deb"
url="https://github.com/fluxninja/aperture/releases/download/v${VERSION}/aperturectl_${VERSION}_${ARCH}.${PACKAGER}"
echo "Will download ${PACKAGER} package version ${VERSION} compiled for ${ARCH} machine"
curl --fail --location --remote-name "${url}"

Installation

info

Skip the following steps if you have obtained the binary file directly using the steps mentioned above.

With Homebrew:
brew install fluxninja/aperture/aperturectl

Enable shell autocompletion

To configure your shell to load aperturectl bash completions, add to your profile:

source <(aperturectl completion bash)

Uninstall

With Homebrew:
brew uninstall aperturectl
brew untap fluxninja/aperture

aperturectl