gk provider repos
List the repositories the authenticated user can access
Synopsis
Enumerate the repositories the authenticated user can access across every connected provider: GitHub repos, GitLab projects, Bitbucket repositories and Azure DevOps Git repositories. Pass a provider argument to filter to that one. Azure DevOps requires –org; –project narrows to a single project, otherwise every project under the org is walked.
Examples: gk provider repos github –output json gk provider repos github –org gitkraken gk provider repos gitlab gk provider repos bitbucket –org my-workspace gk provider repos azure –org myorg gk provider repos azure –org myorg –project myproject
gk provider repos [provider] [flags]
Examples
provider repos <provider>
Options
-h, --help help for repos
--org string Filter to a single organization/workspace (required for Azure DevOps)
--project string Azure DevOps project name (narrows the org listing to one project)
Options inherited from parent commands
--no-telemetry Disable telemetry (OTel spans, Sentry) for this invocation
--output string Output format: text or json (default "text")
--session string (Optional) Isolate auth and cache under a named session
SEE ALSO
- gk provider - Add or remove provider tokens