lburgazzoli edited a comment on issue #1522:
URL: https://github.com/apache/camel-k/issues/1522#issuecomment-642502648


   mh, wonder if we should add a `working-dir` option like:
   
       kamel run \
           --working-dir github:user/repo MyRoute.java \
           --property-file=application.property
   
   would be translated to:
      
       kamel run \
           github:user/repo/MyRoute.java \
           --property-file=github:user/repo/application.property
   
   but it could be smart and detect that all the required bits are also 
available locally and opt to use them directly


----------------------------------------------------------------
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.

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


Reply via email to