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

get-reply-version

Fetch a specific version of a reply

Auth

Authenticated

Example

pearing-cli get-reply-version teams/platform/website 42 5 2

Expected Response

Prints the reply at the specified version number.

Errors

Help Output

Fetch a specific version of a reply.

Returns a single non-deleted version.

Usage: pearing-cli get-reply-version <REPO> <NUMBER> <REPLY_NUMBER> <VERSION>

Arguments:
  <REPO>          Repo locator
  <NUMBER>        Thread number
  <REPLY_NUMBER>  Reply number
  <VERSION>       Version number

Options:
  -h, --help  Print help (see more with '--help')
{% endblock %}