Show Menu
Cheatography

OpenShift oc Cheat Sheet Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Allgemein

Befehl
Beschr­eibung
oc login <ur­l> --toke­n=<­tok­en>
Login via Token
oc logout
Logout
oc whoami
Anzeige des aktuellen Benutzers
oc whoami -t
Anzeige des aktuellen Tokens
 

Projek­tve­rwa­ltung

Befehl
Beschr­eibung
oc projects
Anzeige aller Projekte
oc project <pr­oje­ct>
Wechseln des Projekts
oc new-pr­oject
Anlage eines neuen Projekts
oc status
Status des aktuellen Projects

Test