Skip to content

Instantly share code, notes, and snippets.

@dcarroll
Last active October 16, 2017 22:02
Show Gist options
  • Select an option

  • Save dcarroll/7d7a4b97a0d77f26c9f6fc6d73b689a6 to your computer and use it in GitHub Desktop.

Select an option

Save dcarroll/7d7a4b97a0d77f26c9f6fc6d73b689a6 to your computer and use it in GitHub Desktop.

Revisions

  1. dcarroll revised this gist Oct 16, 2017. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Uninstall SFDX Pilot Binary
    Original 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
  2. dcarroll revised this gist Oct 16, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Uninstall SFDX Pilot Binary
    Original 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 ~/.heroku ~/.local/share/heroku ~/.config/heroku ~/.cache/heroku
    rm -rf ~/.local/share/heroku ~/.cache/heroku
    rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx
  3. dcarroll created this gist May 17, 2017.
    10 changes: 10 additions & 0 deletions Uninstall SFDX Pilot Binary
    Original 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