I've just created a simple Rails app using
rails new myapp
then created the heroku stack using:
heroku create --stack cedar
But when I try opening the app on Heroku using:
heroku open
I get:
! No app specified.
! Run this command from an app folder or specify which app to use with --app <app name>
And this:
$ heroku open --app myapp
gives me this:
! App not found
Am I missing something obvious?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…