We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the cmse822.github.io wiki!
Useful for archiving repos:
gh repo list cmse822 --limit 200 --json name --jq '.[] | select(.name | test("^project-1-")) | .name' | while read repo; do gh repo archive -y cmse822/$repo done