[PR #56] [MERGED] Beta tester details, build filter #254

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

📋 Pull Request Information

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

Base: mainHead: cursor/beta-tester-details-build-filter-7ed4


📝 Commits (3)

  • a078df7 Add beta testers get and build filter
  • a31722d Add beta tester get and build filter tests
  • 3935c22 fix: only use one relationship filter for beta testers

📊 Changes

4 files changed (+174 additions, -6 deletions)

View changed files

📝 cmd/beta.go (+51 -0)
📝 cmd/commands_test.go (+14 -0)
📝 internal/asc/client.go (+44 -5)
📝 internal/asc/client_http_test.go (+65 -1)

📄 Description

Add beta-testers get command and --build filter to beta-testers list to enhance TestFlight beta tester management.


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/56 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/beta-tester-details-build-filter-7ed4` --- ### 📝 Commits (3) - [`a078df7`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/a078df7932b5cb61e521084ff14a5c8cccfea708) Add beta testers get and build filter - [`a31722d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/a31722d54df55586004d13ae485b2eb32b6f31b8) Add beta tester get and build filter tests - [`3935c22`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/3935c2294078ab4648d7729223f48c6f93a3f71c) fix: only use one relationship filter for beta testers ### 📊 Changes **4 files changed** (+174 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/beta.go` (+51 -0) 📝 `cmd/commands_test.go` (+14 -0) 📝 `internal/asc/client.go` (+44 -5) 📝 `internal/asc/client_http_test.go` (+65 -1) </details> ### 📄 Description Add `beta-testers get` command and `--build` filter to `beta-testers list` to enhance TestFlight beta tester management. --- <a href="https://cursor.com/background-agent?bcId=bc-4caa7c3c-41e6-4bb1-99f6-a3836290790f"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-4caa7c3c-41e6-4bb1-99f6-a3836290790f"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></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 21:34:19 +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#254
No description provided.