Download the PHP package chaseconey/jira-cli without Composer
On this page you can find all versions of the php package chaseconey/jira-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chaseconey/jira-cli
More information about chaseconey/jira-cli
Files in chaseconey/jira-cli
Download chaseconey/jira-cli
More information about chaseconey/jira-cli
Files in chaseconey/jira-cli
Vendor chaseconey
Package jira-cli
Short Description A simple jira command-line utility
License MIT
Homepage https://github.com/chaseconey/jira-cli
Package jira-cli
Short Description A simple jira command-line utility
License MIT
Homepage https://github.com/chaseconey/jira-cli
Please rate this library. Is it a good library?
Informations about the package jira-cli
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
- 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
All versions of jira-cli with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/console Version ~2.6
chobie/jira-api-restclient Version 2.0.x@dev
vlucas/phpdotenv Version ~1.1
symfony/console Version ~2.6
chobie/jira-api-restclient Version 2.0.x@dev
vlucas/phpdotenv Version ~1.1
The package chaseconey/jira-cli contains the following files
Loading the files please wait ....