Skip to content

kubectl resources autocompletion #2055

@giolf

Description

@giolf

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 .zshrcfile 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FEATUREFeature Requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions