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
"description": "Project name for the application",
186
-
"name": "name"
187
-
}
188
-
],
181
+
"arguments": [],
189
182
"name": "app"
190
183
},
191
184
"extension": {
@@ -309,14 +302,7 @@
309
302
"hide": false
310
303
}
311
304
},
312
-
"arguments": [
313
-
{
314
-
"type": "String",
315
-
"required": false,
316
-
"description": "Project name for the extension",
317
-
"name": "name"
318
-
}
319
-
],
305
+
"arguments": [],
320
306
"name": "extension"
321
307
},
322
308
"controller": {
@@ -387,14 +373,7 @@
387
373
"hide": false
388
374
}
389
375
},
390
-
"arguments": [
391
-
{
392
-
"type": "String",
393
-
"required": false,
394
-
"description": "Name for the controller",
395
-
"name": "name"
396
-
}
397
-
],
376
+
"arguments": [],
398
377
"name": "controller"
399
378
},
400
379
"datasource": {
@@ -458,14 +437,7 @@
458
437
"hide": false
459
438
}
460
439
},
461
-
"arguments": [
462
-
{
463
-
"type": "String",
464
-
"required": false,
465
-
"description": "Name for the datasource",
466
-
"name": "name"
467
-
}
468
-
],
440
+
"arguments": [],
469
441
"name": "datasource"
470
442
},
471
443
"import-lb3-models": {
@@ -536,14 +508,7 @@
536
508
"hide": false
537
509
}
538
510
},
539
-
"arguments": [
540
-
{
541
-
"type": "String",
542
-
"required": true,
543
-
"description": "Path to your LoopBack 3.x application. This can be a project directory (e.g. \"my-lb3-app\") or the server file (e.g. \"my-lb3-app/server/server.js\").",
544
-
"name": "lb3app"
545
-
}
546
-
],
511
+
"arguments": [],
547
512
"name": "import-lb3-models"
548
513
},
549
514
"model": {
@@ -635,14 +600,7 @@
635
600
"hide": false
636
601
}
637
602
},
638
-
"arguments": [
639
-
{
640
-
"type": "String",
641
-
"required": false,
642
-
"description": "Name for the model",
643
-
"name": "name"
644
-
}
645
-
],
603
+
"arguments": [],
646
604
"name": "model"
647
605
},
648
606
"repository": {
@@ -734,14 +692,7 @@
734
692
"hide": false
735
693
}
736
694
},
737
-
"arguments": [
738
-
{
739
-
"type": "String",
740
-
"required": false,
741
-
"description": "Name for the repository ",
742
-
"name": "name"
743
-
}
744
-
],
695
+
"arguments": [],
745
696
"name": "repository"
746
697
},
747
698
"service": {
@@ -819,14 +770,7 @@
819
770
"hide": false
820
771
}
821
772
},
822
-
"arguments": [
823
-
{
824
-
"type": "String",
825
-
"required": false,
826
-
"description": "Name for the service",
827
-
"name": "name"
828
-
}
829
-
],
773
+
"arguments": [],
830
774
"name": "service"
831
775
},
832
776
"example": {
@@ -890,14 +834,7 @@
890
834
"hide": false
891
835
}
892
836
},
893
-
"arguments": [
894
-
{
895
-
"type": "String",
896
-
"description": "Name of the example to clone",
897
-
"required": false,
898
-
"name": "example-name"
899
-
}
900
-
],
837
+
"arguments": [],
901
838
"name": "example"
902
839
},
903
840
"openapi": {
@@ -1015,14 +952,7 @@
1015
952
"hide": false
1016
953
}
1017
954
},
1018
-
"arguments": [
1019
-
{
1020
-
"description": "URL or file path of the OpenAPI spec",
0 commit comments