operator-sdk completion zsh

operator-sdk completion zsh

Load zsh completions

  1. operator-sdk completion zsh [flags]

Examples

  1. # If shell completion is not already enabled in your environment you will need
  2. # to enable it. You can execute the following once:
  3. $ echo "autoload -U compinit; compinit" >> ~/.zshrc
  4. # To load completions for each session, execute once:
  5. $ operator-sdk completion zsh > "${fpath[1]}/_operator-sdk"
  6. # You will need to start a new shell for this setup to take effect.

Options

  1. -h, --help help for zsh

Options inherited from parent commands

  1. --plugins strings plugin keys to be used for this subcommand execution
  2. --verbose Enable verbose logging

SEE ALSO

Last modified March 24, 2021: deps: bump kubebuilder to v3.0.0-beta.1 (#4581) (1e014367)