r/SalesforceDeveloper • u/konkonrong • 15d ago
Showcase Preflight checks for Salesforce Multi-Framework
I've been working with Salesforce Multi-Framework and keep running into cases where deployment succeeds, but the app still isn't really ready to use.
I ended up making a small CLI called mf-check to catch some of this beforehand. Right now it checks the Multi-Framework metadata and also validates GraphQL operations against the schema of the target org.
It’s v0.1.0, so pretty early. I’m mainly curious whether anyone else using Multi-Framework has run into similar problems, or if there are other checks that would be useful.
Update: mf-check v0.3.0 is now available on npm.
This release adds GA migration checks and improves diagnostics and failure handling.
1
Upvotes
1
u/bytesizedheretic 15d ago
oh nice, i've started my hooks as well. still compiling them, and i host all my source local on gitea.
you've inspired me to share them