You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by Dominic Kim <st...@gmail.com> on 2020/08/21 05:41:22 UTC

Deleting annotation from an action.

Dear all.

There are open PRs to introduce a feature to delete existing annotations
from an action.
Currently, we can update values of annotations but we can't explicitly
delete annotations via CLI.

This change will introduce a flag to list up annotations to be deleted from
the given action.

This is the main PR in the core repo:
https://github.com/apache/openwhisk/pull/4940

and these are its counterparts.
https://github.com/apache/openwhisk-cli/pull/488
https://github.com/apache/openwhisk-client-go/pull/137
<https://github.com/apache/openwhisk/pull/4940>
Any feedback would be appreciated.
I would merge them next week if there is no other feedback.

Thanks.
Dominic.