{% extends "docs/base.html" %} {% block docs_content %}
List all versions of a reply
pearing-cli list-reply-versions teams/platform/website 42 5
Prints an array of non-deleted reply versions, ordered by version descending.
404 Not Found when the referenced resource does not exist.403 Forbidden when owner/repo access checks fail.List all versions of a reply.
Returns non-deleted versions ordered by version descending.
Usage: pearing-cli list-reply-versions <REPO> <NUMBER> <REPLY_NUMBER>
Arguments:
<REPO> Repo locator
<NUMBER> Thread number
<REPLY_NUMBER> Reply number
Options:
-h, --help Print help (see more with '--help')