Document GH_HOST for api command

This commit is contained in:
Mislav Marohnić 2020-10-21 16:43:48 +00:00 committed by GitHub
parent 460d55f723
commit 228191bf85

View file

@ -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),