mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #311] [MERGED] App clips CLI support #436
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#436
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/311
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-clips-cli-support-472e📝 Commits (6)
a2096afAdd app clips CLI supportf7ae2bfRemove unused App Clip review delete result07c6592Merge pull request #313 from rudrankriyam/cursor/unused-appclip-type-e2c14a2889bHandle empty app clips lists and clean up helpers.740a35bAlign app clip invocations with spec79e3e99Merge origin/main into app-clips PR📊 Changes
24 files changed (+6154 additions, -107 deletions)
View changed files
➕
internal/asc/client_app_clips.go(+1795 -0)➕
internal/asc/client_app_clips_upload_test.go(+142 -0)➕
internal/asc/client_http_app_clips_test.go(+556 -0)📝
internal/asc/client_options.go(+145 -0)📝
internal/asc/client_pagination.go(+20 -0)📝
internal/asc/client_queries.go(+68 -0)📝
internal/asc/client_types.go(+115 -107)➕
internal/asc/output_app_clips.go(+330 -0)➕
internal/asc/output_app_clips_test.go(+184 -0)📝
internal/asc/output_core.go(+84 -0)➕
internal/cli/appclips/advanced_experience_images.go(+148 -0)➕
internal/cli/appclips/advanced_experiences.go(+445 -0)➕
internal/cli/appclips/app_clips.go(+177 -0)➕
internal/cli/appclips/commands.go(+8 -0)➕
internal/cli/appclips/default_experience_localizations.go(+346 -0)➕
internal/cli/appclips/default_experiences.go(+347 -0)➕
internal/cli/appclips/header_images.go(+142 -0)➕
internal/cli/appclips/helpers.go(+156 -0)➕
internal/cli/appclips/invocation_localizations.go(+262 -0)➕
internal/cli/appclips/invocations.go(+331 -0)...and 4 more files
📄 Description
Implement the
asc app-clipsCLI group with full CRUD, image upload flows, and list output to support App Clip experiences and invocations.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.