cli/pkg/cmd/root
Mislav Marohnić aec0f10041 Fix error message when using GH_ENTERPRISE_TOKEN but host is ambiguous
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.
2021-07-20 14:11:07 +02:00
..
help.go Improvements to gh extensions 2021-06-21 16:54:08 +02:00
help_reference.go Refactor use of glamour to allow style overrides (#3243) 2021-03-19 16:29:32 +00:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Fix error message when using GH_ENTERPRISE_TOKEN but host is ambiguous 2021-07-20 14:11:07 +02:00
help_topic_test.go Add "reference" help topic (#2223) 2020-11-18 12:31:36 -06:00
root.go Merge pull request #3779 from jgold-stripe/unix 2021-06-29 09:46:33 -07:00