CAMEL-23236: Improve beginner UX with interactive init, examples, doctor, and contextual help#22211
Open
CAMEL-23236: Improve beginner UX with interactive init, examples, doctor, and contextual help#22211
Conversation
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
💡 Manual integration tests recommended:
All tested modules (6 modules)
|
Contributor
|
🧪 CI tested the following changed modules:
All tested modules (26 modules)
|
davsclaus
reviewed
Apr 8, 2026
…tor, and contextual help - Add interactive template picker to camel init (--list flag, arrow-key selection) - Add camel run --example for zero-to-running experience with bundled examples - Add camel doctor diagnostic command for environment/dependency checks - Extend did-you-mean suggestions to more commands in CatalogBaseCommand - Add context-aware shell banner (detects route files, shows quick-start hints) - Improve Camel-Kit discoverability (add KIT plugin type) - Include bundled example route files (timer-log, cron-log, rest-api) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
CAMEL-23236
Summary
Improve the beginner UX for Camel JBang by adding several features that help new users get started quickly:
inittemplate picker:camel init --listpresents an arrow-key selectable menu of available archetypes/templatesrun --example: Bundled example routes (timer-log, cron-log, rest-api) that users can run immediately without creating filesdoctorcommand: Diagnostic command that checks environment setup (Java version, Maven, Docker/Podman, etc.) and reports issueskitplugin for AI-assisted project scaffoldingTest plan
camel init --listshows interactive template pickercamel run --example timer-logruns bundled examplecamel doctorreports environment diagnosticscamel shellshows context-aware banner (with/without route files present)