[PR #64] [MERGED] Build localizations command #263

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

Base: cursor/build-localizations-commands-0b82Head: cursor/build-localizations-command-5753


📝 Commits (4)

  • 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
  • 1f61b5e Fix build-localizations list validation

📊 Changes

10 files changed (+1332 additions, -8 deletions)

View changed files

📝 cmd/build_localizations.go (+9 -8)
📝 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

Refactor locale validation to reuse existing functions and make the build-localizations list command's --build flag optional when --next is provided.



🔄 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/64 **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/build-localizations-commands-0b82` ← **Head:** `cursor/build-localizations-command-5753` --- ### 📝 Commits (4) - [`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 - [`1f61b5e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1f61b5e38784681f5e1e1ae2b18fe98715c0b69a) Fix build-localizations list validation ### 📊 Changes **10 files changed** (+1332 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `cmd/build_localizations.go` (+9 -8) 📝 `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 Refactor locale validation to reuse existing functions and make the `build-localizations list` command's `--build` flag optional when `--next` is provided. --- --- <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#263
No description provided.