kemokemo / redget

A simple Redmine API client tool to get a issue's description.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redget

A simple Redmine API client tool to get a issue's description.

Install

Homebrew

brew install kemokemo/tap/redget

Scoop

First, add my scoop-bucket.

scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.git

Next, install this app by running the following.

scoop install redget

Binary

Get the latest version from the release page, and download the archive file for your operating system/architecture. Unpack the archive, and put the binary somewhere in your $PATH.

Preparation

Please set the two env below:

  • REDMINE_URL: the root URL of the Redmine
  • REDMINE_KEY: the API access key of the above Redmine

Usage

$ redget -n 12345
# you can get the description of the issue #12345 here.

About

A simple Redmine API client tool to get a issue's description.

License:MIT License


Languages

Language:Go 100.0%