salesforce-deployment-helper
v2.0.0
Published
``` npm install salesforce-deployment-helper ```
Readme
Salesforce Deployment Helper
Exports the Deployment Results as a CSV File
Installing the plugin
npm install salesforce-deployment-helperUsage:-
const { SalesforceDeploymentHelper } = require("salesforce-deployment-helper");
new SalesforceDeploymentHelper().getDeploymentRequest('SALESFORCE_USERNAME','DEPLOY_REQUEST_ID');Parameters :-
SALESFORCE_USERNAME : Salesforce username or alias for the target org in Visual Studio Code DEPLOY_REQUEST_ID : Salesforce deploy request id which can be found in the salesforce deployment status page.
