1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/docs/cmd/goreleaser_healthcheck.md
Carlos Alexandro Becker 1a34c5dc98
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-29 13:16:51 +00:00

606 B

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 verbose mode (deprecated)
      --verbose   Enable verbose mode

See also

  • goreleaser - Deliver Go binaries as fast and easily as possible