gplay reviews
gplay reviews
Section titled “gplay reviews”Manage app reviews.
gplay reviews <subcommand> [flags]gplay reviews list
Section titled “gplay reviews list”List reviews.
gplay reviews list --package <name> [flags]List app reviews.
Use –start-index for pagination. Results are returned newest first. Use –translation-language to get machine-translated review text (e.g., “en-US” for English).
Examples: gplay reviews list –package com.example gplay reviews list –package com.example –max-results 10 gplay reviews list –package com.example –translation-language en-US
| Flag | Description | Default |
|---|---|---|
--max-results |
Max results per page | 50 |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--paginate |
Fetch all pages | false |
--pretty |
Pretty-print JSON output | false |
--start-index |
Start index | 0 |
--translation-language |
Translation language (e.g. en-US) | `` |
gplay reviews get
Section titled “gplay reviews get”Get a review.
gplay reviews get --package <name> --review <id>| Flag | Description | Default |
|---|---|---|
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--review |
Review ID | `` |
gplay reviews reply
Section titled “gplay reviews reply”Reply to a review.
gplay reviews reply --package <name> --review <id> --text <reply>Reply to a user review.
Examples: gplay reviews reply –package com.example –review REVIEW_ID –text “Thank you for your feedback!”
| Flag | Description | Default |
|---|---|---|
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--review |
Review ID | `` |
--text |
Reply text | `` |