Skip to content

v0.0.1-preview.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jan 01:42
· 489 commits to main since this release
51a4dd4

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