Cory Bennett 18f10fd125 adding commands:
* create
* dups
* blocks
* watch
2015-02-12 23:41:39 -08:00
2015-02-12 23:41:39 -08:00
2015-02-10 15:57:33 -08:00

go-jira

simple jira command line client in Go

Build

git clone git@github.com:Netflix-Skunkworks/go-jira.git
cd go-jira
export GOPATH=$(pwd)
export GOBIN=$GOPATH/bin
cd src/github.com/Netflix-Skunkworks/go-jira/jira
go get -v
go install -v

Simple Config file

mkdir ~/.jira.d

cat <<EOM >~/.jira.d/config.yml
endpoint: https://jira.mycompany.com
EOM

Usage

Usage:
  jira [-v ...] [-u USER] [-e URI] [-t FILE] fields
  jira [-v ...] [-u USER] [-e URI] [-t FILE] ls [--query=JQL]
  jira [-v ...] [-u USER] [-e URI] [-t FILE] view ISSUE
  jira [-v ...] [-u USER] [-e URI] [-t FILE] ISSUE


General Options:
  -h --help           Show this usage
  --version           Show this version
  -v --verbose        Increase output logging
  -u --user=USER      Username to use for authenticaion (default: cbennett)
  -e --endpoint=URI   URI to use for jira (default: https://jira)
  -t --template=FILE  Template file to use for output

List options:
  -q --query=JQL      Jira Query Language expression for the search
S
Description
simple jira command line client in Go
Readme Apache-2.0 4.6 MiB
Languages
Go 83.3%
Shell 16.1%
Makefile 0.5%
Dockerfile 0.1%