Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Jul 30, 2025

How to upgrade Atlassian CLI

Introduction

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.

Upgrade instructions

Windows: upgrading Atlassian CLI with Curl

  1. Download the latest release:
  • For x86-64 systems:
1
2
curl -LO "https://acli.atlassian.com/windows/latest/acli_windows_amd64/acli.exe"
  • For ARM64 systems:
1
2
curl -LO "https://acli.atlassian.com/windows/latest/acli_windows_arm64/acli.exe"
  1. Replace the existing binary: Replace the old acli.exe with the new one in your desired directory.

  2. Verify the upgrade:

1
2
.\acli --version

Linux: upgrading Atlassian CLI on Debian-based distributions

  1. Update package list:
1
2
sudo apt update
  1. Upgrade ACLI:
1
2
sudo apt upgrade -y acli
  1. Verify the upgrade:
1
2
acli --version

Linux: upgrading Atlassian CLI on Red Hat-based distributions

  1. Update YUM repositories:
1
2
sudo yum check-update
  1. Upgrade ACLI:
1
2
sudo yum update -y acli
  1. Verify the upgrade:
1
2
acli --version

macOS: upgrading Atlassian CLI with Homebrew

  1. Update Homebrew:
1
2
brew update
  1. Upgrade ACLI:
1
2
brew upgrade acli
  1. Verify the upgrade:
1
2
acli --version

Troubleshooting

If you encounter any issues during the upgrade process, consider the following:

Rate this page: