cilium-health completion zsh

generate the autocompletion script for zsh

Synopsis

Generate the autocompletion script for the zsh shell.

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 every new session, execute once:

Linux:

$ cilium-health completion zsh > “${fpath[1]}/_cilium-health”

macOS:

$ cilium-health completion zsh > /usr/local/share/zsh/site-functions/_cilium-health

You will need to start a new shell for this setup to take effect.

  1. cilium-health completion zsh [flags]

Options

  1. -h, --help help for zsh
  2. --no-descriptions disable completion descriptions

Options inherited from parent commands

  1. -D, --debug Enable debug messages
  2. -H, --host string URI to cilium-health server API
  3. --log-driver strings Logging endpoints to use for example syslog
  4. --log-opt map Log driver options for cilium-health e.g. syslog.level=info,syslog.facility=local5,syslog.tag=cilium-agent

SEE ALSO