mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #543] [MERGED] chore(cli): remove dead command wrappers and dedupe selection parsing #607
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#607
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/543
Author: @rudrankriyam
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/remove-dead-command-wrappers📝 Commits (1)
0fba41cchore(cli): remove dead command wrappers and dedupe selection parsing📊 Changes
92 files changed (+154 additions, -637 deletions)
View changed files
📝
internal/cli/accessibility/accessibility_test.go(+1 -1)➖
internal/cli/accessibility/commands.go(+0 -8)📝
internal/cli/actors/actors_test.go(+1 -1)➖
internal/cli/actors/commands.go(+0 -8)📝
internal/cli/agerating/age_rating_test.go(+1 -1)➖
internal/cli/agerating/commands.go(+0 -8)➖
internal/cli/analytics/commands.go(+0 -8)📝
internal/cli/appclips/app_clips_test.go(+1 -1)➖
internal/cli/appclips/commands.go(+0 -8)📝
internal/cli/apps/app_info_include.go(+2 -24)➖
internal/cli/apps/commands.go(+0 -8)📝
internal/cli/apps/helpers_normalization_test.go(+6 -2)📝
internal/cli/auth/auth_test.go(+3 -3)➖
internal/cli/auth/commands.go(+0 -8)➖
internal/cli/backgroundassets/commands.go(+0 -8)📝
internal/cli/betaapplocalizations/beta_app_localizations_test.go(+1 -1)➖
internal/cli/betaapplocalizations/commands.go(+0 -8)📝
internal/cli/betabuildlocalizations/beta_build_localizations_test.go(+1 -1)➖
internal/cli/betabuildlocalizations/commands.go(+0 -8)📝
internal/cli/buildbundles/build_bundles_test.go(+1 -1)...and 72 more files
📄 Description
Summary
internal/cli/*/commands.gopassthrough files and remove unreferencedscreenshots.Command()/videopreviews.Command()wrappersNotarizationCommand()andValidateCommand()) so registry/test imports stay stable after wrapper-file removalshared.NormalizeSelection(...)and update affected tests/call sites to use direct constructorsTest plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.