jessealva commented on issue #122: If you specify --kind and --docker, --docker is silently ignored URL: https://github.com/apache/incubator-openwhisk-cli/issues/122#issuecomment-347609568 So it looks like theres is very little/no validation in the Go around flag combinations. Just looks like theres a specific order in which we set the `kind` for each action. Once the first condition is met, kind is set and we move on to other things This looks like something that we could easily add for this particular issue, but might need more investigation is we wanted to be more complete @csantanapr thinking we could just error out quickly on this issue and then maybe open another issue around looking at validating all the flag combinations?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
