How to switch user in Heroku cli


1 Answer

7 years ago by

  1. Logout from existing user by running following command
heroku logout
  1. Login using new user by running following command
heroku login
7 years ago by Karthik Divi