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

Pt 2: Use 'OpenShift CLI' name unambiguously

This commit is contained in:
Alex Dellapenta
2021-02-04 08:45:01 -07:00
committed by openshift-cherrypick-robot
parent cbd3b34ac9
commit 6c7aaa17c7
5 changed files with 6 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
include::modules/common-attributes.adoc[]
:context: usage-oc-kubectl
The Kubernetes command line interface (CLI), `kubectl`, can be used to run commands against a Kubernetes cluster. Because OpenShift Container Platform is a certified Kubernetes distribution, you can use the supported `kubectl` binaries that ship with {product-title}, or you can gain extended functionality by using the `oc` binary.
The Kubernetes command-line interface (CLI), `kubectl`, can be used to run commands against a Kubernetes cluster. Because {product-title} is a certified Kubernetes distribution, you can use the supported `kubectl` binaries that ship with {product-title}, or you can gain extended functionality by using the `oc` binary.
== The oc binary

View File

@@ -1,12 +1,10 @@
[id="opm-cli"]
= `opm` CLI
= opm CLI
include::modules/common-attributes.adoc[]
:context: opm-cli
toc::[]
This guide describes the `opm` CLI provided by the Operator Framework.
include::modules/olm-about-opm.adoc[leveloffset=+1]
.Additional resources

View File

@@ -5,8 +5,8 @@
[id="cli-about-cli_{context}"]
= About the OpenShift CLI
With the {product-title} command-line interface (CLI), you can create applications and manage {product-title} projects from a terminal. The OpenShift CLI is ideal in the following situations:
With the OpenShift command-line interface (CLI), the `oc` command, you can create applications and manage {product-title} projects from a terminal. The OpenShift CLI is ideal in the following situations:
* Working directly with project source code
* Scripting {product-title} operations
* Working while restricted by bandwidth resources and the web console is unavailable
* Managing projects while restricted by bandwidth resources and the web console is unavailable

View File

@@ -4,7 +4,7 @@
// * cli_reference/opm-cli.adoc
[id="olm-about-opm_{context}"]
= About `opm`
= About opm
The `opm` CLI tool is provided by the Operator Framework for use with the Operator Bundle Format. This tool allows you to create and maintain catalogs of Operators from a list of bundles, called an _index_, that are similar to software repositories. The result is a container image, called an _index image_, which can be stored in a container registry and then installed on a cluster.

View File

@@ -10,7 +10,7 @@ ifndef::openshift-origin[]
endif::[]
[id="olm-installing-opm_{context}"]
= Installing `opm`
= Installing opm
You can install the `opm` CLI tool on your Linux, macOS, or Windows workstation.