How do i switch projects using openshift cli?



  • List all your openshift projects using:

    $ oc projects
    

    Switch to the project you need.

    $ oc project zembur-uni
    Now using project "zembur-uni" on server "https://10.50.20.5:8443".
    


© Lightnetics 2024