Action protect feature
Open
- Dominant language
- Go
- Stars
- 109
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
As more and more production system uses openwhisk
Users will need some features to protect their service safe from mistake.
So there has any protect 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
```
Contributor guide
Assessment
This issue has not been assessed yet.