-
Notifications
You must be signed in to change notification settings - Fork 528
Closed
Labels
FEATUREFeature RequestsFeature Requests
Description
Describe the solution you'd like?
Currently warp allows to autocomplete kubectl commands like:
kubectl get
or kubectl describe
However it doesn't provide resources autocompletion, for example:
if you type: kubectl describe pod -n my-namespace
and then if you press TAB
it doesn't show you the list of the pods in that particular namespace.
I tried to setup on my .zshrc
file the following instruction:
# kubectl config
source <(kubectl completion zsh)
and on iTerm2 it works, but not in warp.
I think it would be super cool to provide this extra layer of autocompletion (similarly to the autocompletion warp offer with git)
How important is this feature to you?
4
cedi, DerrickMartinez, KabudoWiseMan, cacedo, macro-dadt and 211 moreErlendFax, donovanmuller, Lennart01, MykhailoSobol, sumant-turlapati and 17 moreErlendFax, donovanmuller, bastiankistner, bad33ndj3, MykhailoSobol and 11 more
Metadata
Metadata
Assignees
Labels
FEATUREFeature RequestsFeature Requests