github.com/goreleaser/goreleaser@v1.25.1/www/docs/cmd/goreleaser_healthcheck.md (about) 1 # goreleaser healthcheck 2 3 Checks if needed tools are installed 4 5 ## Synopsis 6 7 Check if the needed tools are available in your $PATH, exits 1 if any of them are missing. 8 9 ``` 10 goreleaser healthcheck [flags] 11 ``` 12 13 ## Options 14 15 ``` 16 -f, --config string Configuration file 17 -h, --help help for healthcheck 18 -q, --quiet Quiet mode: no output 19 ``` 20 21 ## Options inherited from parent commands 22 23 ``` 24 --debug Enable verbose mode (deprecated) 25 --verbose Enable verbose mode 26 ``` 27 28 ## See also 29 30 * [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible 31