Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Open an issue on GitLab
lab issue create [remote] [flags]
lab issue create
lab issue create origin -a johndoe -a janedoe
lab issue create origin -l bug
lab issue create upstream -m "new issue related to the --help arg"
lab issue create upstream --milestone "July"
lab issue create upstream --template "API-BUG"
-a, --assignees strings set assignees by username
--force-linebreak append 2 spaces to the end of each line to force markdown linebreaks
-h, --help help for create
-l, --label strings set the given label(s) on the created issue
-m, --message stringArray use the given <msg>; multiple -m are concatenated as separate paragraphs
--milestone string set milestone by title
-t, --template string use the given issue template (default "default")
--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