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

@salesforce/b2c-tooling-sdk / operations/logs / PathNormalizerOptions

Interface: PathNormalizerOptions

Defined in: packages/b2c-tooling-sdk/src/operations/logs/path-normalizer.ts:18

Options for creating a path normalizer.

Properties

cartridgePath?

optional cartridgePath: string

Defined in: packages/b2c-tooling-sdk/src/operations/logs/path-normalizer.ts:24

Local path to the cartridges directory (simple mode). All cartridge references will be prefixed with this path.

Example

ts
"./cartridges" or "/Users/dev/project/cartridges"

cartridges?

optional cartridges: CartridgeMapping[]

Defined in: packages/b2c-tooling-sdk/src/operations/logs/path-normalizer.ts:31

Discovered cartridge mappings (precise mode). Each cartridge is mapped to its actual local path. Takes precedence over cartridgePath for known cartridges.

Released under the Apache-2.0 License.