mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #541] [MERGED] Wire top-level screenshots and video-previews commands #605
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#605
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/541
Author: @rudrankriyam
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/screenshots-wiring📝 Commits (5)
dd61a03feat(cli): group root help and clarify media wording65359bfdocs: add screenshots wiring implementation checklist45bb59dfeat(cli): add top-level screenshots and video-previews commandse67a7a7refactor(cli): remove obsolete assets/shots wrapper commandsb65f6f6merge: sync main into screenshots wiring branch📊 Changes
37 files changed (+359 additions, -345 deletions)
View changed files
📝
.gitignore(+1 -1)📝
ASC.md(+2 -2)📝
README.md(+20 -11)📝
cmd/root_usage.go(+2 -2)📝
cmd/run_additional_test.go(+35 -0)📝
internal/asc/screenshot_sizes.go(+1 -1)📝
internal/asc/screenshot_sizes_test.go(+1 -1)➖
internal/cli/assets/assets.go(+0 -35)📝
internal/cli/assets/assets_previews.go(+21 -21)📝
internal/cli/assets/assets_screenshots.go(+29 -29)📝
internal/cli/assets/assets_test.go(+1 -19)➖
internal/cli/assets/commands.go(+0 -8)📝
internal/cli/cmdtest/assets_screenshots_sizes_test.go(+8 -8)📝
internal/cli/cmdtest/commands_test.go(+25 -25)📝
internal/cli/cmdtest/shots_capture_test.go(+8 -8)📝
internal/cli/cmdtest/shots_frame_test.go(+9 -9)📝
internal/cli/cmdtest/shots_frames_list_devices_test.go(+1 -1)📝
internal/cli/cmdtest/shots_review_generate_test.go(+2 -2)📝
internal/cli/cmdtest/shots_review_open_approve_test.go(+4 -4)📝
internal/cli/cmdtest/shots_run_test.go(+4 -4)...and 17 more files
📄 Description
Summary
screenshotsandvideo-previewscommands and wire existing handlers under a flat, single-level UXshotsandassetsexposure from root help/registry and update grouped root help coverageTest plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo run . --helpgo run . screenshots --helpgo run . video-previews --helpgo run . screenshots list-frame-devices --output json🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.