heroku / heroku-apps

Heroku Core CLI Plugin for managing Heroku apps
https://cli.heroku.com
ISC License
19 stars 26 forks source link

ps:scale UX could be improved #166

Open jdx opened 7 years ago

jdx commented 7 years ago

from @ryanbrainard:

drive by CLI feedback: I was just trying to scale an app using the CLI and realized it’s rather unintuitive how to do it. In particular, the `Cannot update to more than 1 Hobby size dynos per process type.` message is not actionable at all. Inline help didn’t help much either. I ended up going to devcenter to figure out what i needed to do, but seems like something the says to do something like `h dyno:type standard-1x` would help folks out (and probably help get people to upgrade)
also confusing, it seems like the `dyno:type` command and `ps:scale` are very conflated and seem to basically do the same things
and `heroku scale --help` doesn’t work, but `heroku ps:scale --help` does
all little minor things, but it just made it a frustrating experience for something so simple
KarateCowboy commented 7 years ago

So, is there an action/todo for this? Maybe "review error output for dyno:type and ps:scale?

jdx commented 7 years ago

I haven't fully thought through it, but it is a pain-point for sure