mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #97] [MERGED] Refactor large files and improve localization downloads #281
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#281
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/97
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @rudrankriyam
Base:
main← Head:refactor/ai-structure-plan📝 Commits (10+)
0ee7c5fSplit core client and HTTP helpers52b4da7Extract shared client types and query helpers3074af0Split apps, builds, and versions client code33214d3Split output formatting helpersacf34e1Split commands into domain files9a86c14Split beta and localization commandsaad3f02Split analytics and sandbox commandsb720111Merge origin/main403141aAdd pagination to localization downloads90cc8afFix beta group update flag handling📊 Changes
40 files changed (+7888 additions, -7516 deletions)
View changed files
📝
cmd/analytics.go(+0 -605)➕
cmd/analytics_requests.go(+485 -0)➕
cmd/analytics_sales.go(+141 -0)➕
cmd/apps.go(+105 -0)➕
cmd/beta_groups.go(+472 -0)➕
cmd/beta_helpers.go(+73 -0)📝
cmd/beta_testers.go(+0 -524)➕
cmd/builds_commands.go(+392 -0)➖
cmd/commands.go(+0 -1147)➕
cmd/crashes.go(+122 -0)➕
cmd/feedback.go(+125 -0)📝
cmd/localizations.go(+0 -433)➕
cmd/localizations_commands.go(+514 -0)📝
cmd/localizations_test.go(+77 -0)➕
cmd/reviews.go(+168 -0)➕
cmd/root.go(+72 -0)📝
cmd/sandbox.go(+0 -558)➕
cmd/sandbox_create.go(+185 -0)➕
cmd/sandbox_list.go(+104 -0)➕
cmd/sandbox_manage.go(+302 -0)...and 20 more files
📄 Description
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.