Update gitlab requirements

This commit is contained in:
Jay Gabriels
2021-11-26 17:02:20 -08:00
parent 3e8d8ab14e
commit 321f509d8e
2 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ $ ghorg ls someorg
#### gitlab specific notes
1. ghorg works slightly differently for hosted gitlab instances and gitlab cloud
1. To clone all groups within a hosted instance use the keyword "all-groups" when cloning. **Note, this will only clone from groups/repos your user has permissions to.**
1. To clone all groups within a hosted instance use the keyword "all-groups" when cloning. **Note, this requires a GitLab instance running 13.0.1 or greater and will only clone from groups/repos your user has permissions to.**
```sh
$ ghorg clone all-groups --base-url=https://${your.hosted.gitlab.com} --scm=gitlab --token=XXXXXXXXXXXXX --preserve-dir
```

View File

@@ -1,6 +1,8 @@
## Hosted GitLab Instances
**Note: "all-groups" only works on GitLab instances running 13.0.1 or greater**
clone all groups on a **hosted gitlab** instance **preserving** the directory structure of subgroups
```