1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/cli-krew-remove-plugin.adoc
2023-01-17 20:34:15 +00:00

24 lines
673 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/openshift_cli/installing-cli-plugins-krew.adoc
:_content-type: PROCEDURE
[id="cli-krew-remove-plugin_{context}"]
= Uninstalling a CLI plugin with Krew
You can uninstall a plugin that was installed for the OpenShift CLI (`oc`) with Krew.
.Prerequisites
* You have installed Krew by following the link:https://krew.sigs.k8s.io/docs/user-guide/setup/install/[installation procedure] in the Krew documentation.
* You have installed a plugin for the OpenShift CLI with Krew.
.Procedure
* To uninstall a plugin, run the following command:
+
[source,terminal]
----
$ oc krew uninstall <plugin_name>
----