Skip to content

Instantly share code, notes, and snippets.

View sizgiyaev's full-sized avatar

Sergey Izgiyaev sizgiyaev

View GitHub Profile
@sizgiyaev
sizgiyaev / clone_gitlab_repos.sh
Created December 5, 2017 10:21
Clone all gitlab repos from the given organization
#!/usr/bin/env bash
# Documentation
# https://docs.gitlab.com/ce/api/projects.html#list-projects
NAMESPACE="orgname"
BASE_PATH="gitlab_url"
PROJECT_SEARCH_PARAM=""
PROJECT_SELECTION="select(.namespace.name == \"$NAMESPACE\")"