heroku-apps icon indicating copy to clipboard operation
heroku-apps copied to clipboard

Heroku Core CLI Plugin for managing Heroku apps

Results 33 heroku-apps issues
Sort by recently updated
recently updated
newest added

After running a `heroku buildpacks:{add,remove} foo` command, the new list of buildpacks printed displays fine. However if I run just `heroku buildpacks` the buildpacks list is the same colour as...

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...

Copying from https://github.com/heroku/legacy-cli/issues/383: > Add an option to the Heroku client to reade the value of a config var from stdin. > > Something like: > heroku config:add REDIS_URL —prompt...

There are other commands like `heroku members` that do support `-t` and `--team` and even encourages their use. I think switching between commands that support this flag and others that...

It'd be great if there was a `buildpacks:edit` command that was similar to `kubectl edit` and other similar commands: 1. fetch the current list of buildpacks 2. open $EDITOR with...

this should fail: `heroku ps:scale web=1 garbage`

it talks about setting quantity but there is no way to set the quantity with this command

`heroku config -s` currently gives output like: ``` bash HEROKU_APP_NAME=foo-bar HEROKU_RELEASE_CREATED_AT='2016-09-29T11:05:02Z' HEROKU_RELEASE_VERSION=v58 NEW_RELIC_CONFIG_FILE='newrelic.ini' WEB_CONCURRENCY=3 ``` ie: some values are quoted with `'`, others not. Whilst the unquoted entries don't technically...

heroku info myapp --shell doesnt produce the same results as the help documentation. The help docs are correct and would be usable in a bash shell. The actual results are...

Need to create an alias in the node code for `heroku apps`