github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/cmd/goreleaser_check.md (about)

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