File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ $ saddlebackOpenapi --help
25
25
-e, --environment <value> Environment dev | stage | stage2
26
26
-s, --service <value> Service 'workflows' | 'event' | 'notifications' | 'core'
27
27
-h, --help display help for command
28
+ -m, --filterMethod Filter method include(default) | exclude')
29
+ -f, --filterArray Filter array
28
30
29
31
Examples
30
32
$ saddlebackOpenApi --input ./spec.json --output ./generated
Original file line number Diff line number Diff line change 67
67
"commander" : " ^9.3.0" ,
68
68
"fs-extra" : " ^10.1.0" ,
69
69
"handlebars" : " ^4.7.7" ,
70
- "json-schema-ref-parser" : " ^9.0.9"
70
+ "json-schema-ref-parser" : " ^9.0.9" ,
71
+ "@rollup/plugin-commonjs" : " 22.0.0" ,
72
+ "@rollup/plugin-node-resolve" : " 13.3.0" ,
73
+ "@rollup/plugin-typescript" : " 8.3.2"
71
74
},
72
75
"devDependencies" : {
73
76
"@angular-devkit/build-angular" : " 13.3.7" ,
85
88
"@babel/core" : " 7.18.2" ,
86
89
"@babel/preset-env" : " 7.18.2" ,
87
90
"@babel/preset-typescript" : " 7.17.12" ,
88
- "@rollup/plugin-commonjs" : " 22.0.0" ,
89
- "@rollup/plugin-node-resolve" : " 13.3.0" ,
90
- "@rollup/plugin-typescript" : " 8.3.2" ,
91
91
"@types/cross-spawn" : " 6.0.2" ,
92
92
"@types/express" : " 4.17.13" ,
93
93
"@types/fs-extra" : " ^9.0.13" ,
You can’t perform that action at this time.
0 commit comments