mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
26 lines
418 B
Markdown
26 lines
418 B
Markdown
# goreleaser jsonschema
|
|
|
|
outputs goreleaser's JSON schema
|
|
|
|
```
|
|
goreleaser jsonschema [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for jsonschema
|
|
-o, --output string where to save the json schema (default "-")
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--debug Enable debug mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|