davsclaus opened a new issue #1523: URL: https://github.com/apache/camel-k/issues/1523
It would also in the future be nice to be able to run by just specifying a directory, then the CLI figures out what files are in the directory and what kind they are ``` myrepo/foo - MyRoute.java - application.properties - myawesomelib.jar ``` ``` kamel run github:user/myrepo/foo ``` And it gets translated into that example above from Luca in #1522 (incl adding the -d for the JAR). In fact this is "anti modeline", as you dont use the //came-k: comments but I love when end users can just keep all their stuff in the same folder. ---------------------------------------------------------------- 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]
