Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 474 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 474 Bytes

Usage

Add a file in the base directory named pw.js with the following:

const loginData = {
  url: 'https://login.salesforce.com',
  pw: '<password>',
  token: '<token>',
  user: '<user>',
}

const sandboxData = {
  url: 'https://test.salesforce.com',
  pw: '<password>',
  token: '<token>',
  user: '<user>',
}

module.exports = {
  loginData: loginData,
  sandboxData: sandboxData,
}

From there, start the script with node cli.js [ limit | nolimit ]