Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 835 Bytes

File metadata and controls

58 lines (37 loc) · 835 Bytes

Installation

Prerequisites

  • Node.js 18.0.0 or higher
  • npm, yarn, or pnpm

Install the CLI

Install the CLI globally using your preferred package manager:

::: code-group

npm install -g @salesforce/b2c-cli
pnpm add -g @salesforce/b2c-cli
yarn global add @salesforce/b2c-cli

:::

Verify Installation

After installation, verify the CLI is available:

b2c --version

Install the SDK (Optional)

If you want to use the SDK library in your own projects:

::: code-group

npm install @salesforce/b2c-tooling-sdk
pnpm add @salesforce/b2c-tooling-sdk
yarn add @salesforce/b2c-tooling-sdk

:::

Next Steps

  • Configuration - Set up authentication and instance configuration