Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Describe a merge request
lab mr show [remote] [<MR id or branch>] [flags]
lab mr show
lab mr show origin -c
lab mr show --no-color-diff
lab mr show -M
lab mr show -p
lab mr show --reverse
lab mr show --since "1970-01-01 00:00:00.000 +0000 UTC"
-a, --activities show only activities for the merge request (does not work with --patch)
-c, --comments show only comments for the merge request (does not work with --patch)
-f, --full show both activities and comments for the merge request (does not work with --patch)
-h, --help help for show
--no-color-diff do not show color diffs in comments
-M, --no-markdown don't use markdown renderer to print the issue description
-p, --patch show MR patches (does not work with --comments)
--reverse reverse order when showing MR patches (chronological instead of anti-chronological)
-s, --since string show comments since specified date (format: 2020-08-21 14:57:46.808 +0000 UTC)
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed