[PR #562] [MERGED] testflight: add beta-testers CSV export/import #622

Closed
opened 2026-02-26 22:31:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: testflight/beta-testers-csv


📝 Commits (3)

  • 01404a8 testflight: add beta-testers CSV export/import
  • b0bf306 Fix beta-testers import summary counters
  • de986d9 Merge pull request #563 from rudrankriyam/cursor/testflight-summary-accuracy-19c1

📊 Changes

3 files changed (+1705 additions, -0 deletions)

View changed files

internal/cli/cmdtest/testflight_beta_testers_csv_test.go (+794 -0)
📝 internal/cli/testflight/beta_testers.go (+4 -0)
internal/cli/testflight/beta_testers_csv.go (+907 -0)

📄 Description

Summary

  • Add asc testflight beta-testers export to write testers to CSV (optionally including group memberships).
  • Add asc testflight beta-testers import to bulk create/update testers from CSV with --dry-run and optional invites.
  • Add cmdtests covering deterministic export, schema validation, dry-run behavior, invitations, and partial-failure reporting.

Test plan

  • pre-commit hook (format + lint + short tests)
  • ASC_BYPASS_KEYCHAIN=1 go test ./...

Closes #560.


🔄 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/562 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `testflight/beta-testers-csv` --- ### 📝 Commits (3) - [`01404a8`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/01404a8458e7fa9219b27890028cdf630198e568) testflight: add beta-testers CSV export/import - [`b0bf306`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b0bf3062b3d1f4827c28a136240dfeab98b3ee7b) Fix beta-testers import summary counters - [`de986d9`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/de986d901ca61426e8131419b0b77d036f913317) Merge pull request #563 from rudrankriyam/cursor/testflight-summary-accuracy-19c1 ### 📊 Changes **3 files changed** (+1705 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/cli/cmdtest/testflight_beta_testers_csv_test.go` (+794 -0) 📝 `internal/cli/testflight/beta_testers.go` (+4 -0) ➕ `internal/cli/testflight/beta_testers_csv.go` (+907 -0) </details> ### 📄 Description ## Summary - Add `asc testflight beta-testers export` to write testers to CSV (optionally including group memberships). - Add `asc testflight beta-testers import` to bulk create/update testers from CSV with `--dry-run` and optional invites. - Add cmdtests covering deterministic export, schema validation, dry-run behavior, invitations, and partial-failure reporting. ## Test plan - [x] pre-commit hook (format + lint + short tests) - [x] ASC_BYPASS_KEYCHAIN=1 go test ./... Closes #560. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:48 +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#622
No description provided.