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

     1  # goreleaser jsonschema
     2  
     3  outputs goreleaser's JSON schema
     4  
     5  ```
     6  goreleaser jsonschema [flags]
     7  ```
     8  
     9  ## Options
    10  
    11  ```
    12    -h, --help            help for jsonschema
    13    -o, --output string   Where to save the JSONSchema file (default "-")
    14  ```
    15  
    16  ## Options inherited from parent commands
    17  
    18  ```
    19        --debug     Enable verbose mode (deprecated)
    20        --verbose   Enable verbose mode
    21  ```
    22  
    23  ## See also
    24  
    25  * [goreleaser](/cmd/goreleaser/)	 - Deliver Go binaries as fast and easily as possible
    26