Skip to content

Commit cd5d135

Browse files
committed
Pt 2: Use 'OpenShift CLI' name unambiguously
1 parent 928e5fd commit cd5d135

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

cli_reference/openshift_cli/usage-oc-kubectl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
include::modules/common-attributes.adoc[]
44
:context: usage-oc-kubectl
55

6-
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.
6+
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.
77

88
== The oc binary
99

cli_reference/opm-cli.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[id="opm-cli"]
2-
= `opm` CLI
2+
= opm CLI
33
include::modules/common-attributes.adoc[]
44
:context: opm-cli
55

66
toc::[]
77

8-
This guide describes the `opm` CLI provided by the Operator Framework.
9-
108
include::modules/olm-about-opm.adoc[leveloffset=+1]
119
.Additional resources
1210

modules/cli-about-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[id="cli-about-cli_{context}"]
66
= About the OpenShift CLI
77

8-
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:
8+
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:
99

1010
* Working directly with project source code
1111
* Scripting {product-title} operations
12-
* Working while restricted by bandwidth resources and the web console is unavailable
12+
* Managing projects while restricted by bandwidth resources and the web console is unavailable

modules/olm-about-opm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// * cli_reference/opm-cli.adoc
55

66
[id="olm-about-opm_{context}"]
7-
= About `opm`
7+
= About opm
88

99
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.
1010

modules/olm-installing-opm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ifndef::openshift-origin[]
1010
endif::[]
1111

1212
[id="olm-installing-opm_{context}"]
13-
= Installing `opm`
13+
= Installing opm
1414

1515
You can install the `opm` CLI tool on your Linux, macOS, or Windows workstation.
1616

0 commit comments

Comments
 (0)