Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Mar 07:09
· 16 commits to main since this release
b1ae0ae

What's Changed

  • fix: NX-15277 --field flag truncates multiline values (#36) (b1ae0ae)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.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.3.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.3.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.