Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action protect feature #371

Open
ningyougang opened this issue Sep 20, 2018 · 0 comments
Open

Action protect feature #371

ningyougang opened this issue Sep 20, 2018 · 0 comments

Comments

@ningyougang
Copy link
Contributor

@ningyougang ningyougang commented Sep 20, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.