@enspirit/emb 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,11 @@
15
15
  "allowNo": false,
16
16
  "type": "boolean"
17
17
  },
18
+ "verbose": {
19
+ "name": "verbose",
20
+ "allowNo": true,
21
+ "type": "boolean"
22
+ },
18
23
  "force": {
19
24
  "char": "f",
20
25
  "description": "Force the deletion of containers & images",
@@ -55,6 +60,11 @@
55
60
  "allowNo": false,
56
61
  "type": "boolean"
57
62
  },
63
+ "verbose": {
64
+ "name": "verbose",
65
+ "allowNo": true,
66
+ "type": "boolean"
67
+ },
58
68
  "flavor": {
59
69
  "description": "Specify the flavor to use.",
60
70
  "name": "flavor",
@@ -70,6 +80,7 @@
70
80
  "pluginAlias": "@enspirit/emb",
71
81
  "pluginName": "@enspirit/emb",
72
82
  "pluginType": "core",
83
+ "strict": true,
73
84
  "enableJsonFlag": true,
74
85
  "isESM": true,
75
86
  "relativePath": [
@@ -100,6 +111,11 @@
100
111
  "allowNo": false,
101
112
  "type": "boolean"
102
113
  },
114
+ "verbose": {
115
+ "name": "verbose",
116
+ "allowNo": true,
117
+ "type": "boolean"
118
+ },
103
119
  "no-deps": {
104
120
  "char": "f",
105
121
  "description": "Don't restart depdendent components",
@@ -144,6 +160,11 @@
144
160
  "name": "json",
145
161
  "allowNo": false,
146
162
  "type": "boolean"
163
+ },
164
+ "verbose": {
165
+ "name": "verbose",
166
+ "allowNo": true,
167
+ "type": "boolean"
147
168
  }
148
169
  },
149
170
  "hasDynamicHelp": false,
@@ -178,6 +199,11 @@
178
199
  "allowNo": false,
179
200
  "type": "boolean"
180
201
  },
