Before:
$ GH_ENTERPRISE_TOKEN="..." gh pr create
could not find hosts config: not found
Now:
$ GH_ENTERPRISE_TOKEN="..." gh pr create
set the GH_HOST environment variable to specify which GitHub host to use
Also amends `gh help environment` documentation to suggest the use of
GH_HOST when scripting operations with GitHub Enterprise repositories.
|
||
|---|---|---|
| .. | ||
| alias_config.go | ||
| config_file.go | ||
| config_file_test.go | ||
| config_map.go | ||
| config_map_test.go | ||
| config_type.go | ||
| config_type_test.go | ||
| from_env.go | ||
| from_env_test.go | ||
| from_file.go | ||
| from_file_test.go | ||
| stub.go | ||
| testing.go | ||