Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Create a new label
lab label create [remote] <name> [flags]
lab label create my-label
lab label create --color cornflowerblue --description "Blue as a cornflower" blue
lab label create --color #6495ed --description "Also blue as a cornflower" blue2
--color string color of the new label in HTML hex notation or CSS color name (default "#428BCA")
--description string description of the new label
-h, --help help for create
--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