Answers for "how to open app with heroku cli"

6

heroku cli connect to app

heroku git:remote -a yourApp
Posted by: Guest on April-29-2021
0

CLI command to create new application in Heroku

heroku create -a example-app
# Creating app... done, ⬢ example-app
# https://thawing-inlet-61413.herokuapp.com/ | https://git.heroku.com/example-app.git
Posted by: Guest on February-04-2022

Browse Popular Code Answers by Language