cli/internal
Mislav Marohnić c9407b2629 More descriptive error when aborting auth due to environment variables
Old message:

    read-only token in GH_TOKEN cannot be modified

This message was vague and some users did not understand that this
refers to the value that is read from environment variables.

New message:

    $ GH_TOKEN=123 ghd auth login -h github.com
    The value of the GH_TOKEN environment variable is being used for authentication.
    To have GitHub CLI store credentials instead, first clear the value from the environment.
2021-01-20 18:27:35 +01:00
..
authflow Enable debugging HTTP traffic during auth login/refresh 2021-01-05 16:24:47 +01:00
build Move build to internal 2020-10-21 13:31:32 +02:00
config More descriptive error when aborting auth due to environment variables 2021-01-20 18:27:35 +01:00
docs spelling: deprecated 2020-11-21 21:43:51 -05:00
ghinstance Use testify assertions for error matching 2021-01-19 13:59:37 +01:00
ghrepo Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
run spelling: unmatched 2020-11-21 21:43:51 -05:00
update Migrate legacy tests 2021-01-11 21:07:19 -03:00