2021-04-22 10:45:36 -03:00
|
|
|
# goreleaser check
|
|
|
|
|
|
|
|
Checks if configuration is valid
|
|
|
|
|
|
|
|
```
|
2023-05-04 02:33:03 +00:00
|
|
|
goreleaser check [configuration files] [flags]
|
2021-04-22 10:45:36 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
2023-05-04 02:33:03 +00:00
|
|
|
-h, --help help for check
|
|
|
|
-q, --quiet Quiet mode: no output
|
2023-07-17 11:56:19 +00:00
|
|
|
--soft Exit 1 only if there are syntax errors (Pro only)
|
2021-04-22 10:45:36 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2023-05-28 02:20:48 +00:00
|
|
|
--debug Enable verbose mode (deprecated)
|
|
|
|
--verbose Enable verbose mode
|
2021-04-22 10:45:36 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2021-06-27 15:40:29 +00:00
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
2021-04-22 10:45:36 -03:00
|
|
|
|