cilium-health completion fish

generate the autocompletion script for fish

Synopsis

Generate the autocompletion script for the fish shell.

To load completions in your current shell session: $ cilium-health completion fish | source

To load completions for every new session, execute once: $ cilium-health completion fish > ~/.config/fish/completions/cilium-health.fish

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

  1. cilium-health completion fish [flags]

Options

  1. -h, --help help for fish
  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