Command line interface for Redmine
Project description
Redmine CLI
Installation
$ pip3 install --user redminecli
Configuration
The client looks for the config in three places: ~/.redmine.conf
,
~/.redmine/redmine.conf
and ~/.config/redmine/redmine.conf
.
[redmine]
url=https://example.com
key=APIKEY
Usage
Usage: redmine [OPTIONS] COMMAND [ARGS]...
Options:
--force / --no-force Invalidate cache [default: False]
-h, --help Show this message and exit.
Commands:
create Create new issue
issues List issues
list List various resources
open Open issue in browser
show Show issue details
update Update issue
version Print version
Aliases
You can define aliases for issue filtering all commands:
[aliases]
wip = issues --status 2
blocked = issues --status 7
in_progress = update --status 2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redminecli-1.0.2.tar.gz
(9.8 kB
view hashes)
Built Distribution
redminecli-1.0.2-py3-none-any.whl
(27.7 kB
view hashes)
Close
Hashes for redminecli-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e8fd6b792847fe0b35fa817be08a5f8ff2ff9280f357eb9c66a5915f7d495de |
|
MD5 | b8f10c11142eb355df3853b1f9412cb2 |
|
BLAKE2b-256 | cfb619dc4d9bf7bdd026eb33fc2d3b791de7426928b25ccfca9adbf8b77b3d43 |