0.0.2 • Published 7 years ago

jct v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

jct

useful jira cli tools based on jira api.

install

$ npm install -g jct

commands

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' info

see how it works

demo

License

MIT © Kyungyeol Kim