From 228191bf855b417d5b69192795e5305e7598f11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 21 Oct 2020 16:43:48 +0000 Subject: [PATCH] Document GH_HOST for api command --- pkg/cmd/api/api.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/api/api.go b/pkg/cmd/api/api.go index 8af33e78e..f73add092 100644 --- a/pkg/cmd/api/api.go +++ b/pkg/cmd/api/api.go @@ -122,6 +122,8 @@ original query accepts an '$endCursor: String' variable and that it fetches the GITHUB_TOKEN: an authentication token for github.com API requests. GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise. + + GH_HOST: make the request to a GitHub host other than github.com. `), }, Args: cobra.ExactArgs(1),