mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
29335c84a4
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
31 lines
551 B
Markdown
31 lines
551 B
Markdown
# goreleaser healthcheck
|
|
|
|
Checks if needed tools are installed
|
|
|
|
## Synopsis
|
|
|
|
Check if the needed tools are available in your $PATH, exits 1 if any of them are missing.
|
|
|
|
```
|
|
goreleaser healthcheck [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-f, --config string Configuration file
|
|
-h, --help help for healthcheck
|
|
-q, --quiet Quiet mode: no output
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--debug Enable debug mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|