Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1007 Bytes

cloud-sql-proxy_completion_fish.md

File metadata and controls

41 lines (24 loc) · 1007 Bytes

cloud-sql-proxy 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:

cloud-sql-proxy completion fish | source

To load completions for every new session, execute once:

cloud-sql-proxy completion fish > ~/.config/fish/completions/cloud-sql-proxy.fish

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

cloud-sql-proxy completion fish [flags]

Options

  -h, --help              help for fish
      --no-descriptions   disable completion descriptions

Options inherited from parent commands

      --http-address string   Address for Prometheus and health check server (default "localhost")
      --http-port string      Port for Prometheus and health check server (default "9090")

SEE ALSO