Skip to content

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

Function: isSkillInstalled() ​

isSkillInstalled(skillName, ide, options): boolean

Defined in: packages/b2c-tooling-sdk/src/skills/installer.ts:88

Check if a skill is already installed.

Parameters ​

skillName ​

string

Name of the skill

ide ​

IdeType

Target IDE

options ​

Installation options

global ​

boolean

projectRoot? ​

string

Returns ​

boolean

true if skill is installed, false otherwise

Released under the Apache-2.0 License.