robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.06k stars 113 forks source link

chore(deps): upgrade cobra to 1.7.0 to fix zsh autocompletion sourcing #107

Closed w21froster closed 6 months ago

w21froster commented 6 months ago

Bumping Cobra to v1.7.0 to provide better support for Zsh autocompletion sourcing. For example, this allows users to include autocompletion for zsh by simply adding source <(kube-capacity completion zsh) to ~/.zshrc.

For reference: https://github.com/spf13/cobra/pull/1917