ksctl_completion
Command documentation for ksctl_completion
ksctl completion
Generate shell completion scripts
Synopsis
To load completions:
Bash:
$ source <(ksctl completion bash)
To load completions for each session, execute once:
Linux:
$ ksctl completion bash > /etc/bash_completion.d/ksctl
macOS:
$ ksctl completion bash > /usr/local/etc/bash_completion.d/ksctl
Zsh:
$ echo “autoload -U compinit; compinit” » ~/.zshrc $ ksctl completion zsh > “${fpath[1]}/_ksctl”
Fish:
$ ksctl completion fish | source
To load completions for each session, execute once:
$ ksctl completion fish > ~/.config/fish/completions/ksctl.fish
ksctl completion [bash|zsh|fish] [flags]
Options
-h, --help help for completion
Options inherited from parent commands
--debug-cli Its used to run debug mode against cli's menudriven interface
-v, --verbose Enable verbose output
SEE ALSO
- ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 5-May-2025
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.