How to determine the username for a token to a hero?

I have a terminal that is logged in to Heroku, but I'm not quite sure what user ID is under. How can I check if this is not so (unlike my colleague), so as not to bring down someone else's application heroic?

+6
source share
1 answer
$> heroku auth:whoami 

will show you who you are currently authenticated with.

+10
source

Source: https://habr.com/ru/post/920089/


All Articles