gh-clone-org
gh-clone-org copied to clipboard
Option to exclude/include archived repositories when clone
Adds "do not clone archived" as default option and a parameter to enable clone of archived repositories
gh clone-org [-t TOPIC] [-s QUERY] [-p PATH] [-y] ORG
ORG
Github organization. Required if the GITHUB_ORG environment variable is not set.
-a, --archived
Clone archived repositories
-y, --yes
Clone without prompting for confirmation.
-p, --path PATH
Clone path. Default: current directory.
-t, --topic TOPIC
Clone repositories with this topic
-s --search QUERY
Clone repositories found by this search string. If this is provided '-t' will be ignored.
Example: -s "is:public language:go"
See: https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-for-repositories
-n, --dry-run
Do not actually clone, just show what would be cloned
-h, --help
Display this message.