1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/cli_reference/openshift_cli/managing-cli-plugins-krew.adoc
2023-10-30 10:13:25 -04:00

29 lines
963 B
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="managing-cli-plugin-krew"]
= Managing CLI plugins with Krew
include::_attributes/common-attributes.adoc[]
:context: managing-cli-plugins-krew
toc::[]
You can use Krew to install and manage plugins for the OpenShift CLI (`oc`).
:FeatureName: Using Krew to install and manage plugins for the OpenShift CLI
include::snippets/technology-preview.adoc[]
// Installing a CLI plugin with Krew
include::modules/cli-krew-install-plugin.adoc[leveloffset=+1]
// Updating a CLI plugin with Krew
include::modules/cli-krew-update-plugin.adoc[leveloffset=+1]
// Removing a CLI plugin with Krew
include::modules/cli-krew-remove-plugin.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="additional-resources_managing-cli-plugins-krew"]
== Additional resources
* link:https://krew.sigs.k8s.io/[Krew]
* xref:../../cli_reference/openshift_cli/extending-cli-plugins.adoc#cli-extend-plugins[Extending the OpenShift CLI with plugins]