Skip to content

Commit

Permalink
add custom button to hutte yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian88Tex authored Apr 16, 2024
1 parent 5a68888 commit 3fcaf06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hutte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ version: 1.0
# Shell script to run when pushing the source code to the scratch orgs.
# It's a great place to automate tasks like permission set assignments or data loading.
push_script: |
sfdx force:data:tree:import -f Contact.json
sfdx force:data:tree:import -f Contact.json
custom_scripts:
scratch_org:
"Import Data":
description: "Import data using SFDMU"
run: |
echo y | sf plugins install sfdmu
sf sfdmu run -p data -s csvfile -u "${SF_TARGET_ORG}" --filelog 0 -n

0 comments on commit 3fcaf06

Please sign in to comment.