curious, why would it issue a new token each time ...
# sdf
s
curious, why would it issue a new token each time you switch between environments? An existing token (one each for each environment) should continue to work fine, no?
a
The token depends on the
-role
-url
and
-account
also. If you have issued a token for a role -3 (Admin), you can't use it with
-role 55
(Dev), Basically the token which is saved locally contains all info about -url, -account, -email, -role. So if you want to deploy drom another account it will not work. But you can issue tokens from both accounts separately, and they should work in parallel. If its not the case then we have a problem. i will try to reproduce if this is the case.