Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.