mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #140] [MERGED] Add xcode-cloud actions command #320
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#320
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/140
Author: @cameronehrlich
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/xcode-cloud-actions📝 Commits (1)
fe29382Add xcode-cloud actions command to list build actions📊 Changes
4 files changed (+230 additions, -0 deletions)
View changed files
📝
cmd/xcode_cloud.go(+83 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/asc/xcode_cloud.go(+95 -0)📝
internal/asc/xcode_cloud_output.go(+48 -0)📄 Description
Summary
Adds
asc xcode-cloud actions --run-id BUILD_RUN_IDto list the individual build actions (steps) within a build run. Useful for diagnosing why builds failed by seeing which specific action (Build, Test, Archive, etc.) failed.New Command
Example Output
Features
--limit,--next,--paginate)Files Changed
cmd/xcode_cloud.gointernal/asc/xcode_cloud.gointernal/asc/xcode_cloud_output.gointernal/asc/output_core.goTesting
Checklist
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.