tdiesler opened a new pull request, #14808: URL: https://github.com/apache/camel/pull/14808
This PR build on top of https://github.com/apache/camel/pull/14789 It pays attention to not breaking the comma separated `--deps` option, you can now do ``` camel kubernetes export timer-log-route.yaml \ --gav=examples:timer-log:1.0.0 \ --deps=io.quarkus:quarkus-container-image-docker,io.quarkus:quarkus-minikube \ --runtime=quarkus ``` or ``` camel kubernetes export timer-log-route.yaml \ --gav=examples:timer-log:1.0.0 \ --dep=io.quarkus:quarkus-container-image-docker \ --dep=io.quarkus:quarkus-minikube \ --runtime=quarkus ``` The code would be a lot simpler when we got rid of `--deps` Not sure whether we can do this any time soon. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org