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

     1  ## lab
     2  
     3  lab: A GitLab Command Line Interface Utility
     4  
     5  ```
     6  lab [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12        --debug      Enable debug logging level
    13    -h, --help       help for lab
    14        --no-pager   Do not pipe output into a pager
    15        --quiet      Turn off any sort of logging. Only command output is printed
    16        --version    Show the lab version
    17  ```
    18  
    19  ### SEE ALSO
    20  
    21  * [lab ci](lab_ci.md)	 - Work with GitLab CI pipelines and jobs
    22  * [lab clone](lab_clone.md)	 - GitLab aware clone repo command
    23  * [lab completion](lab_completion.md)	 - Generates autocompletion for different shell implementations
    24  * [lab fork](lab_fork.md)	 - Fork a remote repository on GitLab and add as remote
    25  * [lab issue](lab_issue.md)	 - Describe, list, and create issues
    26  * [lab label](lab_label.md)	 - List and search labels
    27  * [lab milestone](lab_milestone.md)	 - List and search milestones
    28  * [lab mr](lab_mr.md)	 - Describe, list, and create merge requests
    29  * [lab project](lab_project.md)	 - Perform project level operations on GitLab
    30  * [lab snippet](lab_snippet.md)	 - Create a personal or project snippet
    31  * [lab todo](lab_todo.md)	 - Check out the todo list for MR or issues
    32  * [lab version](lab_version.md)	 - 
    33  
    34  ###### Auto generated by spf13/cobra on 27-Jun-2022