[PR #237] [MERGED] feat: expand xcode cloud coverage #380

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

📋 Pull Request Information

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

Base: mainHead: issue-233-xcode-cloud-coverage


📝 Commits (1)

  • 6abc285 feat: expand xcode cloud coverage

📊 Changes

10 files changed (+3365 additions, -84 deletions)

View changed files

📝 cmd/commands_test.go (+120 -0)
📝 cmd/xcode_cloud.go (+606 -84)
cmd/xcode_cloud_extras.go (+1047 -0)
📝 internal/asc/client_http_test.go (+373 -0)
📝 internal/asc/client_pagination.go (+20 -0)
📝 internal/asc/client_test.go (+144 -0)
📝 internal/asc/output_core.go (+44 -0)
📝 internal/asc/xcode_cloud.go (+625 -0)
📝 internal/asc/xcode_cloud_output.go (+124 -0)
📝 internal/asc/xcode_cloud_test.go (+262 -0)

📄 Description

Summary

  • add Xcode Cloud product, workflow, action/build-run, and macOS/Xcode version commands
  • extend client models, pagination, and output formatting for new CI resources
  • add tests for new endpoints, pagination, and CLI validation

Test plan

  • go test ./cmd
  • go test ./internal/asc
  • Manual: verified read-only Xcode Cloud commands against live API
  • Manual: workflow create/update/delete and product delete (destructive)

🔄 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/237 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `issue-233-xcode-cloud-coverage` --- ### 📝 Commits (1) - [`6abc285`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/6abc285dc0934785bf4ec60f11f1b0646909ecc4) feat: expand xcode cloud coverage ### 📊 Changes **10 files changed** (+3365 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commands_test.go` (+120 -0) 📝 `cmd/xcode_cloud.go` (+606 -84) ➕ `cmd/xcode_cloud_extras.go` (+1047 -0) 📝 `internal/asc/client_http_test.go` (+373 -0) 📝 `internal/asc/client_pagination.go` (+20 -0) 📝 `internal/asc/client_test.go` (+144 -0) 📝 `internal/asc/output_core.go` (+44 -0) 📝 `internal/asc/xcode_cloud.go` (+625 -0) 📝 `internal/asc/xcode_cloud_output.go` (+124 -0) 📝 `internal/asc/xcode_cloud_test.go` (+262 -0) </details> ### 📄 Description ## Summary - add Xcode Cloud product, workflow, action/build-run, and macOS/Xcode version commands - extend client models, pagination, and output formatting for new CI resources - add tests for new endpoints, pagination, and CLI validation ## Test plan - [x] go test ./cmd - [x] go test ./internal/asc - [x] Manual: verified read-only Xcode Cloud commands against live API - [ ] Manual: workflow create/update/delete and product delete (destructive) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:41 +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#380
No description provided.