mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
1a34c5dc98
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
27 lines
442 B
Markdown
27 lines
442 B
Markdown
# goreleaser check
|
|
|
|
Checks if configuration is valid
|
|
|
|
```
|
|
goreleaser check [configuration files] [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for check
|
|
-q, --quiet Quiet mode: no output
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--debug Enable verbose mode (deprecated)
|
|
--verbose Enable verbose mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|