@@ -15,34 +15,34 @@ A command-line interface for [Xcode Cloud](https://developer.apple.com/xcode-clo
1515
1616```
1717xcodecloud
18- ├── (no args) → Interactive mode (arrow-key navigation)
18+ ├── (no args) → Interactive mode (arrow-key navigation)
1919├── auth
20- │ ├── init → Set up credentials interactively
21- │ ├── check → Verify credentials are valid
22- │ ├── profiles → List configured profiles
23- │ └── use <profile> → Set the default profile
20+ │ ├── init → Set up credentials interactively
21+ │ ├── check → Verify credentials are valid
22+ │ ├── profiles → List configured profiles
23+ │ └── use <profile> → Set the default profile
2424├── products
25- │ ├── list → List all CI products
26- │ └── get <id> → Get details for a CI product
25+ │ ├── list → List all CI products
26+ │ └── get <id> → Get details for a CI product
2727├── workflows
28- │ ├── list <product-id> → List workflows for a CI product
29- │ └── get <id> → Get details for a workflow
28+ │ ├── list <product-id> → List workflows for a CI product
29+ │ └── get <id> → Get details for a workflow
3030├── builds
31- │ ├── list --workflow <id>→ List build runs for a workflow
32- │ ├── find <commit-sha> → Find a build by commit SHA
33- │ ├── get <id> → Get details for a build run
34- │ ├── start <workflow-id>→ Start a new build run
35- │ ├── watch <build-id> → Watch a build until completion
36- │ ├── logs <build-id> → List or download build logs
37- │ ├── actions <build-id> → List actions for a build run
38- │ ├── errors <build-id> → Show errors, issues, and test failures
39- │ ├── issues <action-id> → List issues for a build action
40- │ ├── issue <id> → Get details for a specific issue
41- │ ├── tests <build-id> → Show test results for a build run
42- │ └── test-result <id> → Get details for a specific test result
31+ │ ├── list --workflow <id> → List build runs for a workflow
32+ │ ├── find <commit-sha> → Find a build by commit SHA
33+ │ ├── get <id> → Get details for a build run
34+ │ ├── start <workflow-id> → Start a new build run
35+ │ ├── watch <build-id> → Watch a build until completion
36+ │ ├── logs <build-id> → List or download build logs
37+ │ ├── actions <build-id> → List actions for a build run
38+ │ ├── errors <build-id> → Show errors, issues, and test failures
39+ │ ├── issues <action-id> → List issues for a build action
40+ │ ├── issue <id> → Get details for a specific issue
41+ │ ├── tests <build-id> → Show test results for a build run
42+ │ └── test-result <id> → Get details for a specific test result
4343└── artifacts
44- ├── list <action-id> → List artifacts for a build action
45- └── download <id> → Download an artifact
44+ ├── list <action-id> → List artifacts for a build action
45+ └── download <id> → Download an artifact
4646```
4747
4848## Installation
0 commit comments