asc metadata sync Use this skill to keep App Store metadata in sync with App Store Connect. Prefer the canonical asc metadata workflow for app-info and version localization fields. Use the lower-level asc localizations and asc migrate commands only when the user specifically needs .strings files or legacy fastlane-format metadata. Current canonical workflow 1. Pull canonical metadata asc metadata pull --app "APP_ID" --version "1.2.3" --platform IOS --dir "./metadata" If the app has multiple app-info records, resolve the app-info ID first and pass it explicitly: asc apps info list --app "APP_ID" --output table asc metadata pull --app "APP_ID" --app-info "APP_INFO_ID" --version "1.2.3" --platform IOS --dir "./metadata" Show more Installs 2.4K Repository rorkai/app-stor…i-skills GitHub Stars 955 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
asc-metadata-sync
安装
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-metadata-sync