mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #493] [MERGED] Migrate import full layout #567
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#567
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/493
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/migrate-import-full-layout-b7cc📝 Commits (8)
34229f5feat: expand migrate import deliver layout1b8571ffix: avoid screenshot plan shadowing15c8232fix: treat review detail 404 as missing5d0cb68chore: remove unused migrate helper6a2a8f0fix: align migrate import screenshot inference with current enumsd29da58Migration screenshot logic (#496)f8517aeMerge branch 'main' of https://github.com/rudrankriyam/App-Store-Connect-CLI into cursor/migrate-import-full-layout-b7cc451ddadMerge origin/main into migrate import branch📊 Changes
24 files changed (+2768 additions, -249 deletions)
View changed files
📝
ASC.md(+1 -0)📝
README.md(+7 -4)📝
internal/asc/screenshot_sizes.go(+8 -0)📝
internal/asc/screenshot_sizes_test.go(+48 -3)📝
internal/cli/assets/assets_helpers.go(+5 -0)📝
internal/cli/assets/assets_screenshots.go(+6 -8)📝
internal/cli/assets/assets_screenshots_test.go(+7 -7)📝
internal/cli/cmdtest/assets_screenshots_sizes_test.go(+4 -4)➕
internal/cli/cmdtest/migrate_import_test.go(+359 -0)📝
internal/cli/docs/templates/ASC.md(+1 -0)➕
internal/cli/migrate/app_info_metadata_test.go(+29 -0)➕
internal/cli/migrate/deliverfile_parser.go(+223 -0)➕
internal/cli/migrate/deliverfile_parser_test.go(+70 -0)➕
internal/cli/migrate/import_helpers.go(+392 -0)➕
internal/cli/migrate/locale.go(+38 -0)📝
internal/cli/migrate/migrate.go(+268 -161)📝
internal/cli/migrate/migrate_output.go(+220 -62)📝
internal/cli/migrate/migrate_test.go(+29 -0)➕
internal/cli/migrate/path_resolution.go(+179 -0)➕
internal/cli/migrate/path_resolution_test.go(+142 -0)...and 4 more files
📄 Description
Summary
asc migrate importto fully ingest Deliver-style project layouts, including metadata, app info, review information, and screenshots.Validation
make formatmake lintmake testgo test ./internal/cli/migrate -run 'Deliverfile|Import|DryRun'go test ./internal/cli/cmdtest -run TestMigrateImportWall of Apps (only if this PR adds/updates a Wall app)
docs/wall-of-apps.json(not the generated Wall block inREADME.mddirectly)make update-wall-of-appsdocs/wall-of-apps.jsonREADME.mdEntry template:
Common Apple labels:
iOS,macOS,watchOS,tvOS,visionOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.