Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tue Apr 21 02:13:31 UTC 2026
Wed Apr 22 00:26:31 UTC 2026
17 changes: 0 additions & 17 deletions .changeset/cap-commerce-app-packages.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/cap-support-commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/retrigger-changesets.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @salesforce/b2c-dx-docs

## 0.2.17

### Patch Changes

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap list`, `cap tasks`, and `cap pull` commands for managing installed Commerce Apps (Thanks [@clavery](https://github.com/clavery)!)
- `cap list` exports and parses `commerce_feature_states` to show installed features with type, source, status, and version
- `cap tasks` displays configuration tasks for an installed app with clickable Business Manager links
- `cap pull` downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
- Standardize all cap commands to use `--site-id` flag (with `--site` as alias)
- `cap uninstall` no longer requires `--domain` — looks it up automatically from the feature state
- `cap install` now keeps the archive on the instance by default (use `--clean-archive` to remove)

- [`db5648f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/db5648ff2a119a3e3b0ad165905eb8cc322d964b) - Improved release workflow reliability (Thanks [@clavery](https://github.com/clavery)!)

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-dx-docs",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
29 changes: 29 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @salesforce/b2c-cli

## 1.6.0

### Minor Changes

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap` command topic for Commerce App Package (CAP) management. (Thanks [@clavery](https://github.com/clavery)!)

New commands:
- `b2c cap validate` — validates CAP structure, manifest, and cartridge rules locally
- `b2c cap package` — packages a CAP directory into a distributable `.zip`
- `b2c cap install` — installs a CAP on an instance via WebDAV + `sfcc-install-commerce-app` job
- `b2c cap uninstall` — uninstalls a CAP via `sfcc-uninstall-commerce-app` job

New SDK exports in `@salesforce/b2c-tooling-sdk/operations/cap`: `validateCap`, `commerceAppInstall`, `commerceAppUninstall`, `commerceAppPackage`.

The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap list`, `cap tasks`, and `cap pull` commands for managing installed Commerce Apps (Thanks [@clavery](https://github.com/clavery)!)
- `cap list` exports and parses `commerce_feature_states` to show installed features with type, source, status, and version
- `cap tasks` displays configuration tasks for an installed app with clickable Business Manager links
- `cap pull` downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
- Standardize all cap commands to use `--site-id` flag (with `--site` as alias)
- `cap uninstall` no longer requires `--domain` — looks it up automatically from the feature state
- `cap install` now keeps the archive on the instance by default (use `--clean-archive` to remove)

### Patch Changes

- Updated dependencies [[`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a), [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a)]:
- @salesforce/b2c-tooling-sdk@1.5.0

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-cli",
"description": "A Salesforce B2C Commerce CLI",
"version": "1.5.0",
"version": "1.6.0",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-dx-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/b2c-dx-mcp

## 1.0.10

### Patch Changes

- Updated dependencies [[`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a), [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a)]:
- @salesforce/b2c-tooling-sdk@1.5.0

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-dx-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-dx-mcp",
"description": "MCP server for B2C Commerce developer experience tools",
"version": "1.0.9",
"version": "1.0.10",
"author": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
24 changes: 24 additions & 0 deletions packages/b2c-tooling-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @salesforce/b2c-tooling-sdk

## 1.5.0

### Minor Changes

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap` command topic for Commerce App Package (CAP) management. (Thanks [@clavery](https://github.com/clavery)!)

New commands:
- `b2c cap validate` — validates CAP structure, manifest, and cartridge rules locally
- `b2c cap package` — packages a CAP directory into a distributable `.zip`
- `b2c cap install` — installs a CAP on an instance via WebDAV + `sfcc-install-commerce-app` job
- `b2c cap uninstall` — uninstalls a CAP via `sfcc-uninstall-commerce-app` job

New SDK exports in `@salesforce/b2c-tooling-sdk/operations/cap`: `validateCap`, `commerceAppInstall`, `commerceAppUninstall`, `commerceAppPackage`.

The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap list`, `cap tasks`, and `cap pull` commands for managing installed Commerce Apps (Thanks [@clavery](https://github.com/clavery)!)
- `cap list` exports and parses `commerce_feature_states` to show installed features with type, source, status, and version
- `cap tasks` displays configuration tasks for an installed app with clickable Business Manager links
- `cap pull` downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
- Standardize all cap commands to use `--site-id` flag (with `--site` as alias)
- `cap uninstall` no longer requires `--domain` — looks it up automatically from the feature state
- `cap install` now keeps the archive on the instance by default (use `--clean-archive` to remove)

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-tooling-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-tooling-sdk",
"description": "Core tooling library for Salesforce B2C Commerce CLI",
"version": "1.4.0",
"version": "1.5.0",
"author": "Charles Lavery",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
21 changes: 21 additions & 0 deletions packages/b2c-vs-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.4.0

### Minor Changes

- [#370](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/370) [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a) - Add `cap` command topic for Commerce App Package (CAP) management. (Thanks [@clavery](https://github.com/clavery)!)

New commands:
- `b2c cap validate` — validates CAP structure, manifest, and cartridge rules locally
- `b2c cap package` — packages a CAP directory into a distributable `.zip`
- `b2c cap install` — installs a CAP on an instance via WebDAV + `sfcc-install-commerce-app` job
- `b2c cap uninstall` — uninstalls a CAP via `sfcc-uninstall-commerce-app` job

New SDK exports in `@salesforce/b2c-tooling-sdk/operations/cap`: `validateCap`, `commerceAppInstall`, `commerceAppUninstall`, `commerceAppPackage`.

The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

### Patch Changes

- Updated dependencies [[`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a), [`ee735bb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ee735bb0acac89999114c80679b4766216bf463a)]:
- @salesforce/b2c-tooling-sdk@1.5.0

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "b2c-vs-extension",
"displayName": "B2C DX VSCE",
"description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)",
"version": "0.3.4",
"version": "0.4.0",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
Loading