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