# Authenticate to an Openshift cluster
oc login
# End the current session
oc logout
# Show the current user context
oc whoami
# Authenticate to an Openshift cluster
oc login
# End the current session
oc logout
# Show the current user context
oc whoami