[PR #65] [MERGED] TestFlight app ID resolution #266

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/65
Author: @cursor[bot]
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @rudrankriyam

Base: cursor/testflight-apps-commands-7b49Head: cursor/testflight-app-id-resolution-e68b


📝 Commits (6)

  • 8c5fdd2 Merge pull request #60 from rudrankriyam/cursor/testflight-apps-commands-7b49
  • d61a554 Add build-localizations commands
  • 1616ab3 Merge pull request #61 from rudrankriyam/cursor/build-localizations-commands-0b82
  • ab9123a Add TestFlight sync pull YAML export
  • 699d130 Merge pull request #63 from rudrankriyam/cursor/testflight-config-yaml-1ff5
  • 5e32dee Fix TestFlight apps get app ID resolution

📊 Changes

11 files changed (+1972 additions, -3 deletions)

View changed files

cmd/build_localizations.go (+391 -0)
📝 cmd/commands.go (+2 -0)
📝 cmd/commands_test.go (+104 -0)
📝 cmd/testflight.go (+4 -3)
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 (+199 -0)
📝 internal/asc/client_http_test.go (+140 -0)
📝 internal/asc/output_test.go (+79 -0)

📄 Description

Fix TestFlightAppsGetCommand to support ASC_APP_ID environment variable for app ID resolution.

This change aligns TestFlightAppsGetCommand with other commands that accept an --app flag, ensuring it correctly falls back to the ASC_APP_ID environment variable and provides a consistent error message.



🔄 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/65 **Author:** [@cursor[bot]](https://github.com/apps/cursor) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `cursor/testflight-apps-commands-7b49` ← **Head:** `cursor/testflight-app-id-resolution-e68b` --- ### 📝 Commits (6) - [`8c5fdd2`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/8c5fdd26493cd41c6ee8919eae9349cb74a25dc6) Merge pull request #60 from rudrankriyam/cursor/testflight-apps-commands-7b49 - [`d61a554`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/d61a5548995188d94a046c1cd986b4540517b13c) Add build-localizations commands - [`1616ab3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1616ab3b15339e40ca03d8eccba2eaa1b51d3207) Merge pull request #61 from rudrankriyam/cursor/build-localizations-commands-0b82 - [`ab9123a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/ab9123af9a1024866889576230c3bfcb2b9666e3) Add TestFlight sync pull YAML export - [`699d130`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/699d1309f778b3894844b4fabc264d8f98f98620) Merge pull request #63 from rudrankriyam/cursor/testflight-config-yaml-1ff5 - [`5e32dee`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/5e32dee5b8ca7e48c1a9d01f6adbdb66bf757ec6) Fix TestFlight apps get app ID resolution ### 📊 Changes **11 files changed** (+1972 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `cmd/build_localizations.go` (+391 -0) 📝 `cmd/commands.go` (+2 -0) 📝 `cmd/commands_test.go` (+104 -0) 📝 `cmd/testflight.go` (+4 -3) ➕ `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` (+199 -0) 📝 `internal/asc/client_http_test.go` (+140 -0) 📝 `internal/asc/output_test.go` (+79 -0) </details> ### 📄 Description Fix `TestFlightAppsGetCommand` to support `ASC_APP_ID` environment variable for app ID resolution. This change aligns `TestFlightAppsGetCommand` with other commands that accept an `--app` flag, ensuring it correctly falls back to the `ASC_APP_ID` environment variable and provides a consistent error message. --- --- <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#266
No description provided.