New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc