mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #492] [MERGED] Asc pre-submission validation #566
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#566
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/492
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/asc-pre-submission-validation-d668📝 Commits (10+)
b4c0d68test: add validate rule coverage6b92626feat: add pre-submission validate commandb0a4a06test: reuse cmdtest roundTrip helper01d271afix: render validate table output7c5aadcchore: format validate additions1c02abatest: remove unused validation helper53ca9a9test: remove unused helper import51ec3f8Fix metadata rune counts and share app info helpers7c7ae4bMerge pull request #494 from rudrankriyam/cursor/validation-and-shared-utilities-855768939d8Fix migrate length validation and helper visibility📊 Changes
23 files changed (+1831 additions, -108 deletions)
View changed files
📝
README.md(+22 -0)📝
internal/asc/client_core.go(+17 -4)➕
internal/asc/output_validate.go(+75 -0)➕
internal/cli/cmdtest/validate_test.go(+278 -0)📝
internal/cli/migrate/migrate.go(+34 -99)📝
internal/cli/migrate/migrate_test.go(+58 -5)📝
internal/cli/registry/registry.go(+2 -0)➕
internal/cli/shared/app_info_helpers.go(+71 -0)➕
internal/cli/validate/commands.go(+75 -0)➕
internal/cli/validate/test_hooks.go(+20 -0)➕
internal/cli/validate/validate.go(+201 -0)➕
internal/validation/age_rating.go(+149 -0)➕
internal/validation/age_rating_test.go(+45 -0)➕
internal/validation/helpers_test.go(+10 -0)➕
internal/validation/limits.go(+11 -0)➕
internal/validation/metadata.go(+90 -0)➕
internal/validation/metadata_test.go(+69 -0)➕
internal/validation/report.go(+41 -0)➕
internal/validation/required_fields.go(+144 -0)➕
internal/validation/required_fields_test.go(+36 -0)...and 3 more files
📄 Description
Summary
This PR introduces the new top-level
asc validatecommand, which performs client-side pre-submission checks for App Store Connect metadata, required fields, screenshot compatibility, and age rating completeness.Key changes include:
internal/validationpackage with a reusable validation engine and shared metadata limit constants.--output(JSON/table),--pretty, and--strictflags for CI gating.Validation
make formatmake lintmake testWall 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.