Skip to content

Releases: SalesforceCommerceCloud/b2c-developer-tooling

v0.0.1-preview.7

06 Jan 03:01
cd83263

Choose a tag to compare

v0.0.1-preview.7 Pre-release
Pre-release

Preview Release v0.0.1-preview.7

Installation

Download the tgz file and install:

npm install ./salesforce-b2c-cli-0.0.1-preview.7.tgz

Or install globally:

npm install -g ./salesforce-b2c-cli-0.0.1-preview.7.tgz

Note: The SDK is bundled in the CLI package.

Full Changelog: v0.0.1-preview.6...v0.0.1-preview.7

v0.0.1-preview.6

06 Jan 02:55
a1e6589

Choose a tag to compare

v0.0.1-preview.6 Pre-release
Pre-release

Preview Release v0.0.1-preview.6

Installation

Download the tgz file and install:

npm install ./salesforce-b2c-cli-0.0.1-preview.6.tgz

Or install globally:

npm install -g ./salesforce-b2c-cli-0.0.1-preview.6.tgz

Note: The SDK is bundled in the CLI package.

Full Changelog: v0.0.1-preview.5...v0.0.1-preview.6

v0.0.1-preview.5

06 Jan 02:39
5530551

Choose a tag to compare

v0.0.1-preview.5 Pre-release
Pre-release

Preview Release v0.0.1-preview.5

Installation

Download the tgz file and install:

npm install ./salesforce-b2c-cli-0.0.1-preview.5.tgz

Or install globally:

npm install -g ./salesforce-b2c-cli-0.0.1-preview.5.tgz

Note: The SDK is bundled in the CLI package.

Full Changelog: v0.0.1-preview.4...v0.0.1-preview.5

v0.0.1-preview.4

06 Jan 02:22
27a6380

Choose a tag to compare

v0.0.1-preview.4 Pre-release
Pre-release

Preview Release v0.0.1-preview.4

Installation

Download the tgz file and install:

npm install ./salesforce-b2c-cli-0.0.1-preview.4.tgz

Or install globally:

npm install -g ./salesforce-b2c-cli-0.0.1-preview.4.tgz

Note: The SDK is bundled in the CLI package.

Full Changelog: v0.0.1-preview.2...v0.0.1-preview.4

v0.0.1-preview.2

06 Jan 02:03
fe626b3

Choose a tag to compare

v0.0.1-preview.2 Pre-release
Pre-release

Preview Release v0.0.1-preview.2

Installation

Download the tgz file and install:

npm install ./salesforce-b2c-cli-0.0.1-preview.2.tgz

Or install globally:

npm install -g ./salesforce-b2c-cli-0.0.1-preview.2.tgz

Note: The SDK is bundled in the CLI package.

What's Changed

  • Logging, typescript module syntax and dev ergonomics by @clavery in #1
  • Auth and Logging Refactoring by @clavery in #2
  • adding slas clients and commands by @clavery in #3
  • Code operations commands and improved error handling by @clavery in #4
  • implicit auth by @clavery in #5
  • ODS sandbox management commands by @clavery in #6
  • Job execution commands and site archive import/export by @clavery in #7
  • MRT commands: push, env-var management by @clavery in #8
  • MRT API Improvements by @clavery in #9
  • Rename SDK to b2c-tooling-sdk by @clavery in #10
  • Open Source OOS-legal requirements by @clavery in #11
  • update env create semantics by @clavery in #12
  • Env Semantics by @clavery in #13
  • WebDAV Client by @clavery in #14
  • Test coverage reporting by @clavery in #15
  • @W-20590941 B2C DX MCP Server Foundation by @yhsieh1 in #16
  • @W-20590941 Update readme for PR test by @yhsieh1 in #17
  • @W-20590941 Updates for local dev process by @yhsieh1 in #18
  • @W-20590941 Update readme for pnpm run inspect:dev by @yhsieh1 in #19
  • More project DX ergonomics by @clavery in #20
  • Claude marketplace skeleton and preview release build by @clavery in #22

New Contributors

Full Changelog: https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commits/v0.0.1-preview.2

v0.0.1-preview.1

06 Jan 01:42
51a4dd4

Choose a tag to compare

v0.0.1-preview.1 Pre-release
Pre-release

Preview Release v0.0.1-preview.1

Installation

Download both tgz files and install them together:

npm install ./salesforce-b2c-tooling-sdk-0.0.1-preview.1.tgz \
            ./salesforce-b2c-cli-0.0.1-preview.1.tgz

Or install globally:

npm install -g ./salesforce-b2c-tooling-sdk-0.0.1-preview.1.tgz \
               ./salesforce-b2c-cli-0.0.1-preview.1.tgz

Note: Both packages must be installed together since the CLI depends on the SDK.

What's Changed

New Contributors

Full Changelog: https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commits/v0.0.1-preview.1