2021-04-22 10:45:36 -03:00
|
|
|
# goreleaser completion
|
|
|
|
|
2021-12-21 16:14:20 -03:00
|
|
|
Generate the autocompletion script for the specified shell
|
2021-04-22 10:45:36 -03:00
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
2021-07-03 14:04:19 -03:00
|
|
|
Generate the autocompletion script for goreleaser for the specified shell.
|
|
|
|
See each sub-command's help for details on how to use the generated script.
|
2021-04-22 10:45:36 -03:00
|
|
|
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for completion
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2023-05-28 02:20:48 +00:00
|
|
|
--verbose Enable verbose mode
|
2021-04-22 10:45:36 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2024-07-08 23:30:10 -03:00
|
|
|
* [goreleaser](goreleaser.md) - Deliver Go binaries as fast and easily as possible
|
|
|
|
* [goreleaser completion bash](goreleaser_completion_bash.md) - Generate the autocompletion script for bash
|
|
|
|
* [goreleaser completion fish](goreleaser_completion_fish.md) - Generate the autocompletion script for fish
|
|
|
|
* [goreleaser completion powershell](goreleaser_completion_powershell.md) - Generate the autocompletion script for powershell
|
|
|
|
* [goreleaser completion zsh](goreleaser_completion_zsh.md) - Generate the autocompletion script for zsh
|
2021-04-22 10:45:36 -03:00
|
|
|
|