mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
f9b4fc7476
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
26 lines
413 B
Markdown
26 lines
413 B
Markdown
# goreleaser init
|
|
|
|
Generates a .goreleaser.yml file
|
|
|
|
```
|
|
goreleaser init [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-f, --config string Load configuration from file (default ".goreleaser.yml")
|
|
-h, --help help for init
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
--debug Enable debug mode
|
|
```
|
|
|
|
## See also
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|