0.0.2 • Published 8 years ago
jct v0.0.2
jct
useful jira cli tools based on jira api.
install
$ npm install -g jctcommands
login
logout
show
output jira issue. without issue id, jct will resolve it with current working directory or branch.
if jct cannot resolve issue id, output recently viewed 5 issues.
$ jct show YOUR-100
# jct will print issue 'YOUR-100'$ pwd
.../YOUR-101
$ jct show
# jct will print issue 'YOUR-101'$ git branch
* YOUR-102
$ jct show
# jct will print issue 'YOUR-102'release
output jira release(s). without version, jct will resolve it with latest git tag.
$ jct release 1.0.0
# jct will print '1.0.0' info$ git tag
v1.0.0
$ jct release
# jct will print '1.1.0' infosee how it works

License
MIT © Kyungyeol Kim