mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #103] [MERGED] App Store assets management #285
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#285
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/103
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-store-assets-management-e5a2📝 Commits (10+)
29cc5e1Add assets upload supportcc9eb1eFix race in asset upload test3fb3f64Merge pull request #116 from rudrankriyam/cursor/test-counter-data-race-59399b2744dMerge main into assets branch, resolve conflicts in output_core.go and output_test.go1a19bf7Fix: sourceFileChecksum should be string, not Checksum struct968c481Fix: sourceFileChecksum in update requests must be string, not objectbc0b2daMerge remote-tracking branch 'origin/main' into cursor/app-store-assets-management-e5a2c6d8048Merge main (includes PR #106 TestFlight) into assets branch3e79a8fMerge main into assets branch5fbb78cMerge main into assets branch and update screenshot/preview display types📊 Changes
13 files changed (+2901 additions, -0 deletions)
View changed files
➕
cmd/assets.go(+784 -0)📝
cmd/commands_test.go(+93 -0)📝
cmd/root.go(+1 -0)➕
internal/asc/assets.go(+142 -0)➕
internal/asc/assets_output.go(+387 -0)➕
internal/asc/assets_upload.go(+134 -0)➕
internal/asc/assets_upload_test.go(+96 -0)➕
internal/asc/client_assets.go(+444 -0)📝
internal/asc/client_http_test.go(+322 -0)📝
internal/asc/client_test.go(+363 -0)📝
internal/asc/client_types.go(+4 -0)📝
internal/asc/output_core.go(+52 -0)📝
internal/asc/output_test.go(+79 -0)📄 Description
Add
asc assetsCLI commands to list, upload, and delete App Store screenshots and app previews.This feature enables programmatic management of App Store visual assets, automating a critical part of the app release process. It reuses existing multi-step upload patterns and incorporates robust file validation and checksumming for secure and reliable asset delivery to App Store Connect.
Fixes #72
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.