You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kamel run https://github.com/apache/camel-k/blob/master/examples/hello.xml
But it requires the raw url
kamel run https://raw.githubusercontent.com/apache/camel-k/master/examples/hello.xml
We could maybe make the kamel run command detect the github url and automatic transform the url to the raw url so it can download the source correctly (eg github.com /blob/ -> raw style)
The text was updated successfully, but these errors were encountered:
For example if you browse code on github you may see this example
https://github.com/apache/camel-k/blob/master/examples/hello.xml
And then want to run it via
But it requires the raw url
We could maybe make the kamel run command detect the github url and automatic transform the url to the raw url so it can download the source correctly (eg github.com /blob/ -> raw style)
The text was updated successfully, but these errors were encountered: