1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/cli_reference/openshift_cli/extending-cli-plugins.adoc
2021-02-04 11:40:36 -07:00

16 lines
508 B
Plaintext

[id="cli-extend-plugins"]
= Extending the OpenShift CLI with plug-ins
include::modules/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]