@dxos/cli 0.6.5-staging.a07b6c7 → 0.6.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/oclif.manifest.json +195 -195
- package/package.json +27 -27
package/oclif.manifest.json
CHANGED
|
@@ -105,10 +105,16 @@
|
|
|
105
105
|
"info.js"
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"app:create": {
|
|
109
109
|
"aliases": [],
|
|
110
|
-
"args": {
|
|
111
|
-
|
|
110
|
+
"args": {
|
|
111
|
+
"name": {
|
|
112
|
+
"description": "App name.",
|
|
113
|
+
"name": "name",
|
|
114
|
+
"required": true
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"description": "Create template applications.",
|
|
112
118
|
"flags": {
|
|
113
119
|
"json": {
|
|
114
120
|
"description": "Output as JSON.",
|
|
@@ -193,34 +199,55 @@
|
|
|
193
199
|
"multiple": false,
|
|
194
200
|
"type": "option"
|
|
195
201
|
},
|
|
196
|
-
"
|
|
197
|
-
"description": "
|
|
198
|
-
"name": "
|
|
199
|
-
"
|
|
202
|
+
"tag": {
|
|
203
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
204
|
+
"name": "tag",
|
|
205
|
+
"hasDynamicHelp": false,
|
|
206
|
+
"multiple": false,
|
|
207
|
+
"type": "option"
|
|
208
|
+
},
|
|
209
|
+
"template": {
|
|
210
|
+
"char": "t",
|
|
211
|
+
"description": "Template to use when creating the project.",
|
|
212
|
+
"name": "template",
|
|
213
|
+
"default": "hello",
|
|
214
|
+
"hasDynamicHelp": false,
|
|
215
|
+
"multiple": false,
|
|
216
|
+
"options": [
|
|
217
|
+
"hello",
|
|
218
|
+
"bare",
|
|
219
|
+
"tasks"
|
|
220
|
+
],
|
|
221
|
+
"type": "option"
|
|
222
|
+
},
|
|
223
|
+
"interactive": {
|
|
224
|
+
"char": "i",
|
|
225
|
+
"description": "Customize app template options via interactive prompt.",
|
|
226
|
+
"name": "interactive",
|
|
227
|
+
"allowNo": false,
|
|
200
228
|
"type": "boolean"
|
|
201
229
|
}
|
|
202
230
|
},
|
|
203
231
|
"hasDynamicHelp": false,
|
|
204
232
|
"hiddenAliases": [],
|
|
205
|
-
"id": "
|
|
233
|
+
"id": "app:create",
|
|
206
234
|
"pluginAlias": "@dxos/cli",
|
|
207
235
|
"pluginName": "@dxos/cli",
|
|
208
236
|
"pluginType": "core",
|
|
209
237
|
"strict": true,
|
|
210
|
-
"enableJsonFlag": true,
|
|
211
238
|
"isESM": false,
|
|
212
239
|
"relativePath": [
|
|
213
240
|
"dist",
|
|
214
241
|
"src",
|
|
215
242
|
"commands",
|
|
216
|
-
"
|
|
217
|
-
"
|
|
243
|
+
"app",
|
|
244
|
+
"create.js"
|
|
218
245
|
]
|
|
219
246
|
},
|
|
220
|
-
"
|
|
247
|
+
"app:list": {
|
|
221
248
|
"aliases": [],
|
|
222
249
|
"args": {},
|
|
223
|
-
"description": "List
|
|
250
|
+
"description": "List apps (deprecated).",
|
|
224
251
|
"flags": {
|
|
225
252
|
"json": {
|
|
226
253
|
"description": "Output as JSON.",
|
|
@@ -310,26 +337,15 @@
|
|
|
310
337
|
"name": "extended",
|
|
311
338
|
"allowNo": false,
|
|
312
339
|
"type": "boolean"
|
|
313
|
-
},
|
|
314
|
-
"live": {
|
|
315
|
-
"description": "Live update.",
|
|
316
|
-
"name": "live",
|
|
317
|
-
"allowNo": false,
|
|
318
|
-
"type": "boolean"
|
|
319
|
-
},
|
|
320
|
-
"system": {
|
|
321
|
-
"description": "Run as system daemon.",
|
|
322
|
-
"name": "system",
|
|
323
|
-
"allowNo": false,
|
|
324
|
-
"type": "boolean"
|
|
325
340
|
}
|
|
326
341
|
},
|
|
327
342
|
"hasDynamicHelp": false,
|
|
328
343
|
"hiddenAliases": [],
|
|
329
|
-
"id": "
|
|
344
|
+
"id": "app:list",
|
|
330
345
|
"pluginAlias": "@dxos/cli",
|
|
331
346
|
"pluginName": "@dxos/cli",
|
|
332
347
|
"pluginType": "core",
|
|
348
|
+
"state": "deprecated",
|
|
333
349
|
"strict": true,
|
|
334
350
|
"enableJsonFlag": true,
|
|
335
351
|
"isESM": false,
|
|
@@ -337,14 +353,20 @@
|
|
|
337
353
|
"dist",
|
|
338
354
|
"src",
|
|
339
355
|
"commands",
|
|
340
|
-
"
|
|
356
|
+
"app",
|
|
341
357
|
"list.js"
|
|
342
358
|
]
|
|
343
359
|
},
|
|
344
|
-
"
|
|
360
|
+
"app:open": {
|
|
345
361
|
"aliases": [],
|
|
346
|
-
"args": {
|
|
347
|
-
|
|
362
|
+
"args": {
|
|
363
|
+
"url": {
|
|
364
|
+
"description": "App URL.",
|
|
365
|
+
"name": "url",
|
|
366
|
+
"required": true
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
348
370
|
"flags": {
|
|
349
371
|
"json": {
|
|
350
372
|
"description": "Output as JSON.",
|
|
@@ -429,22 +451,24 @@
|
|
|
429
451
|
"multiple": false,
|
|
430
452
|
"type": "option"
|
|
431
453
|
},
|
|
432
|
-
"
|
|
433
|
-
"description": "
|
|
434
|
-
"name": "
|
|
435
|
-
"
|
|
436
|
-
"
|
|
454
|
+
"instances": {
|
|
455
|
+
"description": "Amount of test instances.",
|
|
456
|
+
"name": "instances",
|
|
457
|
+
"default": 1,
|
|
458
|
+
"hasDynamicHelp": false,
|
|
459
|
+
"multiple": false,
|
|
460
|
+
"type": "option"
|
|
437
461
|
},
|
|
438
|
-
"
|
|
439
|
-
"description": "
|
|
440
|
-
"name": "
|
|
462
|
+
"invite": {
|
|
463
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
464
|
+
"name": "invite",
|
|
441
465
|
"allowNo": false,
|
|
442
466
|
"type": "boolean"
|
|
443
467
|
}
|
|
444
468
|
},
|
|
445
469
|
"hasDynamicHelp": false,
|
|
446
470
|
"hiddenAliases": [],
|
|
447
|
-
"id": "
|
|
471
|
+
"id": "app:open",
|
|
448
472
|
"pluginAlias": "@dxos/cli",
|
|
449
473
|
"pluginName": "@dxos/cli",
|
|
450
474
|
"pluginType": "core",
|
|
@@ -455,20 +479,14 @@
|
|
|
455
479
|
"dist",
|
|
456
480
|
"src",
|
|
457
481
|
"commands",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
482
|
+
"app",
|
|
483
|
+
"open.js"
|
|
460
484
|
]
|
|
461
485
|
},
|
|
462
|
-
"
|
|
486
|
+
"app:publish": {
|
|
463
487
|
"aliases": [],
|
|
464
488
|
"args": {},
|
|
465
|
-
"description": "
|
|
466
|
-
"examples": [
|
|
467
|
-
{
|
|
468
|
-
"description": "Run with .",
|
|
469
|
-
"command": "dx agent start -f --ws=5001"
|
|
470
|
-
}
|
|
471
|
-
],
|
|
489
|
+
"description": "Publish apps (deprecated).",
|
|
472
490
|
"flags": {
|
|
473
491
|
"json": {
|
|
474
492
|
"description": "Output as JSON.",
|
|
@@ -553,66 +571,55 @@
|
|
|
553
571
|
"multiple": false,
|
|
554
572
|
"type": "option"
|
|
555
573
|
},
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"name": "foreground",
|
|
560
|
-
"allowNo": false,
|
|
561
|
-
"type": "boolean"
|
|
562
|
-
},
|
|
563
|
-
"system": {
|
|
564
|
-
"description": "Run as system daemon.",
|
|
565
|
-
"name": "system",
|
|
566
|
-
"allowNo": false,
|
|
567
|
-
"type": "boolean"
|
|
568
|
-
},
|
|
569
|
-
"ws": {
|
|
570
|
-
"aliases": [
|
|
571
|
-
"web-socket"
|
|
572
|
-
],
|
|
573
|
-
"description": "Expose web socket port.",
|
|
574
|
-
"name": "ws",
|
|
574
|
+
"configPath": {
|
|
575
|
+
"description": "Path to dx.yml",
|
|
576
|
+
"name": "configPath",
|
|
575
577
|
"hasDynamicHelp": false,
|
|
576
|
-
"helpValue": "port",
|
|
577
578
|
"multiple": false,
|
|
578
579
|
"type": "option"
|
|
579
580
|
},
|
|
580
|
-
"
|
|
581
|
-
"description": "
|
|
582
|
-
"name": "
|
|
581
|
+
"accessToken": {
|
|
582
|
+
"description": "Access token for publishing.",
|
|
583
|
+
"name": "accessToken",
|
|
583
584
|
"hasDynamicHelp": false,
|
|
584
|
-
"helpValue": "port",
|
|
585
585
|
"multiple": false,
|
|
586
586
|
"type": "option"
|
|
587
587
|
},
|
|
588
|
-
"
|
|
589
|
-
"description": "
|
|
590
|
-
"name": "
|
|
588
|
+
"skipExisting": {
|
|
589
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
590
|
+
"name": "skipExisting",
|
|
591
591
|
"allowNo": false,
|
|
592
592
|
"type": "boolean"
|
|
593
|
+
},
|
|
594
|
+
"version": {
|
|
595
|
+
"description": "Version of modules to publish.",
|
|
596
|
+
"name": "version",
|
|
597
|
+
"hasDynamicHelp": false,
|
|
598
|
+
"multiple": false,
|
|
599
|
+
"type": "option"
|
|
593
600
|
}
|
|
594
601
|
},
|
|
595
602
|
"hasDynamicHelp": false,
|
|
596
603
|
"hiddenAliases": [],
|
|
597
|
-
"id": "
|
|
604
|
+
"id": "app:publish",
|
|
598
605
|
"pluginAlias": "@dxos/cli",
|
|
599
606
|
"pluginName": "@dxos/cli",
|
|
600
607
|
"pluginType": "core",
|
|
608
|
+
"state": "deprecated",
|
|
601
609
|
"strict": true,
|
|
602
|
-
"enableJsonFlag": true,
|
|
603
610
|
"isESM": false,
|
|
604
611
|
"relativePath": [
|
|
605
612
|
"dist",
|
|
606
613
|
"src",
|
|
607
614
|
"commands",
|
|
608
|
-
"
|
|
609
|
-
"
|
|
615
|
+
"app",
|
|
616
|
+
"publish.js"
|
|
610
617
|
]
|
|
611
618
|
},
|
|
612
|
-
"agent:
|
|
619
|
+
"agent:invitations": {
|
|
613
620
|
"aliases": [],
|
|
614
621
|
"args": {},
|
|
615
|
-
"description": "
|
|
622
|
+
"description": "List valid invitations.",
|
|
616
623
|
"flags": {
|
|
617
624
|
"json": {
|
|
618
625
|
"description": "Output as JSON.",
|
|
@@ -696,11 +703,17 @@
|
|
|
696
703
|
"hasDynamicHelp": false,
|
|
697
704
|
"multiple": false,
|
|
698
705
|
"type": "option"
|
|
706
|
+
},
|
|
707
|
+
"truncate": {
|
|
708
|
+
"description": "Do not truncate keys.",
|
|
709
|
+
"name": "truncate",
|
|
710
|
+
"allowNo": true,
|
|
711
|
+
"type": "boolean"
|
|
699
712
|
}
|
|
700
713
|
},
|
|
701
714
|
"hasDynamicHelp": false,
|
|
702
715
|
"hiddenAliases": [],
|
|
703
|
-
"id": "agent:
|
|
716
|
+
"id": "agent:invitations",
|
|
704
717
|
"pluginAlias": "@dxos/cli",
|
|
705
718
|
"pluginName": "@dxos/cli",
|
|
706
719
|
"pluginType": "core",
|
|
@@ -712,13 +725,13 @@
|
|
|
712
725
|
"src",
|
|
713
726
|
"commands",
|
|
714
727
|
"agent",
|
|
715
|
-
"
|
|
728
|
+
"invitations.js"
|
|
716
729
|
]
|
|
717
730
|
},
|
|
718
|
-
"agent:
|
|
731
|
+
"agent:list": {
|
|
719
732
|
"aliases": [],
|
|
720
733
|
"args": {},
|
|
721
|
-
"description": "
|
|
734
|
+
"description": "List agents.",
|
|
722
735
|
"flags": {
|
|
723
736
|
"json": {
|
|
724
737
|
"description": "Output as JSON.",
|
|
@@ -803,15 +816,15 @@
|
|
|
803
816
|
"multiple": false,
|
|
804
817
|
"type": "option"
|
|
805
818
|
},
|
|
806
|
-
"
|
|
807
|
-
"description": "
|
|
808
|
-
"name": "
|
|
819
|
+
"extended": {
|
|
820
|
+
"description": "Show extended table columns.",
|
|
821
|
+
"name": "extended",
|
|
809
822
|
"allowNo": false,
|
|
810
823
|
"type": "boolean"
|
|
811
824
|
},
|
|
812
|
-
"
|
|
813
|
-
"description": "
|
|
814
|
-
"name": "
|
|
825
|
+
"live": {
|
|
826
|
+
"description": "Live update.",
|
|
827
|
+
"name": "live",
|
|
815
828
|
"allowNo": false,
|
|
816
829
|
"type": "boolean"
|
|
817
830
|
},
|
|
@@ -824,7 +837,7 @@
|
|
|
824
837
|
},
|
|
825
838
|
"hasDynamicHelp": false,
|
|
826
839
|
"hiddenAliases": [],
|
|
827
|
-
"id": "agent:
|
|
840
|
+
"id": "agent:list",
|
|
828
841
|
"pluginAlias": "@dxos/cli",
|
|
829
842
|
"pluginName": "@dxos/cli",
|
|
830
843
|
"pluginType": "core",
|
|
@@ -836,19 +849,13 @@
|
|
|
836
849
|
"src",
|
|
837
850
|
"commands",
|
|
838
851
|
"agent",
|
|
839
|
-
"
|
|
852
|
+
"list.js"
|
|
840
853
|
]
|
|
841
854
|
},
|
|
842
|
-
"
|
|
855
|
+
"agent:restart": {
|
|
843
856
|
"aliases": [],
|
|
844
|
-
"args": {
|
|
845
|
-
|
|
846
|
-
"description": "App name.",
|
|
847
|
-
"name": "name",
|
|
848
|
-
"required": true
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"description": "Create template applications.",
|
|
857
|
+
"args": {},
|
|
858
|
+
"description": "Restart agent daemon.",
|
|
852
859
|
"flags": {
|
|
853
860
|
"json": {
|
|
854
861
|
"description": "Output as JSON.",
|
|
@@ -933,55 +940,46 @@
|
|
|
933
940
|
"multiple": false,
|
|
934
941
|
"type": "option"
|
|
935
942
|
},
|
|
936
|
-
"
|
|
937
|
-
"description": "
|
|
938
|
-
"name": "
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
"type": "option"
|
|
942
|
-
},
|
|
943
|
-
"template": {
|
|
944
|
-
"char": "t",
|
|
945
|
-
"description": "Template to use when creating the project.",
|
|
946
|
-
"name": "template",
|
|
947
|
-
"default": "hello",
|
|
948
|
-
"hasDynamicHelp": false,
|
|
949
|
-
"multiple": false,
|
|
950
|
-
"options": [
|
|
951
|
-
"hello",
|
|
952
|
-
"bare",
|
|
953
|
-
"tasks"
|
|
954
|
-
],
|
|
955
|
-
"type": "option"
|
|
943
|
+
"force": {
|
|
944
|
+
"description": "Force restart.",
|
|
945
|
+
"name": "force",
|
|
946
|
+
"allowNo": false,
|
|
947
|
+
"type": "boolean"
|
|
956
948
|
},
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
"name": "interactive",
|
|
949
|
+
"system": {
|
|
950
|
+
"description": "Run as system daemon.",
|
|
951
|
+
"name": "system",
|
|
961
952
|
"allowNo": false,
|
|
962
953
|
"type": "boolean"
|
|
963
954
|
}
|
|
964
955
|
},
|
|
965
956
|
"hasDynamicHelp": false,
|
|
966
957
|
"hiddenAliases": [],
|
|
967
|
-
"id": "
|
|
958
|
+
"id": "agent:restart",
|
|
968
959
|
"pluginAlias": "@dxos/cli",
|
|
969
960
|
"pluginName": "@dxos/cli",
|
|
970
961
|
"pluginType": "core",
|
|
971
962
|
"strict": true,
|
|
963
|
+
"enableJsonFlag": true,
|
|
972
964
|
"isESM": false,
|
|
973
965
|
"relativePath": [
|
|
974
966
|
"dist",
|
|
975
967
|
"src",
|
|
976
968
|
"commands",
|
|
977
|
-
"
|
|
978
|
-
"
|
|
969
|
+
"agent",
|
|
970
|
+
"restart.js"
|
|
979
971
|
]
|
|
980
972
|
},
|
|
981
|
-
"
|
|
973
|
+
"agent:start": {
|
|
982
974
|
"aliases": [],
|
|
983
975
|
"args": {},
|
|
984
|
-
"description": "
|
|
976
|
+
"description": "Starts the agent.",
|
|
977
|
+
"examples": [
|
|
978
|
+
{
|
|
979
|
+
"description": "Run with .",
|
|
980
|
+
"command": "dx agent start -f --ws=5001"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
985
983
|
"flags": {
|
|
986
984
|
"json": {
|
|
987
985
|
"description": "Output as JSON.",
|
|
@@ -1066,20 +1064,51 @@
|
|
|
1066
1064
|
"multiple": false,
|
|
1067
1065
|
"type": "option"
|
|
1068
1066
|
},
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1067
|
+
"foreground": {
|
|
1068
|
+
"char": "f",
|
|
1069
|
+
"description": "Run in foreground.",
|
|
1070
|
+
"name": "foreground",
|
|
1071
|
+
"allowNo": false,
|
|
1072
|
+
"type": "boolean"
|
|
1073
|
+
},
|
|
1074
|
+
"system": {
|
|
1075
|
+
"description": "Run as system daemon.",
|
|
1076
|
+
"name": "system",
|
|
1077
|
+
"allowNo": false,
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"ws": {
|
|
1081
|
+
"aliases": [
|
|
1082
|
+
"web-socket"
|
|
1083
|
+
],
|
|
1084
|
+
"description": "Expose web socket port.",
|
|
1085
|
+
"name": "ws",
|
|
1086
|
+
"hasDynamicHelp": false,
|
|
1087
|
+
"helpValue": "port",
|
|
1088
|
+
"multiple": false,
|
|
1089
|
+
"type": "option"
|
|
1090
|
+
},
|
|
1091
|
+
"http": {
|
|
1092
|
+
"description": "Expose http port.",
|
|
1093
|
+
"name": "http",
|
|
1094
|
+
"hasDynamicHelp": false,
|
|
1095
|
+
"helpValue": "port",
|
|
1096
|
+
"multiple": false,
|
|
1097
|
+
"type": "option"
|
|
1098
|
+
},
|
|
1099
|
+
"metrics": {
|
|
1100
|
+
"description": "Start metrics recording.",
|
|
1101
|
+
"name": "metrics",
|
|
1072
1102
|
"allowNo": false,
|
|
1073
1103
|
"type": "boolean"
|
|
1074
1104
|
}
|
|
1075
1105
|
},
|
|
1076
1106
|
"hasDynamicHelp": false,
|
|
1077
1107
|
"hiddenAliases": [],
|
|
1078
|
-
"id": "
|
|
1108
|
+
"id": "agent:start",
|
|
1079
1109
|
"pluginAlias": "@dxos/cli",
|
|
1080
1110
|
"pluginName": "@dxos/cli",
|
|
1081
1111
|
"pluginType": "core",
|
|
1082
|
-
"state": "deprecated",
|
|
1083
1112
|
"strict": true,
|
|
1084
1113
|
"enableJsonFlag": true,
|
|
1085
1114
|
"isESM": false,
|
|
@@ -1087,20 +1116,14 @@
|
|
|
1087
1116
|
"dist",
|
|
1088
1117
|
"src",
|
|
1089
1118
|
"commands",
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1119
|
+
"agent",
|
|
1120
|
+
"start.js"
|
|
1092
1121
|
]
|
|
1093
1122
|
},
|
|
1094
|
-
"
|
|
1123
|
+
"agent:status": {
|
|
1095
1124
|
"aliases": [],
|
|
1096
|
-
"args": {
|
|
1097
|
-
|
|
1098
|
-
"description": "App URL.",
|
|
1099
|
-
"name": "url",
|
|
1100
|
-
"required": true
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1125
|
+
"args": {},
|
|
1126
|
+
"description": "Show agent status",
|
|
1104
1127
|
"flags": {
|
|
1105
1128
|
"json": {
|
|
1106
1129
|
"description": "Output as JSON.",
|
|
@@ -1184,25 +1207,11 @@
|
|
|
1184
1207
|
"hasDynamicHelp": false,
|
|
1185
1208
|
"multiple": false,
|
|
1186
1209
|
"type": "option"
|
|
1187
|
-
},
|
|
1188
|
-
"instances": {
|
|
1189
|
-
"description": "Amount of test instances.",
|
|
1190
|
-
"name": "instances",
|
|
1191
|
-
"default": 1,
|
|
1192
|
-
"hasDynamicHelp": false,
|
|
1193
|
-
"multiple": false,
|
|
1194
|
-
"type": "option"
|
|
1195
|
-
},
|
|
1196
|
-
"invite": {
|
|
1197
|
-
"description": "If `true` proceed device invitation for all instances.",
|
|
1198
|
-
"name": "invite",
|
|
1199
|
-
"allowNo": false,
|
|
1200
|
-
"type": "boolean"
|
|
1201
1210
|
}
|
|
1202
1211
|
},
|
|
1203
1212
|
"hasDynamicHelp": false,
|
|
1204
1213
|
"hiddenAliases": [],
|
|
1205
|
-
"id": "
|
|
1214
|
+
"id": "agent:status",
|
|
1206
1215
|
"pluginAlias": "@dxos/cli",
|
|
1207
1216
|
"pluginName": "@dxos/cli",
|
|
1208
1217
|
"pluginType": "core",
|
|
@@ -1213,14 +1222,14 @@
|
|
|
1213
1222
|
"dist",
|
|
1214
1223
|
"src",
|
|
1215
1224
|
"commands",
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1225
|
+
"agent",
|
|
1226
|
+
"status.js"
|
|
1218
1227
|
]
|
|
1219
1228
|
},
|
|
1220
|
-
"
|
|
1229
|
+
"agent:stop": {
|
|
1221
1230
|
"aliases": [],
|
|
1222
1231
|
"args": {},
|
|
1223
|
-
"description": "
|
|
1232
|
+
"description": "Stop agent daemon.",
|
|
1224
1233
|
"flags": {
|
|
1225
1234
|
"json": {
|
|
1226
1235
|
"description": "Output as JSON.",
|
|
@@ -1305,49 +1314,40 @@
|
|
|
1305
1314
|
"multiple": false,
|
|
1306
1315
|
"type": "option"
|
|
1307
1316
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"description": "
|
|
1310
|
-
"name": "
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"type": "option"
|
|
1314
|
-
},
|
|
1315
|
-
"accessToken": {
|
|
1316
|
-
"description": "Access token for publishing.",
|
|
1317
|
-
"name": "accessToken",
|
|
1318
|
-
"hasDynamicHelp": false,
|
|
1319
|
-
"multiple": false,
|
|
1320
|
-
"type": "option"
|
|
1317
|
+
"all": {
|
|
1318
|
+
"description": "Stop all agents.",
|
|
1319
|
+
"name": "all",
|
|
1320
|
+
"allowNo": false,
|
|
1321
|
+
"type": "boolean"
|
|
1321
1322
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"description": "
|
|
1324
|
-
"name": "
|
|
1323
|
+
"force": {
|
|
1324
|
+
"description": "Force stop.",
|
|
1325
|
+
"name": "force",
|
|
1325
1326
|
"allowNo": false,
|
|
1326
1327
|
"type": "boolean"
|
|
1327
1328
|
},
|
|
1328
|
-
"
|
|
1329
|
-
"description": "
|
|
1330
|
-
"name": "
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"type": "option"
|
|
1329
|
+
"system": {
|
|
1330
|
+
"description": "Run as system daemon.",
|
|
1331
|
+
"name": "system",
|
|
1332
|
+
"allowNo": false,
|
|
1333
|
+
"type": "boolean"
|
|
1334
1334
|
}
|
|
1335
1335
|
},
|
|
1336
1336
|
"hasDynamicHelp": false,
|
|
1337
1337
|
"hiddenAliases": [],
|
|
1338
|
-
"id": "
|
|
1338
|
+
"id": "agent:stop",
|
|
1339
1339
|
"pluginAlias": "@dxos/cli",
|
|
1340
1340
|
"pluginName": "@dxos/cli",
|
|
1341
1341
|
"pluginType": "core",
|
|
1342
|
-
"state": "deprecated",
|
|
1343
1342
|
"strict": true,
|
|
1343
|
+
"enableJsonFlag": true,
|
|
1344
1344
|
"isESM": false,
|
|
1345
1345
|
"relativePath": [
|
|
1346
1346
|
"dist",
|
|
1347
1347
|
"src",
|
|
1348
1348
|
"commands",
|
|
1349
|
-
"
|
|
1350
|
-
"
|
|
1349
|
+
"agent",
|
|
1350
|
+
"stop.js"
|
|
1351
1351
|
]
|
|
1352
1352
|
},
|
|
1353
1353
|
"config": {
|
|
@@ -5233,7 +5233,7 @@
|
|
|
5233
5233
|
"name": {
|
|
5234
5234
|
"description": "Tunnel name",
|
|
5235
5235
|
"name": "name",
|
|
5236
|
-
"default": "
|
|
5236
|
+
"default": "hawaii-winter-orange-three",
|
|
5237
5237
|
"hasDynamicHelp": false,
|
|
5238
5238
|
"multiple": false,
|
|
5239
5239
|
"type": "option"
|
|
@@ -5866,5 +5866,5 @@
|
|
|
5866
5866
|
]
|
|
5867
5867
|
}
|
|
5868
5868
|
},
|
|
5869
|
-
"version": "0.6.5
|
|
5869
|
+
"version": "0.6.5"
|
|
5870
5870
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.6.5
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,32 +52,32 @@
|
|
|
52
52
|
"uuid": "^9.0.0",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/cli-base": "0.6.5
|
|
58
|
-
"@dxos/cli-composer": "0.6.5
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/client": "0.6.5
|
|
61
|
-
"@dxos/client-protocol": "0.6.5
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/client-services": "0.6.5
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/hello-template": "0.6.5
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/random": "0.6.5
|
|
78
|
-
"@dxos/rpc": "0.6.5
|
|
79
|
-
"@dxos/tasks-template": "0.6.5
|
|
80
|
-
"@dxos/util": "0.6.5
|
|
55
|
+
"@dxos/agent": "0.6.5",
|
|
56
|
+
"@dxos/bare-template": "0.6.5",
|
|
57
|
+
"@dxos/cli-base": "0.6.5",
|
|
58
|
+
"@dxos/cli-composer": "0.6.5",
|
|
59
|
+
"@dxos/async": "0.6.5",
|
|
60
|
+
"@dxos/client": "0.6.5",
|
|
61
|
+
"@dxos/client-protocol": "0.6.5",
|
|
62
|
+
"@dxos/context": "0.6.5",
|
|
63
|
+
"@dxos/client-services": "0.6.5",
|
|
64
|
+
"@dxos/config": "0.6.5",
|
|
65
|
+
"@dxos/echo-schema": "0.6.5",
|
|
66
|
+
"@dxos/debug": "0.6.5",
|
|
67
|
+
"@dxos/hello-template": "0.6.5",
|
|
68
|
+
"@dxos/invariant": "0.6.5",
|
|
69
|
+
"@dxos/functions": "0.6.5",
|
|
70
|
+
"@dxos/log": "0.6.5",
|
|
71
|
+
"@dxos/node-std": "0.6.5",
|
|
72
|
+
"@dxos/observability": "0.6.5",
|
|
73
|
+
"@dxos/network-manager": "0.6.5",
|
|
74
|
+
"@dxos/plate": "0.6.5",
|
|
75
|
+
"@dxos/protocols": "0.6.5",
|
|
76
|
+
"@dxos/process": "0.6.5",
|
|
77
|
+
"@dxos/random": "0.6.5",
|
|
78
|
+
"@dxos/rpc": "0.6.5",
|
|
79
|
+
"@dxos/tasks-template": "0.6.5",
|
|
80
|
+
"@dxos/util": "0.6.5"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@effect/schema": "^0.67.16",
|