Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 06:06
· 30 commits to main since this release
487fd81

What's Changed

  • fix: prevent markdown converter hang and support label custom fields (#44) (487fd81)
  • feat: show parent issue in atl issue view output (f9e2e28)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.5.1/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.5.1/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.5.1/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.