Skip to content

Commit d820dcf

Browse files
committed
fix: remove logging CLI command references from docs
The docs check was failing because docs/CLI.md still referenced the deleted logging CLI commands (start-simulator-log-capture, stop-simulator-log-capture).
1 parent 9a660e0 commit d820dcf

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

docs/CLI.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,6 @@ xcodebuildmcp simulator launch-app --simulator-id <UDID> --bundle-id io.sentry.M
7777
xcodebuildmcp simulator build-and-run --scheme MyApp --project-path ./MyApp.xcodeproj
7878
```
7979

80-
### Log Capture Workflow
81-
82-
```bash
83-
# Start log capture
84-
xcodebuildmcp logging start-simulator-log-capture --simulator-id <UDID> --bundle-id io.sentry.MyApp
85-
86-
> Log capture started successfully. Session ID: 51e2142a-1a99-442a-af01-0586540043df.
87-
88-
# Stop and retrieve logs
89-
xcodebuildmcp logging stop-simulator-log-capture --session-id <SESSION_ID>
90-
```
91-
9280
### Testing
9381

9482
```bash
@@ -219,7 +207,6 @@ Most tools run directly without the daemon:
219207
220208
### Stateful Tools (require daemon)
221209
Some tools maintain state and route through the daemon:
222-
- Log capture: `start-simulator-log-capture`, `stop-simulator-log-capture`
223210
- Video recording: `record-video`
224211
- Debugging: `attach`, `continue`, etc.
225212
- Background processes: `run`, `stop`

0 commit comments

Comments
 (0)