github.com/goreleaser/goreleaser@v1.25.1/www/docs/cmd/goreleaser_completion_powershell.md (about) 1 # goreleaser completion powershell 2 3 Generate the autocompletion script for powershell 4 5 ## Synopsis 6 7 Generate the autocompletion script for powershell. 8 9 To load completions in your current shell session: 10 11 goreleaser completion powershell | Out-String | Invoke-Expression 12 13 To load completions for every new session, add the output of the above command 14 to your powershell profile. 15 16 17 ``` 18 goreleaser completion powershell [flags] 19 ``` 20 21 ## Options 22 23 ``` 24 -h, --help help for powershell 25 --no-descriptions disable completion descriptions 26 ``` 27 28 ## Options inherited from parent commands 29 30 ``` 31 --debug Enable verbose mode (deprecated) 32 --verbose Enable verbose mode 33 ``` 34 35 ## See also 36 37 * [goreleaser completion](/cmd/goreleaser_completion/) - Generate the autocompletion script for the specified shell 38