-
Option
fixed_version_id
added to the issues command.
-
Users’ create now asks for each param unless we use the –no-ask option
-
redminerb project [show] <id>
to see a project’s info -
redminerb projects list [--name <FILTER>]
to see our projects -
--project_id
,assigned_to
and--closed
options to filter issues -
Minor fixes
-
Show subcommand’s
--template
option for user/issue command to indicate the .erb template to render. -
Optimized & unified the default subcommand (list/show).
-
ASCII box chars “helpers” added to the Redminerb module singleton functions.
-
Two alternative views (issue_boxie.erb and user_in_a_box.erb).
-
templates/issue.erb
uses a recursive OStruct for internal objects -letting us for example sayissue.author.name
instead of +issue.author+
-
Local or home
.redminerb/templates
directory for resource output customizations
-
+redminerb users show <id>+ to see a user’s info
-
+redminerb issues [show] <number>+ to see an issue’s info
-
+redminerb issues list+ to see open issues
-
+redminerb users create+ to create a brand new user!
-
+redminerb config+ to get current config
-
+redminerb users [list]+ to see current users