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

     1  ## lab project list
     2  
     3  List your projects
     4  
     5  ```
     6  lab project list [search] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab project list -a
    13  lab project list -m
    14  lab project list --member
    15  lab project list --starred
    16  lab project list -n 10
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -a, --all             list all projects on the instance
    23    -m, --mine            limit by your projects
    24        --member          limit by projects which you are a member
    25        --starred         limit by your starred projects
    26    -n, --number string   Number of projects to return (default "100")
    27    -h, --help            help for list
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug      Enable debug logging level
    34        --no-pager   Do not pipe output into a pager
    35        --quiet      Turn off any sort of logging. Only command output is printed
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [lab project](lab_project.md)	 - Perform project level operations on GitLab
    41  
    42  ###### Auto generated by spf13/cobra on 27-Jun-2022