You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/28 13:29:48 UTC

[GitHub] astefanutti opened a new pull request #388: Aggregate multiple occurences of the same run command CLI option into…

astefanutti opened a new pull request #388: Aggregate multiple occurences of the same run command CLI option into…
URL: https://github.com/apache/camel-k/pull/388
 
 
   … a comma-separated string configuration
   
   It attempts to follow POSIX conventions, so that it's possible to execute:
   
       $ kamel run -t <trait>.<property>=<value_1> ... -t <trait>.<property>=<value_N>
   
   Or:
   
       $ kamel run --trait <trait>.<property>=<value_1>,...,<value_N>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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