Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 741 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 741 Bytes

NimblyCI

A simple tool for making deployments to Salesforce easier.

Install

npm install @gonimbly/nimblyci

Usage

Deploy project

SF_LOGIN_URL=https://login.salesforce.com \
SF_USERNAME=<username> \
SF_PASSWORD=<password + security token> \
nimblyci deploy src

Deploy project dependencies

Unmanaged packages may be published to npm for use in Salesforce org repos. An example of such a package is the examples/ directory.

For a Salesforce org example, see apex-utility-belt/example

SF_LOGIN_URL=https://login.salesforce.com \
SF_USERNAME=<username> \
SF_PASSWORD=<password + security token> \
npm run add-packages