1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/cmd/goreleaser_init.md

26 lines
415 B
Markdown
Raw Normal View History

# goreleaser init
Generates a .goreleaser.yaml file
```
goreleaser init [flags]
```
## Options
```
-f, --config string Load configuration from file (default ".goreleaser.yaml")
-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