nicolaferraro commented on issue #1523: URL: https://github.com/apache/camel-k/issues/1523#issuecomment-642511719
I think this can be made compatible with modeline. Thinking to a local directory, the CLI can look for all compatible files with a `// camel-k: language=x` (or another flag that marks it as runnable) and run each runnable file using existing modeline options. It's common e.g. to write different .properties files that should be picked by some integrations, but not all. Modeline now also contain dependencies that should be read by the CLI. The only problem that I see in a remote (github.com/user/repo/) is that the CLI would require to list the files or check them out, which is not a lightweight operation. ---------------------------------------------------------------- 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]
