mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #338] [MERGED] App Clips domain status relationships #451
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#451
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/338
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-clips-domain-status-relationships-c6d4📝 Commits (3)
0dd6e5atest: add app clips relationship coveraged225217feat: add app clips relationship commands755455eRemove unused default experiences include option📊 Changes
13 files changed (+856 additions, -6 deletions)
View changed files
📝
internal/asc/client_app_clips.go(+142 -1)📝
internal/asc/client_http_app_clips_test.go(+116 -0)➕
internal/asc/client_http_build_bundles_test.go(+41 -0)📝
internal/asc/client_options.go(+10 -0)📝
internal/asc/client_queries.go(+14 -4)📝
internal/asc/output_core.go(+12 -0)📝
internal/cli/appclips/app_clips.go(+3 -0)📝
internal/cli/appclips/default_experience_localizations.go(+44 -0)📝
internal/cli/appclips/default_experiences.go(+95 -1)➕
internal/cli/appclips/domain_status.go(+134 -0)📝
internal/cli/appclips/helpers.go(+45 -0)➕
internal/cli/appclips/relationships.go(+165 -0)📝
internal/cli/cmdtest/commands_test.go(+35 -0)📄 Description
Implements App Clips relationship support and new CLI commands for domain status, default/advanced experience relationships, and specific default experience/localization relationships.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.