dubeejw commented on issue #2435: Ensure Action Update Creates a Web Action (Review) URL: https://github.com/apache/incubator-openwhisk/pull/2435#issuecomment-320044929 Perhaps I should change the implementation to only preserve existing annotations only when the `--web` flag is specified and no addition annotations are provided. That way the following would only have the web and key2 annotation. `wsk action create action1 --annotation key1 value1` `wsk action update action1 --web true --annotation key2 value2` That way the following would have the web and key1 annotation. `wsk action create action1 --annotation key1 value1` `wsk action update action1 --web true` ---------------------------------------------------------------- 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
