c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

Display Context #5

Open owenmorgan opened 7 years ago

owenmorgan commented 7 years ago

Hello, thanks for this. Is there a way you could support displaying which context is current on the cli please?

rimusz commented 7 years ago

+1

c-bata commented 7 years ago

Yeah, I also think this feature is important.

To display the context like kube-shell, I need to implement the toolbar in go-prompt. https://github.com/cloudnativelabs/kube-shell#context-information

The implementation of toolbar is a little complex so please wait :) Thanks.