Skip to content

Instantly share code, notes, and snippets.

@dcarroll
Created November 16, 2017 22:01
Uninstall script for Salesforce CLI installed via the Mac OSx installer DMG.
#!/bin/sh
# 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/sfdx
rm -rf /usr/local/lib/sfdx
rm -rf /usr/local/bin/sfdx
rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment