gnodet opened a new pull request, #22164:
URL: https://github.com/apache/camel/pull/22164

   ## Summary
   
   - Add `--list` option to the `camel init` command to discover available 
templates grouped by category (Routes, Kamelets, Pipes/CRs, REST). Internal 
templates (POM, Dockerfile) are excluded from the listing.
   - Add `--dry-run` option to the `camel export` command to preview what files 
would be generated without actually writing them. Runs the export to a temp 
directory, lists generated files with sizes, then cleans up.
   - Add tests for both new features.
   
   ## Test plan
   
   - [x] `InitTest.initListTemplates` verifies `--list` output contains 
expected categories and templates
   - [x] `InitTest.initWithoutFileAndWithoutList` verifies error when no file 
and no `--list`
   - [x] All existing InitTest tests continue to pass (7/7)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to