Skip to content

Instantly share code, notes, and snippets.

@matthewpoer
Created August 30, 2021 13:19
Show Gist options
  • Save matthewpoer/465328a2a17a22b8a36305f76ff98d0c to your computer and use it in GitHub Desktop.
Save matthewpoer/465328a2a17a22b8a36305f76ff98d0c to your computer and use it in GitHub Desktop.
installedPackages activateRSS fixup
# 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