list-repos

List repos for an owner locator or self

Auth

Authenticated Owner Scope

Example

pearing-cli list-repos
# or
# pearing-cli list-repos --owner teams/platform
# or
# pearing-cli list-repos --owner alice

Expected Response

Prints a paginated JSON response from the API, with each repo including description.

Errors

  • 404 Not Found when the referenced resource does not exist.
  • 403 Forbidden when owner/repo access checks fail.

Common auth errors are documented on the CLI overview page.

Help Output

List repos for an owner locator or self.

Usage: pearing-cli list-repos [OPTIONS]

Options:
      --owner <OWNER>        Owner locator (`teams/<team_slug>` or `<username>`). Defaults to authenticated user
      --page <PAGE>          Page number (1-based)
      --per-page <PER_PAGE>  Results per page
  -h, --help                 Print help (see more with '--help')