Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/cap / PulledApp

Interface: PulledApp

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:36

Details of a successfully pulled Commerce App.

Properties

domain

domain: string

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:42

Domain of the app (e.g., 'tax', 'shipping').


extractedPath

extractedPath: string

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:46

Absolute path where the app was extracted.


featureName

featureName: string

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:38

Feature name (app ID).


source

source: PullSource

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:44

Source where the app was obtained ('instance' or 'github').


version

version: string

Defined in: packages/b2c-tooling-sdk/src/operations/cap/pull.ts:40

Version ID of the pulled app.

Released under the Apache-2.0 License.