Answers for "CLI command to create new application in Heroku"

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
0

CLI command to create new application in Heroku

cd /project/directory
git init

# the set git remote heroku to https://git.heroku.com/example-app.git
heroku git:remote -a example-app
Posted by: Guest on February-04-2022

Code answers related to "CLI command to create new application in Heroku"

Browse Popular Code Answers by Language