- Node.js 18.0.0 or higher
- npm, yarn, or pnpm
Install the CLI globally using your preferred package manager:
::: code-group
npm install -g @salesforce/b2c-clipnpm add -g @salesforce/b2c-cliyarn global add @salesforce/b2c-cli:::
After installation, verify the CLI is available:
b2c --versionIf you want to use the SDK library in your own projects:
::: code-group
npm install @salesforce/b2c-tooling-sdkpnpm add @salesforce/b2c-tooling-sdkyarn add @salesforce/b2c-tooling-sdk:::
- Configuration - Set up authentication and instance configuration