Last active
October 16, 2017 22:02
-
-
Save dcarroll/7d7a4b97a0d77f26c9f6fc6d73b689a6 to your computer and use it in GitHub Desktop.
Revisions
-
dcarroll revised this gist
Oct 16, 2017 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -3,6 +3,10 @@ # Running the script will blow away ALL Heroku folders. # You may need to reinstall the Heroku Toolbelt. # NOTE: As with any script you download on the internet, # please make sure you understand what each command is # going to do before running it. rm -rf /usr/local/heroku rm -rf /usr/local/sfdx rm -rf /usr/local/lib/heroku -
dcarroll revised this gist
Oct 16, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 @@ -1,10 +1,13 @@ #!/bin/sh # NOTE: The pilot version included the Heroku CLI. # Running the script will blow away ALL Heroku folders. # You may need to reinstall the Heroku Toolbelt. rm -rf /usr/local/heroku rm -rf /usr/local/sfdx rm -rf /usr/local/lib/heroku rm -rf /usr/local/lib/sfdx rm -rf /usr/local/bin/heroku rm -rf /usr/local/bin/sfdx rm -rf ~/.local/share/heroku ~/.cache/heroku rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx -
dcarroll created this gist
May 17, 2017 .There are no files selected for viewing
This file contains hidden or 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,10 @@ #!/bin/sh rm -rf /usr/local/heroku rm -rf /usr/local/sfdx rm -rf /usr/local/lib/heroku rm -rf /usr/local/lib/sfdx rm -rf /usr/local/bin/heroku rm -rf /usr/local/bin/sfdx rm -rf ~/.heroku ~/.local/share/heroku ~/.config/heroku ~/.cache/heroku rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx