Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / downloadSkillsArtifact

Function: downloadSkillsArtifact()

downloadSkillsArtifact(skillSet, options): Promise<string>

Defined in: packages/b2c-tooling-sdk/src/skills/github.ts:520

Download and extract skills artifact. Dispatches to the appropriate download strategy based on the skill source type.

Parameters

skillSet

SkillSet

Which skill set to download

options

DownloadSkillsOptions = {}

Download options

Returns

Promise<string>

Path to extracted skills directory

Released under the Apache-2.0 License.