From 321f509d8e7efcc9295af96c480e33f49c36d490 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Fri, 26 Nov 2021 17:02:20 -0800 Subject: [PATCH] Update gitlab requirements --- README.md | 2 +- examples/gitlab.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 419ed6d..792e405 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/examples/gitlab.md b/examples/gitlab.md index 7b438de..e015156 100644 --- a/examples/gitlab.md +++ b/examples/gitlab.md @@ -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 ```