chaseconey/jira-cli

A simple jira command-line utility

0.1.0 2015-05-05 22:40 UTC

This package is auto-updated.

Last update: 2024-04-13 13:04:29 UTC


README

StyleCI Latest Stable Version Total Downloads Latest Unstable Version License

A very simple command-line interface to your Jira instance.

In Development

Quickstart

As of right now, these lines are required in your global composer json due to dependency issue

	{
		"minimum-stability": "dev",
		"prefer-stable": true
	}
  • Install globally via composer

composer global require "chaseconey/jira-cli=~0.1"

  • Initialize config file

jira init

  • Setup necessary config options (all are required)

vim ~/.jira-cli/.env

  • Run commands!

Example commands

Perform full-text searches through the search command:

jira search "some interesting search"

Get detailed information about a specific issue:

jira key PROJ-1

Get detailed information with all of the associated comments:

jira key PROJ-1 --comments