This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Overview
With the OpenShift command line interface (CLI), you can create applications and manage OpenShift projects from a terminal. The CLI is ideal in situations where you are:
- Working directly with project source code.
- Scripting OpenShift operations.
- Restricted by bandwidth resources and cannot use the web console.
The OpenShift CLI is available using the oc
command:
oc <command>
$ oc <command>
You can download and unpack the CLI with an active OpenShift Enterprise subscription from the Red Hat Customer Portal.
The CLI command examples presented through OpenShift documentation use oc
command syntax. If the oc
binary is not available on your workstation, you can alternatively substitute openshift cli
in the examples if you have the openshift
binary.