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:
parent
4c44ecedf8
commit
29335c84a4
30
www/docs/cmd/goreleaser_healthcheck.md
Normal file
30
www/docs/cmd/goreleaser_healthcheck.md
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user