mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #137] [CLOSED] Add fastlane migration commands for metadata validation and import/export #318
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#318
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/137
Author: @cameronehrlich
Created: 1/25/2026
Status: ❌ Closed
Base:
main← Head:feature/migrate📝 Commits (1)
deaf34cAdd fastlane migration commands for metadata validation and import/export📊 Changes
5 files changed (+1405 additions, -0 deletions)
View changed files
📝
README.md(+25 -0)➕
cmd/migrate.go(+761 -0)➕
cmd/migrate_output.go(+212 -0)➕
cmd/migrate_test.go(+406 -0)📝
cmd/root.go(+1 -0)📄 Description
Summary
Adds
asc migratecommand with three subcommands for fastlane compatibility and offline metadata validation.Commands Added
Character Limits Validated
Production Testing ✅
Tested against a production app (Stitch It, App ID 554594252):
Test Coverage
cmd/migrate_test.goFiles Changed
cmd/migrate.gocmd/migrate_output.gocmd/migrate_test.gocmd/root.goREADME.mdUse Cases
Breaking Changes
None. This is an additive feature.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.