mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #611] migrate import: non-locale directories in metadata/ cause parse failure #170
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#170
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?
Originally created by @cameronehrlich on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/611
Description
asc migrate importfails when thefastlane/metadata/directory contains non-locale subdirectories liketrade_representative_contact_informationorreview_information. The CLI attempts to parse every subdirectory as a locale and fails validation.Steps to Reproduce
metadata/directory that includestrade_representative_contact_information/:Expected Behavior
The CLI should skip known non-locale directories (
trade_representative_contact_information,review_information, top-level.txtfiles, etc.) when scanningmetadata/for locale subdirectories, since these are standard parts of the Fastlane Deliver directory structure.Actual Behavior
Workaround
Temporarily move the directory out of
metadata/before running the import:Environment
brew install rudrankriyam/tap/ascSuggested Fix
When iterating subdirectories of
metadata/, either:trade_representative_contact_information,review_information)--skip-unknown-localesflagOption 2 seems most robust since it handles any non-locale directory without needing a hardcoded allowlist.
@rudrankriyam commented on GitHub (Feb 17, 2026):
@cameronehrlich do you plan to take this up? A lot of folks will be migrating from fastlane soon ;)
@cameronehrlich commented on GitHub (Feb 17, 2026):
@rudrankriyam Yeah, I just can't do it right now so I put this ticket up as a reminder
@cameronehrlich commented on GitHub (Feb 17, 2026):
addresses: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/611