Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asd.fsh Secret

Created March 21, 2023 16:14
Show Gist options
  • Select an option

  • Save KyMidd/a4f7c16689c30700d357b6d4849b8be2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a4f7c16689c30700d357b6d4849b8be2 to your computer and use it in GitHub Desktop.
# Get the names of all repos in the org
# This method is limited to 1k repos, if you have more than 1k repos, use this method: https://medium.com/@kymidd/lets-do-devops-github-api-paginated-calls-more-than-1k-repos-3ff0cc92cc50
org_repos=$(gh repo list --no-archived $gh_org -L 1000 --json name --jq '.[].name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment