File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ var announceCmd = &cobra.Command{
43
43
Short : "Announce Kubernetes releases" ,
44
44
Long : fmt .Sprintf (`krel announce
45
45
46
- krel announce can be used to announce already built Kubernetes releases to the
47
- %q and %q Google Group .
46
+ krel announce can be used to mail an announcement of an already
47
+ built Kubernetes release to the %q and %q Google Groups .
48
48
49
- If --nomock=true (the default), then the mail will be sent only to a test
50
- Google Group %q.
49
+ By default the mail will be sent only to a test Google Group %q,
50
+ ie: the announcement run will only be a mock run. To do an
51
+ official announcement, use the --nomock flag.
51
52
52
53
It is necessary to export the $%s environment variable. An API key can be created by
53
54
registering a sendgrid.com account and adding the key here:
You can’t perform that action at this time.
0 commit comments