Skip to content

Commit ef0e152

Browse files
committed
readme cleanup
1 parent f1e83ce commit ef0e152

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Salesforce Commerce Cloud B2C Command Line Tools.
1111
> [!TIP]
1212
> **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.
1313
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-
2114
## Packages
2215

2316
This is a pnpm monorepo with the following packages:

packages/b2c-cli/README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Salesforce Commerce Cloud B2C CLI
22

3+
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
4+
35
> [!NOTE]
46
> 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.
57
6-
A command-line interface for Salesforce Commerce Cloud B2C.
7-
8-
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
9-
[![Version](https://img.shields.io/npm/v/@salesforce/b2c-cli.svg)](https://npmjs.org/package/@salesforce/b2c-cli)
10-
[![Downloads/week](https://img.shields.io/npm/dw/@salesforce/b2c-cli.svg)](https://npmjs.org/package/@salesforce/b2c-cli)
8+
A command-line interface for Salesforce Commerce Cloud B2C instances and platform services.
119

1210
## Installation
1311

12+
### Homebrew (macOS/Linux)
13+
14+
```sh
15+
brew tap SalesforceCommerceCloud/tooling
16+
brew install b2c-cli
17+
```
18+
1419
### Preview Release (Pre-npm)
1520

1621
Download the latest tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
@@ -36,6 +41,9 @@ b2c --help [COMMAND]
3641

3742
The CLI can be configured via command-line flags or environment variables:
3843

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)
45+
46+
3947
| Environment Variable | Description |
4048
|---------------------|-------------|
4149
| `SFCC_SERVER` | B2C instance hostname |

0 commit comments

Comments
 (0)