Skip to content

Releases: TrentonAdams/jira-cli-tools

Release 1.2.0

16 Aug 23:12
Compare
Choose a tag to compare

Release Install

We support Linux x64 and MacOS x64 releases only. For Windows, you'll have to build your own with the pkg command; and make adjustments to the code if it doesn't work.

Install poppler first, as pdfunite is required and is included with poppler.

Linux

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.2.0/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz

MacOS

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.2.0/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz

Release 1.1.3

06 Jul 21:52
Compare
Choose a tag to compare

Release Install

  • Include information on poppler/pdfunite dependency

We support Linux x64 and MacOS x64 releases only. For Windows, you'll have to build your own with the pkg command; and make adjustments to the code if it doesn't work.

Install poppler first, as pdfunite is required and is included with poppler.

Linux

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.3/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz

MacOS

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.3/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz

Release 1.1.2

06 Jul 18:55
Compare
Choose a tag to compare

Release Install

  • fix some docs and set release to not be prerelease
  • finalize release process for Linux and MacOS

We support Linux x64 and MacOS x64 releases only. For Windows, you'll have to build your own with the pkg command; and make adjustments to the code if it doesn't work.

Linux

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz

MacOS

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz

Release 1.1.2-RC9

06 Jul 18:44
Compare
Choose a tag to compare
Release 1.1.2-RC9 Pre-release
Pre-release

Release Install

We support Linux x64 releases only. For MacOS you'll have to follow the Local Install instructions. For Windows, you'll have to build your own with the pkg command.

To install the version you want, just adjust the release version and issue the following command.

Linux

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2-RC9/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz

MacOS

curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2-RC9/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz

Release 1.1.2-RC8

06 Jul 18:25
Compare
Choose a tag to compare
Release 1.1.2-RC8 Pre-release
Pre-release

Release Install

We support Linux x64 releases only. For MacOS you'll have to follow the Local Install instructions. For Windows, you'll have to build your own with the pkg command.

To install the version you want, just adjust the release version and issue the following command.

Linux

release=1.1.2-RC8; curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/${release}/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz

MacOS

release=1.1.2-RC8; curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/${release}/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz

Release 1.1.2-RC7

06 Jul 18:19
Compare
Choose a tag to compare
Release 1.1.2-RC7 Pre-release
Pre-release

Release Install

We support Linux x64 releases only. For MacOS you'll have to follow the Local Install instructions. For Windows, you'll have to build your own with the pkg command.

To install the version you want, just adjust the release version and issue the following command.

release=1.1.2-RC7; curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/${release}/jira-cli-tools-${release}.tar.gz" > jira-cli-tools-${release}.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-${release}.tar.gz

Release 1.1.2-RC6

06 Jul 18:13
Compare
Choose a tag to compare
Release 1.1.2-RC6 Pre-release
Pre-release
- update version to 1.1.2-RC6

Release 1.1.2-RC5

06 Jul 18:07
Compare
Choose a tag to compare
Release 1.1.2-RC5 Pre-release
Pre-release
- update version to 1.1.2-RC5

Release 1.1.2-RC4

06 Jul 18:02
Compare
Choose a tag to compare
Release 1.1.2-RC4 Pre-release
Pre-release
- update version to 1.1.2-RC4

Release 1.1.2-RC3

06 Jul 17:58
Compare
Choose a tag to compare
Release 1.1.2-RC3 Pre-release
Pre-release
- update version to 1.1.2-RC3