GitKraken CLI

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 –json gk provider repos github –org gitkraken gk provider repos gitlab gk provider repos bitbucket 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

      --json             Emit machine-readable JSON on stdout (GK_OUTPUT=json sets it session-wide)
      --no-telemetry     Disable telemetry (OTel spans, Sentry) for this invocation
      --session string   (Optional) Isolate auth and cache under a named session

SEE ALSO

Auto generated by spf13/cobra on 16-Sep-2026

© 2023 Axosoft, LLC DBA GitKraken