Intel
1
curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_amd64/acli"
Apple Silicon
1
curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_arm64/acli"
acli
binary executable.1
chmod +x ./acli
You can now use acli
from this directory.
1
./acli --help
acli
binary to a file location on your system PATH (requires admin access).1 2
sudo mv ./acli /usr/local/bin/acli sudo chown root: /usr/local/bin/acli
You can now use acli
globally.
1 2acli --help
If you are on macOS and using Homebrew package manager, you can install acli
with Homebrew.
1 2brew tap atlassian/homebrew-acli brew install acli
1 2acli --version
Rate this page: