Skip to content

Commit 09505e4

Browse files
author
Adam Rutland
authored
Merge pull request #391 from jfgarcia268/master
Add LWC Job options to CLI arguments
2 parents 23c4831 + 50472b5 commit 09505e4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/vlocitycli.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,14 @@ var VLOCITY_COMMANDLINE_OPTIONS = {
9696
"outputDir": String,
9797
"upgradeDataPackFields": Boolean,
9898
"inlcudeDependencies": Boolean,
99-
"testKeys": Array
99+
"testKeys": Array,
100+
"defaultMinToWaitForLWCOmniScript": Number,
101+
"defaultMinToWaitForLWCClassicCards": Number,
102+
"defaultMinToWaitForLWCFlexCards": Number,
103+
"defaultLWCPullTimeInSeconds": Number,
104+
"puppeteerHeadless": Boolean,
105+
"ignoreLWCActivationOS": Boolean,
106+
"ignoreLWCActivationCards": Boolean
100107
};
101108

102109
var VLOCITY_COMMANDLINE_OPTIONS_SHORTHAND = {

0 commit comments

Comments
 (0)