1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-4300: Docs for using Krew to manage plug-ins

This commit is contained in:
Andrea Hoffer
2022-12-01 10:31:59 -05:00
committed by openshift-cherrypick-robot
parent 690efba843
commit 60cfb050eb
5 changed files with 128 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
:_content-type: ASSEMBLY
[id="managing-cli-plugin-krew"]
= Managing CLI plug-ins with Krew
include::_attributes/common-attributes.adoc[]
:context: managing-cli-plugins-krew
toc::[]
You can use Krew to install and manage plug-ins for the OpenShift CLI (`oc`).
:FeatureName: Using Krew to install and manage plug-ins for the OpenShift CLI
include::snippets/technology-preview.adoc[]
// Installing a CLI plug-in with Krew
include::modules/cli-krew-install-plugin.adoc[leveloffset=+1]
// Updating a CLI plug-in with Krew
include::modules/cli-krew-update-plugin.adoc[leveloffset=+1]
// Removing a CLI plug-in 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 plug-ins]