[PR #345] [MERGED] feat: add xcode cloud SCM endpoints #456

Closed
opened 2026-02-26 22:31:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/xcode-cloud-scm


📝 Commits (3)

  • 9e49819 feat: add xcode cloud scm endpoints
  • 425081b fix: parse scm provider type metadata
  • d3e0602 Merge branch 'main' into feat/xcode-cloud-scm

📊 Changes

10 files changed (+2028 additions, -0 deletions)

View changed files

📝 internal/asc/client_http_test.go (+218 -0)
📝 internal/asc/client_pagination.go (+8 -0)
📝 internal/asc/integration_test.go (+114 -0)
📝 internal/asc/output_core.go (+24 -0)
📝 internal/asc/xcode_cloud.go (+423 -0)
📝 internal/asc/xcode_cloud_output.go (+124 -0)
📝 internal/asc/xcode_cloud_test.go (+173 -0)
internal/cli/cmdtest/xcode_cloud_scm_test.go (+88 -0)
📝 internal/cli/xcodecloud/xcode_cloud.go (+2 -0)
internal/cli/xcodecloud/xcode_cloud_scm.go (+854 -0)

📄 Description

Summary

  • add SCM provider/repository list and get endpoints with pagination
  • expose SCM git references, pull requests, and relationship linkages in the CLI
  • add output rendering plus unit/cmdtest/integration coverage

Test plan

  • make build
  • make lint
  • make test
  • go test -tags=integration ./internal/asc -run xcode_cloud_scm (requires ASC_* creds + SCM configured)

🔄 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/345 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/xcode-cloud-scm` --- ### 📝 Commits (3) - [`9e49819`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/9e498199f275b4205c284825183c88cdb70023bf) feat: add xcode cloud scm endpoints - [`425081b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/425081b8001b7fee233c32cc9e1ad873196d3c91) fix: parse scm provider type metadata - [`d3e0602`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/d3e060299e1eac06f07a5140c1f1601c92a18257) Merge branch 'main' into feat/xcode-cloud-scm ### 📊 Changes **10 files changed** (+2028 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/client_http_test.go` (+218 -0) 📝 `internal/asc/client_pagination.go` (+8 -0) 📝 `internal/asc/integration_test.go` (+114 -0) 📝 `internal/asc/output_core.go` (+24 -0) 📝 `internal/asc/xcode_cloud.go` (+423 -0) 📝 `internal/asc/xcode_cloud_output.go` (+124 -0) 📝 `internal/asc/xcode_cloud_test.go` (+173 -0) ➕ `internal/cli/cmdtest/xcode_cloud_scm_test.go` (+88 -0) 📝 `internal/cli/xcodecloud/xcode_cloud.go` (+2 -0) ➕ `internal/cli/xcodecloud/xcode_cloud_scm.go` (+854 -0) </details> ### 📄 Description ## Summary - add SCM provider/repository list and get endpoints with pagination - expose SCM git references, pull requests, and relationship linkages in the CLI - add output rendering plus unit/cmdtest/integration coverage ## Test plan - [x] make build - [x] make lint - [x] make test - [ ] go test -tags=integration ./internal/asc -run xcode_cloud_scm (requires ASC_* creds + SCM configured) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:01 +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#456
No description provided.