1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: updates

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-03 12:58:13 -03:00
parent 4c44ecedf8
commit 29335c84a4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -0,0 +1,30 @@
# 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