Installing OpenShift 3 CLIΒΆ

  1. Download latest version of OpenShift 3 CLI for Windows from https://github.com/openshift/origin/releases.
  2. Unzip the archive and move the OC client tool to your desired location.
  3. Now set the System Environment Variable PATH with location of OC client tool location.
  4. Refer this link to set environment variables on Windows.
  5. Now verify OpenShift 3 CLI installation is configured correctly. To do so, open Command Prompt and run:
oc version
  1. If OC client tool is configured correctly, you will get version of OC binary as shown in below image
_images/image0.png