How to switch user in Heroku cli

4114


1 Answer

6 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
6 years ago by Karthik Divi