Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/jira-cli
A simple Jira command-line interface
https://github.com/chaseconey/jira-cli
Last synced: 11 days ago
JSON representation
A simple Jira command-line interface
- Host: GitHub
- URL: https://github.com/chaseconey/jira-cli
- Owner: chaseconey
- License: mit
- Created: 2015-05-05T20:20:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T20:04:02.000Z (over 9 years ago)
- Last Synced: 2024-11-13T20:42:12.467Z (2 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## jira-cli
[![StyleCI](https://styleci.io/repos/35121919/shield)](https://styleci.io/repos/35121919/)
[![Latest Stable Version](https://poser.pugx.org/chaseconey/jira-cli/v/stable)](https://packagist.org/packages/chaseconey/jira-cli) [![Total Downloads](https://poser.pugx.org/chaseconey/jira-cli/downloads)](https://packagist.org/packages/chaseconey/jira-cli) [![Latest Unstable Version](https://poser.pugx.org/chaseconey/jira-cli/v/unstable)](https://packagist.org/packages/chaseconey/jira-cli) [![License](https://poser.pugx.org/chaseconey/jira-cli/license)](https://packagist.org/packages/chaseconey/jira-cli)A very simple command-line interface to your Jira instance.
*In Development*
### Quickstart
*As of right now, these lines are required in your global composer json due to dependency issue*
```json
{
"minimum-stability": "dev",
"prefer-stable": true
}
```* Install globally via composer
`composer global require "chaseconey/jira-cli=~0.1"`
* Initialize config file
`jira init`
* Setup necessary config options (all are required)
`vim ~/.jira-cli/.env`
* Run commands!
### Example commands
Perform full-text searches through the search command:
`jira search "some interesting search"`
Get detailed information about a specific issue:
`jira key PROJ-1`
Get detailed information with all of the associated comments:
`jira key PROJ-1 --comments`