function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ferdy Reyes 3Ferdy Reyes 3 

Is it possible to mass update metadata type records using VScode and Salesforce CLI?

I need to update around 500 records of custom metadata type records. I know I can mass insert using VSCode and Salesforce CLI. Can I also do an update if I have CSV of the records with their respective IDs?
VinayVinay (Salesforce Developers) 
Hi Ferdy,

If you want to update records you can try using dataloader.

https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader.htm

Thanks,
Ferdy Reyes 3Ferdy Reyes 3
Thank you Vinay. I will try to do that. As I remember data loader does not work with custom metadata type.