You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI completion support for the Bash and ZSH shell is provided using the underlying spf13/cobra library. Cobra additionally supports fish and PowerShell completion support out of the box, see: Generating shell completions
Use case
Other than providing the same discoverability and convenience for fish and PowerShell users it will bring the kn client in line with other plugins (e.g. quickstart) that have chosen to enable completion support for all 4 supported shells.