lesstif / jira-cli
simple JIRA command line interface(CLI)
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Type:application
Requires
- php: >=5.6.0
- lesstif/php-jira-rest-client: ^1.7
- monolog/monolog: ~1.12
- php-school/cli-menu: ^2.0
- symfony/console: ~2.3|~3.0
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2024-10-27 04:54:01 UTC
README
simple JIRA command line interface(CLI) in PHP.
Inspired by go-jira, jira-cmd and JIRA Command Line Interface.
Requirements
- PHP >= 5.6.0
- php jira rest client
- PHP Posix extension for cliMenu
Installation
-
Download PHAR package.
mkdir jira-cli cd jira-cli wget https://github.com/lesstif/jira-cli/releases/download/0.1.0/jira-cli.phar.gz
-
Decompress downloaded package.
gzip -d jira-cli.phar.gz
-
create .env on your jira-cli directory and editing it.
JIRA_HOST="https://your-jira.host.com" JIRA_USER="jira-username" JIRA_PASS="jira-password"
Usage
Project
Get Project Info
$ php jira-cli.phar project:show MYPROJECT --field-exclude "self,avatarUrls,roles,versions"
Get All Project list
$ php jira-cli.phar project:list --field-exclude "self,projectCategory,avatarUrls"