gh repo list

From wikieduonline
Jump to navigation Jump to search

gh repo list (--help)
gh repo list YOUR_ORGANIZATION_NAME
gh repo list --visibility=private
gh repo list --visibility=private --limit 1000 your_organization_name


Fish

set YOUR_ORG_NAME "XXXXXX";[[
gh repo list YOUR_ORG_NAME --limit 1000 --json sshUrl --jq '.[].sshUrl' | xargs -L 1 git clone


gh repo list
Welcome to GitHub CLI!

To get started with GitHub CLI, please run:  gh auth login
Alternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.
gh repo list

There are no repositories in @your-user

Related[edit]

See also[edit]

Advertising: