1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/cli-installing-cli.adoc
2019-03-19 08:21:41 -04:00

26 lines
687 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/getting-started.adoc
[id="cli-installing-cli-{context}"]
= Installing the CLI
You can install the CLI in order to interact with {product-title} using a
command-line interface.
.Procedure
. From the link:https://cloud.openshift.com/clusters/install[OpenShift start
page], click *Download Command-line Tools*.
. Click the folder for your operating system and architecture and click the
compressed file.
. Save the file to your file system.
. Extract the compressed file.
. Place it in a directory that is on your `PATH`.
After you install the CLI, it is available using the `oc` command:
----
$ oc <command>
----