get-repo

Fetch a repo by locator or self shorthand

Auth

Authenticated Owner Scope

Example

pearing-cli get-repo website
# or
# pearing-cli get-repo teams/platform/website
# or
# pearing-cli get-repo alice/website

Expected Response

Prints a single JSON object from the API, including description, with max_disk_bytes and disk_bytes rendered as human-readable sizes.

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

Fetch a repo by locator or self shorthand.

Usage: pearing-cli get-repo <REPO>

Arguments:
  <REPO>  Repo locator (`teams/<team_slug>/<repo_slug>` or `<username>/<repo_slug>`) or `<repo_slug>` for authenticated user

Options:
  -h, --help  Print help (see more with '--help')