Skip to content

v1.5.0

Choose a tag to compare

@alexander-fenster alexander-fenster released this 04 Feb 09:30
· 1 commit to main since this release

New Features

  • --for-update flag for get-metadata: Returns only whatsNew and promotionalText per locale - the fields that typically change between releases. The shorter JSON output can be used directly with set-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