Dw Cli Versions Save

A command line utility for Salesforce Commerce Cloud (Demandware) SIG and PIG development.

v3.0.0

2 years ago
  • This package is ESM now.
  • Require Node.js 12.20

v2.5.0

3 years ago

Fixes issues related to dw log --search, --list not working. Clarifies usage of "--no" prefix on switches to turn them off where applicable.

v2.3.0

3 years ago

This adds retries to API commands such as dw job or dw activate

If the connection is interrupted, the command will be retried up to 3 times.

Update deps.

v2.1.2

4 years ago

Update deps causing security warnings

v2.0.1

5 years ago

Fixes issue with cwait dep, updated to v1.1.2.

v2.0.0

5 years ago

Breaking changes:

  • Deprecated dw.json. Use dw-cli.json, please update your config.

Internal Changes:

  • Update all dependencies
  • require() dw-cli.json instead of using fs.readFile
  • Use fs-extra instead of promisifying fs
  • Use for-of in dw clean to clean faster