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

list-replies

List replies for a thread

Auth

Authenticated Owner Scope

Example

pearing-cli list-replies website 42

Expected Response

Prints a JSON array of all replies for the thread.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

List replies for a thread.

Usage: pearing-cli list-replies <REPO> <NUMBER>

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

Options:
  -h, --help  Print help
{% endblock %}