Skip to main content

Powershell

expanso-cli completion powershell

Generate powershell completion script

Synopsis

Generate the autocompletion script for powershell.

To load completions in your current shell session: expanso-cli completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output to your powershell profile: expanso-cli completion powershell >> $PROFILE

expanso-cli completion powershell [flags]

Options

-h, --help help for powershell

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