mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #107] [MERGED] Signing files fetch command #290
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#290
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?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/107
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/signing-files-fetch-command-d654📝 Commits (10+)
5d5cf18Add signing fetch command and client support9719ec9Fix signing profile lookup edge cases6452af6Adjust signing fetch validationdcb5c54Merge pull request #117 from rudrankriyam/cursor/signing-profile-issues-d0e3f5974f5Sanitize fallback filename14fb16eMerge pull request #125 from rudrankriyam/cursor/filename-sanitizer-fallback-ff6cef9f80dHandle tvOS in-house profile inferenced374301Merge pull request #129 from rudrankriyam/cursor/tvos-inhouse-inference-14352c1dfeeMerge origin/main into cursor/signing-files-fetch-command-d654cc5ac03Merge main (includes PR #106 TestFlight) into signing branch📊 Changes
13 files changed (+759 additions, -9 deletions)
View changed files
📝
cmd/devices.go(+36 -0)📝
cmd/root.go(+1 -0)➕
cmd/signing.go(+31 -0)➕
cmd/signing_fetch.go(+354 -0)➕
cmd/signing_fetch_test.go(+109 -0)📝
internal/asc/client_http_test.go(+52 -0)📝
internal/asc/client_options.go(+68 -0)📝
internal/asc/client_queries.go(+8 -0)📝
internal/asc/devices_output.go(+23 -0)📝
internal/asc/output_core.go(+8 -0)📝
internal/asc/signing.go(+15 -8)➕
internal/asc/signing_fetch.go(+14 -0)📝
internal/asc/signing_output.go(+40 -1)📄 Description
Implement
asc signing fetchcommand to automate fetching and managing signing certificates and provisioning profiles.This command streamlines the process of obtaining necessary signing assets for App Store Connect apps, including the ability to create missing profiles. It integrates with existing bundle ID, certificate, device, and profile client methods, and includes secure file writing to prevent accidental overwrites.
Fixes #86
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.