2023-03-03 12:58:13 -03:00
|
|
|
# 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
|
|
|
|
|
|
|
|
```
|
2023-05-28 02:20:48 +00:00
|
|
|
--debug Enable verbose mode (deprecated)
|
|
|
|
--verbose Enable verbose mode
|
2023-03-03 12:58:13 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|
|
|