mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
34 lines
875 B
Plaintext
34 lines
875 B
Plaintext
[id="cli-getting-started"]
|
|
= Getting started with the CLI
|
|
include::modules/common-attributes.adoc[]
|
|
:context: cli-developer-commands
|
|
|
|
toc::[]
|
|
|
|
// About the CLI
|
|
include::modules/cli-about-cli.adoc[leveloffset=+1]
|
|
|
|
== Installing the CLI
|
|
|
|
You can install the OpenShift CLI (`oc`) either by downloading the binary or by using an RPM.
|
|
|
|
// Installing the CLI by downloading the binary
|
|
include::modules/cli-installing-cli.adoc[leveloffset=+2]
|
|
|
|
ifndef::openshift-origin[]
|
|
// Installing the CLI by using an RPM
|
|
include::modules/cli-installing-cli-rpm.adoc[leveloffset=+2]
|
|
endif::[]
|
|
|
|
// Logging in to the CLI
|
|
include::modules/cli-logging-in.adoc[leveloffset=+1]
|
|
|
|
// Using the CLI
|
|
include::modules/cli-using-cli.adoc[leveloffset=+1]
|
|
|
|
// Getting help
|
|
include::modules/cli-getting-help.adoc[leveloffset=+1]
|
|
|
|
// Logging out of the CLI
|
|
include::modules/cli-logging-out.adoc[leveloffset=+1]
|