mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #475] [MERGED] Global flag app ID check #556
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#556
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/475
Author: @cursor[bot]
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
cursor/global-list-endpoints-parity-1a34← Head:cursor/global-flag-app-id-check-768e📝 Commits (2)
42121d3Fix --global flag broken when ASC_APP_ID env var is set84d9f53test: add ASC_APP_ID global-flag regression coverage📊 Changes
4 files changed (+94 additions, -4 deletions)
View changed files
📝
internal/cli/cmdtest/beta_groups_global_test.go(+45 -0)📝
internal/cli/cmdtest/review_submissions_global_test.go(+45 -0)📝
internal/cli/reviews/review_submissions.go(+2 -2)📝
internal/cli/testflight/beta_groups.go(+2 -2)📄 Description
Fix
--globalflag being broken whenASC_APP_IDenvironment variable is set.The previous mutual exclusivity check for
--globaland--appincorrectly used the resolved application ID, which includes values from environment variables or config files. This led to an error when--globalwas used, even if--appwas not explicitly passed, making--globalunusable in configured environments.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.