Skip to content

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

Function: getSkillInstallPath() ​

getSkillInstallPath(ide, skillName, options): string

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

Get the installation path for a skill.

Parameters ​

ide ​

IdeType

Target IDE

skillName ​

string

Name of the skill

options ​

Installation options

global ​

boolean

projectRoot? ​

string

Returns ​

string

Absolute path where the skill would be installed

Released under the Apache-2.0 License.