Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created October 12, 2021 14:46
Show Gist options
  • Save KyMidd/20aa00151cdf3fc0e8cd532b228e5b4a to your computer and use it in GitHub Desktop.
Save KyMidd/20aa00151cdf3fc0e8cd532b228e5b4a to your computer and use it in GitHub Desktop.
# List all repos, cut for just repo name in org
org_repos=$(gh repo list $org -L 1000 | cut -d "/" -f 2 | cut -f 1)
#TEMP: testing with individual repo
#org_repos=KylerTestRepo1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment