Crates.io | redmine-rs |
lib.rs | redmine-rs |
version | 0.2.2 |
source | src |
created_at | 2021-02-09 15:12:35.803791 |
updated_at | 2021-03-24 12:12:00.0401 |
description | This is a command line interface for Redmine |
homepage | https://github.com/chansuke/redmine-rs |
repository | https://github.com/chansuke/redmine-rs |
max_upload_size | |
id | 352811 |
size | 87,958 |
redmine-rs
is a client application that interfaces with a Redmine server.
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"