Created
August 30, 2021 13:19
-
-
Save matthewpoer/465328a2a17a22b8a36305f76ff98d0c to your computer and use it in GitHub Desktop.
installedPackages activateRSS fixup
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 characters
# only for the Mac folks so we can `sed` like a real boy | |
brew install gnu-sed | |
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" | |
# props to Gearset's blog | |
# https://gearset.com/blog/installed-packages-v43-and-activaterss/ | |
cd force-app/main/default/installedPackages | |
sed -i 's/ xsi:nil="true"\/>/>false<\/activateRSS>/g' *xml | |
cd ../../../../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment