$ oc <command>
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.