0.1.0 • Published 3 years ago

sfcc-uploader v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

sfcc-uploader

watch

This utility provides a way to upload a site archive on SFCC.

  • Ensure you have a dw.json file (Or specify an alternative one using the --config flag)
  • npm run watch

sync

This utility provides a way to upload a directory onto SFCC.

  • Ensure you have a dw.json file (Or specify an alternative one using the --config flag)

Run the following command (MSYS_NO_PATHCONV=1 is for Windows only, as windows messes up with the target configuration)

MSYS_NO_PATHCONV=1 node sync.js --folder ~/Downloads/Pictures --config ../path/to/dw.json --target='/Catalogs/my-catalog/default/images/hi-res'