Skip to content
View as Markdown
View as Markdown

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

Function: getSkillInstallPath()

getSkillInstallPath(ide, skillName, options): string

Defined in: packages/b2c-tooling-sdk/src/skills/agents.ts:178

Get the installation path for a skill.

Parameters

ide

IdeType

Target IDE

skillName

string

Name of the skill

options

Installation options

directory?

string

global

boolean

projectRoot?

string

Returns

string

Absolute path where the skill would be installed

Released under the Apache-2.0 License.