Skip to main content

Synopsis

List repos for an org. The results are always paginated: by default the first page is returned with 15 repos per page. Use —page to select a page and —page-limit to change the page size (maximum 50). The list can be filtered by name with —name (exact match), by name substring with —search (case-insensitive, mutually exclusive with —name), by VCS provider with —provider, by external repo ID with —repo-id, and by tags with —tag. Results are sorted by repo name; use —sort-direction to choose asc or desc.

Flags

Flags inherited from parent commands

Examples Use Cases

These examples all assume that the flags --api-token, --org, --host, (and --flow, --trail when required), are set/provided.
Last modified on July 21, 2026