mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
682 B
Plaintext
24 lines
682 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/openshift_cli/installing-cli-plugins-krew.adoc
|
|
|
|
:_mod-docs-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>
|
|
----
|