v1.5.1
What's Changed
- fix: prevent markdown converter hang and support label custom fields (#44) (487fd81)
- feat: show parent issue in
atl issue viewoutput (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/atlmacOS (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/atlLinux (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/atlWindows
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.