-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tubectl with completion? #10
Comments
Hi, I think you can just source original completion and then define
Although, I'd recommend using workflow with aliases instead of tab-tab-completion, for example:
and then just go like that for listing pods in dev cluster in kube-system namespace
|
Hi, I tried your suggestion but it's not working. I know the alias option but that's not what I'm looking for. The reason is with kubectl completion I can do I really like tubectl that's why I'm asking for this feature. It does slow down productivity quite a bit when having to use the mouse. Thanks, |
Unfortunately, there is no improved completion right now. You're right, completion should be provided out of the box. |
One can use
kubectl completion bash
to havekubectl
do auto completion. Can this be done withtubectl
as well? I tried to dosource <(tubectl completion bash)
but it doesn't work. Maybe this can be supported?Thanks,
The text was updated successfully, but these errors were encountered: