LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[programming][devops] View size of all git repositories owned by a user or organization #1000

Open LukeShortCloud opened 1 year ago

LukeShortCloud commented 1 year ago

This displays the information in KB.

$ gh repo list <GITHUB_USER> --limit 999 --json name,diskUsage

https://stackoverflow.com/questions/72170296/how-to-get-the-size-of-my-organization-repositories