You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krew has install command for installing a plugin. On the other hand, for uninstalling a plugin, krew has remove command, not uninstall command. This is not intuitive and I often get confused.
Therefore I propose that krew remove is renamed to krew uninstall.
$ kubectl krew uninstall -h
Uninstall one or more plugins.
Example:
kubectl krew uninstall NAME [NAME...]
Remarks:
Failure to uninstall a plugin will result in an error and exit immediately.
Usage:
krew uninstall [flags]
We can also keep krew remove as an alias to krew uninstall.
FYI: In Helm 3, helm delete command has been renamed to helm uninstall command.
The text was updated successfully, but these errors were encountered:
krew has
install
command for installing a plugin. On the other hand, for uninstalling a plugin, krew hasremove
command, notuninstall
command. This is not intuitive and I often get confused.Therefore I propose that
krew remove
is renamed tokrew uninstall
.We can also keep
krew remove
as an alias tokrew uninstall
.FYI: In Helm 3,
helm delete
command has been renamed tohelm uninstall
command.The text was updated successfully, but these errors were encountered: