Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/console-helpers/jira-cli
Toolbox for working with JIRA from command line
https://github.com/console-helpers/jira-cli
cli jira
Last synced: 2 months ago
JSON representation
Toolbox for working with JIRA from command line
- Host: GitHub
- URL: https://github.com/console-helpers/jira-cli
- Owner: console-helpers
- License: bsd-3-clause
- Created: 2014-03-31T09:05:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T10:18:02.000Z (3 months ago)
- Last Synced: 2024-10-30T11:21:10.955Z (3 months ago)
- Topics: cli, jira
- Language: PHP
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jira-CLI
[![CI](https://github.com/console-helpers/jira-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/console-helpers/jira-cli/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/console-helpers/jira-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/console-helpers/jira-cli)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/console-helpers/jira-cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/console-helpers/jira-cli/?branch=master)[![Latest Stable Version](https://poser.pugx.org/console-helpers/jira-cli/v/stable)](https://packagist.org/packages/console-helpers/jira-cli)
[![Total Downloads](https://poser.pugx.org/console-helpers/jira-cli/downloads)](https://packagist.org/packages/console-helpers/jira-cli)
[![License](https://poser.pugx.org/console-helpers/jira-cli/license)](https://packagist.org/packages/console-helpers/jira-cli)Jira-CLI is a command line client for interacting with JIRA.
## Installation
1. download latest released PHAR file from https://github.com/console-helpers/jira-cli/releases page.
2. setup auto-completion by placing `eval $(/path/to/jira-cli.phar _completion --generate-hook -p jira-cli.phar)` in `~/.bashrc`## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) file.
## License
Jira-CLI is released under the BSD-3-Clause License. See the bundled [LICENSE](LICENSE) file for details.