Skip to content
View as Markdown
View as Markdown

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

Interface: PullCommerceAppsResult

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

Result of pulling Commerce Apps from an instance or GitHub.

Properties

failed

failed: object[]

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

Apps that failed to pull with error details.

error

error: string

featureName

featureName: string


pulled

pulled: PulledApp[]

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

Successfully pulled apps with extraction details.

Released under the Apache-2.0 License.