Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Confusing error on "heroku create -stack cedar" #223

Closed
jesperfj opened this issue Jan 31, 2012 · 2 comments
Closed

Confusing error on "heroku create -stack cedar" #223

jesperfj opened this issue Jan 31, 2012 · 2 comments
Labels

Comments

@jesperfj
Copy link
Contributor

heroku client thinks

$ heroku create -stack cedar

means "create an app called cedar on the tack stack". That is clearly very confusing to users, as seen here:

http://stackoverflow.com/questions/9039211/heroku-create-stack-cedar-stack-not-found

Can we disambiguate?

@geemus
Copy link
Contributor

geemus commented Feb 16, 2012

Agreed, I will try to figure out something to help clear this up. But with error parsing and handling as it is, it is (unfortunately) not 100% clear what the best way to tackle this is. I'll see about cooking something up soon.

@wuputah
Copy link
Contributor

wuputah commented Dec 12, 2012

We fixed it by changing the default stack to Cedar. Now you don't have to type -s anymore. (After all, when was the last time you did?)

(More realistically, I think this may be unfixable... it's a nature of arg parsing. The only thing we could do would be to provide a more helpful error message.)

@wuputah wuputah closed this as completed Dec 12, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants