Skip to content

Releases: mzwallace/dw-cli

ESM

29 Dec 17:28
Compare
Choose a tag to compare
  • This package is ESM now.
  • Require Node.js 12.20

v2.5.0

23 Sep 21:11
Compare
Choose a tag to compare

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

09 Sep 01:03
2efc6c3
Compare
Choose a tag to compare

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

09 Apr 19:45
Compare
Choose a tag to compare

Update deps causing security warnings

v2.0.1

11 Feb 19:50
Compare
Choose a tag to compare

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

v2.0.0

27 Jul 16:13
Compare
Choose a tag to compare

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