Created
February 13, 2025 19:52
-
-
Save brunomarks7/97d613feb4d04fd69abf19bc9f22f485 to your computer and use it in GitHub Desktop.
Create file with repository list by org, using gh-cli
This file contains hidden or 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
| 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