mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #734] feat(signing): Phase 2 create-missing profile reconciliation + write-back #200
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#200
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 23, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/734
Depends on
Problem
Phase 1 enables readonly bootstrap from a pre-populated signing repo, but teams still need a write path to keep profiles current.
Phase 2 Goal
Extend
asc signing syncwith profile reconciliation and create-missing write-back (still Git-only backend), while keeping operations deterministic and non-interactive.Proposed CLI (Phase 2)
New behavior flags
--create-missing(create profile if no active matching profile exists)--device(required for development-style profiles when creating)--commit-messageoverride for write-back commitScope
--create-missingset, create profile with selected certificates/devices.--readonlyis set.Implementation Notes
profilesandsigning fetch.--create-missing) and auditable.Test Plan (TDD)
--create-missing+ development profile without--device-> exit code2Always run:
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testAcceptance Criteria
--create-missingwrite path works for profiles.Out of Scope (Phase 3+)
.p12keychain import/install flow.@rudrankriyam commented on GitHub (Feb 26, 2026):
Closing for now due scope/priority. We can reopen when this work is prioritized again.