1
Fork 0
satellite/scripts/github/fetch-repos.sh

4 lines
139 B
Bash
Executable file

#!/usr/bin/env bash
gh repo list --limit 200 --json name,description,url,sshUrl,owner,visibility,isArchived,isFork \
| jq > ./repos.json