mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
526bdff1f4
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
26 lines
422 B
Markdown
26 lines
422 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 JSONSchema file (default "-")
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--debug Enable debug mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|