mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #205] Add Xcode Cloud artifacts, test results, and issues CLI support #67
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#67
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?
Originally created by @rudrankriyam on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/205
Originally assigned to: @swiftlysingh on GitHub.
Overview
Add deeper Xcode Cloud visibility: list artifacts, test results, and issues for build actions, plus fetch individual artifact/test/issue details. The CLI currently supports workflows, build runs, actions, and status only.
Docs (API)
Scope (Endpoints)
GET /v1/ciBuildActions/{id}/artifactsGET /v1/ciBuildActions/{id}/testResultsGET /v1/ciBuildActions/{id}/issuesGET /v1/ciArtifacts/{id}GET /v1/ciTestResults/{id}GET /v1/ciIssues/{id}Proposed CLI
All under the existing
xcode-cloudgroup:Flags
Common:
--output json|table|markdown--pretty--limit,--next,--paginateArtifacts download:
--pathrequired--overwriteOutput
Acceptance Criteria
asc xcode-cloud artifacts|test-results|issues --helpavailableTests
Manual Test Plan (using real apps)
asc xcode-cloud build-runs --workflow-id WORKFLOW_ID --limit 1asc xcode-cloud actions --run-id BUILD_RUN_IDasc xcode-cloud artifacts list --action-id ACTION_IDasc xcode-cloud artifacts get --id ARTIFACT_IDasc xcode-cloud artifacts download --id ARTIFACT_ID --path ./artifact.zipasc xcode-cloud test-results list --action-id TEST_ACTION_IDasc xcode-cloud test-results get --id TEST_RESULT_IDasc xcode-cloud issues list --action-id ACTION_IDasc xcode-cloud issues get --id ISSUE_IDImplementation Notes
internal/asc/xcode_cloud.go.internal/asc/xcode_cloud_output.go.cmd/xcode_cloud.go(or split into a new file), register underxcode-cloud.