k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
717 stars 66 forks source link

Add shell completions for the CLI #1009

Open kastl-ars opened 2 months ago

kastl-ars commented 2 months ago

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