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
--auth-token string API bearer authentication token
-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
- expanso-cli completion - Generate shell completion scripts