Skip to content

Releases: enthus-appdev/atl-cli

v1.6.0

17 Apr 09:10
99e2f73

Choose a tag to compare

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

Full Changelog: v1.5.2...v1.6.0

v1.5.2

12 Apr 10:35
ccce0dd

Choose a tag to compare

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

10 Apr 06:06
487fd81

Choose a tag to compare

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.

v1.5.0

24 Mar 11:33
129dd12

Choose a tag to compare

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/atl

macOS (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/atl

Linux (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/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.

v1.4.2

22 Mar 16:00
f8493d4

Choose a tag to compare

What's Changed

  • fix: Include folders in confluence page children output (#41) (f8493d4)

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/atl

macOS (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/atl

Linux (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/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.

v1.4.1

20 Mar 14:24

Choose a tag to compare

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/atl

macOS (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/atl

Linux (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/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.

v1.4.0

20 Mar 14:24
e09ecba

Choose a tag to compare

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/atl

macOS (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/atl

Linux (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/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.

v1.3.2

12 Mar 06:12
e98d2a5

Choose a tag to compare

What's Changed

  • fix: add missing OAuth scopes for Confluence attachment uploads (#37) (e98d2a5)

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/atl

macOS (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/atl

Linux (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/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.

v1.3.1

10 Mar 07:09
b1ae0ae

Choose a tag to compare

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.

v1.3.0

10 Mar 04:45
5903ac8

Choose a tag to compare

What's Changed

  • feat: add Confluence page attachment commands (list, download, upload) (#35) (5903ac8)

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/atl

macOS (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/atl

Linux (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/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.