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
- Host: GitHub
- URL: https://github.com/johnagan/apex-deploy
- Owner: johnagan
- Created: 2015-10-30T19:30:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T21:17:00.000Z (over 10 years ago)
- Last Synced: 2025-03-05T09:46:00.328Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 202 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```