Skip to content

Instantly share code, notes, and snippets.

View mhpaler's full-sized avatar
🏷️
tags first, then tagging

mhpaler mhpaler

🏷️
tags first, then tagging
View GitHub Profile
@amphro
amphro / sfdx-push-recordtypes
Created May 5, 2017 21:17
Push RecordTypes and Data using SFDX
### Setup Import File and Permission Set
# Step 1. Export the RecordTypes
-> sfdx force:data:tree:export -q "SELECT ID, Name, DeveloperName, SobjectType FROM RecordType" -o data
Wrote 1 records to data/RecordType.json
# Here is what the export might look like
-> more data/RecordType.json
{