mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #687] feat(metadata): canonical schema, strict decoding, and deterministic file I/O #186
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rudrankriyam on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/687
Parent
Summary
Build the shared metadata foundation used by
pull,push, andvalidateso command behavior is deterministic, safe, and strict by default.Why
Without a canonical model + strict parsing, higher-level metadata commands will drift, produce non-deterministic plans, and hide schema mistakes.
Scope
description,keywords,marketingUrl,promotionalText,supportUrl,whatsNewname,subtitle,privacyPolicyUrl,privacyChoicesUrl,privacyPolicyTextmetadata/app-info/<locale>.jsonmetadata/version/<version>/<locale>.jsonDetailed Tasks
internal/cli/metadata(or equivalent package).json.Decoder+DisallowUnknownFields.pulland test fixtures.Test Plan (TDD)
Acceptance Criteria
Out of Scope
metadata pull/push/validate(handled in follow-up issues).