@dxos/cli 0.3.3-main.e0ded2e → 0.3.3-main.e3fdda6
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 +67 -48
- package/config/config-default.yml +5 -0
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +19 -7
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +0 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +5 -14
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/device/info.d.ts.map +1 -1
- package/dist/src/commands/device/info.js +4 -1
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +4 -1
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/function/dev-server.d.ts.map +1 -1
- package/dist/src/commands/function/dev-server.js +4 -3
- package/dist/src/commands/function/dev-server.js.map +1 -1
- package/dist/src/commands/halo/join.js +1 -1
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +1 -0
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/space/join.js +1 -1
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.js +1 -1
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +1 -0
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/errors.d.ts +6 -0
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +13 -1
- package/dist/src/errors.js.map +1 -1
- package/dist/src/timeouts.d.ts +1 -0
- package/dist/src/timeouts.d.ts.map +1 -1
- package/dist/src/timeouts.js +2 -1
- package/dist/src/timeouts.js.map +1 -1
- package/dist/src/util/telemetryrc.json +1 -1
- package/oclif.manifest.json +43 -50
- package/package.json +45 -25
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.3.3-main.
|
|
2
|
+
"version": "0.3.3-main.e3fdda6",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"no-agent": {
|
|
54
54
|
"name": "no-agent",
|
|
55
55
|
"type": "boolean",
|
|
56
|
-
"description": "Run command without agent.",
|
|
56
|
+
"description": "Run command without using or starting agent.",
|
|
57
57
|
"allowNo": false
|
|
58
58
|
},
|
|
59
59
|
"timeout": {
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"no-agent": {
|
|
213
213
|
"name": "no-agent",
|
|
214
214
|
"type": "boolean",
|
|
215
|
-
"description": "Run command without agent.",
|
|
215
|
+
"description": "Run command without using or starting agent.",
|
|
216
216
|
"allowNo": false
|
|
217
217
|
},
|
|
218
218
|
"timeout": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"no-agent": {
|
|
305
305
|
"name": "no-agent",
|
|
306
306
|
"type": "boolean",
|
|
307
|
-
"description": "Run command without agent.",
|
|
307
|
+
"description": "Run command without using or starting agent.",
|
|
308
308
|
"allowNo": false
|
|
309
309
|
},
|
|
310
310
|
"timeout": {
|
|
@@ -346,13 +346,6 @@
|
|
|
346
346
|
"web-socket"
|
|
347
347
|
]
|
|
348
348
|
},
|
|
349
|
-
"echo": {
|
|
350
|
-
"name": "echo",
|
|
351
|
-
"type": "option",
|
|
352
|
-
"description": "Expose ECHO REST API.",
|
|
353
|
-
"helpValue": "port",
|
|
354
|
-
"multiple": false
|
|
355
|
-
},
|
|
356
349
|
"metrics": {
|
|
357
350
|
"name": "metrics",
|
|
358
351
|
"type": "boolean",
|
|
@@ -414,7 +407,7 @@
|
|
|
414
407
|
"no-agent": {
|
|
415
408
|
"name": "no-agent",
|
|
416
409
|
"type": "boolean",
|
|
417
|
-
"description": "Run command without agent.",
|
|
410
|
+
"description": "Run command without using or starting agent.",
|
|
418
411
|
"allowNo": false
|
|
419
412
|
},
|
|
420
413
|
"timeout": {
|
|
@@ -506,7 +499,7 @@
|
|
|
506
499
|
"no-agent": {
|
|
507
500
|
"name": "no-agent",
|
|
508
501
|
"type": "boolean",
|
|
509
|
-
"description": "Run command without agent.",
|
|
502
|
+
"description": "Run command without using or starting agent.",
|
|
510
503
|
"allowNo": false
|
|
511
504
|
},
|
|
512
505
|
"timeout": {
|
|
@@ -613,7 +606,7 @@
|
|
|
613
606
|
"no-agent": {
|
|
614
607
|
"name": "no-agent",
|
|
615
608
|
"type": "boolean",
|
|
616
|
-
"description": "Run command without agent.",
|
|
609
|
+
"description": "Run command without using or starting agent.",
|
|
617
610
|
"allowNo": false
|
|
618
611
|
},
|
|
619
612
|
"timeout": {
|
|
@@ -688,7 +681,7 @@
|
|
|
688
681
|
"no-agent": {
|
|
689
682
|
"name": "no-agent",
|
|
690
683
|
"type": "boolean",
|
|
691
|
-
"description": "Run command without agent.",
|
|
684
|
+
"description": "Run command without using or starting agent.",
|
|
692
685
|
"allowNo": false
|
|
693
686
|
},
|
|
694
687
|
"timeout": {
|
|
@@ -781,7 +774,7 @@
|
|
|
781
774
|
"no-agent": {
|
|
782
775
|
"name": "no-agent",
|
|
783
776
|
"type": "boolean",
|
|
784
|
-
"description": "Run command without agent.",
|
|
777
|
+
"description": "Run command without using or starting agent.",
|
|
785
778
|
"allowNo": false
|
|
786
779
|
},
|
|
787
780
|
"timeout": {
|
|
@@ -880,7 +873,7 @@
|
|
|
880
873
|
"no-agent": {
|
|
881
874
|
"name": "no-agent",
|
|
882
875
|
"type": "boolean",
|
|
883
|
-
"description": "Run command without agent.",
|
|
876
|
+
"description": "Run command without using or starting agent.",
|
|
884
877
|
"allowNo": false
|
|
885
878
|
},
|
|
886
879
|
"timeout": {
|
|
@@ -964,7 +957,7 @@
|
|
|
964
957
|
"no-agent": {
|
|
965
958
|
"name": "no-agent",
|
|
966
959
|
"type": "boolean",
|
|
967
|
-
"description": "Run command without agent.",
|
|
960
|
+
"description": "Run command without using or starting agent.",
|
|
968
961
|
"allowNo": false
|
|
969
962
|
},
|
|
970
963
|
"timeout": {
|
|
@@ -1050,7 +1043,7 @@
|
|
|
1050
1043
|
"no-agent": {
|
|
1051
1044
|
"name": "no-agent",
|
|
1052
1045
|
"type": "boolean",
|
|
1053
|
-
"description": "Run command without agent.",
|
|
1046
|
+
"description": "Run command without using or starting agent.",
|
|
1054
1047
|
"allowNo": false
|
|
1055
1048
|
},
|
|
1056
1049
|
"timeout": {
|
|
@@ -1164,7 +1157,7 @@
|
|
|
1164
1157
|
"no-agent": {
|
|
1165
1158
|
"name": "no-agent",
|
|
1166
1159
|
"type": "boolean",
|
|
1167
|
-
"description": "Run command without agent.",
|
|
1160
|
+
"description": "Run command without using or starting agent.",
|
|
1168
1161
|
"allowNo": false
|
|
1169
1162
|
},
|
|
1170
1163
|
"timeout": {
|
|
@@ -1243,7 +1236,7 @@
|
|
|
1243
1236
|
"no-agent": {
|
|
1244
1237
|
"name": "no-agent",
|
|
1245
1238
|
"type": "boolean",
|
|
1246
|
-
"description": "Run command without agent.",
|
|
1239
|
+
"description": "Run command without using or starting agent.",
|
|
1247
1240
|
"allowNo": false
|
|
1248
1241
|
},
|
|
1249
1242
|
"timeout": {
|
|
@@ -1325,7 +1318,7 @@
|
|
|
1325
1318
|
"no-agent": {
|
|
1326
1319
|
"name": "no-agent",
|
|
1327
1320
|
"type": "boolean",
|
|
1328
|
-
"description": "Run command without agent.",
|
|
1321
|
+
"description": "Run command without using or starting agent.",
|
|
1329
1322
|
"allowNo": false
|
|
1330
1323
|
},
|
|
1331
1324
|
"timeout": {
|
|
@@ -1399,7 +1392,7 @@
|
|
|
1399
1392
|
"no-agent": {
|
|
1400
1393
|
"name": "no-agent",
|
|
1401
1394
|
"type": "boolean",
|
|
1402
|
-
"description": "Run command without agent.",
|
|
1395
|
+
"description": "Run command without using or starting agent.",
|
|
1403
1396
|
"allowNo": false
|
|
1404
1397
|
},
|
|
1405
1398
|
"timeout": {
|
|
@@ -1554,7 +1547,7 @@
|
|
|
1554
1547
|
"no-agent": {
|
|
1555
1548
|
"name": "no-agent",
|
|
1556
1549
|
"type": "boolean",
|
|
1557
|
-
"description": "Run command without agent.",
|
|
1550
|
+
"description": "Run command without using or starting agent.",
|
|
1558
1551
|
"allowNo": false
|
|
1559
1552
|
},
|
|
1560
1553
|
"timeout": {
|
|
@@ -1647,7 +1640,7 @@
|
|
|
1647
1640
|
"no-agent": {
|
|
1648
1641
|
"name": "no-agent",
|
|
1649
1642
|
"type": "boolean",
|
|
1650
|
-
"description": "Run command without agent.",
|
|
1643
|
+
"description": "Run command without using or starting agent.",
|
|
1651
1644
|
"allowNo": false
|
|
1652
1645
|
},
|
|
1653
1646
|
"timeout": {
|
|
@@ -1729,7 +1722,7 @@
|
|
|
1729
1722
|
"no-agent": {
|
|
1730
1723
|
"name": "no-agent",
|
|
1731
1724
|
"type": "boolean",
|
|
1732
|
-
"description": "Run command without agent.",
|
|
1725
|
+
"description": "Run command without using or starting agent.",
|
|
1733
1726
|
"allowNo": false
|
|
1734
1727
|
},
|
|
1735
1728
|
"timeout": {
|
|
@@ -1805,7 +1798,7 @@
|
|
|
1805
1798
|
"no-agent": {
|
|
1806
1799
|
"name": "no-agent",
|
|
1807
1800
|
"type": "boolean",
|
|
1808
|
-
"description": "Run command without agent.",
|
|
1801
|
+
"description": "Run command without using or starting agent.",
|
|
1809
1802
|
"allowNo": false
|
|
1810
1803
|
},
|
|
1811
1804
|
"timeout": {
|
|
@@ -1886,7 +1879,7 @@
|
|
|
1886
1879
|
"no-agent": {
|
|
1887
1880
|
"name": "no-agent",
|
|
1888
1881
|
"type": "boolean",
|
|
1889
|
-
"description": "Run command without agent.",
|
|
1882
|
+
"description": "Run command without using or starting agent.",
|
|
1890
1883
|
"allowNo": false
|
|
1891
1884
|
},
|
|
1892
1885
|
"timeout": {
|
|
@@ -1967,7 +1960,7 @@
|
|
|
1967
1960
|
"no-agent": {
|
|
1968
1961
|
"name": "no-agent",
|
|
1969
1962
|
"type": "boolean",
|
|
1970
|
-
"description": "Run command without agent.",
|
|
1963
|
+
"description": "Run command without using or starting agent.",
|
|
1971
1964
|
"allowNo": false
|
|
1972
1965
|
},
|
|
1973
1966
|
"timeout": {
|
|
@@ -2041,7 +2034,7 @@
|
|
|
2041
2034
|
"no-agent": {
|
|
2042
2035
|
"name": "no-agent",
|
|
2043
2036
|
"type": "boolean",
|
|
2044
|
-
"description": "Run command without agent.",
|
|
2037
|
+
"description": "Run command without using or starting agent.",
|
|
2045
2038
|
"allowNo": false
|
|
2046
2039
|
},
|
|
2047
2040
|
"timeout": {
|
|
@@ -2128,7 +2121,7 @@
|
|
|
2128
2121
|
"no-agent": {
|
|
2129
2122
|
"name": "no-agent",
|
|
2130
2123
|
"type": "boolean",
|
|
2131
|
-
"description": "Run command without agent.",
|
|
2124
|
+
"description": "Run command without using or starting agent.",
|
|
2132
2125
|
"allowNo": false
|
|
2133
2126
|
},
|
|
2134
2127
|
"timeout": {
|
|
@@ -2209,7 +2202,7 @@
|
|
|
2209
2202
|
"no-agent": {
|
|
2210
2203
|
"name": "no-agent",
|
|
2211
2204
|
"type": "boolean",
|
|
2212
|
-
"description": "Run command without agent.",
|
|
2205
|
+
"description": "Run command without using or starting agent.",
|
|
2213
2206
|
"allowNo": false
|
|
2214
2207
|
},
|
|
2215
2208
|
"timeout": {
|
|
@@ -2283,7 +2276,7 @@
|
|
|
2283
2276
|
"no-agent": {
|
|
2284
2277
|
"name": "no-agent",
|
|
2285
2278
|
"type": "boolean",
|
|
2286
|
-
"description": "Run command without agent.",
|
|
2279
|
+
"description": "Run command without using or starting agent.",
|
|
2287
2280
|
"allowNo": false
|
|
2288
2281
|
},
|
|
2289
2282
|
"timeout": {
|
|
@@ -2383,7 +2376,7 @@
|
|
|
2383
2376
|
"no-agent": {
|
|
2384
2377
|
"name": "no-agent",
|
|
2385
2378
|
"type": "boolean",
|
|
2386
|
-
"description": "Run command without agent.",
|
|
2379
|
+
"description": "Run command without using or starting agent.",
|
|
2387
2380
|
"allowNo": false
|
|
2388
2381
|
},
|
|
2389
2382
|
"timeout": {
|
|
@@ -2463,7 +2456,7 @@
|
|
|
2463
2456
|
"no-agent": {
|
|
2464
2457
|
"name": "no-agent",
|
|
2465
2458
|
"type": "boolean",
|
|
2466
|
-
"description": "Run command without agent.",
|
|
2459
|
+
"description": "Run command without using or starting agent.",
|
|
2467
2460
|
"allowNo": false
|
|
2468
2461
|
},
|
|
2469
2462
|
"timeout": {
|
|
@@ -2537,7 +2530,7 @@
|
|
|
2537
2530
|
"no-agent": {
|
|
2538
2531
|
"name": "no-agent",
|
|
2539
2532
|
"type": "boolean",
|
|
2540
|
-
"description": "Run command without agent.",
|
|
2533
|
+
"description": "Run command without using or starting agent.",
|
|
2541
2534
|
"allowNo": false
|
|
2542
2535
|
},
|
|
2543
2536
|
"timeout": {
|
|
@@ -2616,7 +2609,7 @@
|
|
|
2616
2609
|
"no-agent": {
|
|
2617
2610
|
"name": "no-agent",
|
|
2618
2611
|
"type": "boolean",
|
|
2619
|
-
"description": "Run command without agent.",
|
|
2612
|
+
"description": "Run command without using or starting agent.",
|
|
2620
2613
|
"allowNo": false
|
|
2621
2614
|
},
|
|
2622
2615
|
"timeout": {
|
|
@@ -2695,7 +2688,7 @@
|
|
|
2695
2688
|
"no-agent": {
|
|
2696
2689
|
"name": "no-agent",
|
|
2697
2690
|
"type": "boolean",
|
|
2698
|
-
"description": "Run command without agent.",
|
|
2691
|
+
"description": "Run command without using or starting agent.",
|
|
2699
2692
|
"allowNo": false
|
|
2700
2693
|
},
|
|
2701
2694
|
"timeout": {
|
|
@@ -2775,7 +2768,7 @@
|
|
|
2775
2768
|
"no-agent": {
|
|
2776
2769
|
"name": "no-agent",
|
|
2777
2770
|
"type": "boolean",
|
|
2778
|
-
"description": "Run command without agent.",
|
|
2771
|
+
"description": "Run command without using or starting agent.",
|
|
2779
2772
|
"allowNo": false
|
|
2780
2773
|
},
|
|
2781
2774
|
"timeout": {
|
|
@@ -2853,7 +2846,7 @@
|
|
|
2853
2846
|
"no-agent": {
|
|
2854
2847
|
"name": "no-agent",
|
|
2855
2848
|
"type": "boolean",
|
|
2856
|
-
"description": "Run command without agent.",
|
|
2849
|
+
"description": "Run command without using or starting agent.",
|
|
2857
2850
|
"allowNo": false
|
|
2858
2851
|
},
|
|
2859
2852
|
"timeout": {
|
|
@@ -2939,7 +2932,7 @@
|
|
|
2939
2932
|
"no-agent": {
|
|
2940
2933
|
"name": "no-agent",
|
|
2941
2934
|
"type": "boolean",
|
|
2942
|
-
"description": "Run command without agent.",
|
|
2935
|
+
"description": "Run command without using or starting agent.",
|
|
2943
2936
|
"allowNo": false
|
|
2944
2937
|
},
|
|
2945
2938
|
"timeout": {
|
|
@@ -3092,7 +3085,7 @@
|
|
|
3092
3085
|
"no-agent": {
|
|
3093
3086
|
"name": "no-agent",
|
|
3094
3087
|
"type": "boolean",
|
|
3095
|
-
"description": "Run command without agent.",
|
|
3088
|
+
"description": "Run command without using or starting agent.",
|
|
3096
3089
|
"allowNo": false
|
|
3097
3090
|
},
|
|
3098
3091
|
"timeout": {
|
|
@@ -3244,7 +3237,7 @@
|
|
|
3244
3237
|
"no-agent": {
|
|
3245
3238
|
"name": "no-agent",
|
|
3246
3239
|
"type": "boolean",
|
|
3247
|
-
"description": "Run command without agent.",
|
|
3240
|
+
"description": "Run command without using or starting agent.",
|
|
3248
3241
|
"allowNo": false
|
|
3249
3242
|
},
|
|
3250
3243
|
"timeout": {
|
|
@@ -3323,7 +3316,7 @@
|
|
|
3323
3316
|
"no-agent": {
|
|
3324
3317
|
"name": "no-agent",
|
|
3325
3318
|
"type": "boolean",
|
|
3326
|
-
"description": "Run command without agent.",
|
|
3319
|
+
"description": "Run command without using or starting agent.",
|
|
3327
3320
|
"allowNo": false
|
|
3328
3321
|
},
|
|
3329
3322
|
"timeout": {
|
|
@@ -3402,7 +3395,7 @@
|
|
|
3402
3395
|
"no-agent": {
|
|
3403
3396
|
"name": "no-agent",
|
|
3404
3397
|
"type": "boolean",
|
|
3405
|
-
"description": "Run command without agent.",
|
|
3398
|
+
"description": "Run command without using or starting agent.",
|
|
3406
3399
|
"allowNo": false
|
|
3407
3400
|
},
|
|
3408
3401
|
"timeout": {
|
|
@@ -3490,7 +3483,7 @@
|
|
|
3490
3483
|
"no-agent": {
|
|
3491
3484
|
"name": "no-agent",
|
|
3492
3485
|
"type": "boolean",
|
|
3493
|
-
"description": "Run command without agent.",
|
|
3486
|
+
"description": "Run command without using or starting agent.",
|
|
3494
3487
|
"allowNo": false
|
|
3495
3488
|
},
|
|
3496
3489
|
"timeout": {
|
|
@@ -3514,7 +3507,7 @@
|
|
|
3514
3507
|
"type": "option",
|
|
3515
3508
|
"description": "Tunnel name",
|
|
3516
3509
|
"multiple": false,
|
|
3517
|
-
"default": "
|
|
3510
|
+
"default": "social-white-cold-double"
|
|
3518
3511
|
}
|
|
3519
3512
|
},
|
|
3520
3513
|
"args": {
|
|
@@ -3578,7 +3571,7 @@
|
|
|
3578
3571
|
"no-agent": {
|
|
3579
3572
|
"name": "no-agent",
|
|
3580
3573
|
"type": "boolean",
|
|
3581
|
-
"description": "Run command without agent.",
|
|
3574
|
+
"description": "Run command without using or starting agent.",
|
|
3582
3575
|
"allowNo": false
|
|
3583
3576
|
},
|
|
3584
3577
|
"timeout": {
|
|
@@ -3652,7 +3645,7 @@
|
|
|
3652
3645
|
"no-agent": {
|
|
3653
3646
|
"name": "no-agent",
|
|
3654
3647
|
"type": "boolean",
|
|
3655
|
-
"description": "Run command without agent.",
|
|
3648
|
+
"description": "Run command without using or starting agent.",
|
|
3656
3649
|
"allowNo": false
|
|
3657
3650
|
},
|
|
3658
3651
|
"timeout": {
|
|
@@ -3732,7 +3725,7 @@
|
|
|
3732
3725
|
"no-agent": {
|
|
3733
3726
|
"name": "no-agent",
|
|
3734
3727
|
"type": "boolean",
|
|
3735
|
-
"description": "Run command without agent.",
|
|
3728
|
+
"description": "Run command without using or starting agent.",
|
|
3736
3729
|
"allowNo": false
|
|
3737
3730
|
},
|
|
3738
3731
|
"timeout": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.3.3-main.
|
|
3
|
+
"version": "0.3.3-main.e3fdda6",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -41,32 +41,30 @@
|
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
42
42
|
"lodash.defaultsdeep": "^4.6.1",
|
|
43
43
|
"node-fetch": "^2.6.0",
|
|
44
|
-
"oclif": "^3.7.0",
|
|
45
44
|
"pkg-up": "^3.1.0",
|
|
46
45
|
"react": "^18.2.0",
|
|
47
46
|
"uuid": "^8.3.2",
|
|
48
47
|
"ws": "^7.4.4",
|
|
49
|
-
"@
|
|
50
|
-
"@dxos/
|
|
51
|
-
"@dxos/
|
|
52
|
-
"@dxos/
|
|
53
|
-
"@dxos/client": "0.3.3-main.
|
|
54
|
-
"@dxos/
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/util": "0.3.3-main.e0ded2e"
|
|
48
|
+
"@dxos/agent": "0.3.3-main.e3fdda6",
|
|
49
|
+
"@dxos/async": "0.3.3-main.e3fdda6",
|
|
50
|
+
"@dxos/bare-template": "0.3.3-main.e3fdda6",
|
|
51
|
+
"@dxos/client": "0.3.3-main.e3fdda6",
|
|
52
|
+
"@dxos/client-protocol": "0.3.3-main.e3fdda6",
|
|
53
|
+
"@dxos/config": "0.3.3-main.e3fdda6",
|
|
54
|
+
"@dxos/context": "0.3.3-main.e3fdda6",
|
|
55
|
+
"@dxos/debug": "0.3.3-main.e3fdda6",
|
|
56
|
+
"@dxos/functions": "0.3.3-main.e3fdda6",
|
|
57
|
+
"@dxos/hello-template": "0.3.3-main.e3fdda6",
|
|
58
|
+
"@dxos/invariant": "0.3.3-main.e3fdda6",
|
|
59
|
+
"@dxos/log": "0.3.3-main.e3fdda6",
|
|
60
|
+
"@dxos/plate": "0.3.3-main.e3fdda6",
|
|
61
|
+
"@dxos/process": "0.3.3-main.e3fdda6",
|
|
62
|
+
"@dxos/protocols": "0.3.3-main.e3fdda6",
|
|
63
|
+
"@dxos/rpc": "0.3.3-main.e3fdda6",
|
|
64
|
+
"@dxos/sentry": "0.3.3-main.e3fdda6",
|
|
65
|
+
"@dxos/tasks-template": "0.3.3-main.e3fdda6",
|
|
66
|
+
"@dxos/telemetry": "0.3.3-main.e3fdda6",
|
|
67
|
+
"@dxos/util": "0.3.3-main.e3fdda6"
|
|
70
68
|
},
|
|
71
69
|
"devDependencies": {
|
|
72
70
|
"@oclif/test": "^2.3.31",
|
|
@@ -76,6 +74,7 @@
|
|
|
76
74
|
"@types/lodash.defaultsdeep": "^4.6.6",
|
|
77
75
|
"@types/node": "^18.11.9",
|
|
78
76
|
"@types/node-fetch": "^2.5.10",
|
|
77
|
+
"oclif": "^3.7.0",
|
|
79
78
|
"shx": "^0.3.3",
|
|
80
79
|
"typescript": "^5.2.2"
|
|
81
80
|
},
|
|
@@ -98,8 +97,29 @@
|
|
|
98
97
|
"helpClass": "./dist/src/help",
|
|
99
98
|
"topicSeparator": " ",
|
|
100
99
|
"topics": {
|
|
101
|
-
"
|
|
102
|
-
"description": "
|
|
100
|
+
"agent": {
|
|
101
|
+
"description": "DXOS Daemon with client services, which is constantly backuping your data. Agent can be extended with plugins (e.g. search plugin, epoch monitor). Also agent has an ability to run functions."
|
|
102
|
+
},
|
|
103
|
+
"app": {
|
|
104
|
+
"description": "Control apps that are published to KUBE specified in DXOS config."
|
|
105
|
+
},
|
|
106
|
+
"debug": {
|
|
107
|
+
"description": "Commands to help debug stuff (contains data generation to imitate high load, database metrics, etc.)."
|
|
108
|
+
},
|
|
109
|
+
"device": {
|
|
110
|
+
"description": "Devices in your HALO."
|
|
111
|
+
},
|
|
112
|
+
"function": {
|
|
113
|
+
"description": "Runtime plugable code with data/event specific triggers."
|
|
114
|
+
},
|
|
115
|
+
"halo": {
|
|
116
|
+
"description": "HALO is a system of components for implementing decentralized identity designed around privacy, security, and collaboration requirements."
|
|
117
|
+
},
|
|
118
|
+
"kube": {
|
|
119
|
+
"description": "KUBE is a set of runtime services for static web apps and peer-to-peer applications. "
|
|
120
|
+
},
|
|
121
|
+
"space": {
|
|
122
|
+
"description": "A space is an instance of an ECHO database which can be replicated by a number of peers."
|
|
103
123
|
}
|
|
104
124
|
}
|
|
105
125
|
},
|