Created
September 23, 2014 08:09
-
-
Save yuuichi-fujioka/a556e9779091c7094eaf to your computer and use it in GitHub Desktop.
Get group id with gitlabcurl and jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gitlabcurl groups | jq ".[] | select(.name == \"${GROUP_NAME}\") | .id" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment