chaseconey / jira-cli
A simple jira command-line utility
0.1.0
2015-05-05 22:40 UTC
Requires
- php: >=5.4
- chobie/jira-api-restclient: 2.0.x@dev
- symfony/console: ~2.6
- vlucas/phpdotenv: ~1.1
This package is auto-updated.
Last update: 2024-11-13 14:10:43 UTC
README
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
{ "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