
In Gadget framework v1.7.0, Shopify TOML becomes the source of truth for your app
With Gadget framework v1.7.0, the Shopify TOML file becomes your source of truth for any Shopify app configuration. If you are building a Shopify app with Gadget, upgrading to Gadget framework v1.7.0 moves your app onto a TOML-first configuration model. After the migration runs, Shopify’s TOML file becomes the source of truth for your app configuration. That might sound like a small change, but it has real consequences. Gadget apps already had Shopify TOML files before v1.7.0 , but those files did not fully describe how the app was configured. Parts of the connection still flowed through Gadget’s legacy install path, especially around webhook registration. With v1.7.0 , your Shopify app configuration now aligns with Shopify’s own app platform model: the TOML is canonical, Gadget writes to it, and the Shopify CLI deploys it. The TOML was already there, but it wasn’t the whole story Before v1.7.0 , a Gadget Shopify app could already have a TOML file that looked something like this: clien
Continue reading on Dev.to
Opens in a new tab


