You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/bin.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ const OPTIONS = {
30
30
default: ARCHIVE_FORMAT_ZIP,
31
31
describe: 'Format of the archive created for each function',
32
32
},
33
+
config: {
34
+
default: {},
35
+
describe:
36
+
'An object matching glob-like expressions to objects containing configuration properties. Whenever a function name matches one of the expressions, it inherits the configuration properties',
37
+
},
33
38
'parallel-limit': {
34
39
number: true,
35
40
describe: 'Maximum number of Functions to bundle at the same time',
0 commit comments