mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #400] Parity: App preview/screenshot sets by ID #113
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#113
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 (Feb 2, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/400
Overview
Add direct lookup commands for app preview sets and screenshot sets by ID.
Scope (OpenAPI resources)
/v1/appPreviewSets/{id}/v1/appScreenshotSets/{id}Proposed CLI
asc localizations preview-sets get --id \"PREVIEW_SET_ID\"asc localizations screenshot-sets get --id \"SCREENSHOT_SET_ID\"Examples:
asc localizations preview-sets get --id \"PREVIEW_SET_ID\"asc localizations screenshot-sets get --id \"SCREENSHOT_SET_ID\"Flag patterns
Common:
--id,--output,--prettyOutput
--prettyfor JSON--output table/markdownwhen supportedDetailed TODO
internal/ascfor preview/screenshot set get-by-idlocalizationspreview-sets and screenshot-setsAcceptance criteria
Tests
Implementation notes
localizations preview-setsandlocalizations screenshot-setsgroupsReferences
docs/openapi/paths.txtdocs/openapi/latest.json@cursor
@rudrankriyam commented on GitHub (Feb 2, 2026):
@cursor implement this
@cursor[bot] commented on GitHub (Feb 2, 2026):
Summary:
asc localizations preview-sets get/asc localizations screenshot-sets getsubcommands with updated help/examples.--idvalidation and output-format errors.Tests run:
make testgo test -v ./internal/asc -run TestGetAppScreenshotSetgo test -v ./internal/cli/cmdtest -run TestLocalizationsMediaSetsgo test -v ./internal/asc -run TestGetAppPreviewSetWalkthrough artifacts:
localizations_preview_screenshot_set_get_testsshows running the screenshot-set + cmdtest Go tests and passing.preview_set_get_testshows running the preview-set Go test and passing.@rudrankriyam commented on GitHub (Feb 2, 2026):
Completed in PR #405 (merged).
Added:
asc localizations preview-sets get --id "PREVIEW_SET_ID"asc localizations screenshot-sets get --id "SCREENSHOT_SET_ID"