Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

jct

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jct

useful jira cli tools

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 24 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts