heroku-apps
heroku-apps copied to clipboard
request: buildpacks:edit
It'd be great if there was a buildpacks:edit
command that was similar to kubectl edit
and other similar commands:
- fetch the current list of buildpacks
- open $EDITOR with that list, one per line
- when editor exits, set the app's buildpacks to the written list