build_salesforce_package

1.41.50 • Public • Published

Build Salesforce Package (Digital Deer)

CLI library to build packages (based on a git Repo) and then deploy them in Salesforce

Install

sudo npm install build_salesforce_package --global

Help

Create a profile

Options Description
-k Encryption key
-apiV Api version (default 39)
-z Zip
build_salesforce_package settings profileName name@example.com password login.salesforce.com -k 1234

List profiles

build_salesforce_package list

Remove profile

build_salesforce_package remove profileName

Build package (Based on a git branch)

Options Description
-z Zip the package
-apiV Api version (default 39)
-t Target (to make a diff between 2 branches)
-p Path to the src (default src/)
-k Encryption key if used in the profile
build_salesforce_package build name origin/fullsdbx --zip

Build package (Based on a diff of 2 branchs)

build_salesforce_package build profileName origin/fullsdbx -t origin/master --zip

Usage

Example (Need to be in the git repo)

$ build_salesforce_package settings profileName name@example.com password login.salesforce.com -k 1234
$ build_salesforce_package build profileName origin/fullsdbx --zip -k 1234

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.41.503latest

Version History

VersionDownloads (Last 7 Days)Published
1.41.503
1.41.470
1.41.460
1.41.450
1.41.440
1.41.430
1.41.420
1.41.410
1.41.400
1.41.390
1.41.380
1.41.370
1.41.360
1.41.350
1.41.340
1.41.332
1.41.320
1.41.310
1.41.300
1.41.290
1.41.280
1.41.270
1.41.260
1.41.250
1.41.240
1.41.230
1.41.220
1.41.210
1.41.200
1.41.190
1.41.170
1.41.160
1.41.150
1.41.140
1.41.130
1.41.120
1.41.110
1.41.100
1.41.80
1.41.70
1.41.60
1.41.50
1.41.40
1.41.30
1.41.20
1.41.10
1.41.00
1.0.300
1.0.290
1.0.280
1.0.274
1.0.260
1.0.250
1.0.240
1.0.230
1.0.220
1.0.210
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i build_salesforce_package

Weekly Downloads

9

Version

1.41.50

License

MIT

Last publish

Collaborators

  • guillaume.rebmann