Each CLI version will only be supported 6 months after release. We recommend regularly updating to the latest CLI version to benefit from new features and improvements.
Use package management to install, update, and remove software packages by the following:
Open a terminal window and enter the command below to install. 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
Open a terminal window and enter the command below to install:
Intel
1 2curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_amd64/acli"
Apple Silicon
1 2curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_arm64/acli"
acli
binary executable:1 2chmod +x ./acli
You can now use acli
from this directory:
1 2./acli --help
acli
binary to a file location on your system PATH (requires admin access):1 2sudo mv ./acli /usr/local/bin/acli sudo chown root: /usr/local/bin/acli
You can now use acli
globally:
1 2acli --help
Rate this page: