Skip to content
View as Markdown
View as Markdown

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

Type Alias: PullSource

PullSource = "instance" | "github"

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

Source where a pulled app was obtained.

  • 'instance': App was downloaded from the B2C instance via WebDAV.
  • 'github': App was downloaded from the GitHub repository (fallback).

Released under the Apache-2.0 License.