Sha256: a2d3868f46ef34bf3aabb528bda370dc1c6d1a94df7d4d344ab83939650c8d98
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
# RedmineCLI [![Gem Version](https://badge.fury.io/rb/redmine_cli.svg)](https://badge.fury.io/rb/redmine_cli) Command-Line Interface for Redmine. Why? 'cause web-browser + mouse sucks ## Installation $ gem install redmine_cli ## Usage redmine help redmine conf init redmine issue list [user id] redmine issue show <issue id> redmine issue update <issue id> --comment --done 80 --status progress --time 00:30 redmine issue create redmine user find vasya redmine user find 123 redmine user find pupkin@yet.another.mail.com redmine project list redmine project members 1 redmine project members trololo Don't forget about console aliases! I use something like this: # alias i='redmine issue' # by the way, Thor can guess your commands so: $ i s 123 $ i u --assign 'vasya pupkin' ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Nondv/redmine_cli. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redmine_cli-0.5.1 | README.md |
redmine_cli-0.5.0 | README.md |