v1.5.0
New Features
--for-updateflag forget-metadata: Returns onlywhatsNewandpromotionalTextper locale - the fields that typically change between releases. The shorter JSON output can be used directly withset-metadata.
# Get only release-related fields
npx slowlane apple get-metadata com.example.app --from live --for-update --json > update.json
# Edit update.json, then apply changes
npx slowlane apple set-metadata com.example.app -f update.json