mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #562] [MERGED] testflight: add beta-testers CSV export/import #622
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#622
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:testflight/beta-testers-csv📝 Commits (3)
01404a8testflight: add beta-testers CSV export/importb0bf306Fix beta-testers import summary countersde986d9Merge 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
asc testflight beta-testers exportto write testers to CSV (optionally including group memberships).asc testflight beta-testers importto bulk create/update testers from CSV with--dry-runand optional invites.Test plan
Closes #560.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.