mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #385] [MERGED] TestFlight build relationships #486
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#486
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/385
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/testflight-build-relationships-3356📝 Commits (6)
0e3a8e3feat: add testflight/build related commandsc97e73btest: cover parity relationship endpoints2b61a00fix: clean up review help and importsf23e6a6fix: remove unused testflight imports4df4f97feat: align TestFlight recruitment criteria filters46414d7Merge origin/main into cursor/testflight-build-relationships-3356📊 Changes
38 files changed (+3634 additions, -87 deletions)
View changed files
📝
internal/asc/accessibility.go(+18 -0)➕
internal/asc/beta_feedback.go(+15 -0)📝
internal/asc/beta_recruitment.go(+32 -7)📝
internal/asc/client.go(+63 -16)📝
internal/asc/client_apps.go(+122 -0)📝
internal/asc/client_beta_app_localizations.go(+21 -0)➕
internal/asc/client_beta_feedback.go(+92 -0)➕
internal/asc/client_build_related.go(+127 -0)📝
internal/asc/client_builds.go(+23 -0)➕
internal/asc/client_http_parity_relationships_test.go(+419 -0)📝
internal/asc/client_http_test.go(+20 -6)📝
internal/asc/client_options.go(+154 -0)📝
internal/asc/client_pagination.go(+4 -0)➕
internal/asc/client_prerelease_related.go(+64 -0)📝
internal/asc/client_queries.go(+8 -0)➕
internal/asc/client_testflight_related.go(+176 -0)📝
internal/asc/client_testflight_review.go(+74 -27)📝
internal/asc/output_builds.go(+37 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/asc/output_test.go(+58 -0)...and 18 more files
📄 Description
Implement missing TestFlight/build relationship and feedback endpoints in the ASC client and CLI.
This PR adds comprehensive API client methods and CLI commands for managing relationships between builds, apps, pre-release versions, beta groups, beta testers, and feedback submissions, enhancing TestFlight and build resource management.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.