[PR #405] [MERGED] App preview screenshot sets ID #501

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

📋 Pull Request Information

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

Base: mainHead: cursor/app-preview-screenshot-sets-id-f9d7


📝 Commits (3)

  • 9b5528d Add get commands for preview/screenshot sets
  • b5c254e Remove redundant set ID validation
  • cd941b6 Merge pull request #407 from rudrankriyam/cursor/client-validation-redundancy-d219

📊 Changes

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

View changed files

📝 internal/asc/client_assets.go (+32 -0)
📝 internal/asc/client_http_test.go (+42 -0)
📝 internal/cli/cmdtest/app_metadata_test.go (+57 -0)
📝 internal/cli/localizations/localizations.go (+2 -0)
📝 internal/cli/localizations/media_sets.go (+90 -0)

📄 Description

Add client methods and CLI subcommands to fetch App Store Connect app preview and screenshot sets by ID.


Open in Cursor Open in Web


🔄 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/405 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/app-preview-screenshot-sets-id-f9d7` --- ### 📝 Commits (3) - [`9b5528d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/9b5528d518a4c6ce220c30b53fe8e9732ea469b2) Add get commands for preview/screenshot sets - [`b5c254e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b5c254e2b8b6311b305db045e3713b55f67d8700) Remove redundant set ID validation - [`cd941b6`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/cd941b6b53de88a0bd4f4befe3b24892b8ae1f73) Merge pull request #407 from rudrankriyam/cursor/client-validation-redundancy-d219 ### 📊 Changes **5 files changed** (+223 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/client_assets.go` (+32 -0) 📝 `internal/asc/client_http_test.go` (+42 -0) 📝 `internal/cli/cmdtest/app_metadata_test.go` (+57 -0) 📝 `internal/cli/localizations/localizations.go` (+2 -0) 📝 `internal/cli/localizations/media_sets.go` (+90 -0) </details> ### 📄 Description Add client methods and CLI subcommands to fetch App Store Connect app preview and screenshot sets by ID. --- <a href="https://cursor.com/background-agent?bcId=bc-596c953a-e460-4990-8bcd-fcfc9451f947"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-596c953a-e460-4990-8bcd-fcfc9451f947"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <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:15 +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#501
No description provided.