UNPKG

sfdx

Version:

Performs Salesforce DX operations with ease! Life is good.

27 lines (14 loc) 950 B
# __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'