mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
712 B
Plaintext
24 lines
712 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/cli_manager/cli-manager-using.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="cli-manager-remove-plugin_{context}"]
|
|
= Uninstalling a CLI plugin with the {cli-manager}
|
|
|
|
You can uninstall a plugin that was installed for the OpenShift CLI (`oc`) with the {cli-manager}.
|
|
|
|
.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 the {cli-manager}.
|
|
|
|
.Procedure
|
|
|
|
* To uninstall a plugin, run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc krew uninstall <plugin_name>
|
|
----
|