gitlab.com/prarit/lab@v0.14.0/docs/lab_project_create.md (about)

     1  ## lab project create
     2  
     3  Create a new project on GitLab
     4  
     5  ### Synopsis
     6  
     7  If no path or name is provided the name of the git repo working directory
     8  
     9  path refers the path on gitlab including the full group/namespace/project. If no path or name is provided and the directory is a git repo the name of the current working directory will be used.
    10  
    11  ```
    12  lab project create [path] [flags]
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -d, --description string   description to use for the new project
    19    -h, --help                 help for create
    20    -n, --name string          name to use for the new project
    21    -p, --private              Make project private; visible only to project members (default: internal)
    22        --public               Make project public; can be accessed without any authentication (default: internal)
    23  ```
    24  
    25  ### SEE ALSO
    26  
    27  * [lab project](lab_project.md)	 - Perform project level operations on GitLab
    28  
    29  ###### Auto generated by spf13/cobra on 10-Aug-2018