Skip to content

Instantly share code, notes, and snippets.

@brunomarks7
Created February 13, 2025 19:52
Show Gist options
  • Select an option

  • Save brunomarks7/97d613feb4d04fd69abf19bc9f22f485 to your computer and use it in GitHub Desktop.

Select an option

Save brunomarks7/97d613feb4d04fd69abf19bc9f22f485 to your computer and use it in GitHub Desktop.
Create file with repository list by org, using gh-cli
gh repo list [org-name] | awk '{print $1}' > repositories.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment