Created
August 24, 2015 18:06
Revisions
-
hunterloftis renamed this gist
Aug 24, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hunterloftis created this gist
Aug 24, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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?