Releases: SalesforceCommerceCloud/b2c-developer-tooling
v0.0.1-preview.7
Preview Release v0.0.1-preview.7
Installation
Download the tgz file and install:
npm install ./salesforce-b2c-cli-0.0.1-preview.7.tgzOr install globally:
npm install -g ./salesforce-b2c-cli-0.0.1-preview.7.tgzNote: 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
Preview Release v0.0.1-preview.6
Installation
Download the tgz file and install:
npm install ./salesforce-b2c-cli-0.0.1-preview.6.tgzOr install globally:
npm install -g ./salesforce-b2c-cli-0.0.1-preview.6.tgzNote: 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
Preview Release v0.0.1-preview.5
Installation
Download the tgz file and install:
npm install ./salesforce-b2c-cli-0.0.1-preview.5.tgzOr install globally:
npm install -g ./salesforce-b2c-cli-0.0.1-preview.5.tgzNote: 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
Preview Release v0.0.1-preview.4
Installation
Download the tgz file and install:
npm install ./salesforce-b2c-cli-0.0.1-preview.4.tgzOr install globally:
npm install -g ./salesforce-b2c-cli-0.0.1-preview.4.tgzNote: 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
Preview Release v0.0.1-preview.2
Installation
Download the tgz file and install:
npm install ./salesforce-b2c-cli-0.0.1-preview.2.tgzOr install globally:
npm install -g ./salesforce-b2c-cli-0.0.1-preview.2.tgzNote: 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
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.tgzOr install globally:
npm install -g ./salesforce-b2c-tooling-sdk-0.0.1-preview.1.tgz \
./salesforce-b2c-cli-0.0.1-preview.1.tgzNote: Both packages must be installed together since the CLI depends on the SDK.
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
New Contributors
Full Changelog: https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commits/v0.0.1-preview.1