Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 23, 2014 08:09
Show Gist options
  • Save yuuichi-fujioka/a556e9779091c7094eaf to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/a556e9779091c7094eaf to your computer and use it in GitHub Desktop.
Get group id with gitlabcurl and jq
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