operator-sdk completion zsh
operator-sdk completion zsh
Load zsh completions
operator-sdk completion zsh [flags]
Examples
# If shell completion is not already enabled in your environment you will need
# to enable it. You can execute the following once:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
# To load completions for each session, execute once:
$ operator-sdk completion zsh > "${fpath[1]}/_operator-sdk"
# You will need to start a new shell for this setup to take effect.
Options
-h, --help help for zsh
Options inherited from parent commands
--plugins strings plugin keys to be used for this subcommand execution
--verbose Enable verbose logging
SEE ALSO
- operator-sdk completion - Load completions for the specified shell
Last modified March 24, 2021: deps: bump kubebuilder to v3.0.0-beta.1 (#4581) (1e014367)