@salesforce/b2c-tooling-sdk / config / loadFullDwJson
Function: loadFullDwJson() ​
loadFullDwJson(
options):Promise<{config:DwJsonMultiConfig;path:string; } |undefined>
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:257
Load the raw dw.json file without selecting a specific instance.
This is useful for instance management operations that need to work with the full configs array.
Parameters ​
options ​
LoadDwJsonOptions = {}
Loading options
Returns ​
Promise<{ config: DwJsonMultiConfig; path: string; } | undefined>
The raw multi-config structure and path, or undefined if not found