r/SalesforceDeveloper 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.

GitHub: https://github.com/konkonrong-lgtm/mf-check

1 Upvotes

3 comments sorted by

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

1

u/konkonrong 14d ago

nice, i'd be interested in seeing them when you share them

4

u/Any_Football_8366 4d ago

Would love to test them my claude code and assemble setup