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.
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.