Appearance
tempest completion powershell
Generate the autocompletion script for powershell
Synopsis
Generate the autocompletion script for powershell.
To load completions in your current shell session:
tempest completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
tempest completion powershell [flags]
Options
-h, --help help for powershell
--no-descriptions disable completion descriptions
Options inherited from parent commands
--api-endpoint string The Tempest API endpoint to connect to. (default "https://developer.tempestdx.com/api/v1")
--config string full path to the config file (default is $WORKDIR/tempest.yaml)
SEE ALSO
- tempest completion - Generate the autocompletion script for the specified shell