PolyDeploy icon indicating copy to clipboard operation
PolyDeploy copied to clipboard

PolyDeploy Client Watch Folder option

Open Swimburger opened this issue 6 years ago • 1 comments

I'd like to have a CMD utility where I specify a folder, and the utility watches the folder indefinitely or until I stop it. When a Module zip is dropped into the folder, the CMD utility uploads the zips via the DeployClient. If it installs successfully, it's moved into a subfolder "Deployed", otherwise it goes in a subfolder "Failed".

I don't think this should be part of the DeployClient, but a separate cmd utility that interacts with the DeployClient.

If there's no interest to incorporate it into the PolyDeploy repo, I can create a separate repo to develop it for myself.

Swimburger avatar Jun 05 '18 15:06 Swimburger

For me the appeal is that I can just drop a zip into the folder manually, or as part of my Visual Studio build process to automate the Module Deployments. I see this as a local dev tool, but I don't think its useful for CI/CD systems, or for dev/staging/prod environments

Swimburger avatar Jun 05 '18 15:06 Swimburger