mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
27 lines
454 B
Markdown
27 lines
454 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
|
|
--soft Exit 1 only if there are syntax errors (Pro only)
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--verbose Enable verbose mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](goreleaser.md) - Deliver Go binaries as fast and easily as possible
|
|
|