Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
Netlify-sdk
migration
byCodemod
Netlify/0.8.5/CreateOrUpdateVariables
Last update
Jul 24, 2024
This codemod changes createOrUpdateVariables
to pass an object instead of the separate arguments as required in Netlify SDK v0.8.5.
Before
createOrUpdateVariables(accountId, siteId, variables);
After
createOrUpdateVariables({accountId: accountId,siteId: siteId,key: variables,});
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community