[ 
https://issues.apache.org/jira/browse/CAMEL-20976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865547#comment-17865547
 ] 

Thomas Diesler commented on CAMEL-20976:
----------------------------------------

You can now do ...

{code}
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
{code}

or 

{code}
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
{code}

> camel-jbang - Consolidate export dependencies
> ---------------------------------------------
>
>                 Key: CAMEL-20976
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20976
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jbang
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>            Priority: Major
>             Fix For: 4.8.0
>
>
> Currently we have \-\-dep, \-\-deps and \-\-dependency (in kubernetes). It 
> should be possible to consolidate this to multiple \-\-dep options. For 
> backward compatibility, we could keep \-\-deps which then internally maps to 
> String[]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to