{% extends "docs/base.html" %} {% block docs_content %}
Fetch a user by username
pearing-cli get-user alice
Prints a single JSON object from the API, including activity and activity_updated_at.
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.
Fetch a user by username.
Usage: pearing-cli get-user <USERNAME>
Arguments:
<USERNAME> Username
Options:
-h, --help Print help (see more with '--help')