mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
33 lines
1005 B
Plaintext
33 lines
1005 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_aws/installing-aws-customizations.adoc
|
|
// * installing/installing_aws/installing-aws-default.adoc
|
|
// * installing/installing_bare_metal/installing-bare-metal.adoc
|
|
|
|
[id="cli-install_{context}"]
|
|
= Installing the OpenShift Command-line Interface
|
|
|
|
You can download and install the OpenShift Command-line Interface (CLI),
|
|
commonly known as `oc`.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
If you installed an earlier version of `oc`, you cannot use it to complete all
|
|
of the commands in {product-title} {product-version}. You must download and
|
|
install the new version of `oc`.
|
|
====
|
|
|
|
.Procedure
|
|
|
|
. From the link:https://cloud.openshift.com/clusters/install[OpenShift start page],
|
|
click *Download Command-line Tools*.
|
|
|
|
. From the site that is displayed, download the compressed file for your
|
|
operating system.
|
|
+
|
|
[NOTE]
|
|
====
|
|
You can install `oc` on Linux, Windows, or macOS.
|
|
====
|
|
|
|
. Extract the compressed file and place it in a directory that is on your PATH. |