11---
2- description : Command line tools and SDK for Salesforce Commerce Cloud B2C - deploy code, manage sandboxes, run jobs, and automate operations .
2+ description : Developer experience tools for Salesforce Commerce Cloud B2C - CLI, MCP Server, and SDK for AI-assisted development, deployment, and automation .
33layout : home
44
55hero :
6- name : B2C CLI
7- text : Salesforce Commerce Cloud B2C Command Line Tools
8- tagline : A powerful CLI and SDK for managing B2C Commerce Cloud instances
6+ name : B2C DX
7+ text : Salesforce Agentforce Commerce Developer Tools
8+ tagline : Powerful CLI tools and AI-assisted development for B2C Commerce
99 image :
1010 src : /cli-screenshot.png
11- alt : B2C CLI help output
11+ alt : B2C DX CLI
1212 actions :
1313 - theme : brand
1414 text : Get Started
@@ -21,12 +21,66 @@ hero:
2121 link : /api/
2222
2323features :
24- - title : Code Deployment
25- details : Deploy cartridges and manage code versions on your B2C Commerce instances.
26- - title : Site Management
27- details : List and manage sites across your Commerce Cloud organization.
28- - title : Managed Runtime
29- details : Configure and manage MRT environments and environment variables.
30- - title : SDK Library
31- details : Use the @salesforce/b2c-tooling-sdk package to build your own integrations.
24+ - icon : " \U0001F680 "
25+ title : Code Deployment
26+ details : Deploy cartridges, activate code versions, and watch for changes with instant sync.
27+ link : /cli/code
28+ linkText : Learn more
29+ - icon : " \u26A1 "
30+ title : Job Execution
31+ details : Run jobs, import/export site archives, and automate business processes.
32+ link : /cli/jobs
33+ linkText : Learn more
34+ - icon : " \U0001F3D6\uFE0F "
35+ title : Sandbox Management
36+ details : Create, manage, and provision On-Demand Sandboxes programmatically.
37+ link : /cli/ods
38+ linkText : Learn more
39+ - icon : " \U0001F9E0 "
40+ title : Agent Skills
41+ details : AI skills for Claude Code, Cursor, and GitHub Copilot that teach assistants B2C Commerce development.
42+ link : /guide/agent-skills
43+ linkText : Learn more
44+ - icon : " \U0001F916 "
45+ title : AI-Assisted Development
46+ details : MCP Server for Claude, Cursor, and other AI tools to interact with your B2C instances.
47+ link : /guide/
48+ linkText : Learn more
49+ - icon : " \U0001F4E6 "
50+ title : SDK Library
51+ details : Build custom integrations with @salesforce/b2c-tooling-sdk - the same SDK powering the CLI.
52+ link : /api/
53+ linkText : API Reference
3254---
55+
56+ ## Quick Install
57+
58+ Get started with the CLI in seconds:
59+
60+ ::: code-group
61+
62+ ``` bash [npm]
63+ npm install -g @salesforce/b2c-cli
64+ ```
65+
66+ ``` bash [npx]
67+ npx @salesforce/b2c-cli --help
68+ ```
69+
70+ ``` bash [Homebrew]
71+ brew install SalesforceCommerceCloud/tooling/b2c-cli
72+
73+ # or
74+ brew tap SalesforceCommerceCloud/tooling
75+ brew install b2c-cli
76+ ```
77+
78+ :::
79+
80+ ## Packages
81+
82+ | Package | Description |
83+ | ---------| -------------|
84+ | [ @salesforce/b2c-cli ] ( https://www.npmjs.com/package/@salesforce/b2c-cli ) | Command-line tools for B2C Commerce |
85+ | [ @salesforce/b2c-dx-mcp ] ( https://www.npmjs.com/package/@salesforce/b2c-dx-mcp ) | MCP Server for AI-assisted development |
86+ | [ @salesforce/b2c-tooling-sdk ] ( https://www.npmjs.com/package/@salesforce/b2c-tooling-sdk ) | SDK library for custom integrations |
0 commit comments