JIRA CLI Gem Version

Ruby gem CLI tool used to manage JIRA workflows leveraging git


Build Status Coverage Status Dependency Status Code Climate

Disclaimer

This tool is in very early alpha and its architecture and commands are expected to change drastically. Please only use this tool for testing purposes.

Gem Installation

Rubygems:

gem install jira-cli

Manually:

git clone [email protected]:darrenli/jira-cli.git
cd jira-cli
./install

Project Installation

In order to use this tool, you'll need to run the installation script in the git repository that you're managing via JIRA.

cd path/to/jira/repo
jira install

Note: Authentication files are expected to drastically change. Currently, they are completely unencrypted. Use are your own risk... (see disclaimer above)