Skip to content

Instantly share code, notes, and snippets.

@kubek2k
Last active October 20, 2015 10:04
Show Gist options
  • Save kubek2k/d572f25989f1058b80c7 to your computer and use it in GitHub Desktop.
Save kubek2k/d572f25989f1058b80c7 to your computer and use it in GitHub Desktop.
Get all repositories for a given organization in GH or GHE
#!/bin/bash
curl -u $GITHUB_USER:$GITHUB_TOKEN https://$GITHUB_HOST/api/v3/users/$GITHUB_ORG/repos?per_page=1000 | json -a 'ssh_url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment