Skip to main content

Fish

expanso-cli completion fish

Generate fish completion script

Synopsis

Generate the autocompletion script for fish.

To load completions in your current shell session: expanso-cli completion fish | source

To load completions for every new session, execute once: mkdir -p ~/.config/fish/completions expanso-cli completion fish > ~/.config/fish/completions/expanso-cli.fish

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

expanso-cli completion fish [flags]

Options

-h, --help help for fish

Options inherited from parent commands

--api-key string API key for authentication (e.g., exp_ak_...)
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 25-May-2026