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: us...@infra.apache.org With regards, Apache Git Services