[PR #60] [MERGED] Testflight apps commands #259

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

📋 Pull Request Information

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

Base: mainHead: cursor/testflight-apps-commands-7b49


📝 Commits (1)

  • e34268a Add TestFlight apps commands

📊 Changes

6 files changed (+385 additions, -25 deletions)

View changed files

📝 cmd/commands.go (+1 -4)
📝 cmd/commands_test.go (+61 -0)
cmd/testflight.go (+195 -0)
📝 internal/asc/client.go (+67 -21)
📝 internal/asc/client_http_test.go (+49 -0)
📝 internal/asc/client_test.go (+12 -0)

📄 Description

Add testflight apps commands for listing and retrieving App Store Connect apps with TestFlight-specific filters.


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/60 **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-apps-commands-7b49` --- ### 📝 Commits (1) - [`e34268a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/e34268a93f667d126dec9b602d7ad0595e18bd73) Add TestFlight apps commands ### 📊 Changes **6 files changed** (+385 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commands.go` (+1 -4) 📝 `cmd/commands_test.go` (+61 -0) ➕ `cmd/testflight.go` (+195 -0) 📝 `internal/asc/client.go` (+67 -21) 📝 `internal/asc/client_http_test.go` (+49 -0) 📝 `internal/asc/client_test.go` (+12 -0) </details> ### 📄 Description Add `testflight apps` commands for listing and retrieving App Store Connect apps with TestFlight-specific filters. --- <a href="https://cursor.com/background-agent?bcId=bc-c8c65567-6c4c-4c57-b7ca-6a31a71f4619"><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-c8c65567-6c4c-4c57-b7ca-6a31a71f4619"><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:20 +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#259
No description provided.