Search code examples
openshiftopenshift-originopenshift-onlineopenshift-web-console

How to run openshift online in Command promt Mac


I have a free trail account of openshift online. I have created an node application and a jenkins pipeline, now I want to add this to github webhooks, so I want to create a webhook. Usually when I use minishift I use oc describe bc/mynode. but how do I connect command prompt to openshift online


Solution

  • From the web console, select the (?) menu top right and then select 'Command Line Tools'. It gives you the command in there to login. You can then use 'oc' commands.

    If new to OpenShift, also read the free eBook:

    which explains such details.