Overview
You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]
You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]
With the OKD command line interface (CLI), you can create applications and manage OKD projects from a terminal. The CLI is ideal in situations where you are:
Working directly with project source code.
Scripting OKD operations.
Restricted by bandwidth resources and cannot use the web console.
The CLI is available using the oc
command:
$ oc <command>
The CLI command examples presented through OKD documentation use |
See Get Started with the CLI for installation and setup instructions.