You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/11 20:34:06 UTC

[GitHub] [camel-k] hguerrero opened a new issue #1136: Kamel CLI run from URL

hguerrero opened a new issue #1136: Kamel CLI run from URL
URL: https://github.com/apache/camel-k/issues/1136
 
 
   You can provide a file as an argument to run an integration, but we also need to be able to run an integration from a github/URL repository. Like:
   
   kamel run -d camel-http https://raw.githubusercontent.com/hguerrero/camel-netty-proxy/master/src/main/java/com/github/zregvart/cnp/ProxyRoute.java
   
   Kamel CLI should pass the URL directly to the operator or can download locally the file and then send it to the operator.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services