- 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 lswithout namespaces defaults to the active estate's recordedgithub_owner, which keeps ad-hoc inventory dumps aligned with the estate configuration. -
Provide a personal access token with
--tokenor theGITHUB_TOKENenvironment variable when listing private repositories:
uv run concordat ls --token "$GITHUB_TOKEN" my-org