Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 950 Bytes

config.md

File metadata and controls

27 lines (14 loc) · 950 Bytes

CONFIGURATION VALUES:

All values may be overridden by placing any javasript-readable file in your projects 'config' directory with a name containing 'sfdx' (e.g. 'config/sfdx.js' or 'config/sfdx-default.json', etc.)

dxSourceDir [ string ]: Default Salesforce DX project source path

DEFAULT: config.projectPath + '/force-app/main/default'

mdApiDir [ string ]: Directory to use for Metadata API converted source

DEFAULT: config.projectPath + '/mdapioutput'

inactiveFlowsToKeep [ integer ]: Number of incative flow versions to keep

DEFAULT: 1

projectDir [ string ]: Directory of SFDX project

DEFAULT: Current working directory

projectPath [ string ]: Full Path of SFDX project

DEFAULT: Path of current working directory

scratchDefFile [ string ]: Full path of default scratch org definition file

DEFAULT: config.projectPath + '/config/project-scratch-def.json'