Description
Add a --watch option to the deploy command defined in #1.
This could be useful for deployment of local files to a locally running docker instance.
Usage
dotcms-utils deploy --target=<target> --watch <src> <dest>
dotcms-utils deploy --target=docker --watch dist/**/*.vtl /example.com/application
Description
Add a
--watchoption to the deploy command defined in #1.This could be useful for deployment of local files to a locally running docker instance.
Usage