Skip to content

@salesforce/b2c-tooling-sdk / cli / PluginSources

Interface: PluginSources ​

Defined in: packages/b2c-tooling-sdk/src/cli/config.ts:196

Plugin-provided configuration sources with priority ordering.

Deprecated ​

Plugin config sources are now registered with the global globalConfigSourceRegistry and automatically included in resolveConfig. This type is retained for backwards compatibility.

Properties ​

after? ​

optional after: ConfigSource[]

Defined in: packages/b2c-tooling-sdk/src/cli/config.ts:206

Sources with low priority (inserted AFTER dw.json/~/.mobify). These sources fill in gaps left by default configuration files.


before? ​

optional before: ConfigSource[]

Defined in: packages/b2c-tooling-sdk/src/cli/config.ts:201

Sources with high priority (inserted BEFORE dw.json/~/.mobify). These sources can override values from default configuration files.

Released under the Apache-2.0 License.