Created
January 31, 2019 20:40
-
-
Save junosuarez/5218162b39627a0ecf0d7323486474f4 to your computer and use it in GitHub Desktop.
export repos
This file contains 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
cat repos.json | jq '.repos | sort_by(.nameWithOwner) | .[].nameWithOwner | "https://github.com/\(.)"' |
This file contains 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
# run manually on https://developer.github.com/v4/explorer/ | |
query{ | |
viewer { | |
name | |
repositories(first: 100, after: "Y3Vyc29yOnYyOpHOAwxIog==", isFork: false, ownerAffiliations:[OWNER]) { | |
nodes { | |
nameWithOwner | |
} | |
pageInfo {hasNextPage, endCursor} | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment