Releases: enthus-appdev/atl-cli
v1.6.0
What's Changed
- refactor: use Go native build info for commit and date by @fank in #47
- chore(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in #48
- chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #49
- fix: download-all returns error on partial failures by @Hinne1 in #50
- feat: Add Jira Service Management OAuth scope and CLI commands by @ktaganova in #51
New Contributors
- @ktaganova made their first contribution in #51
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 by @dependabot[bot] in #45
- ci: migrate release pipeline to GoReleaser by @fank in #46
Full Changelog: v1.5.1...v1.5.2
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.
v1.5.0
What's Changed
- feat: add issue link list and delete commands (#43) (129dd12)
- fix: support multiline text in --field for textarea custom fields (#42) (efe3a95)
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.5.0/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.0/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.0/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.
v1.4.2
What's Changed
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.4.2/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.4.2/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.4.2/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.
v1.4.1
What's Changed
- style: fix goimports alignment in FooterComment struct (cb198ff)
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.4.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.4.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.4.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.
v1.4.0
What's Changed
- feat: add Confluence page comment commands (#40) (e09ecba)
- chore(deps): bump fgrosse/go-coverage-report from 1.2.0 to 1.3.0 (#38) (3635782)
- chore(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#39) (3a6f37d)
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.4.0/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.4.0/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.4.0/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.
v1.3.2
What's Changed
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.2/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.3.2/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.3.2/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.
v1.3.1
What's Changed
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/atlmacOS (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/atlLinux (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/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.
v1.3.0
What's Changed
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.0/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.3.0/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.3.0/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.