[PR #57] [MERGED] Tester group relationships #258

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/57
Author: @rudrankriyam
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/tester-group-relationships-fe64


📝 Commits (1)

  • f268343 Add beta tester group membership commands

📊 Changes

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

View changed files

📝 cmd/beta.go (+126 -0)
📝 cmd/commands_test.go (+20 -0)
📝 internal/asc/client.go (+97 -0)
📝 internal/asc/client_http_test.go (+68 -0)
📝 internal/asc/output_test.go (+38 -0)

📄 Description

Add beta-testers add-groups and remove-groups commands to manage a beta tester's group memberships.

This implements the functionality to add or remove a single beta tester from multiple beta groups, mirroring the existing beta-groups add/remove testers commands but from the perspective of the tester.


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/57 **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/tester-group-relationships-fe64` --- ### 📝 Commits (1) - [`f268343`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/f268343d3afee5df8bcc65175d3a6b0657774f3a) Add beta tester group membership commands ### 📊 Changes **5 files changed** (+349 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/beta.go` (+126 -0) 📝 `cmd/commands_test.go` (+20 -0) 📝 `internal/asc/client.go` (+97 -0) 📝 `internal/asc/client_http_test.go` (+68 -0) 📝 `internal/asc/output_test.go` (+38 -0) </details> ### 📄 Description Add `beta-testers add-groups` and `remove-groups` commands to manage a beta tester's group memberships. This implements the functionality to add or remove a single beta tester from multiple beta groups, mirroring the existing `beta-groups add/remove testers` commands but from the perspective of the tester. --- <a href="https://cursor.com/background-agent?bcId=bc-a3f92f82-9cc0-4894-8c27-1a841a9c7000"><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-a3f92f82-9cc0-4894-8c27-1a841a9c7000"><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#258
No description provided.