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

     1  ## lab clone
     2  
     3  GitLab aware clone repo command
     4  
     5  ### Synopsis
     6  
     7  Clone a repository, similarly to 'git clone', but aware of GitLab
     8  specific settings.
     9  
    10  ```
    11  lab clone [flags]
    12  ```
    13  
    14  ### Examples
    15  
    16  ```
    17  lab clone awesome-repo
    18  lab clone company/awesome-repo --http
    19  lab clone company/backend-team/awesome-repo
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help   help for clone
    26        --http   clone using HTTP protocol instead of SSH
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --debug      Enable debug logging level
    33        --no-pager   Do not pipe output into a pager
    34        --quiet      Turn off any sort of logging. Only command output is printed
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [lab](index.md)	 - lab: A GitLab Command Line Interface Utility
    40  
    41  ###### Auto generated by spf13/cobra on 27-Jun-2022