mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #130] [CLOSED] Add ASO enhancements: migrate, categories, versions CRUD #311
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#311
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/130
Author: @cameronehrlich
Created: 1/24/2026
Status: ❌ Closed
Base:
main← Head:pr/aso-enhancements📝 Commits (2)
870667bAdd ASO enhancements: migrate, categories, versions create/deletec0a74dfAdd versions update command and migrate validate📊 Changes
12 files changed (+2285 additions, -0 deletions)
View changed files
📝
README.md(+62 -0)➕
cmd/categories.go(+79 -0)➕
cmd/migrate.go(+761 -0)➕
cmd/migrate_output.go(+212 -0)➕
cmd/migrate_test.go(+406 -0)📝
cmd/root.go(+2 -0)📝
cmd/versions.go(+207 -0)➕
docs/SKILL.md(+336 -0)➕
internal/asc/categories.go(+65 -0)➕
internal/asc/categories_output.go(+35 -0)📝
internal/asc/client_versions.go(+116 -0)📝
internal/asc/output_core.go(+4 -0)📄 Description
Summary
Add App Store Optimization (ASO) enhancement commands for managing app metadata:
New Commands
Fastlane Migration
asc migrate import- Import metadata from fastlane directory structureasc migrate export- Export metadata to fastlane directory structureasc migrate validate- Validate fastlane metadata without uploading (checks character limits)Categories
asc categories list- List all App Store categoriesVersions CRUD
asc versions create- Create a new App Store versionasc versions update- Update version attributes (copyright, release-type, earliest-release-date)asc versions delete- Delete a version (PREPARE_FOR_SUBMISSION state only)Character Limit Validation
The
migrate validatecommand checks:Fastlane Structure Support
Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.