{% extends "docs/base.html" %} {% block docs_content %}

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

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')
{% endblock %}