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