mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #119] [MERGED] Bundle ID capabilities #299
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#299
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/119
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/bundle-id-capabilities-1434📝 Commits (8)
402618aAdd bundle ID commands and clientdac79a6Add certificates and devices support973a27bAdd profiles support56a5979Merge origin/main into cursor/bundle-id-capabilities-14342f843e3Merge main (includes PR #106 TestFlight) into capabilities branch259a68cMerge main into bundle ID capabilities branch1ab24b0Resolve device API merge conflictsee87888Fix bundle ID capability pagination and mac UDID helper.📊 Changes
20 files changed (+3349 additions, -29 deletions)
View changed files
➕
cmd/bundle_ids.go(+319 -0)➕
cmd/bundle_ids_capabilities.go(+234 -0)➕
cmd/bundle_ids_test.go(+139 -0)➕
cmd/certificates.go(+244 -0)➕
cmd/certificates_test.go(+55 -0)📝
cmd/devices.go(+79 -11)➕
cmd/devices_test.go(+79 -0)➕
cmd/profiles.go(+387 -0)➕
cmd/profiles_test.go(+115 -0)📝
cmd/root.go(+3 -0)➕
cmd/signing_helpers.go(+52 -0)📝
internal/asc/client_http_test.go(+539 -0)📝
internal/asc/client_options.go(+108 -3)📝
internal/asc/client_pagination.go(+20 -4)📝
internal/asc/client_queries.go(+51 -10)➕
internal/asc/client_signing.go(+426 -0)📝
internal/asc/client_types.go(+5 -1)📝
internal/asc/output_core.go(+52 -0)➕
internal/asc/signing.go(+178 -0)➕
internal/asc/signing_output.go(+264 -0)📄 Description
Implement App Store Connect Bundle IDs and Capabilities API integration and CLI commands.
This PR introduces the first part of the signing and provisioning feature, covering the management of Bundle IDs and their associated capabilities (types, client methods, CLI commands, and tests) as outlined in the implementation guide.
Fixes #71
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.