Skip to content

@salesforce/b2c-cli@1.6.0: chore: version packages (#371)

Choose a tag to compare

@github-actions github-actions released this 22 Apr 00:35
· 31 commits to main since this release
44229c2

@salesforce/b2c-cli@1.6.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @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 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @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, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

@salesforce/b2c-dx-mcp@1.0.10

Patch Changes

  • Updated dependencies [ee735bb, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

@salesforce/b2c-tooling-sdk@1.5.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @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 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @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)

b2c-vs-extension@0.4.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @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, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

Documentation

Patch Changes

  • #370 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @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 - Improved release workflow reliability (Thanks @clavery!)

Agent Skills Plugins

Minor Changes

  • #365 c4309db - Initial release. This package tracks the version of the B2C Commerce agent skills plugins (b2c-cli and b2c). Its version is stamped into the Claude Code marketplace entries and the Codex plugin manifests at release time, and skills-only changes get a dedicated b2c-agent-plugins@X.Y.Z GitHub release tag with updated skills zips attached. Target this package in a changeset when you change skills under skills/b2c-cli/skills/ or skills/b2c/skills/. (Thanks @clavery!)