Skip to main content

Customer Reviews

View customer reviews and manage developer responses. Reviews themselves are read-only — you can only publish, replace, or delete the developer response.

List

ascelerate reviews list <bundle-id>
ascelerate reviews list <bundle-id> --rating 1 --sort critical --unanswered --limit 20
ascelerate reviews list <bundle-id> --territory USA

The table shows the review ID, star rating, date, territory, whether it has a response, and the title.

  • --rating — filter by star rating (1–5).
  • --territory — filter by review territory code (e.g. USA).
  • --sortrecent (default), oldest, critical (lowest rating first), or best (highest first).
  • --unanswered — only reviews without a published response.
  • --limit — maximum number to show (default 50, max 200).

Details

ascelerate reviews info <review-id>

Shows the full review body and the developer response (if any). Review IDs come from reviews list.

Respond

ascelerate reviews respond <review-id> --body "Thanks for the feedback! We've fixed this in the latest update."

Publishes a developer response. If the review already has a response, it is replaced (after confirmation).

Delete a response

ascelerate reviews delete-response <review-id>