[Write] Sync .appstore/ SSOT config to App Store Connect
asc_release_syncSyncs App Store Connect metadata from local config, diffing to avoid rewriting unchanged fields, and supports dry-run mode to preview changes before applying.
Instructions
Write. Reads /.appstore/appstore.yml + locale files and syncs App Info, version metadata, availability, age rating, review info, pricing, and content rights to App Store Connect — diffing local vs remote first, so unchanged fields are never re-written. One category failing doesn't stop the others. Screenshots and App Privacy are always reported separately (skipped / manual_required) since they aren't covered by this sync. Supports dryRun to preview every change without applying anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only, do not apply any changes | |
| version | Yes | App Store version string to sync metadata/review into, e.g. "1.1" | |
| projectRoot | Yes | Absolute path to the app repo containing .appstore/ |