Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created August 24, 2015 18:06

Revisions

  1. hunterloftis renamed this gist Aug 24, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. hunterloftis created this gist Aug 24, 2015.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    1. The add/set commands are ambiguous and confusing
    2. Forking/cloning requires a sometimes-long sequence of tedious add/set/clear commands
    3. The list of buildpacks isn't carried with the files in a repo

    ## what does buildpacks:set do?

    Can you set the whole list at once, eg `heroku buildpacks:set url1, url2, url3`?
    Or does it only set the final buildpack?
    If you have a previously defined list, what does :set do?
    Does it replace the final buildpack, or blow away the whole list, or error?

    ## what does buildpacks:add do?

    Does it add to the beginning or the end of the list?
    When you add with an --index, is it indexing from zero or from one?