mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
19 lines
719 B
Plaintext
19 lines
719 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift-cli_ref/microshift-cli-using-oc.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-cli-oc-about_{context}"]
|
|
= About the OpenShift CLI
|
|
|
|
With the OpenShift command-line interface (CLI), the `oc` command, you can deploy and manage {microshift-short} projects from a terminal. The CLI `oc` tool is ideal in the following situations:
|
|
|
|
* Working directly with project source code
|
|
* Scripting {product-title} operations
|
|
* Managing projects while restricted by bandwidth resources
|
|
|
|
[NOTE]
|
|
====
|
|
A `kubeconfig` file must exist for the cluster to be accessible. The values are applied from built-in default values or a `config.yaml`, if one was created.
|
|
====
|