mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #364] Parity: App Clips and App Store version relationships #103
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#103
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 @rudrankriyam on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/364
Overview
Add missing App Clip default experience relationships and App Store version experiment/review linkages for parity.
Scope (OpenAPI resources)
/v1/appClipDefaultExperienceLocalizations/{id}/appClipHeaderImage/v1/appClipDefaultExperiences/{id}/appClipAppStoreReviewDetail/v1/appClipDefaultExperiences/{id}/releaseWithAppStoreVersion/v1/appStoreVersions/{id}/appClipDefaultExperience/v1/appStoreVersions/{id}/appStoreVersionExperimentsV2/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appPreviewSets/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appScreenshotSets/v1/appStoreVersions/{id}/customerReviews/v1/customerReviews/{id}/v2/appStoreVersionExperiments/{id}/appStoreVersionExperimentTreatmentsProposed CLI
asc app-clips default-experiences ...asc app-store-versions ...asc reviews ...Examples:
asc app-clips default-experiences relationships app-store-review-detail --id "DEFAULT_EXP_ID"asc app-clips default-experiences header-image get --id "LOCALIZATION_ID"asc app-store-versions experiments-v2 list --id "APP_STORE_VERSION_ID"asc app-store-versions customer-reviews list --id "APP_STORE_VERSION_ID"asc reviews get --id "CUSTOMER_REVIEW_ID"Flag patterns
Common:
--id,--output,--pretty,--limit,--next,--paginateOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
Acceptance criteria
Tests
Implementation notes
internal/asc(app clips, app store versions, reviews)internal/cli/appclips,internal/cli/versions,internal/cli/reviewsReferences
docs/openapi/latest.jsondocs/openapi/paths.txt@rudrankriyam commented on GitHub (Jan 31, 2026):
@cursor please implement
@cursor[bot] commented on GitHub (Jan 31, 2026):
I added the missing ASC client endpoints and CLI wiring for App Clip default experience related resources, App Store version experiment v2/customer review listings, customer review get, and treatment localization media sets, plus output support for header image and single review/version responses. I also introduced new CLI groups for
versions experiments-v2,versions customer-reviews, andversions app-clip-default-experience, areviews getsubcommand, andproduct-pages experiments treatmentsv2 listing + treatment-localization preview/screenshot set listing.Tests run:
make testNote:
asc app-clips default-experiences review-detailandrelease-with-app-store-versionnow return the related resources; relationship linkages are available underasc app-clips default-experiences relationships ....@rudrankriyam commented on GitHub (Jan 31, 2026):
Closed by #372.