Skip to content
/ ocpp Public

oc++ is a text-UI for common Openshift tasks

Notifications You must be signed in to change notification settings

rvansa/ocpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oc++: interactive oc

Quickstart:

mvn package
java -jar target/ocpp-1.0-SNAPSHOT.jar

If you just want to try it with prepared bits, you can use docker:

docker run -it -u $UID -v $HOME/.kube:/home/jboss/.kube quay.io/rvansa/ocpp

Note: if you use dnsmasq to resolve hostnames with some fancier setup, add --network host -v /etc/resolv.conf:/etc/resolv.conf

If you don't have oc binary on $PATH, set -Docpp.oc=/path/to/oc

About

oc++ is a text-UI for common Openshift tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages