[PR #20] [MERGED] Add feedback screenshot retrieval #232

Closed
opened 2026-02-26 21:34:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feature/feedback-screenshots


📝 Commits (3)

  • 017e300 Add screenshot support for feedback
  • 4f278e0 Remove redundant json flag
  • 7e71aa6 Document JSON as default output

📊 Changes

9 files changed (+260 additions, -126 deletions)

View changed files

📝 Agents.md (+12 -12)
📝 CONTRIBUTING.md (+3 -3)
📝 PLAN.md (+21 -21)
📝 README.md (+24 -24)
📝 cmd/commands.go (+20 -56)
📝 internal/asc/client.go (+91 -10)
📝 internal/asc/client_http_test.go (+16 -0)
📝 internal/asc/client_test.go (+15 -0)
📝 internal/asc/output_test.go (+58 -0)

📄 Description

Summary

  • add --include-screenshots to feedback to request screenshot URLs from beta feedback submissions
  • model screenshot image attributes and include URLs in feedback table/markdown when present
  • remove redundant --json flag and update docs/examples to reflect JSON as default output

Test plan

  • make format
  • make test
  • make lint

🔄 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/20 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feature/feedback-screenshots` --- ### 📝 Commits (3) - [`017e300`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/017e300388a71390796f0c22ef27862732515134) Add screenshot support for feedback - [`4f278e0`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/4f278e0830bd74efd22205646afb19a96abef376) Remove redundant json flag - [`7e71aa6`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/7e71aa68d222897224fe059731301d1afadc42e3) Document JSON as default output ### 📊 Changes **9 files changed** (+260 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `Agents.md` (+12 -12) 📝 `CONTRIBUTING.md` (+3 -3) 📝 `PLAN.md` (+21 -21) 📝 `README.md` (+24 -24) 📝 `cmd/commands.go` (+20 -56) 📝 `internal/asc/client.go` (+91 -10) 📝 `internal/asc/client_http_test.go` (+16 -0) 📝 `internal/asc/client_test.go` (+15 -0) 📝 `internal/asc/output_test.go` (+58 -0) </details> ### 📄 Description ## Summary - add `--include-screenshots` to feedback to request screenshot URLs from beta feedback submissions - model screenshot image attributes and include URLs in feedback table/markdown when present - remove redundant `--json` flag and update docs/examples to reflect JSON as default output ## Test plan - [x] make format - [x] make test - [x] make lint --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:14 +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#232
No description provided.