mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
- start topic list with about, welcome, legal notice - stub introduction with understanding section - stub in API reference - stub in storage and networking topics (These aren't filled in yet, but we need to cover them so include them in the topic map.) - add troubleshooting section - stub in installation section - add cli tools section - add links to index pages Co-Authored-By: Kathryn Alexander <kalexand@redhat.com>
19 lines
712 B
Plaintext
19 lines
712 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/openshift_cli/getting-started.adoc
|
|
|
|
:_content-type: CONCEPT
|
|
[id="cli-about-cli_{context}"]
|
|
= 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:
|
|
|
|
* 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[]
|