1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-07-11 21:26:19 -03:00
parent 95b8d28fea
commit 9be2607f2f
No known key found for this signature in database
2 changed files with 25 additions and 0 deletions

View File

@ -34,5 +34,6 @@ Check out our website for more information, examples and documentation: https://
* [goreleaser jsonschema](goreleaser_jsonschema.md) - outputs goreleaser's JSON schema
* [goreleaser publish](goreleaser_publish.md) - Publishes a previously prepared release
* [goreleaser release](goreleaser_release.md) - Releases the current project
* [goreleaser subscribe](goreleaser_subscribe.md) - Subscribe to GoReleaser Pro, or manage your subscription
* [goreleaser verify-license](goreleaser_verify-license.md) - Verify if the given license is valid

View File

@ -0,0 +1,24 @@
# goreleaser subscribe
Subscribe to GoReleaser Pro, or manage your subscription
```
goreleaser subscribe [flags]
```
## Options
```
-h, --help help for subscribe
```
## Options inherited from parent commands
```
--verbose Enable verbose mode
```
## See also
* [goreleaser](goreleaser.md) - Deliver Go binaries as fast and easily as possible