github.com/zaquestion/lab@v0.25.1/docs/lab_label_list.md (about)

     1  ## lab label list
     2  
     3  List labels
     4  
     5  ```
     6  lab label list [remote] [search] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab label list
    13  lab label list "search term"
    14  lab label list remote "search term"
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20    -h, --help        help for list
    21        --name-only   only list label names, not descriptions
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --debug      Enable debug logging level
    28        --no-pager   Do not pipe output into a pager
    29        --quiet      Turn off any sort of logging. Only command output is printed
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [lab label](lab_label.md)	 - List and search labels
    35  
    36  ###### Auto generated by spf13/cobra on 27-Jun-2022