2021-04-22 10:45:36 -03:00
|
|
|
# goreleaser init
|
|
|
|
|
2021-12-06 17:23:04 -03:00
|
|
|
Generates a .goreleaser.yaml file
|
2021-04-22 10:45:36 -03:00
|
|
|
|
|
|
|
```
|
|
|
|
goreleaser init [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
2021-12-06 17:23:04 -03:00
|
|
|
-f, --config string Load configuration from file (default ".goreleaser.yaml")
|
2021-04-22 10:45:36 -03:00
|
|
|
-h, --help help for init
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2023-05-28 02:20:48 +00:00
|
|
|
--verbose Enable verbose mode
|
2021-04-22 10:45:36 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2024-07-08 23:30:10 -03:00
|
|
|
* [goreleaser](goreleaser.md) - Deliver Go binaries as fast and easily as possible
|
2021-04-22 10:45:36 -03:00
|
|
|
|