mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #690] feat(metadata): add metadata push --dry-run deterministic plan #187
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#187
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/690
Parent
Summary
Implement
asc metadata push --dry-runto compute a deterministic mutation plan without making API changes.Proposed CLI
Scope
metadata pushplanning pipeline.--dry-run, produce no API mutations.adds[]updates[]deletes[]apiCalls[](optional but preferred)Detailed Tasks
Test Plan (TDD)
--dry-runmakes zero mutation HTTP calls.Acceptance Criteria
metadata push --dry-runis available and documented.Out of Scope