fix(cli): surface physical deploy diagnostics#1068
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe deploy CLI now prints operation streams for all routes, routes final daemon stderr through a direct diagnostic sink, flushes both streams before non-zero exit, and adds an integration test for failed deploy output preservation. ChangesDeploy output preservation
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant fbuild
participant MockDaemon
participant stdout
participant stderr
fbuild->>MockDaemon: POST /api/deploy
MockDaemon-->>fbuild: Failed response with stdout and stderr
fbuild->>stdout: Print operation stdout
fbuild->>stderr: Print diagnostic stderr
fbuild->>stdout: Flush stdout
fbuild->>stderr: Flush stderr
fbuild-->>MockDaemon: Exit non-zero
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
30 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hardware context
A zero-button RP2040 deploy against the attached RPI-RP2 device exited 1 after the Windows UF2 transport failed, but the CLI hid the daemon's actionable error. This change makes the next attached-board run diagnostic without changing deployment strategy or embedding USB IDs.
Validation
Supports #1049 and #1040.
Summary by CodeRabbit