We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460d55f commit 228191bCopy full SHA for 228191b
pkg/cmd/api/api.go
@@ -122,6 +122,8 @@ original query accepts an '$endCursor: String' variable and that it fetches the
122
GITHUB_TOKEN: an authentication token for github.com API requests.
123
124
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.
127
`),
128
},
129
Args: cobra.ExactArgs(1),
0 commit comments