Closed ningyougang closed 4 years ago
build error It seems need to merge this firstly: https://github.com/apache/openwhisk-client-go/pull/137 ?
This is great to finally have!
The reason of the build failed is that
When get the openwhisk-client-go codes, it didn't fetch the latest codes.
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.
another brother prs to support del annotation: