1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cli-manager-uninstall-plugin.adoc

25 lines
731 B
Plaintext
Raw Permalink Normal View History

// Module included in the following assemblies:
//
2024-09-06 14:05:47 -04:00
// * cli_reference/cli_manager/cli-manager-using.adoc
:_mod-docs-content-type: PROCEDURE
2024-09-06 14:05:47 -04:00
[id="cli-manager-remove-plugin_{context}"]
= Uninstalling a CLI plugin with the {cli-manager}
2025-12-12 15:07:34 -05:00
[role="_abstract"]
2024-09-06 14:05:47 -04:00
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.
2024-09-06 14:05:47 -04:00
* 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>
----