fix: improve run command resilience, skip misconfigured services (#17)#27
Merged
kaifcoder merged 7 commits intokaifcoder:mainfrom Oct 7, 2025
Merged
Conversation
…u-puri/create-polyglot into fix/run-command-services Merge remote changes into fix/run-command-services
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves the resilience of the run command by implementing better error handling to skip misconfigured services rather than failing the entire development process. The change addresses potential issues where a single misconfigured service could prevent other services from starting properly.
Key changes:
- Enhanced error handling in the run command to gracefully skip problematic services
- Improved service validation to prevent runtime failures
- Better logging and user feedback for misconfigured services
Comments suppressed due to low confidence (1)
Owner
|
Can't see the files changed @devanshu-puri |
…u-puri/create-polyglot into fix/run-command-services
kaifcoder
approved these changes
Oct 7, 2025
Owner
|
LGTM |
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
Explain the change in 1–3 sentences. Reference any related issues (e.g. Closes #123).
Type of Change
Motivation / Context
Why is this change needed? What problem does it solve or what capability does it add?
Approach
Briefly describe how you implemented the change. Note any notable design decisions, trade-offs, or alternatives considered.
CLI Impact
If this alters user-facing CLI behavior:
Generated Output Impact
List any new / modified scaffold files or structural differences (e.g. new template folder, changed Dockerfile pattern, compose changes, new preset behaviors).
Tests
Describe test coverage:
If you ran the smoke scaffold locally, paste the command & confirm success:
Result: ✅ / ❌
Screenshots / Logs (Optional)
Add any helpful output (chalk-styled CLI messages, error reproduction, etc.).
Docs
README.mdif needed.github/copilot-instructions.mdif internal conventions changedChecklist
templates/Open Questions / Follow-ups
List any TODOs or future enhancements not in this PR.
Thanks for contributing! 🎉