mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #231] [MERGED] Add Xcode Cloud artifacts, test results, and issues support #376
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/231
Author: @swiftlysingh
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/xcode-cloud-artifacts-test-results-issues📝 Commits (2)
d8998f5Add Xcode Cloud artifacts, test results, and issues support (#205)4dcb867Fix Xcode Cloud pagination and artifact download checks.📊 Changes
9 files changed (+1838 additions, -0 deletions)
View changed files
📝
cmd/commands_test.go(+40 -0)📝
cmd/xcode_cloud.go(+595 -0)📝
internal/asc/client_http_test.go(+203 -0)📝
internal/asc/client_pagination.go(+8 -0)📝
internal/asc/client_test.go(+144 -0)📝
internal/asc/output_core.go(+28 -0)📝
internal/asc/xcode_cloud.go(+421 -0)📝
internal/asc/xcode_cloud_output.go(+176 -0)📝
internal/asc/xcode_cloud_test.go(+223 -0)📄 Description
Summary
Closes #205
Adds support for Xcode Cloud artifacts, test results, and issues APIs:
xcode-cloud artifacts list --action-id- List artifacts for a build actionxcode-cloud artifacts get --id- Get artifact detailsxcode-cloud artifacts download --id --path- Download artifact to local filexcode-cloud test-results list --action-id- List test results for a build actionxcode-cloud test-results get --id- Get test result detailsxcode-cloud issues list --action-id- List issues (errors/warnings) for a build actionxcode-cloud issues get --id- Get issue detailsImplementation Details
CiArtifact,CiTestResult,CiIssuewith full attributesTesting
All unit tests pass (
make test). E2E tested against real Xcode Cloud workflows:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.