You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReleaseDatestring`long:"release-date" short:"d" description:"release date of the tile"`
32
-
TemplateNamestring`long:"template" short:"t" description:"path to template"`
33
-
GithubIssuesServiceTokenstring`long:"github-token" short:"g" description:"auth token for fetching issues and milestones with labels" env:"GITHUB_TOKEN"`
34
-
GithubHoststring`long:"github-host" description:"set this when you are using GitHub enterprise to fetch issues, milestones or notes for bosh releases" env:"GITHUB_HOST"`
35
-
Kilnfilestring`long:"kilnfile" short:"k" description:"path to Kilnfile"`
36
-
DocsFilestring`long:"update-docs" short:"u" description:"path to docs file to update"`
37
-
Windowstring`long:"window" short:"w" description:"GA window for release notes" default:"ga"`
38
-
VariableFiles []string`long:"variables-file" short:"vf" description:"path to a file containing variables to interpolate"`
39
-
Variables []string`long:"variable" short:"vr" description:"key value pairs of variables to interpolate"`
31
+
ReleaseDatestring`long:"release-date" short:"d" description:"release date of the tile"`
32
+
TemplateNamestring`long:"template" short:"t" description:"path to template"`
33
+
GithubAccessTokenstring`long:"github_access_token" short:"g" description:"auth token for github.com" env:"GITHUB_ACCESS_TOKEN"`
34
+
GithubEnterpriseAccessTokenstring`long:"github_enterprise_access_token" short:"ge" description:"auth token for github enterprise" env:"GITHUB_ENTERPRISE_ACCESS_TOKEN"`
35
+
Kilnfilestring`long:"kilnfile" short:"k" description:"path to Kilnfile"`
36
+
DocsFilestring`long:"update-docs" short:"u" description:"path to docs file to update"`
37
+
Windowstring`long:"window" short:"w" description:"GA window for release notes" default:"ga"`
38
+
VariableFiles[]string`long:"variables-file" short:"vf" description:"path to a file containing variables to interpolate"`
39
+
Variables[]string`long:"variable" short:"vr" description:"key value pairs of variables to interpolate"`
returnerrors.New("github_access_token(env: GITHUB_ACCESS_TOKEN) and/or github_enterprise_access_token(env: GITHUB_ENTERPRISE_ACCESS_TOKEN) must be set to interact with the github api")
0 commit comments