You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked config.json and realized I had an old tenant configure whose token was expired already (btw we need to implement Refresh Token... will create another issue for that). In any case, if we include the tenant context in each run I would know which tenant I am running against.
The text was updated successfully, but these errors were encountered:
We already include the tenant we're running against (on the success case). We'd need to show it as well when the command fails. I'll add a card for this.
Widcket
added
the
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
label
Feb 22, 2021
When running a command I would like to know which tenant I am running this into.
For eg. I used
login
to setup a tenant (I forgot I had one already configured). Then runapps list
and got "token expired".Checked config.json and realized I had an old tenant configure whose token was expired already (btw we need to implement Refresh Token... will create another issue for that). In any case, if we include the tenant context in each run I would know which tenant I am running against.
The text was updated successfully, but these errors were encountered: