Listing repositories

Updated Jul 27, 2026
  • List every repository within one or more GitHub namespaces:
  uv run concordat ls leynos df12

Each line is an SSH URL that can be passed directly to concordat enrol.

  • Invoking concordat ls without namespaces defaults to the active estate's recorded github_owner, which keeps ad-hoc inventory dumps aligned with the estate configuration.

  • Provide a personal access token with --token or the GITHUB_TOKEN environment variable when listing private repositories:

  uv run concordat ls --token "$GITHUB_TOKEN" my-org