dynamicweb / CLI

CLI for Dynamicweb 10 automation in development, builds and deployment scenarios
4 stars 2 forks source link

Option "raw" does nothing and acts like it's not specified #15

Closed Imar closed 1 year ago

Imar commented 1 year ago

According to the docs, specifying --raw should keep the zip file and not extract the data. However, it seems that raw isn't implemented yet. I checked files.js and it only contains a reference to raw when setting up the parameter.

I ran the following command:

dw files templates ./templates -fre --raw

Actual results ZIP is downloaded, extracted to ./templates and then the zip is deleted

Expected results ZIP is downloaded and not deleted. Files are not extracted to ./templates