redmine-rs 0.2.2

This is a command line interface for Redmine
Documentation

redmine-rs

Cargo Test License

redmine-rs is a client application that interfaces with a Redmine server.

Settings

Set your REDMINE_API_KEY, REDMINE_BASE_URL, and REDMINE_PROJECT like the following.

export REDMINE_BASE_URL="https://yourredmineurl.com"

export REDMINE_API_KEY="apikeyofyourredmineserver"

export REDMINE_PROJECT="yourprojectname"