Atlasssian CLI is a powerful command-line tool available for Windows, Linux, and macOS. Keeping Atlassian CLI up-to-date ensures you have the latest features, performance improvements, and security patches. This guide provides step-by-step instructions for upgrading ACLI on each supported platform.
1 2curl -LO "https://acli.atlassian.com/windows/latest/acli_windows_amd64/acli.exe"
1 2curl -LO "https://acli.atlassian.com/windows/latest/acli_windows_arm64/acli.exe"
Replace the existing binary:
Replace the old acli.exe
with the new one in your desired directory.
Verify the upgrade:
1 2.\acli --version
1 2sudo apt update
1 2sudo apt upgrade -y acli
1 2acli --version
1 2sudo yum check-update
1 2sudo yum update -y acli
1 2acli --version
1 2brew update
1 2brew upgrade acli
1 2acli --version
If you encounter any issues during the upgrade process, consider the following:
Rate this page: