MotaOcimar opened a new issue, #4941:
URL: https://github.com/apache/camel-k/issues/4941

   ### Requirement
   
   As a user seeking simplicity in Camel K Integration configuration,
   I want the ability to create Integrations from all files in a directory 
using a wildcard,
   so that I can avoid dealing with a lengthy command line or multiple lines in 
the kamel-config.yaml file.
   
   ### Problem
   
   When we have several source files we end up with a huge command line (or 
several lines in the kamel-config.yaml file).
   
   For example:
   
   ```sh
   kamel run --name=my-integration ./routes/file1.xml ./routes/file2.xml 
./routes/file3.xml ./routes/file4.xml
   ```
   
   ### Proposal
   
   This could be extremely simplified with a wildcard.
   
   For the example shown previously, we could have the following:
   
   ```sh
   kamel run --name=my-integration ./routes/*
   ```
   
   ### Open questions
   
   _No response_


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to