Releases: mzwallace/dw-cli
Releases · mzwallace/dw-cli
ESM
v2.5.0
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
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
Update deps causing security warnings
v2.0.1
Fixes issue with cwait dep, updated to v1.1.2.
v2.0.0
Breaking changes:
- Deprecated
dw.json
. Usedw-cli.json
, please update your config.
Internal Changes:
- Update all dependencies
require()
dw-cli.json
instead of usingfs.readFile
- Use
fs-extra
instead of promisifyingfs
- Use
for-of
indw clean
to clean faster