As more and more production system uses our openwhisk
Users will need some features to protect their service safe from mistake.

So there has any protect feature to mechanism to avoid the action delete/update 
action by mistake?

How about like this, for example
```
wsk action delete hello --comfirm yes
wsk action update hello hello.js --comfirm yes
```
If user wants to delete/update their action, should add `--confirm yes`(or  
`--confirm y`).
If don't added, give below tip
```
Please delete action using --confirm yes if you really want to delete it
```

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-cli/issues/371 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to