X Tutup
Skip to content

Commit 228191b

Browse files
authored
Document GH_HOST for api command
1 parent 460d55f commit 228191b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/api/api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ original query accepts an '$endCursor: String' variable and that it fetches the
122122
GITHUB_TOKEN: an authentication token for github.com API requests.
123123
124124
GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise.
125+
126+
GH_HOST: make the request to a GitHub host other than github.com.
125127
`),
126128
},
127129
Args: cobra.ExactArgs(1),

0 commit comments

Comments
 (0)
X Tutup