As a user \
I want to be able to auto-complete commands using the tab key\
So that it is easier to see which commands and arguments are available.
Context
Most kubernetes-related tools offer shell completions for bash, zsh, fish and powershell. Apparently they are easy to implement (but I am not a go developer).
Would be nice if the k8up command also supported them.
Summary
As a user \ I want to be able to auto-complete commands using the tab key\ So that it is easier to see which commands and arguments are available.
Context
Most kubernetes-related tools offer shell completions for bash, zsh, fish and powershell. Apparently they are easy to implement (but I am not a go developer).
Would be nice if the k8up command also supported them.
Out of Scope
No response
Further links
No response
Acceptance Criteria
No response
Implementation Ideas
No response