mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #473] [MERGED] Global list endpoints parity #552
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#552
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/473
Author: @rudrankriyam
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/global-list-endpoints-parity-1a34📝 Commits (6)
5320f44feat: add global list client methods and --global flag for beta groups, beta build localizations, review submissionsc98de8btest: add comprehensive tests for global list endpoints42121d3Fix --global flag broken when ASC_APP_ID env var is set84d9f53test: add ASC_APP_ID global-flag regression coveragef9ffefbMerge pull request #475 from rudrankriyam/cursor/global-flag-app-id-check-768ed2b4edafix: require app filter for top-level review submissions list📊 Changes
14 files changed (+1286 additions, -21 deletions)
View changed files
📝
internal/asc/client.go(+60 -0)📝
internal/asc/client_http_test.go(+195 -0)📝
internal/asc/client_options.go(+7 -0)📝
internal/asc/client_queries.go(+2 -0)📝
internal/asc/review_submissions.go(+31 -0)📝
internal/cli/betabuildlocalizations/beta_build_localizations.go(+43 -5)➕
internal/cli/cmdtest/beta_build_localizations_global_test.go(+241 -0)➕
internal/cli/cmdtest/beta_groups_global_test.go(+268 -0)📝
internal/cli/cmdtest/builds_parity_test.go(+2 -2)📝
internal/cli/cmdtest/commands_test.go(+2 -2)➕
internal/cli/cmdtest/review_submissions_global_test.go(+344 -0)📝
internal/cli/cmdtest/review_submissions_test.go(+2 -2)📝
internal/cli/reviews/review_submissions.go(+45 -5)📝
internal/cli/testflight/beta_groups.go(+44 -5)📄 Description
Add global list support for beta groups, beta build localizations, and review submissions to provide parity with the App Store Connect API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.