![]() |
![]()
| ![]() |
![]()
NAMEgh-label-create - Create a new label SYNOPSISgh label create <name> [flags] DESCRIPTIONCreate a new label on GitHub, or update an existing one with --force. Must specify name for the label. The description and color are optional. If a color isn't provided, a random one will be chosen. The label color needs to be 6 character hex value. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Create new bug label $ gh label create bug --description "Something isn't working" --color E99695 SEE ALSOgh-label(1)
|