[PR #63] [MERGED] TestFlight config YAML #262

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

📋 Pull Request Information

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

Base: mainHead: cursor/testflight-config-yaml-1ff5


📝 Commits (1)

  • ab9123a Add TestFlight sync pull YAML export

📊 Changes

9 files changed (+1323 additions, -0 deletions)

View changed files

📝 cmd/commands.go (+1 -0)
📝 cmd/commands_test.go (+55 -0)
📝 cmd/testflight.go (+1 -0)
cmd/testflight_sync.go (+703 -0)
cmd/testflight_sync_test.go (+347 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/asc/client.go (+124 -0)
📝 internal/asc/client_http_test.go (+89 -0)

📄 Description

Add asc testflight sync pull command to export TestFlight app, group, build, and tester configurations to a YAML file.


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/63 **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/testflight-config-yaml-1ff5` --- ### 📝 Commits (1) - [`ab9123a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/ab9123af9a1024866889576230c3bfcb2b9666e3) Add TestFlight sync pull YAML export ### 📊 Changes **9 files changed** (+1323 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commands.go` (+1 -0) 📝 `cmd/commands_test.go` (+55 -0) 📝 `cmd/testflight.go` (+1 -0) ➕ `cmd/testflight_sync.go` (+703 -0) ➕ `cmd/testflight_sync_test.go` (+347 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/asc/client.go` (+124 -0) 📝 `internal/asc/client_http_test.go` (+89 -0) </details> ### 📄 Description Add `asc testflight sync pull` command to export TestFlight app, group, build, and tester configurations to a YAML file. --- <a href="https://cursor.com/background-agent?bcId=bc-4f225fd7-e530-43e1-9913-dc6abe55690a"><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-4f225fd7-e530-43e1-9913-dc6abe55690a"><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:21 +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#262
No description provided.