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

https://github.com/konradreiche/kong

🦍 Kong is a Jira CLI at terminal velocity
https://github.com/konradreiche/kong

cli jira terminal

Last synced: 10 months ago
JSON representation

🦍 Kong is a Jira CLI at terminal velocity

Awesome Lists containing this project

README

          

# 🦍 Kong
![golangci-lint](https://github.com/konradreiche/kong/actions/workflows/lint-and-test.yaml/badge.svg) [![codecov](https://codecov.io/gh/konradreiche/kong/branch/main/graph/badge.svg?token=VIY0XN5FF0)](https://codecov.io/gh/konradreiche/kong)

Kong is a Jira CLI for low-latency interactions with Jira's API which is known to take multiple seconds to respond. Through background caching Kong responds in 10ms or less from the comfort of your terminal speeding up your daily agile chores.

## Usage

```
kong
```

## Features

- List issues, epics and sprints
- Create issues in batch
- Create sprints
- Update sprint issue statuses
- Generate text-based standup messages

## Installation

### Requirements

- Go 1.17+
- systemctl (Linux)
- launchctl (macOS)

This will checkout the repository, compile the Go code, create a user service, prompt you to configure Kong for your Jira API and reload the service.

```
git clone git@github.com:konradreiche/kong.git && cd kong
make install
kong configure
make reload
```