github mhausenblas/kubed-sh 0.3
Custom kubectl binary and improved prompt

latest releases: 0.88, 0.87, 0.86...
pre-release6 years ago

With this release you can now specify a custom kubectl binary rather than letting kubed-sh auto-detect it. Use the $KUBECTL_BINARY env variable for this, for example:

$ KUBECTL_BINARY=$(which oc) kubed-sh

Further, the prompt has been improved, it now includes the active namespace, for example:

[minikube::default]$

Change log summary:

c9ab90a completes prompt improvements
c66158e adds support for custom kubectl, fixes #2
27860b8 adds long-running Python test case
f523c4d adds interactive script test case
ca55444 fixes error handling of raw mode
75747aa adds curl as built-in command

Don't miss a new kubed-sh release

NewReleases is sending notifications on new releases.