Skip to main content

Notable SFDX Plugins and Resources

awesome-sfdx-plugins
  • Shane's "awesome" repo for listing out community plugins.
Does what it says on the tin. sfdx-git-packager
  • I like doing deployments off of diffs, not the whole repo. Keeps the audit log clean, this helps ^.
SFDX-Data-Move-Utility
  • Lets ya move data around orgs fairly easy, handles weird lookup scenarios well.
sfpowerkit
  • Lots of goodies in this one, full profile retrieves and reconcile.
American Express' sfdx-cli-plugin
  • Some good stuff on anon apex, shell execution 
texei-sfdx-plugin
  • There's a profile cleaner in here, stripping out anything that's already on a pset.
Also an org shape command I've seen people reference, I can't personally speak to it. sfdx-toolbox-package-utils sfdx-cmdt-plugin
  • CSV->XML for CMDT mappings.
sfdx-flowdoc-plugin
  • Generate a PDF doc off of some flow types.

But Crit, I wanna build my own!

Good walk through on plugin creation here https://www.youtube.com/watch?v=kPks_9W5gvA&t

Think about what you need to automate!