2.0.0 • Published 3 years ago

salesforce-deployment-helper v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Salesforce Deployment Helper

Exports the Deployment Results as a CSV File

Installing the plugin

npm install salesforce-deployment-helper

Usage:-

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.