1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/cli-about-cli.adoc

19 lines
712 B
Plaintext
Raw Normal View History

// Module included in the following assemblies:
//
// * cli_reference/openshift_cli/getting-started.adoc
:_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
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:
2021-02-04 08:45:01 -07:00
* Working directly with project source code
* Scripting {product-title} operations
ifndef::microshift[]
* Managing projects while restricted by bandwidth resources and the web console is unavailable
endif::microshift[]
ifdef::microshift[]
* Managing projects while restricted by bandwidth resources
endif::microshift[]