Notable SFDX Plugins and Resources
- shane-sfdx-plugins
- Lots of commands from Shane McLaughlin, notable ones are a Skinny Profile converter, some neat GitHub automation, lwc css merging, and sobject creation
- Shane's "awesome" repo for listing out community plugins.
- I like doing deployments off of diffs, not the whole repo. Keeps the audit log clean, this helps ^.
- Lets ya move data around orgs fairly easy, handles weird lookup scenarios well.
- Lots of goodies in this one, full profile retrieves and reconcile.
- Some good stuff on anon apex, shell execution
- There's a profile cleaner in here, stripping out anything that's already on a pset.
- CSV->XML for CMDT mappings.
- Generate a PDF doc off of some flow types.
But Crit, I wanna build my own!
- https://github.com/forcedotcom/salesforcedx-templates Here's some templates
Think about what you need to automate!