Add GITHUB_ENTERPRISE_TOKEN mention to api help

This commit is contained in:
Mislav Marohnić 2020-09-07 21:37:55 +02:00
parent c80292c2e8
commit ece17c4ce2

View file

@ -117,7 +117,9 @@ original query accepts an '$endCursor: String' variable and that it fetches the
`),
Annotations: map[string]string{
"help:environment": heredoc.Doc(`
GITHUB_TOKEN: an authentication token for API requests.
GITHUB_TOKEN: an authentication token for github.com API requests.
GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise.
`),
},
Args: cobra.ExactArgs(1),