mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
805 B
Plaintext
24 lines
805 B
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="cli-extend-plugins"]
|
|
= Extending the OpenShift CLI with plugins
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: cli-extend-plugins
|
|
|
|
toc::[]
|
|
|
|
You can write and install plugins to build on the default `oc` commands,
|
|
allowing you to perform new and more complex tasks with the
|
|
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
{product-title}
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
ifdef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
|
|
OpenShift
|
|
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
|
|
CLI.
|
|
|
|
// Writing CLI plugins
|
|
include::modules/cli-extending-plugins-writing.adoc[leveloffset=+1]
|
|
|
|
// Installing and using CLI plugins
|
|
include::modules/cli-extending-plugins-installing.adoc[leveloffset=+1]
|