2019-03-11 20:59:48 -04:00
// Module included in the following assemblies:
//
2019-10-02 11:30:49 -04:00
// * cli_reference/openshift_cli/getting-started.adoc
2019-03-11 20:59:48 -04:00
2022-02-04 15:22:10 +00:00
:_content-type: CONCEPT
2019-05-13 08:55:00 +10:00
[id="cli-about-cli_{context}"]
2021-02-04 08:45:01 -07:00
= About the OpenShift CLI
2019-03-11 20:59:48 -04:00
2021-02-04 08:45:01 -07:00
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:
2019-03-11 20:59:48 -04:00
2021-02-04 08:45:01 -07:00
* Working directly with project source code
* Scripting {product-title} operations
2022-09-05 08:47:15 -04:00
ifndef::microshift[]
2021-02-04 08:45:01 -07:00
* Managing projects while restricted by bandwidth resources and the web console is unavailable
2022-09-05 08:47:15 -04:00
endif::microshift[]
ifdef::microshift[]
* Managing projects while restricted by bandwidth resources
endif::microshift[]