[PR #387] [MERGED] Add App Clip image get commands #490

Closed
opened 2026-02-26 22:31:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/387
Author: @rudrankriyam
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @rudrankriyam

Base: mainHead: audit/openapi-parity


📝 Commits (1)

  • b168bed feat: expose App Clip image fetches

📊 Changes

5 files changed (+173 additions, -0 deletions)

View changed files

📝 internal/asc/output_app_clips.go (+32 -0)
📝 internal/asc/output_core.go (+4 -0)
📝 internal/cli/appclips/advanced_experience_images.go (+45 -0)
📝 internal/cli/appclips/header_images.go (+45 -0)
internal/cli/cmdtest/app_clips_images_test.go (+47 -0)

📄 Description

Summary

  • add get subcommands for App Clip header images and advanced experience images
  • add table/markdown output support for advanced experience image responses
  • add cmdtest validation coverage for new App Clip image commands

Test plan

  • go test ./internal/cli/...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/387 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `audit/openapi-parity` --- ### 📝 Commits (1) - [`b168bed`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b168bed29712f763b1908b061cc570fe556f6269) feat: expose App Clip image fetches ### 📊 Changes **5 files changed** (+173 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/output_app_clips.go` (+32 -0) 📝 `internal/asc/output_core.go` (+4 -0) 📝 `internal/cli/appclips/advanced_experience_images.go` (+45 -0) 📝 `internal/cli/appclips/header_images.go` (+45 -0) ➕ `internal/cli/cmdtest/app_clips_images_test.go` (+47 -0) </details> ### 📄 Description ## Summary - add get subcommands for App Clip header images and advanced experience images - add table/markdown output support for advanced experience image responses - add cmdtest validation coverage for new App Clip image commands ## Test plan - [x] go test ./internal/cli/... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#490
No description provided.