mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #688] feat(metadata): add metadata pull with deterministic git-safe layout #188
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#188
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/688
Parent
Summary
Implement
asc metadata pullto export App Store Connect metadata into a stable file layout that is safe to commit and easy to review.Proposed CLI
Scope
metadatacommand group andpullsubcommand.--app(supportsASC_APP_IDfallback)--version(version string for version-metadata scope)--dir--include(defaultlocalizations)--output json|table|markdown,--prettyDetailed Tasks
metadata+metadata pullin CLI registry.Test Plan (TDD)
2with stderr assertion.--includevalue is rejected with usage error.Acceptance Criteria
asc metadata pullis self-documenting via--help.Out of Scope
push) and schema-only validation (validate).