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
- Host: GitHub
- URL: https://github.com/konradreiche/kong
- Owner: konradreiche
- Created: 2021-09-25T22:18:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T20:54:32.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T19:40:22.556Z (about 2 years ago)
- Topics: cli, jira, terminal
- Language: Go
- Homepage:
- Size: 147 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦍 Kong
 [](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
```