[PR #21] [MERGED] Add beta group and tester management #235

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

📋 Pull Request Information

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

Base: mainHead: feature/beta-management


📝 Commits (6)

  • cdacc3b Enable beta group/tester management.
  • dfec30e Require existing tester for invites.
  • b6fdba5 Clarify beta tester invite guidance.
  • a0c9b4a Fix missing table/markdown output handlers for beta tester delete/invite results
  • 05d186e Update plan for completed phases.
  • c860680 Merge pull request #22 from rudrankriyam/cursor/beta-tester-output-handlers-9bca

📊 Changes

8 files changed (+1510 additions, -45 deletions)

View changed files

📝 PLAN.md (+1 -45)
cmd/beta.go (+502 -0)
📝 cmd/commands.go (+2 -0)
📝 cmd/commands_test.go (+90 -0)
📝 internal/asc/client.go (+550 -0)
📝 internal/asc/client_http_test.go (+218 -0)
📝 internal/asc/client_test.go (+42 -0)
📝 internal/asc/output_test.go (+105 -0)

📄 Description

Summary

  • add beta-groups and beta-testers commands for listing, creating, adding, removing, and inviting testers
  • extend the ASC client with beta group/tester endpoints plus table/markdown output formatting
  • cover new beta management flows with CLI validation, query, HTTP, and output tests

Test plan

  • make format
  • make test

🔄 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/21 **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/beta-management` --- ### 📝 Commits (6) - [`cdacc3b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/cdacc3be58403e2c6069e22dfcb0dd2e13471459) Enable beta group/tester management. - [`dfec30e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/dfec30e10235f2fd07e59fa14c78fffcc3b0a009) Require existing tester for invites. - [`b6fdba5`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b6fdba5509f021736aefba0806fd1ab2db7666fa) Clarify beta tester invite guidance. - [`a0c9b4a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/a0c9b4aa529f124e21ef92df621455f27e251566) Fix missing table/markdown output handlers for beta tester delete/invite results - [`05d186e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/05d186eb28d6fc1bc59276665b3e29c42b221af0) Update plan for completed phases. - [`c860680`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/c860680d28aee6ba1a3a45d84dae7f10f0a5faff) Merge pull request #22 from rudrankriyam/cursor/beta-tester-output-handlers-9bca ### 📊 Changes **8 files changed** (+1510 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `PLAN.md` (+1 -45) ➕ `cmd/beta.go` (+502 -0) 📝 `cmd/commands.go` (+2 -0) 📝 `cmd/commands_test.go` (+90 -0) 📝 `internal/asc/client.go` (+550 -0) 📝 `internal/asc/client_http_test.go` (+218 -0) 📝 `internal/asc/client_test.go` (+42 -0) 📝 `internal/asc/output_test.go` (+105 -0) </details> ### 📄 Description ## Summary - add `beta-groups` and `beta-testers` commands for listing, creating, adding, removing, and inviting testers - extend the ASC client with beta group/tester endpoints plus table/markdown output formatting - cover new beta management flows with CLI validation, query, HTTP, and output tests ## Test plan - [x] make format - [x] make test --- <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:15 +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#235
No description provided.