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

request: buildpacks:edit #139

Open
danp opened this issue Jan 10, 2017 · 3 comments
Open

request: buildpacks:edit #139

danp opened this issue Jan 10, 2017 · 3 comments

Comments

@danp
Copy link

danp commented Jan 10, 2017

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 that list, one per line
  3. when editor exits, set the app's buildpacks to the written list
@jdx
Copy link
Contributor

jdx commented Jan 10, 2017

great idea, I wonder if there are other places we could do this. Might even be cool if we could edit Procfiles like this.

Though this command is actually in https://github.com/heroku/heroku-buildpacks. I'll create a ticket for this there.

@jdx jdx closed this as completed Jan 10, 2017
@jdx jdx reopened this Jan 10, 2017
@jdx
Copy link
Contributor

jdx commented Jan 10, 2017

whoops nevermind, the code is here

@jdx
Copy link
Contributor

jdx commented Jan 10, 2017

we considered doing this with a modification of inquirer's checklist, but using a text editor might be easier and more standard

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants