github.com/zaquestion/lab@v0.25.1/docs/lab_label_create.md (about) 1 ## lab label create 2 3 Create a new label 4 5 ``` 6 lab label create [remote] <name> [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab label create my-label 13 lab label create --color cornflowerblue --description "Blue as a cornflower" blue 14 lab label create --color #6495ed --description "Also blue as a cornflower" blue2 15 ``` 16 17 ### Options 18 19 ``` 20 --color string color of the new label in HTML hex notation or CSS color name (default "#428BCA") 21 --description string description of the new label 22 -h, --help help for create 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --debug Enable debug logging level 29 --no-pager Do not pipe output into a pager 30 --quiet Turn off any sort of logging. Only command output is printed 31 ``` 32 33 ### SEE ALSO 34 35 * [lab label](lab_label.md) - List and search labels 36 37 ###### Auto generated by spf13/cobra on 27-Jun-2022