mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
Change summary: * _topic_map: include odo in openshift-origin distro * _topic_map: include Helm in openshift-origin * _topic_map: include Monitoring in openshift-origin * modules/whats-new-features: update links to OLM and OperatorHub * _topic_map: show Installation and Update for OKD * installing/install_config/installing-customizing: hide FIPS section for OKD * odc-creating-applications-using-developer-perspective: hide Serverless operator for OKD * _topic_map: enable Release notes for OKD * migration/migrating_3_4/planning-migration-3-to-4: hide Service Mesh reference for OKD * Show FCOS in OKD documentation * Use op-system-base and op-system-base-full to set OS base name * modules/cli-installing-cli: use mirror.openshift.com to download oc on OKD * cli_reference/openshift_cli/getting-started-cli: don't show "Installing the CLI by using an RPM" for OKD * Hide RHEL workers from OKD docs * _topic_map: hide IBM Z install for OKD
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]
|