@enspirit/emb 0.25.3 → 0.25.5
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.
- package/README.md +31 -31
- package/oclif.manifest.json +220 -220
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ $ npm install -g @enspirit/emb
|
|
|
14
14
|
$ emb COMMAND
|
|
15
15
|
running command...
|
|
16
16
|
$ emb (--version)
|
|
17
|
-
@enspirit/emb/0.25.
|
|
17
|
+
@enspirit/emb/0.25.5 linux-x64 node-v22.22.2
|
|
18
18
|
$ emb --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ emb COMMAND
|
|
@@ -113,7 +113,7 @@ EXAMPLES
|
|
|
113
113
|
$ emb clean
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
_See code: [src/commands/clean.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
116
|
+
_See code: [src/commands/clean.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/clean.ts)_
|
|
117
117
|
|
|
118
118
|
## `emb components`
|
|
119
119
|
|
|
@@ -138,7 +138,7 @@ EXAMPLES
|
|
|
138
138
|
$ emb components
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/components/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
141
|
+
_See code: [src/commands/components/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/components/index.ts)_
|
|
142
142
|
|
|
143
143
|
## `emb components shell SERVICE`
|
|
144
144
|
|
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
$ emb components shell
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/components/shell.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
169
|
+
_See code: [src/commands/components/shell.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/components/shell.ts)_
|
|
170
170
|
|
|
171
171
|
## `emb config print`
|
|
172
172
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
$ emb config print
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/config/print.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
194
|
+
_See code: [src/commands/config/print.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/config/print.ts)_
|
|
195
195
|
|
|
196
196
|
## `emb containers`
|
|
197
197
|
|
|
@@ -216,7 +216,7 @@ EXAMPLES
|
|
|
216
216
|
$ emb containers
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/containers/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
219
|
+
_See code: [src/commands/containers/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/containers/index.ts)_
|
|
220
220
|
|
|
221
221
|
## `emb containers prune`
|
|
222
222
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ emb containers prune
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/containers/prune.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
243
|
+
_See code: [src/commands/containers/prune.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/containers/prune.ts)_
|
|
244
244
|
|
|
245
245
|
## `emb down [SERVICE]`
|
|
246
246
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
$ emb down
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/down.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
271
|
+
_See code: [src/commands/down.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/down.ts)_
|
|
272
272
|
|
|
273
273
|
## `emb help [COMMAND]`
|
|
274
274
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ emb images
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [src/commands/images/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
317
|
+
_See code: [src/commands/images/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/images/index.ts)_
|
|
318
318
|
|
|
319
319
|
## `emb images delete`
|
|
320
320
|
|
|
@@ -339,7 +339,7 @@ EXAMPLES
|
|
|
339
339
|
$ emb images delete
|
|
340
340
|
```
|
|
341
341
|
|
|
342
|
-
_See code: [src/commands/images/delete.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
342
|
+
_See code: [src/commands/images/delete.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/images/delete.ts)_
|
|
343
343
|
|
|
344
344
|
## `emb images prune`
|
|
345
345
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
$ emb images prune
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/images/prune.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
367
|
+
_See code: [src/commands/images/prune.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/images/prune.ts)_
|
|
368
368
|
|
|
369
369
|
## `emb images push`
|
|
370
370
|
|
|
@@ -393,7 +393,7 @@ EXAMPLES
|
|
|
393
393
|
$ emb images push --registry my.registry.io --retag newtag
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/images/push.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
396
|
+
_See code: [src/commands/images/push.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/images/push.ts)_
|
|
397
397
|
|
|
398
398
|
## `emb kubernetes logs COMPONENT`
|
|
399
399
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ emb kubernetes logs
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/kubernetes/logs.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
422
|
+
_See code: [src/commands/kubernetes/logs.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/kubernetes/logs.ts)_
|
|
423
423
|
|
|
424
424
|
## `emb kubernetes ps`
|
|
425
425
|
|
|
@@ -442,7 +442,7 @@ EXAMPLES
|
|
|
442
442
|
$ emb kubernetes ps
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [src/commands/kubernetes/ps.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
445
|
+
_See code: [src/commands/kubernetes/ps.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/kubernetes/ps.ts)_
|
|
446
446
|
|
|
447
447
|
## `emb kubernetes restart [DEPLOYMENT]`
|
|
448
448
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ emb kubernetes restart
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/kubernetes/restart.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
470
|
+
_See code: [src/commands/kubernetes/restart.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/kubernetes/restart.ts)_
|
|
471
471
|
|
|
472
472
|
## `emb kubernetes shell COMPONENT`
|
|
473
473
|
|
|
@@ -496,7 +496,7 @@ EXAMPLES
|
|
|
496
496
|
$ emb kubernetes shell
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/kubernetes/shell.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
499
|
+
_See code: [src/commands/kubernetes/shell.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/kubernetes/shell.ts)_
|
|
500
500
|
|
|
501
501
|
## `emb logs [SERVICE]`
|
|
502
502
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
$ emb logs --no-follow backend
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/logs/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
530
|
+
_See code: [src/commands/logs/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/logs/index.ts)_
|
|
531
531
|
|
|
532
532
|
## `emb logs archive [SERVICE]`
|
|
533
533
|
|
|
@@ -563,7 +563,7 @@ EXAMPLES
|
|
|
563
563
|
$ emb logs archive --tail 1000
|
|
564
564
|
```
|
|
565
565
|
|
|
566
|
-
_See code: [src/commands/logs/archive.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
566
|
+
_See code: [src/commands/logs/archive.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/logs/archive.ts)_
|
|
567
567
|
|
|
568
568
|
## `emb ps`
|
|
569
569
|
|
|
@@ -586,7 +586,7 @@ EXAMPLES
|
|
|
586
586
|
$ emb ps
|
|
587
587
|
```
|
|
588
588
|
|
|
589
|
-
_See code: [src/commands/ps.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
589
|
+
_See code: [src/commands/ps.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/ps.ts)_
|
|
590
590
|
|
|
591
591
|
## `emb resources`
|
|
592
592
|
|
|
@@ -614,7 +614,7 @@ EXAMPLES
|
|
|
614
614
|
$ emb resources --publishable
|
|
615
615
|
```
|
|
616
616
|
|
|
617
|
-
_See code: [src/commands/resources/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
617
|
+
_See code: [src/commands/resources/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/resources/index.ts)_
|
|
618
618
|
|
|
619
619
|
## `emb resources build [COMPONENT]`
|
|
620
620
|
|
|
@@ -648,7 +648,7 @@ EXAMPLES
|
|
|
648
648
|
$ emb resources build build --publishable --flavor production
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [src/commands/resources/build.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
651
|
+
_See code: [src/commands/resources/build.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/resources/build.ts)_
|
|
652
652
|
|
|
653
653
|
## `emb resources publish [RESOURCES]`
|
|
654
654
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ emb resources publish api:image --flavor production
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/resources/publish.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
682
|
+
_See code: [src/commands/resources/publish.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/resources/publish.ts)_
|
|
683
683
|
|
|
684
684
|
## `emb restart [SERVICE]`
|
|
685
685
|
|
|
@@ -707,7 +707,7 @@ EXAMPLES
|
|
|
707
707
|
$ emb restart
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/restart.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
710
|
+
_See code: [src/commands/restart.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/restart.ts)_
|
|
711
711
|
|
|
712
712
|
## `emb run TASK`
|
|
713
713
|
|
|
@@ -765,7 +765,7 @@ EXAMPLES
|
|
|
765
765
|
$ emb secrets --json
|
|
766
766
|
```
|
|
767
767
|
|
|
768
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
768
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/secrets/index.ts)_
|
|
769
769
|
|
|
770
770
|
## `emb secrets providers`
|
|
771
771
|
|
|
@@ -790,7 +790,7 @@ EXAMPLES
|
|
|
790
790
|
$ emb secrets providers
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/secrets/providers.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
793
|
+
_See code: [src/commands/secrets/providers.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/secrets/providers.ts)_
|
|
794
794
|
|
|
795
795
|
## `emb secrets validate`
|
|
796
796
|
|
|
@@ -820,7 +820,7 @@ EXAMPLES
|
|
|
820
820
|
$ emb secrets validate --json
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/secrets/validate.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
823
|
+
_See code: [src/commands/secrets/validate.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/secrets/validate.ts)_
|
|
824
824
|
|
|
825
825
|
## `emb shell SERVICE`
|
|
826
826
|
|
|
@@ -873,7 +873,7 @@ EXAMPLES
|
|
|
873
873
|
$ emb start
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [src/commands/start.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
876
|
+
_See code: [src/commands/start.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/start.ts)_
|
|
877
877
|
|
|
878
878
|
## `emb stop [SERVICE]`
|
|
879
879
|
|
|
@@ -901,7 +901,7 @@ EXAMPLES
|
|
|
901
901
|
$ emb stop
|
|
902
902
|
```
|
|
903
903
|
|
|
904
|
-
_See code: [src/commands/stop.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
904
|
+
_See code: [src/commands/stop.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/stop.ts)_
|
|
905
905
|
|
|
906
906
|
## `emb tasks`
|
|
907
907
|
|
|
@@ -925,7 +925,7 @@ EXAMPLES
|
|
|
925
925
|
$ emb tasks
|
|
926
926
|
```
|
|
927
927
|
|
|
928
|
-
_See code: [src/commands/tasks/index.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
928
|
+
_See code: [src/commands/tasks/index.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/tasks/index.ts)_
|
|
929
929
|
|
|
930
930
|
## `emb tasks run TASK`
|
|
931
931
|
|
|
@@ -958,7 +958,7 @@ EXAMPLES
|
|
|
958
958
|
$ emb tasks run
|
|
959
959
|
```
|
|
960
960
|
|
|
961
|
-
_See code: [src/commands/tasks/run.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
961
|
+
_See code: [src/commands/tasks/run.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/tasks/run.ts)_
|
|
962
962
|
|
|
963
963
|
## `emb up [SERVICE]`
|
|
964
964
|
|
|
@@ -987,7 +987,7 @@ EXAMPLES
|
|
|
987
987
|
$ emb up
|
|
988
988
|
```
|
|
989
989
|
|
|
990
|
-
_See code: [src/commands/up.ts](https://github.com/enspirit/emb/blob/v0.25.
|
|
990
|
+
_See code: [src/commands/up.ts](https://github.com/enspirit/emb/blob/v0.25.5/src/commands/up.ts)_
|
|
991
991
|
|
|
992
992
|
## `emb update [CHANNEL]`
|
|
993
993
|
|
package/oclif.manifest.json
CHANGED
|
@@ -931,142 +931,6 @@
|
|
|
931
931
|
"push.js"
|
|
932
932
|
]
|
|
933
933
|
},
|
|
934
|
-
"logs:archive": {
|
|
935
|
-
"aliases": [],
|
|
936
|
-
"args": {
|
|
937
|
-
"service": {
|
|
938
|
-
"description": "The service(s) to archive logs for (all if omitted)",
|
|
939
|
-
"name": "service",
|
|
940
|
-
"required": false
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
"description": "Archive docker compose logs to files (one file per service).",
|
|
944
|
-
"examples": [
|
|
945
|
-
"<%= config.bin %> <%= command.id %>",
|
|
946
|
-
"<%= config.bin %> <%= command.id %> backend frontend",
|
|
947
|
-
"<%= config.bin %> <%= command.id %> --timestamps",
|
|
948
|
-
"<%= config.bin %> <%= command.id %> --tail 1000"
|
|
949
|
-
],
|
|
950
|
-
"flags": {
|
|
951
|
-
"json": {
|
|
952
|
-
"description": "Format output as json.",
|
|
953
|
-
"helpGroup": "GLOBAL",
|
|
954
|
-
"name": "json",
|
|
955
|
-
"allowNo": false,
|
|
956
|
-
"type": "boolean"
|
|
957
|
-
},
|
|
958
|
-
"verbose": {
|
|
959
|
-
"name": "verbose",
|
|
960
|
-
"allowNo": true,
|
|
961
|
-
"type": "boolean"
|
|
962
|
-
},
|
|
963
|
-
"root": {
|
|
964
|
-
"char": "C",
|
|
965
|
-
"description": "Run as if emb was started in <path>. Can also be set via EMB_ROOT env var.",
|
|
966
|
-
"name": "root",
|
|
967
|
-
"required": false,
|
|
968
|
-
"hasDynamicHelp": false,
|
|
969
|
-
"multiple": false,
|
|
970
|
-
"type": "option"
|
|
971
|
-
},
|
|
972
|
-
"timestamps": {
|
|
973
|
-
"char": "t",
|
|
974
|
-
"description": "Include timestamps in logs",
|
|
975
|
-
"name": "timestamps",
|
|
976
|
-
"allowNo": false,
|
|
977
|
-
"type": "boolean"
|
|
978
|
-
},
|
|
979
|
-
"tail": {
|
|
980
|
-
"description": "Number of lines to show from the end of the logs",
|
|
981
|
-
"name": "tail",
|
|
982
|
-
"hasDynamicHelp": false,
|
|
983
|
-
"multiple": false,
|
|
984
|
-
"type": "option"
|
|
985
|
-
},
|
|
986
|
-
"output": {
|
|
987
|
-
"char": "o",
|
|
988
|
-
"description": "Output directory for log files (defaults to .emb/<flavor>/logs/docker/compose)",
|
|
989
|
-
"name": "output",
|
|
990
|
-
"hasDynamicHelp": false,
|
|
991
|
-
"multiple": false,
|
|
992
|
-
"type": "option"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
"hasDynamicHelp": false,
|
|
996
|
-
"hiddenAliases": [],
|
|
997
|
-
"id": "logs:archive",
|
|
998
|
-
"pluginAlias": "@enspirit/emb",
|
|
999
|
-
"pluginName": "@enspirit/emb",
|
|
1000
|
-
"pluginType": "core",
|
|
1001
|
-
"strict": false,
|
|
1002
|
-
"enableJsonFlag": true,
|
|
1003
|
-
"isESM": true,
|
|
1004
|
-
"relativePath": [
|
|
1005
|
-
"dist",
|
|
1006
|
-
"src",
|
|
1007
|
-
"cli",
|
|
1008
|
-
"commands",
|
|
1009
|
-
"logs",
|
|
1010
|
-
"archive.js"
|
|
1011
|
-
]
|
|
1012
|
-
},
|
|
1013
|
-
"logs": {
|
|
1014
|
-
"aliases": [],
|
|
1015
|
-
"args": {
|
|
1016
|
-
"service": {
|
|
1017
|
-
"description": "The service(s) you want to see the logs of (all if omitted)",
|
|
1018
|
-
"name": "service",
|
|
1019
|
-
"required": false
|
|
1020
|
-
}
|
|
1021
|
-
},
|
|
1022
|
-
"description": "Get service logs.",
|
|
1023
|
-
"examples": [
|
|
1024
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1025
|
-
"<%= config.bin %> <%= command.id %> backend",
|
|
1026
|
-
"<%= config.bin %> <%= command.id %> backend frontend",
|
|
1027
|
-
"<%= config.bin %> <%= command.id %> --no-follow backend"
|
|
1028
|
-
],
|
|
1029
|
-
"flags": {
|
|
1030
|
-
"verbose": {
|
|
1031
|
-
"name": "verbose",
|
|
1032
|
-
"allowNo": true,
|
|
1033
|
-
"type": "boolean"
|
|
1034
|
-
},
|
|
1035
|
-
"root": {
|
|
1036
|
-
"char": "C",
|
|
1037
|
-
"description": "Run as if emb was started in <path>. Can also be set via EMB_ROOT env var.",
|
|
1038
|
-
"name": "root",
|
|
1039
|
-
"required": false,
|
|
1040
|
-
"hasDynamicHelp": false,
|
|
1041
|
-
"multiple": false,
|
|
1042
|
-
"type": "option"
|
|
1043
|
-
},
|
|
1044
|
-
"follow": {
|
|
1045
|
-
"char": "f",
|
|
1046
|
-
"description": "Follow log output",
|
|
1047
|
-
"name": "follow",
|
|
1048
|
-
"allowNo": true,
|
|
1049
|
-
"type": "boolean"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
"hasDynamicHelp": false,
|
|
1053
|
-
"hiddenAliases": [],
|
|
1054
|
-
"id": "logs",
|
|
1055
|
-
"pluginAlias": "@enspirit/emb",
|
|
1056
|
-
"pluginName": "@enspirit/emb",
|
|
1057
|
-
"pluginType": "core",
|
|
1058
|
-
"strict": false,
|
|
1059
|
-
"enableJsonFlag": false,
|
|
1060
|
-
"isESM": true,
|
|
1061
|
-
"relativePath": [
|
|
1062
|
-
"dist",
|
|
1063
|
-
"src",
|
|
1064
|
-
"cli",
|
|
1065
|
-
"commands",
|
|
1066
|
-
"logs",
|
|
1067
|
-
"index.js"
|
|
1068
|
-
]
|
|
1069
|
-
},
|
|
1070
934
|
"kubernetes:logs": {
|
|
1071
935
|
"aliases": [],
|
|
1072
936
|
"args": {
|
|
@@ -1319,13 +1183,21 @@
|
|
|
1319
1183
|
"shell.js"
|
|
1320
1184
|
]
|
|
1321
1185
|
},
|
|
1322
|
-
"
|
|
1186
|
+
"logs:archive": {
|
|
1323
1187
|
"aliases": [],
|
|
1324
|
-
"args": {
|
|
1325
|
-
|
|
1188
|
+
"args": {
|
|
1189
|
+
"service": {
|
|
1190
|
+
"description": "The service(s) to archive logs for (all if omitted)",
|
|
1191
|
+
"name": "service",
|
|
1192
|
+
"required": false
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"description": "Archive docker compose logs to files (one file per service).",
|
|
1326
1196
|
"examples": [
|
|
1327
1197
|
"<%= config.bin %> <%= command.id %>",
|
|
1328
|
-
"<%= config.bin %> <%= command.id %>
|
|
1198
|
+
"<%= config.bin %> <%= command.id %> backend frontend",
|
|
1199
|
+
"<%= config.bin %> <%= command.id %> --timestamps",
|
|
1200
|
+
"<%= config.bin %> <%= command.id %> --tail 1000"
|
|
1329
1201
|
],
|
|
1330
1202
|
"flags": {
|
|
1331
1203
|
"json": {
|
|
@@ -1349,10 +1221,24 @@
|
|
|
1349
1221
|
"multiple": false,
|
|
1350
1222
|
"type": "option"
|
|
1351
1223
|
},
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1224
|
+
"timestamps": {
|
|
1225
|
+
"char": "t",
|
|
1226
|
+
"description": "Include timestamps in logs",
|
|
1227
|
+
"name": "timestamps",
|
|
1228
|
+
"allowNo": false,
|
|
1229
|
+
"type": "boolean"
|
|
1230
|
+
},
|
|
1231
|
+
"tail": {
|
|
1232
|
+
"description": "Number of lines to show from the end of the logs",
|
|
1233
|
+
"name": "tail",
|
|
1234
|
+
"hasDynamicHelp": false,
|
|
1235
|
+
"multiple": false,
|
|
1236
|
+
"type": "option"
|
|
1237
|
+
},
|
|
1238
|
+
"output": {
|
|
1239
|
+
"char": "o",
|
|
1240
|
+
"description": "Output directory for log files (defaults to .emb/<flavor>/logs/docker/compose)",
|
|
1241
|
+
"name": "output",
|
|
1356
1242
|
"hasDynamicHelp": false,
|
|
1357
1243
|
"multiple": false,
|
|
1358
1244
|
"type": "option"
|
|
@@ -1360,11 +1246,11 @@
|
|
|
1360
1246
|
},
|
|
1361
1247
|
"hasDynamicHelp": false,
|
|
1362
1248
|
"hiddenAliases": [],
|
|
1363
|
-
"id": "
|
|
1249
|
+
"id": "logs:archive",
|
|
1364
1250
|
"pluginAlias": "@enspirit/emb",
|
|
1365
1251
|
"pluginName": "@enspirit/emb",
|
|
1366
1252
|
"pluginType": "core",
|
|
1367
|
-
"strict":
|
|
1253
|
+
"strict": false,
|
|
1368
1254
|
"enableJsonFlag": true,
|
|
1369
1255
|
"isESM": true,
|
|
1370
1256
|
"relativePath": [
|
|
@@ -1372,16 +1258,80 @@
|
|
|
1372
1258
|
"src",
|
|
1373
1259
|
"cli",
|
|
1374
1260
|
"commands",
|
|
1375
|
-
"
|
|
1261
|
+
"logs",
|
|
1262
|
+
"archive.js"
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
1265
|
+
"logs": {
|
|
1266
|
+
"aliases": [],
|
|
1267
|
+
"args": {
|
|
1268
|
+
"service": {
|
|
1269
|
+
"description": "The service(s) you want to see the logs of (all if omitted)",
|
|
1270
|
+
"name": "service",
|
|
1271
|
+
"required": false
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"description": "Get service logs.",
|
|
1275
|
+
"examples": [
|
|
1276
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1277
|
+
"<%= config.bin %> <%= command.id %> backend",
|
|
1278
|
+
"<%= config.bin %> <%= command.id %> backend frontend",
|
|
1279
|
+
"<%= config.bin %> <%= command.id %> --no-follow backend"
|
|
1280
|
+
],
|
|
1281
|
+
"flags": {
|
|
1282
|
+
"verbose": {
|
|
1283
|
+
"name": "verbose",
|
|
1284
|
+
"allowNo": true,
|
|
1285
|
+
"type": "boolean"
|
|
1286
|
+
},
|
|
1287
|
+
"root": {
|
|
1288
|
+
"char": "C",
|
|
1289
|
+
"description": "Run as if emb was started in <path>. Can also be set via EMB_ROOT env var.",
|
|
1290
|
+
"name": "root",
|
|
1291
|
+
"required": false,
|
|
1292
|
+
"hasDynamicHelp": false,
|
|
1293
|
+
"multiple": false,
|
|
1294
|
+
"type": "option"
|
|
1295
|
+
},
|
|
1296
|
+
"follow": {
|
|
1297
|
+
"char": "f",
|
|
1298
|
+
"description": "Follow log output",
|
|
1299
|
+
"name": "follow",
|
|
1300
|
+
"allowNo": true,
|
|
1301
|
+
"type": "boolean"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"hasDynamicHelp": false,
|
|
1305
|
+
"hiddenAliases": [],
|
|
1306
|
+
"id": "logs",
|
|
1307
|
+
"pluginAlias": "@enspirit/emb",
|
|
1308
|
+
"pluginName": "@enspirit/emb",
|
|
1309
|
+
"pluginType": "core",
|
|
1310
|
+
"strict": false,
|
|
1311
|
+
"enableJsonFlag": false,
|
|
1312
|
+
"isESM": true,
|
|
1313
|
+
"relativePath": [
|
|
1314
|
+
"dist",
|
|
1315
|
+
"src",
|
|
1316
|
+
"cli",
|
|
1317
|
+
"commands",
|
|
1318
|
+
"logs",
|
|
1376
1319
|
"index.js"
|
|
1377
1320
|
]
|
|
1378
1321
|
},
|
|
1379
|
-
"
|
|
1322
|
+
"resources:build": {
|
|
1380
1323
|
"aliases": [],
|
|
1381
|
-
"args": {
|
|
1382
|
-
|
|
1324
|
+
"args": {
|
|
1325
|
+
"component": {
|
|
1326
|
+
"description": "List of resources to build (defaults to all)",
|
|
1327
|
+
"name": "component",
|
|
1328
|
+
"required": false
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"description": "Build the resources of the monorepo",
|
|
1383
1332
|
"examples": [
|
|
1384
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1333
|
+
"<%= config.bin %> <%= command.id %> build --flavor development",
|
|
1334
|
+
"<%= config.bin %> <%= command.id %> build --publishable --flavor production"
|
|
1385
1335
|
],
|
|
1386
1336
|
"flags": {
|
|
1387
1337
|
"json": {
|
|
@@ -1412,15 +1362,37 @@
|
|
|
1412
1362
|
"hasDynamicHelp": false,
|
|
1413
1363
|
"multiple": false,
|
|
1414
1364
|
"type": "option"
|
|
1365
|
+
},
|
|
1366
|
+
"dry-run": {
|
|
1367
|
+
"description": "Do not build the resources but only produce build meta information",
|
|
1368
|
+
"name": "dry-run",
|
|
1369
|
+
"required": false,
|
|
1370
|
+
"allowNo": false,
|
|
1371
|
+
"type": "boolean"
|
|
1372
|
+
},
|
|
1373
|
+
"force": {
|
|
1374
|
+
"char": "f",
|
|
1375
|
+
"description": "Bypass the cache and force the build",
|
|
1376
|
+
"name": "force",
|
|
1377
|
+
"required": false,
|
|
1378
|
+
"allowNo": false,
|
|
1379
|
+
"type": "boolean"
|
|
1380
|
+
},
|
|
1381
|
+
"publishable": {
|
|
1382
|
+
"description": "Only build resources that are publishable (publish: true) and their dependencies",
|
|
1383
|
+
"name": "publishable",
|
|
1384
|
+
"required": false,
|
|
1385
|
+
"allowNo": false,
|
|
1386
|
+
"type": "boolean"
|
|
1415
1387
|
}
|
|
1416
1388
|
},
|
|
1417
1389
|
"hasDynamicHelp": false,
|
|
1418
1390
|
"hiddenAliases": [],
|
|
1419
|
-
"id": "
|
|
1391
|
+
"id": "resources:build",
|
|
1420
1392
|
"pluginAlias": "@enspirit/emb",
|
|
1421
1393
|
"pluginName": "@enspirit/emb",
|
|
1422
1394
|
"pluginType": "core",
|
|
1423
|
-
"strict":
|
|
1395
|
+
"strict": false,
|
|
1424
1396
|
"enableJsonFlag": true,
|
|
1425
1397
|
"isESM": true,
|
|
1426
1398
|
"relativePath": [
|
|
@@ -1428,18 +1400,17 @@
|
|
|
1428
1400
|
"src",
|
|
1429
1401
|
"cli",
|
|
1430
1402
|
"commands",
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1403
|
+
"resources",
|
|
1404
|
+
"build.js"
|
|
1433
1405
|
]
|
|
1434
1406
|
},
|
|
1435
|
-
"
|
|
1407
|
+
"resources": {
|
|
1436
1408
|
"aliases": [],
|
|
1437
1409
|
"args": {},
|
|
1438
|
-
"description": "
|
|
1410
|
+
"description": "List resources.",
|
|
1439
1411
|
"examples": [
|
|
1440
1412
|
"<%= config.bin %> <%= command.id %>",
|
|
1441
|
-
"<%= config.bin %> <%= command.id %> --
|
|
1442
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
1413
|
+
"<%= config.bin %> <%= command.id %> --publishable"
|
|
1443
1414
|
],
|
|
1444
1415
|
"flags": {
|
|
1445
1416
|
"json": {
|
|
@@ -1471,16 +1442,17 @@
|
|
|
1471
1442
|
"multiple": false,
|
|
1472
1443
|
"type": "option"
|
|
1473
1444
|
},
|
|
1474
|
-
"
|
|
1475
|
-
"description": "
|
|
1476
|
-
"name": "
|
|
1445
|
+
"publishable": {
|
|
1446
|
+
"description": "Only show resources that are publishable (publish: true)",
|
|
1447
|
+
"name": "publishable",
|
|
1448
|
+
"required": false,
|
|
1477
1449
|
"allowNo": false,
|
|
1478
1450
|
"type": "boolean"
|
|
1479
1451
|
}
|
|
1480
1452
|
},
|
|
1481
1453
|
"hasDynamicHelp": false,
|
|
1482
1454
|
"hiddenAliases": [],
|
|
1483
|
-
"id": "
|
|
1455
|
+
"id": "resources",
|
|
1484
1456
|
"pluginAlias": "@enspirit/emb",
|
|
1485
1457
|
"pluginName": "@enspirit/emb",
|
|
1486
1458
|
"pluginType": "core",
|
|
@@ -1492,23 +1464,23 @@
|
|
|
1492
1464
|
"src",
|
|
1493
1465
|
"cli",
|
|
1494
1466
|
"commands",
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1467
|
+
"resources",
|
|
1468
|
+
"index.js"
|
|
1497
1469
|
]
|
|
1498
1470
|
},
|
|
1499
|
-
"resources:
|
|
1471
|
+
"resources:publish": {
|
|
1500
1472
|
"aliases": [],
|
|
1501
1473
|
"args": {
|
|
1502
|
-
"
|
|
1503
|
-
"description": "List of resources to
|
|
1504
|
-
"name": "
|
|
1474
|
+
"resources": {
|
|
1475
|
+
"description": "List of resources to publish (defaults to all publishable)",
|
|
1476
|
+
"name": "resources",
|
|
1505
1477
|
"required": false
|
|
1506
1478
|
}
|
|
1507
1479
|
},
|
|
1508
|
-
"description": "
|
|
1480
|
+
"description": "Publish resources to their registries",
|
|
1509
1481
|
"examples": [
|
|
1510
|
-
"<%= config.bin %> <%= command.id %>
|
|
1511
|
-
"<%= config.bin %> <%= command.id %>
|
|
1482
|
+
"<%= config.bin %> <%= command.id %> --flavor production",
|
|
1483
|
+
"<%= config.bin %> <%= command.id %> api:image --flavor production"
|
|
1512
1484
|
],
|
|
1513
1485
|
"flags": {
|
|
1514
1486
|
"json": {
|
|
@@ -1541,31 +1513,16 @@
|
|
|
1541
1513
|
"type": "option"
|
|
1542
1514
|
},
|
|
1543
1515
|
"dry-run": {
|
|
1544
|
-
"description": "Do not
|
|
1516
|
+
"description": "Do not publish, just show what would be published",
|
|
1545
1517
|
"name": "dry-run",
|
|
1546
1518
|
"required": false,
|
|
1547
1519
|
"allowNo": false,
|
|
1548
1520
|
"type": "boolean"
|
|
1549
|
-
},
|
|
1550
|
-
"force": {
|
|
1551
|
-
"char": "f",
|
|
1552
|
-
"description": "Bypass the cache and force the build",
|
|
1553
|
-
"name": "force",
|
|
1554
|
-
"required": false,
|
|
1555
|
-
"allowNo": false,
|
|
1556
|
-
"type": "boolean"
|
|
1557
|
-
},
|
|
1558
|
-
"publishable": {
|
|
1559
|
-
"description": "Only build resources that are publishable (publish: true) and their dependencies",
|
|
1560
|
-
"name": "publishable",
|
|
1561
|
-
"required": false,
|
|
1562
|
-
"allowNo": false,
|
|
1563
|
-
"type": "boolean"
|
|
1564
1521
|
}
|
|
1565
1522
|
},
|
|
1566
1523
|
"hasDynamicHelp": false,
|
|
1567
1524
|
"hiddenAliases": [],
|
|
1568
|
-
"id": "resources:
|
|
1525
|
+
"id": "resources:publish",
|
|
1569
1526
|
"pluginAlias": "@enspirit/emb",
|
|
1570
1527
|
"pluginName": "@enspirit/emb",
|
|
1571
1528
|
"pluginType": "core",
|
|
@@ -1578,16 +1535,16 @@
|
|
|
1578
1535
|
"cli",
|
|
1579
1536
|
"commands",
|
|
1580
1537
|
"resources",
|
|
1581
|
-
"
|
|
1538
|
+
"publish.js"
|
|
1582
1539
|
]
|
|
1583
1540
|
},
|
|
1584
|
-
"
|
|
1541
|
+
"secrets": {
|
|
1585
1542
|
"aliases": [],
|
|
1586
1543
|
"args": {},
|
|
1587
|
-
"description": "List
|
|
1544
|
+
"description": "List all secret references in the configuration.",
|
|
1588
1545
|
"examples": [
|
|
1589
1546
|
"<%= config.bin %> <%= command.id %>",
|
|
1590
|
-
"<%= config.bin %> <%= command.id %> --
|
|
1547
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
1591
1548
|
],
|
|
1592
1549
|
"flags": {
|
|
1593
1550
|
"json": {
|
|
@@ -1618,18 +1575,11 @@
|
|
|
1618
1575
|
"hasDynamicHelp": false,
|
|
1619
1576
|
"multiple": false,
|
|
1620
1577
|
"type": "option"
|
|
1621
|
-
},
|
|
1622
|
-
"publishable": {
|
|
1623
|
-
"description": "Only show resources that are publishable (publish: true)",
|
|
1624
|
-
"name": "publishable",
|
|
1625
|
-
"required": false,
|
|
1626
|
-
"allowNo": false,
|
|
1627
|
-
"type": "boolean"
|
|
1628
1578
|
}
|
|
1629
1579
|
},
|
|
1630
1580
|
"hasDynamicHelp": false,
|
|
1631
1581
|
"hiddenAliases": [],
|
|
1632
|
-
"id": "
|
|
1582
|
+
"id": "secrets",
|
|
1633
1583
|
"pluginAlias": "@enspirit/emb",
|
|
1634
1584
|
"pluginName": "@enspirit/emb",
|
|
1635
1585
|
"pluginType": "core",
|
|
@@ -1641,23 +1591,74 @@
|
|
|
1641
1591
|
"src",
|
|
1642
1592
|
"cli",
|
|
1643
1593
|
"commands",
|
|
1644
|
-
"
|
|
1594
|
+
"secrets",
|
|
1645
1595
|
"index.js"
|
|
1646
1596
|
]
|
|
1647
1597
|
},
|
|
1648
|
-
"
|
|
1598
|
+
"secrets:providers": {
|
|
1649
1599
|
"aliases": [],
|
|
1650
|
-
"args": {
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1600
|
+
"args": {},
|
|
1601
|
+
"description": "Show configured secret providers and their status.",
|
|
1602
|
+
"examples": [
|
|
1603
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1604
|
+
],
|
|
1605
|
+
"flags": {
|
|
1606
|
+
"json": {
|
|
1607
|
+
"description": "Format output as json.",
|
|
1608
|
+
"helpGroup": "GLOBAL",
|
|
1609
|
+
"name": "json",
|
|
1610
|
+
"allowNo": false,
|
|
1611
|
+
"type": "boolean"
|
|
1612
|
+
},
|
|
1613
|
+
"verbose": {
|
|
1614
|
+
"name": "verbose",
|
|
1615
|
+
"allowNo": true,
|
|
1616
|
+
"type": "boolean"
|
|
1617
|
+
},
|
|
1618
|
+
"root": {
|
|
1619
|
+
"char": "C",
|
|
1620
|
+
"description": "Run as if emb was started in <path>. Can also be set via EMB_ROOT env var.",
|
|
1621
|
+
"name": "root",
|
|
1622
|
+
"required": false,
|
|
1623
|
+
"hasDynamicHelp": false,
|
|
1624
|
+
"multiple": false,
|
|
1625
|
+
"type": "option"
|
|
1626
|
+
},
|
|
1627
|
+
"flavor": {
|
|
1628
|
+
"description": "Specify the flavor to use.",
|
|
1629
|
+
"name": "flavor",
|
|
1630
|
+
"required": false,
|
|
1631
|
+
"hasDynamicHelp": false,
|
|
1632
|
+
"multiple": false,
|
|
1633
|
+
"type": "option"
|
|
1655
1634
|
}
|
|
1656
1635
|
},
|
|
1657
|
-
"
|
|
1636
|
+
"hasDynamicHelp": false,
|
|
1637
|
+
"hiddenAliases": [],
|
|
1638
|
+
"id": "secrets:providers",
|
|
1639
|
+
"pluginAlias": "@enspirit/emb",
|
|
1640
|
+
"pluginName": "@enspirit/emb",
|
|
1641
|
+
"pluginType": "core",
|
|
1642
|
+
"strict": true,
|
|
1643
|
+
"enableJsonFlag": true,
|
|
1644
|
+
"isESM": true,
|
|
1645
|
+
"relativePath": [
|
|
1646
|
+
"dist",
|
|
1647
|
+
"src",
|
|
1648
|
+
"cli",
|
|
1649
|
+
"commands",
|
|
1650
|
+
"secrets",
|
|
1651
|
+
"providers.js"
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1654
|
+
"secrets:validate": {
|
|
1655
|
+
"aliases": [],
|
|
1656
|
+
"args": {},
|
|
1657
|
+
"description": "Validate that all secret references can be resolved (without showing values).",
|
|
1658
1658
|
"examples": [
|
|
1659
|
-
"<%= config.bin %> <%= command.id %>
|
|
1660
|
-
"<%= config.bin %> <%= command.id %>
|
|
1659
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1660
|
+
"<%= config.bin %> <%= command.id %> --fail-fast",
|
|
1661
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
1661
1662
|
],
|
|
1662
1663
|
"flags": {
|
|
1663
1664
|
"json": {
|
|
@@ -1689,21 +1690,20 @@
|
|
|
1689
1690
|
"multiple": false,
|
|
1690
1691
|
"type": "option"
|
|
1691
1692
|
},
|
|
1692
|
-
"
|
|
1693
|
-
"description": "
|
|
1694
|
-
"name": "
|
|
1695
|
-
"required": false,
|
|
1693
|
+
"fail-fast": {
|
|
1694
|
+
"description": "Stop on first validation error",
|
|
1695
|
+
"name": "fail-fast",
|
|
1696
1696
|
"allowNo": false,
|
|
1697
1697
|
"type": "boolean"
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
1700
|
"hasDynamicHelp": false,
|
|
1701
1701
|
"hiddenAliases": [],
|
|
1702
|
-
"id": "
|
|
1702
|
+
"id": "secrets:validate",
|
|
1703
1703
|
"pluginAlias": "@enspirit/emb",
|
|
1704
1704
|
"pluginName": "@enspirit/emb",
|
|
1705
1705
|
"pluginType": "core",
|
|
1706
|
-
"strict":
|
|
1706
|
+
"strict": true,
|
|
1707
1707
|
"enableJsonFlag": true,
|
|
1708
1708
|
"isESM": true,
|
|
1709
1709
|
"relativePath": [
|
|
@@ -1711,8 +1711,8 @@
|
|
|
1711
1711
|
"src",
|
|
1712
1712
|
"cli",
|
|
1713
1713
|
"commands",
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1714
|
+
"secrets",
|
|
1715
|
+
"validate.js"
|
|
1716
1716
|
]
|
|
1717
1717
|
},
|
|
1718
1718
|
"tasks": {
|
|
@@ -1840,5 +1840,5 @@
|
|
|
1840
1840
|
]
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
|
-
"version": "0.25.
|
|
1843
|
+
"version": "0.25.5"
|
|
1844
1844
|
}
|