2017 © Pedro Peláez
 

library jira-cli

A simple jira command-line utility

image

chaseconey/jira-cli

A simple jira command-line utility

  • Wednesday, July 1, 2015
  • by chaseconey
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

jira-cli

StyleCI Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A very simple command-line interface to your Jira instance., (*2)

In Development, (*3)

Quickstart

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

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

composer global require "chaseconey/jira-cli=~0.1", (*5)

  • Initialize config file

jira init, (*6)

  • Setup necessary config options (all are required)

vim ~/.jira-cli/.env, (*7)

  • Run commands!

Example commands

Perform full-text searches through the search command:, (*8)

jira search "some interesting search", (*9)

Get detailed information about a specific issue:, (*10)

jira key PROJ-1, (*11)

Get detailed information with all of the associated comments:, (*12)

jira key PROJ-1 --comments, (*13)

The Versions

01/07 2015

dev-master

9999999-dev https://github.com/chaseconey/jira-cli

A simple jira command-line utility

  Sources   Download

MIT

The Requires

 

jira jira-cli

06/05 2015
06/05 2015