From 7d142140eff1fc8d497fa09d7bf840cf8b235ea8 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 21 Mar 2022 19:26:45 +0000 Subject: [PATCH] updated gitlab_project_create_import.sh --- gitlab_project_create_import.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitlab_project_create_import.sh b/gitlab_project_create_import.sh index d67b8c47..73f7be76 100755 --- a/gitlab_project_create_import.sh +++ b/gitlab_project_create_import.sh @@ -25,6 +25,12 @@ usage_description=" Creates a GitLab project (repo) as a mirror import from another repo URL Would configure auto-mirroring to stay in-sync too but that is a premium feature in the API + +URL can contain authentication information in the form: + + https://:@// +eg. + ${0##*/} devops-bash-tools https://harisekhon:mypass@github.com/harisekhon/devops-bash-tools " # used by usage() in lib/utils.sh