mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
f9b4fc7476
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
27 lines
433 B
Markdown
27 lines
433 B
Markdown
# goreleaser check
|
|
|
|
Checks if configuration is valid
|
|
|
|
```
|
|
goreleaser check [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-f, --config string Configuration file to check
|
|
-h, --help help for check
|
|
-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
|
|
|