This codemod changes getEnvironmentVariables
to pass an object instead of the separate arguments as required in Netlify SDK v0.8.5.
Before
getEnvironmentVariables(accountId, siteId);
After
getEnvironmentVariables({accountId: accountId,siteId: siteId,});
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community