github.com/goreleaser/goreleaser@v1.25.1/www/docs/cmd/goreleaser_check.md (about)

     1  # goreleaser check
     2  
     3  Checks if configuration is valid
     4  
     5  ```
     6  goreleaser check [configuration files] [flags]
     7  ```
     8  
     9  ## Options
    10  
    11  ```
    12    -h, --help    help for check
    13    -q, --quiet   Quiet mode: no output
    14        --soft    Exit 1 only if there are syntax errors (Pro only)
    15  ```
    16  
    17  ## Options inherited from parent commands
    18  
    19  ```
    20        --debug     Enable verbose mode (deprecated)
    21        --verbose   Enable verbose mode
    22  ```
    23  
    24  ## See also
    25  
    26  * [goreleaser](/cmd/goreleaser/)	 - Deliver Go binaries as fast and easily as possible
    27