![]() |
![]()
| ![]() |
![]()
NAMEgh-label-list - List labels in a repository SYNOPSISgh label list [flags] DESCRIPTIONDisplay labels in a GitHub repository. When using the --search flag results are sorted by best match of the query. This behavior cannot be configured with the --order or --sort flags. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
ALIASESgh label ls JSON FIELDScolor, createdAt, description, id, isDefault, name, updatedAt, url 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# Sort labels by name $ gh label list --sort name # Find labels with "bug" in the name or description $ gh label list --search bug SEE ALSOgh-label(1)
|