Releases: TrentonAdams/jira-cli-tools
Release 1.2.0
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
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
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
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
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
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
- update version to 1.1.2-RC6
Release 1.1.2-RC5
- update version to 1.1.2-RC5
Release 1.1.2-RC4
- update version to 1.1.2-RC4
Release 1.1.2-RC3
- update version to 1.1.2-RC3