Skip to content

Releases: enthus-appdev/atl-cli

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 08:38
2932db6

Installation

Homebrew (macOS and Linux)

brew install enthus-appdev/tap/atl

Binary download

Download the archive for your platform below, extract, and add to your PATH.

Changelog

  • f551cc4 chore(deps): bump actions/cache from 5 to 6 (#58)
  • 2932db6 feat: add 'atl jira assets' (CMDB count + AQL) (#59)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 07:46
9a310b0

Installation

Homebrew (macOS and Linux)

brew install enthus-appdev/tap/atl

Binary download

Download the archive for your platform below, extract, and add to your PATH.

Changelog

  • a11d92d chore(deps): bump actions/checkout from 6 to 7 (#56)
  • 9a310b0 feat: atl jira sprint lifecycle commands (create/edit/start/close/list/move/backlog) (#57)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 05:01
3ea373a

Installation

Homebrew (macOS and Linux)

brew install enthus-appdev/tap/atl

Binary download

Download the archive for your platform below, extract, and add to your PATH.

Changelog

  • a6ff2b6 chore(deps): bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22 (#53)
  • 3ea373a feat: move Jira commands under 'atl jira' namespace (#55)

v1.6.0

Choose a tag to compare

@fank fank released this 17 Apr 09:10
99e2f73

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

Choose a tag to compare

@fank fank released this 12 Apr 10:35
ccce0dd

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

Choose a tag to compare

@github-actions github-actions released this 10 Apr 06:06
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.

v1.5.0

Choose a tag to compare

@Hinne1 Hinne1 released this 24 Mar 11:33
129dd12

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

Choose a tag to compare

@github-actions github-actions released this 22 Mar 16:00
f8493d4

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

Choose a tag to compare

@Hinne1 Hinne1 released this 20 Mar 14:24

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

Choose a tag to compare

@github-actions github-actions released this 20 Mar 14:24
e09ecba

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.