2021-07-03 14:04:19 -03:00
|
|
|
# goreleaser completion powershell
|
|
|
|
|
2021-12-21 16:14:20 -03:00
|
|
|
Generate the autocompletion script for powershell
|
2021-07-03 14:04:19 -03:00
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
|
|
Generate the autocompletion script for powershell.
|
|
|
|
|
|
|
|
To load completions in your current shell session:
|
2021-12-21 16:14:20 -03:00
|
|
|
|
|
|
|
goreleaser completion powershell | Out-String | Invoke-Expression
|
2021-07-03 14:04:19 -03:00
|
|
|
|
|
|
|
To load completions for every new session, add the output of the above command
|
|
|
|
to your powershell profile.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
goreleaser completion powershell [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for powershell
|
|
|
|
--no-descriptions disable completion descriptions
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
--debug Enable debug mode
|
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2021-12-21 16:14:20 -03:00
|
|
|
* [goreleaser completion](/cmd/goreleaser_completion/) - Generate the autocompletion script for the specified shell
|
2021-07-03 14:04:19 -03:00
|
|
|
|