gulp-jsforce-deploy
gulp-jsforce-deploy copied to clipboard
Deploying Salesforce package using JSforce (no Migration Tool dependency)
Is it possible to just validate the changeset without deploying it?
It would be great if we could retrieve the deploy result json object in the pipe when deployment is done. I think it has more sense than the zip file...
Added methods for handling: - Pulling down a Salesforce package based on a package.xml metadata file - Extracting the contents of the Salesforce package These methods make it a complete...
Erase the file.contents with the deploy result to allow downstream to manipulate it
What is the right way to use pollTimeout and pollInterval? When I run the gulpfile.js with these 2 properties as specified on your home page, it initiates the process and...