Options (6)
booleanList labels for the repository in the current directory
gh label {{[ls|list]}}-w, --webbooleanView labels for the repository in the current directory in the default web browser
gh label {{[ls|list]}} {{[-w|--web]}}-d, --descriptionbooleanCreate a label with a specific name, description, and color in hexadecimal format for the repository in the current directory
gh label create {{name}} {{[-d|--description]}} "{{description}}" {{[-c|--color]}} {{color_hex}}-c, --colorbooleanCreate a label with a specific name, description, and color in hexadecimal format for the repository in the current directory
gh label create {{name}} {{[-d|--description]}} "{{description}}" {{[-c|--color]}} {{color_hex}}-n, --namebooleanUpdate the name and description for a specific label for the repository in the current directory
gh label edit {{name}} {{[-n|--name]}} {{new_name}} {{[-d|--description]}} "{{description}}"-h, --helpbooleanDisplay help for a subcommand
gh label {{subcommand}} {{[-h|--help]}}Examples (7)
List labels for the repository in the current directory
gh label [ls|list]View labels for the repository in the current directory in the default web browser
gh label [ls|list] [-w|--web]Create a label with a specific name, description, and color in hexadecimal format for the repository in the current directory
gh label create name [-d|--description] "description" [-c|--color] color_hexDelete a label for the repository in the current directory, prompting for confirmation
gh label delete nameUpdate the name and description for a specific label for the repository in the current directory
Clone labels from a specific repository into the repository in the current directory
gh label clone owner/repositoryDisplay help for a subcommand
gh label subcommand [-h|--help]