CLI for Every Workflow
Deploy cartridges, run jobs, manage ODS and MRT, import/export site archives, work with WebDAV, and automate CI/CD — all from the terminal. The foundation everything else builds on.
Get started
CLI, Agent Skills, MCP Server, and the B2C DX VS Code Extension for Salesforce Agentforce Commerce — everything you and your coding agent need to build, deploy, and operate B2C Commerce together.

npm install -g @salesforce/b2c-clinpx @salesforce/b2c-cli --helpbrew install SalesforceCommerceCloud/tools/b2c-cliDetailed setup: Claude Code · Codex · Cursor · Copilot · Agentforce Vibes · All IDEs
claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
# Use --scope project to install for current project only
claude plugin install b2c-cli
claude plugin install b2c
claude plugin install storefront-next
# Install storefront-next-figma for Figma design-kit workflows (requires the Figma MCP server)
claude plugin install storefront-next-figma
# Install b2c-dx-mcp if you want the MCP server installed
claude plugin install b2c-dx-mcpcodex plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
# Then in Codex, run /plugins, select the "B2C Developer Tooling"
# marketplace, and select and install the desired plugins.# Cursor auto-loads skills from Claude Code paths — if you've already
# installed via `claude plugin install`, Cursor picks them up too.
# Otherwise, install directly to .cursor/skills/:
npx @salesforce/b2c-cli setup skills --ide cursorIn VS Code, open the Command Palette (Cmd/Ctrl+Shift+P) and run:
Chat: Install Plugin from Source
Then enter:
SalesforceCommerceCloud/b2c-developer-toolingcopilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
copilot plugin install b2c-cli@b2c-developer-tooling
copilot plugin install b2c@b2c-developer-tooling
copilot plugin install storefront-next@b2c-developer-tooling
copilot plugin install storefront-next-figma@b2c-developer-tooling# Marketplace install coming soon. For now, use the B2C CLI:
npx @salesforce/b2c-cli setup skills --ide agentforce-vibesnpx @salesforce/b2c-cli setup skillsThe extension is not yet published to the VS Code Marketplace — install the latest pre-built .vsix from GitHub releases.
Browse the [GitHub releases page](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases?q=b2c-vs-extension%40) for b2c-vs-extension@* tags and install the .vsix via code --install-extension <file>.vsix.
Detailed setup: Installation · Configuration
| Package | Description |
|---|---|
@salesforce/b2c-cli | Command-line tools for Salesforce B2C Commerce |
@salesforce/b2c-dx-mcp | MCP Server for AI-assisted development |
@salesforce/b2c-tooling-sdk | SDK library for custom integrations |
Formerly B2C DX
The project previously known as B2C DX (B2C Developer Tooling) is now the Agentic B2C Developer Toolkit. The CLI package name (@salesforce/b2c-cli), commands, and configuration remain the same.