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
--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