New group
Creates a new project group. Available only for users who can create groups.
golab group create [flags]
--description string (optional) The group's description
-h, --help help for create
--lfs_enabled (optional) Enable/disable Large File Storage (LFS) for the projects in this group
-n, --name string (required) The name of the group
--parent_id int (optional) The parent group id for creating nested group.
-p, --path string (required) The path of the group
--request_access_enabled (optional) - Allow users to request member access.
--visibility string (optional) The group's visibility. Can be private, internal, or public.
--ca-file string (optional) provides a .pem file to be used in certificates pool for SSL connection
--ca-path string (optional) provides a directory with .pem certificates to be used for SSL connection
--config string (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)
- golab group - Manage Gitlab Groups