gh label

Work with GitHub labels. More information: https://cli.github.com/manual/gh_label.

gh label list

gh label list --web

gh label create {{name}} --description "{{description}}" --color {{color_hex}}

gh label delete {{name}}

gh label edit {{name}} --name {{new_name}} --description "{{description}}"

gh label clone {{owner}}/{{repository}}

gh label {{subcommand}} --help