An open API service indexing awesome lists of open source software.

https://github.com/johnagan/apex-deploy

Example Automated Salesforce APEX Build & Deploy
https://github.com/johnagan/apex-deploy

Last synced: 12 months ago
JSON representation

Example Automated Salesforce APEX Build & Deploy

Awesome Lists containing this project

README

          

## Example Automated Salesforce APEX Build & Deploy

#### Required Environment Variables
- SFDC_PASSWORD
- SFDC_TOKEN
- SFDC_LOGIN

#### Running
```
npm install
npm start
```