mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #410] [MERGED] Enabled versions output validation #506
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#506
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/410
Author: @cursor[bot]
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/enabled-versions-output-validation-7948📝 Commits (1)
5e969deRemove redundant enabled-versions output validation📊 Changes
2 files changed (+4 additions, -42 deletions)
View changed files
📝
internal/cli/cmdtest/testflight_metrics_beta_tester_usages_test.go(+0 -6)📝
internal/cli/gamecenter/game_center_enabled_versions.go(+4 -36)📄 Description
Remove redundant output normalization function to leverage shared
printOutputlogic.The
normalizeEnabledVersionsOutputfunction duplicated validation and formatting logic already handled byshared.PrintOutput, leading to redundant code and inconsistency with other commands in the package.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.