Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 403 Bytes

SFDCTools

Tools for SFDC and working with it via bash

sfdx_helpers.sh examples

export sfdc_url="example.my"
export sfdc_username="[email protected]"
export sfdc_password="mypassword"
export sfdc_security_token="mysecuritytoken"

./sfdx_helpers.sh

install_salesforce_cli

install_jq

authenticate SFDC $sfdc_username $sfdc_password $sfdc_security_token $sfdc_url

deploy_metadata SFDC