[metadata] Add first draft of app store connect metadata sync #1083
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]
and CHANGELOG.md will be updated automatically.This PR has been split
In order to do proper review, I separated this PR into a set of other PRs.
[eas-cli] Add metadata store config serializers #1130[eas-cli] Add metadata config validation using json schema #1131[eas-cli] Add metadata telemetry to increase visibility in store errors #1132[eas-cli] Add metadata app store task runner #1133[eas-cli] Add metadata context based on submission contexts #1134[eas-cli] Add metadata root actions and error handling #1135[eas-cli] Add metadata commands #1136Why
First draft of the EAS submit metadata, running everything locally.
How
This adds basic App Store Connect metadata configuration syncs using a couple of concepts.
preupload
andupload
stages, more info in the proposal.Test Plan
For all apple metadata tasks, there are unit tests with mocked ASC responses.