202
+ "verbose": {
203
+ "name": "verbose",
204
+ "allowNo": true,
205
+ "type": "boolean"
206
+ },
181
207
  "flavor": {
182
208
  "description": "Specify the flavor to use.",
183
209
  "name": "flavor",
@@ -193,6 +219,7 @@
193
219
  "pluginAlias": "@enspirit/emb",
194
220
  "pluginName": "@enspirit/emb",
195
221
  "pluginType": "core",
222
+ "strict": true,
196
223
  "enableJsonFlag": true,
197
224
  "isESM": true,
198
225
  "relativePath": [
@@ -223,6 +250,11 @@
223
250
  "allowNo": false,
224
251
  "type": "boolean"
225
252
  },
253
+ "verbose": {
254
+ "name": "verbose",
255
+ "allowNo": true,
256
+ "type": "boolean"
257
+ },
226
258
  "flavor": {
227
259
  "description": "Specify the flavor to use.",
228
260
  "name": "flavor",
@@ -271,6 +303,11 @@
271
303
  "allowNo": false,
272
304
  "type": "boolean"
273
305
  },
306
+ "verbose": {
307
+ "name": "verbose",
308
+ "allowNo": true,
309
+ "type": "boolean"
310
+ },
274
311
  "flavor": {
275
312
  "description": "Specify the flavor to use.",
276
313
  "name": "flavor",
@@ -286,6 +323,7 @@
286
323
  "pluginAlias": "@enspirit/emb",
287
324
  "pluginName": "@enspirit/emb",
288
325
  "pluginType": "core",
326
+ "strict": true,
289
327
  "enableJsonFlag": true,
290
328
  "isESM": true,
291
329
  "relativePath": [
@@ -313,6 +351,11 @@
313
351
  "<%= config.bin %> <%= command.id %>"
314
352
  ],
315
353
  "flags": {
354
+ "verbose": {
355
+ "name": "verbose",
356
+ "allowNo": true,
357
+ "type": "boolean"
358
+ },
316
359
  "follow": {
317
360
  "char": "f",
318
361
  "description": "Follow log output",
@@ -355,6 +398,11 @@
355
398
  "<%= config.bin %> <%= command.id %>"
356
399
  ],
357
400
  "flags": {
401
+ "verbose": {
402
+ "name": "verbose",
403
+ "allowNo": true,
404
+ "type": "boolean"
405
+ },
358
406
  "shell": {
359
407
  "char": "s",
360
408
  "description": "The shell to run",
@@ -398,6 +446,11 @@
398
446
  "allowNo": false,
399
447
  "type": "boolean"
400
448
  },
449
+ "verbose": {
450
+ "name": "verbose",
451
+ "allowNo": true,
452
+ "type": "boolean"
453
+ },
401
454
  "flavor": {
402
455
  "description": "Specify the flavor to use.",
403
456
  "name": "flavor",
@@ -413,6 +466,7 @@
413
466
  "pluginAlias": "@enspirit/emb",
414
467
  "pluginName": "@enspirit/emb",
415
468
  "pluginType": "core",
469
+ "strict": true,
416
470
  "enableJsonFlag": true,
417
471
  "isESM": true,
418
472
  "relativePath": [
@@ -441,6 +495,11 @@
441
495
  "allowNo": false,
442
496
  "type": "boolean"
443
497
  },
498
+ "verbose": {
499
+ "name": "verbose",
500
+ "allowNo": true,
501
+ "type": "boolean"
502
+ },
444
503
  "all": {
445
504
  "char": "a",
446
505
  "description": "Retun all containers. By default, only running containers are shown",
@@ -482,6 +541,11 @@
482
541
  "name": "json",
483
542
  "allowNo": false,
484
543
  "type": "boolean"
544
+ },
545
+ "verbose": {
546
+ "name": "verbose",
547
+ "allowNo": true,
548
+ "type": "boolean"
485
549
  }
486
550
  },
487
551
  "hasDynamicHelp": false,
@@ -517,6 +581,11 @@
517
581
  "allowNo": false,
518
582
  "type": "boolean"
519
583
  },
584
+ "verbose": {
585
+ "name": "verbose",
586
+ "allowNo": true,
587
+ "type": "boolean"
588
+ },
520
589
  "force": {
521
590
  "char": "f",
522
591
  "description": "Remove the image even if it is being used by stopped containers or has other tags",
@@ -559,6 +628,11 @@
559
628
  "allowNo": false,
560
629
  "type": "boolean"
561
630
  },
631
+ "verbose": {
632
+ "name": "verbose",
633
+ "allowNo": true,
634
+ "type": "boolean"
635
+ },
562
636
  "flavor": {
563
637
  "description": "Specify the flavor to use.",
564
638
  "name": "flavor",
@@ -582,6 +656,7 @@
582
656
  "pluginAlias": "@enspirit/emb",
583
657
  "pluginName": "@enspirit/emb",
584
658
  "pluginType": "core",
659
+ "strict": true,
585
660
  "enableJsonFlag": true,
586
661
  "isESM": true,
587
662
  "relativePath": [
@@ -608,6 +683,11 @@
608
683
  "allowNo": false,
609
684
  "type": "boolean"
610
685
  },
686
+ "verbose": {
687
+ "name": "verbose",
688
+ "allowNo": true,
689
+ "type": "boolean"
690
+ },
611
691
  "all": {
612
692
  "char": "a",
613
693
  "description": "Prune all images. When set to true all images will be pruned, not only dangling ones",
@@ -651,6 +731,11 @@
651
731
  "allowNo": false,
652
732
  "type": "boolean"
653
733
  },
734
+ "verbose": {
735
+ "name": "verbose",
736
+ "allowNo": true,
737
+ "type": "boolean"
738
+ },
654
739
  "flavor": {
655
740
  "description": "Specify the flavor to use.",
656
741
  "name": "flavor",
@@ -680,6 +765,7 @@
680
765
  "pluginAlias": "@enspirit/emb",
681
766
  "pluginName": "@enspirit/emb",
682
767
  "pluginType": "core",
768
+ "strict": true,
683
769
  "enableJsonFlag": true,
684
770
  "isESM": true,
685
771
  "relativePath": [
@@ -691,12 +777,18 @@
691
777
  "push.js"
692
778
  ]
693
779
  },
694
- "tasks": {
780
+ "resources:build": {
695
781
  "aliases": [],
696
- "args": {},
697
- "description": "List tasks.",
782
+ "args": {
783
+ "component": {
784
+ "description": "List of resources to build (defaults to all)",
785
+ "name": "component",
786
+ "required": false
787
+ }
788
+ },
789
+ "description": "Build the resources of the monorepo",
698
790
  "examples": [
699
- "<%= config.bin %> <%= command.id %>"
791
+ "<%= config.bin %> <%= command.id %> build --flavor development"
700
792
  ],
701
793
  "flags": {
702
794
  "json": {
@@ -705,15 +797,43 @@
705
797
  "name": "json",
706
798
  "allowNo": false,
707
799
  "type": "boolean"
800
+ },
801
+ "verbose": {
802
+ "name": "verbose",
803
+ "allowNo": true,
804
+ "type": "boolean"
805
+ },
806
+ "flavor": {
807
+ "description": "Specify the flavor to use.",
808
+ "name": "flavor",
809
+ "required": false,
810
+ "hasDynamicHelp": false,
811
+ "multiple": false,
812
+ "type": "option"
813
+ },
814
+ "dry-run": {
815
+ "description": "Do not build the resources but only produce build meta information",
816
+ "name": "dry-run",
817
+ "required": false,
818
+ "allowNo": false,
819
+ "type": "boolean"
820
+ },
821
+ "force": {
822
+ "char": "f",
823
+ "description": "Bypass the cache and force the build",
824
+ "name": "force",
825
+ "required": false,
826
+ "allowNo": false,
827
+ "type": "boolean"
708
828
  }
709
829
  },
710
830
  "hasDynamicHelp": false,
711
831
  "hiddenAliases": [],
712
- "id": "tasks",
832
+ "id": "resources:build",
713
833
  "pluginAlias": "@enspirit/emb",
714
834
  "pluginName": "@enspirit/emb",
715
835
  "pluginType": "core",
716
- "strict": true,
836
+ "strict": false,
717
837
  "enableJsonFlag": true,
718
838
  "isESM": true,
719
839
  "relativePath": [
@@ -721,22 +841,14 @@
721
841
  "src",
722
842
  "cli",
723
843
  "commands",
724
- "tasks",
725
- "index.js"
844
+ "resources",
845
+ "build.js"
726
846
  ]
727
847
  },
728
- "tasks:run": {
729
- "aliases": [
730
- "run"
731
- ],
732
- "args": {
733
- "task": {
734
- "description": "List of tasks to run. You can provide either ids or names (eg: component:task or task)",
735
- "name": "task",
736
- "required": true
737
- }
738
- },
739
- "description": "Run tasks.",
848
+ "resources": {
849
+ "aliases": [],
850
+ "args": {},
851
+ "description": "List resources.",
740
852
  "examples": [
741
853
  "<%= config.bin %> <%= command.id %>"
742
854
  ],
@@ -748,33 +860,27 @@
748
860
  "allowNo": false,
749
861
  "type": "boolean"
750
862
  },
751
- "executor": {
752
- "char": "x",
753
- "description": "Where to run the task. (experimental!)",
754
- "name": "executor",
863
+ "verbose": {
864
+ "name": "verbose",
865
+ "allowNo": true,
866
+ "type": "boolean"
867
+ },
868
+ "flavor": {
869
+ "description": "Specify the flavor to use.",
870
+ "name": "flavor",
871
+ "required": false,
755
872
  "hasDynamicHelp": false,
756
873
  "multiple": false,
757
- "options": [
758
- "container",
759
- "local"
760
- ],
761
874
  "type": "option"
762
- },
763
- "all-matching": {
764
- "char": "a",
765
- "description": "Run all tasks matching (when multiple matches)",
766
- "name": "all-matching",
767
- "allowNo": false,
768
- "type": "boolean"
769
875
  }
770
876
  },
771
877
  "hasDynamicHelp": false,
772
878
  "hiddenAliases": [],
773
- "id": "tasks:run",
879
+ "id": "resources",
774
880
  "pluginAlias": "@enspirit/emb",
775
881
  "pluginName": "@enspirit/emb",
776
882
  "pluginType": "core",
777
- "strict": false,
883
+ "strict": true,
778
884
  "enableJsonFlag": true,
779
885
  "isESM": true,
780
886
  "relativePath": [
@@ -782,22 +888,16 @@
782
888
  "src",
783
889
  "cli",
784
890
  "commands",
785
- "tasks",
786
- "run.js"
891
+ "resources",
892
+ "index.js"
787
893
  ]
788
894
  },
789
- "resources:build": {
895
+ "tasks": {
790
896
  "aliases": [],
791
- "args": {
792
- "component": {
793
- "description": "List of resources to build (defaults to all)",
794
- "name": "component",
795
- "required": false
796
- }
797
- },
798
- "description": "Build the resources of the monorepo",
897
+ "args": {},
898
+ "description": "List tasks.",
799
899
  "examples": [
800
- "<%= config.bin %> <%= command.id %> build --flavor development"
900
+ "<%= config.bin %> <%= command.id %>"
801
901
  ],
802
902
  "flags": {
803
903
  "json": {
@@ -807,37 +907,19 @@
807
907
  "allowNo": false,
808
908
  "type": "boolean"
809
909
  },
810
- "flavor": {
811
- "description": "Specify the flavor to use.",
812
- "name": "flavor",
813
- "required": false,
814
- "hasDynamicHelp": false,
815
- "multiple": false,
816
- "type": "option"
817
- },
818
- "dry-run": {
819
- "description": "Do not build the resources but only produce build meta information",
820
- "name": "dry-run",
821
- "required": false,
822
- "allowNo": false,
823
- "type": "boolean"
824
- },
825
- "force": {
826
- "char": "f",
827
- "description": "Bypass the cache and force the build",
828
- "name": "force",
829
- "required": false,
830
- "allowNo": false,
910
+ "verbose": {
911
+ "name": "verbose",
912
+ "allowNo": true,
831
913
  "type": "boolean"
832
914
  }
833
915
  },
834
916
  "hasDynamicHelp": false,
835
917
  "hiddenAliases": [],
836
- "id": "resources:build",
918
+ "id": "tasks",
837
919
  "pluginAlias": "@enspirit/emb",
838
920
  "pluginName": "@enspirit/emb",
839
921
  "pluginType": "core",
840
- "strict": false,
922
+ "strict": true,
841
923
  "enableJsonFlag": true,
842
924
  "isESM": true,
843
925
  "relativePath": [
@@ -845,14 +927,22 @@
845
927
  "src",
846
928
  "cli",
847
929
  "commands",
848
- "resources",
849
- "build.js"
930
+ "tasks",
931
+ "index.js"
850
932
  ]
851
933
  },
852
- "resources": {
853
- "aliases": [],
854
- "args": {},
855
- "description": "List resources.",
934
+ "tasks:run": {
935
+ "aliases": [
936
+ "run"
937
+ ],
938
+ "args": {
939
+ "task": {
940
+ "description": "List of tasks to run. You can provide either ids or names (eg: component:task or task)",
941
+ "name": "task",
942
+ "required": true
943
+ }
944
+ },
945
+ "description": "Run tasks.",
856
946
  "examples": [
857
947
  "<%= config.bin %> <%= command.id %>"
858
948
  ],
@@ -864,21 +954,38 @@
864
954
  "allowNo": false,
865
955
  "type": "boolean"
866
956
  },
867
- "flavor": {
868
- "description": "Specify the flavor to use.",
869
- "name": "flavor",
870
- "required": false,
957
+ "verbose": {
958
+ "name": "verbose",
959
+ "allowNo": true,
960
+ "type": "boolean"
961
+ },
962
+ "executor": {
963
+ "char": "x",
964
+ "description": "Where to run the task. (experimental!)",
965
+ "name": "executor",
871
966
  "hasDynamicHelp": false,
872
967
  "multiple": false,
968
+ "options": [
969
+ "container",
970
+ "local"
971
+ ],
873
972
  "type": "option"
973
+ },
974
+ "all-matching": {
975
+ "char": "a",
976
+ "description": "Run all tasks matching (when multiple matches)",
977
+ "name": "all-matching",
978
+ "allowNo": false,
979
+ "type": "boolean"
874
980
  }
875
981
  },
876
982
  "hasDynamicHelp": false,
877
983
  "hiddenAliases": [],
878
- "id": "resources",
984
+ "id": "tasks:run",
879
985
  "pluginAlias": "@enspirit/emb",
880
986
  "pluginName": "@enspirit/emb",
881
987
  "pluginType": "core",
988
+ "strict": false,
882
989
  "enableJsonFlag": true,
883
990
  "isESM": true,
884
991
  "relativePath": [
@@ -886,10 +993,10 @@
886
993
  "src",
887
994
  "cli",
888
995
  "commands",
889
- "resources",
890
- "index.js"
996
+ "tasks",
997
+ "run.js"
891
998
  ]
892
999
  }
893
1000
  },
894
- "version": "0.9.0"
1001
+ "version": "0.10.0"
895
1002
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enspirit/emb",
3
3
  "type": "module",
4
- "version": "0.9.0",
4
+ "version": "0.10.0",
5
5
  "keywords": [
6
6
  "monorepo",
7
7
  "docker",