Skip to content

Commit

Permalink
Merge pull request #391 from jfgarcia268/master
Browse files Browse the repository at this point in the history
Add LWC Job options to CLI arguments
  • Loading branch information
Adam Rutland authored Jul 28, 2021
2 parents 23c4831 + 50472b5 commit 09505e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/vlocitycli.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,14 @@ var VLOCITY_COMMANDLINE_OPTIONS = {
"outputDir": String,
"upgradeDataPackFields": Boolean,
"inlcudeDependencies": Boolean,
"testKeys": Array
"testKeys": Array,
"defaultMinToWaitForLWCOmniScript": Number,
"defaultMinToWaitForLWCClassicCards": Number,
"defaultMinToWaitForLWCFlexCards": Number,
"defaultLWCPullTimeInSeconds": Number,
"puppeteerHeadless": Boolean,
"ignoreLWCActivationOS": Boolean,
"ignoreLWCActivationCards": Boolean
};

var VLOCITY_COMMANDLINE_OPTIONS_SHORTHAND = {
Expand Down

0 comments on commit 09505e4

Please sign in to comment.