asc-review-detail
Installation
SKILL.md
asc version-review-detail
Manage App Store review information (contact details + demo account) for a version. Required before submission — the App Review team needs contact info to reach you if there's an issue.
Commands
get — fetch current review info
asc version-review-detail get --version-id <VERSION_ID> [--pretty]
Returns an empty record (id: "") when review info has never been set.
update — set or update review info (upsert)
asc version-review-detail update --version-id <VERSION_ID> \
[--contact-first-name <name>] \
Related skills