console-helpers / jira-cli
Toolbox for working with JIRA from command line
dev-master
2024-10-30 10:17 UTC
Requires
- php: >=5.6
- chobie/jira-api-restclient: ^2.0@dev
- console-helpers/console-kit: ^0.1@dev
- doctrine/cache: ^1.5
Requires (Dev)
- aik099/coding-standard: dev-master
- console-helpers/prophecy-phpunit: ^3.0
- phpspec/prophecy: ^1.10
- yoast/phpunit-polyfills: ^2.0
This package is auto-updated.
Last update: 2024-10-30 10:18:06 UTC
README
Jira-CLI is a command line client for interacting with JIRA.
Installation
- download latest released PHAR file from https://github.com/console-helpers/jira-cli/releases page.
- setup auto-completion by placing
eval $(/path/to/jira-cli.phar _completion --generate-hook -p jira-cli.phar)
in~/.bashrc
Contributing
See CONTRIBUTING file.
License
Jira-CLI is released under the BSD-3-Clause License. See the bundled LICENSE file for details.