mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
26 lines
423 B
Markdown
26 lines
423 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
|
|
|
|
```
|
|
--verbose Enable verbose mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](goreleaser.md) - Deliver Go binaries as fast and easily as possible
|
|
|