Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxythemes/jira-cli
A jira user friendly command line client
https://github.com/foxythemes/jira-cli
cli jira jira-api jira-cli jira-client nodejs npm
Last synced: 14 days ago
JSON representation
A jira user friendly command line client
- Host: GitHub
- URL: https://github.com/foxythemes/jira-cli
- Owner: foxythemes
- License: mit
- Created: 2017-03-08T20:10:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:24:12.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T17:32:36.751Z (5 months ago)
- Topics: cli, jira, jira-api, jira-cli, jira-client, nodejs, npm
- Language: JavaScript
- Homepage: https://jiracli.com
- Size: 818 KB
- Stars: 204
- Watchers: 8
- Forks: 40
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jira-cli
This is a command line client Jira API, useful to create new issues.
![jira-cli](https://user-images.githubusercontent.com/662930/29991463-f3332c60-8f4c-11e7-8ab1-266aff8dd91a.gif)
## Getting Started
* Install with npm: `npm install -g jira-cl`
* Run it with `jira [command] [arguments]`### Initial Setup
When running the first time (or if you didn't create a config file), it will ask you for your Jira host, username, password and if you use 'https' protocol and a new config file will be created in `~/.jira-cli.json` with this data. You can create or modify this file manually.## Documentation
To get detailed information about JIRA-CLI usage please visit the documentation which is hosted [here](http://docs.jiracli.com).
## License
Copyright (c) 2019 by Miguel Henao & Eduardo Henao
Licensed under the MIT license.