OpenShift is Red Hat's Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment.
With the OpenShift command line interface (CLI), you can create applications and manage OpenShift projects from a terminal.
You can download the oc
client tool using the links below. For more information about downloading and installing it, please refer to the Get Started with the CLI documentation.
Refer to the Get Started with the CLI documentation for instructions about downloading and installing the oc
client tool.
After downloading and installing it, you can start by logging in using this current session token:
oc login {{loginBaseURL}}
For other information about the command line tools, check the CLI Reference and Basic CLI Operations.