mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #320] Parity: App Clips relationships and domain status #91
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#91
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 30, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/320
Overview
Add missing App Clips relationship and domain status endpoints (mostly read-only) to close remaining gaps after the main App Clips CLI work.
Scope (OpenAPI resources)
appClipAppStoreReviewDetail,releaseWithAppStoreVersionappClipDomainCacheStatus,appClipDomainDebugStatus)Proposed CLI
Top-level group:
asc app-clips ...New/expanded subcommands:
app-clips domain-status cache --build-bundle-id IDapp-clips domain-status debug --build-bundle-id IDapp-clips default-experiences get --experience-id ID --include release-with-app-store-versionapp-clips default-experiences review-detail --experience-id ID(optional)Examples:
asc app-clips domain-status cache --build-bundle-id BUNDLE_IDasc app-clips default-experiences get --experience-id EXP_ID --include release-with-app-store-versionFlag patterns
Common:
--build-bundle-id,--experience-id,--output,--prettyOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
app-clips domain-statuscommandsAcceptance criteria
Tests
Implementation notes
internal/asc/client_app_clips.gointernal/cli/appclips@rudrankriyam commented on GitHub (Jan 30, 2026):
@cursor Please implement per issue description. No live credentials; use mocked tests. Run make build/lint/test and open a PR when green. Keep JSON-first output and explicit flags; no interactive prompts.
@cursor[bot] commented on GitHub (Jan 30, 2026):
Summary:
Tests:
make buildmake lintmake testgo test ./internal/asc -run TestGetAppClipDefaultExperience_WithIncludeandgo test ./internal/cli/cmdtest -run TestAppClipsValidationErrors.Walkthrough artifact:
app_clips_relationship_tests/recording_demo.mp4(runs the targeted tests and shows them passing).@rudrankriyam commented on GitHub (Jan 30, 2026):
Fixed by #338. Included in release 0.20.2.