ningyougang opened a new pull request #137: URL: https://github.com/apache/openwhisk-client-go/pull/137
Currently, if passing another annotations, original previous annotation will be removed and the passed new annotations will be added. It may give users some confused that why my previous annotation gone. So it is better to not delete user's previous annotation when adding new annotation, but at the same time, need to provide a feature that support to delete annotation by user via ClI, e.g. ```shell wsk action update hello --del-annotation key1 --del-annotation key2 ``` another brother prs to support del annotation: * https://github.com/apache/openwhisk-cli/pull/488 * https://github.com/apache/openwhisk/pull/4940 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
