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
Carlos A Becker ab879cb9f9
docs: update
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-06 17:23:04 -03:00

26 lines
415 B
Markdown

# 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