Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate multiple occurences of the same run command CLI option into… #388

Merged
merged 1 commit into from Jan 29, 2019
Merged

Conversation

astefanutti
Copy link
Member

… 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>

… 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>
@nicolaferraro nicolaferraro merged commit f3044c7 into apache:master Jan 29, 2019
@astefanutti astefanutti deleted the pr-03 branch January 29, 2019 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants