You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Just looking for the B2C CLI or MCP install instructions?** Visit the documentation site at [https://salesforcecommercecloud.github.io/b2c-developer-tooling/](https://salesforcecommercecloud.github.io/b2c-developer-tooling/) for the latest install guide and CLI reference.
13
13
14
-
## Features
15
-
16
-
- Separate CLI and SDK packages
17
-
- Structured logging with redaction
18
-
- Localization support (i18next)
19
-
- Supply chain security via pnpm
20
-
21
14
## Packages
22
15
23
16
This is a pnpm monorepo with the following packages:
> This project is currently in **Developer Preview**. Not all features are implemented, and the API may change in future releases. Please provide feedback via GitHub issues.
5
7
6
-
A command-line interface for Salesforce Commerce Cloud B2C.
A command-line interface for Salesforce Commerce Cloud B2C instances and platform services.
11
9
12
10
## Installation
13
11
12
+
### Homebrew (macOS/Linux)
13
+
14
+
```sh
15
+
brew tap SalesforceCommerceCloud/tooling
16
+
brew install b2c-cli
17
+
```
18
+
14
19
### Preview Release (Pre-npm)
15
20
16
21
Download the latest tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
@@ -36,6 +41,9 @@ b2c --help [COMMAND]
36
41
37
42
The CLI can be configured via command-line flags or environment variables:
38
43
44
+
See the documentation for full configuration options: [https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.html](https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.html)
0 commit comments