Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I identify the username for my heroku token?

Tags:

heroku

I have a terminal that's logged in to Heroku, but I'm not entirely sure under which userid. How do I check if it's me (as opposed to my coworker), so as to not clobber someone else's heroku app?

like image 569
blueberryfields Avatar asked Jul 09 '12 23:07

blueberryfields


1 Answers

$> heroku auth:whoami

will show you who you are currently authenticated as.

like image 171
John Beynon Avatar answered Nov 15 '22 10:11

John Beynon