Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / loadFullDwJson

Function: loadFullDwJson()

loadFullDwJson(options): { config: DwJsonMultiConfig; path: string; } | undefined

Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:212

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

{ config: DwJsonMultiConfig; path: string; } | undefined

The raw multi-config structure and path, or undefined if not found

Released under the Apache-2.0 License.