We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7875d commit b98c597Copy full SHA for b98c597
README.md
@@ -1,2 +1,13 @@
1
-# delete confirmation kubectl plugin
2
- A simple plugin for kubectl to prevent fuck ups
+# kubectl delete confirmation script
+
3
+It's a really simple script with less than 50 lines of code yet, in my opinion,
4
+a useful middleware to prevent irreversible mistakes.
5
6
+### How to use?
7
+- `go build`
8
+- 'mv kubectl-confirm-delete /usr/share/mydir/'
9
+- Add this alias to your zshrc or bashrc
10
+- `alias kubectl="/usr/share/mydir/kubectl-confirm-delete"`
11
12
+Then, if you run "kubectl delete whatever_resource whatever_name", you should be able to see
13
+the confirmation message.
0 commit comments