Calling re config get-token always returns the default token, regardless of --context or -c flags being passed.
$ re config get-token
[default token]
$ re --context local config get-token
[default token]
Confirmed that the --context parameter works for other commands and that the token is indeed different in the config.json. So it seems only the get-token command fails.
Package version 0.11.0
Calling
re config get-tokenalways returns the default token, regardless of--contextor-cflags being passed.Confirmed that the
--contextparameter works for other commands and that the token is indeed different in theconfig.json. So it seems only theget-tokencommand fails.Package version 0.11.0