We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api
1 parent c80292c commit ece17c4Copy full SHA for ece17c4
pkg/cmd/api/api.go
@@ -117,7 +117,9 @@ original query accepts an '$endCursor: String' variable and that it fetches the
117
`),
118
Annotations: map[string]string{
119
"help:environment": heredoc.Doc(`
120
- GITHUB_TOKEN: an authentication token for API requests.
+ GITHUB_TOKEN: an authentication token for github.com API requests.
121
+
122
+ GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise.
123
124
},
125
Args: cobra.ExactArgs(1),
0 commit comments