@dxos/cli 0.7.5-main.5ae2ba8 → 0.7.5-main.6a330ac
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 +108 -108
- package/package.json +25 -25
package/oclif.manifest.json
CHANGED
|
@@ -839,20 +839,10 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"config": {
|
|
843
843
|
"aliases": [],
|
|
844
844
|
"args": {},
|
|
845
|
-
"description": "
|
|
846
|
-
"examples": [
|
|
847
|
-
{
|
|
848
|
-
"description": "Inspect diagnostics.",
|
|
849
|
-
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"description": "Upload diagnostics to GitHub.",
|
|
853
|
-
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
854
|
-
}
|
|
855
|
-
],
|
|
845
|
+
"description": "Show config file.",
|
|
856
846
|
"flags": {
|
|
857
847
|
"json": {
|
|
858
848
|
"description": "Output as JSON.",
|
|
@@ -936,23 +926,11 @@
|
|
|
936
926
|
"hasDynamicHelp": false,
|
|
937
927
|
"multiple": false,
|
|
938
928
|
"type": "option"
|
|
939
|
-
},
|
|
940
|
-
"humanize": {
|
|
941
|
-
"description": "Humanize keys.",
|
|
942
|
-
"name": "humanize",
|
|
943
|
-
"allowNo": false,
|
|
944
|
-
"type": "boolean"
|
|
945
|
-
},
|
|
946
|
-
"truncate": {
|
|
947
|
-
"description": "Truncate keys.",
|
|
948
|
-
"name": "truncate",
|
|
949
|
-
"allowNo": false,
|
|
950
|
-
"type": "boolean"
|
|
951
929
|
}
|
|
952
930
|
},
|
|
953
931
|
"hasDynamicHelp": false,
|
|
954
932
|
"hiddenAliases": [],
|
|
955
|
-
"id": "
|
|
933
|
+
"id": "config",
|
|
956
934
|
"pluginAlias": "@dxos/cli",
|
|
957
935
|
"pluginName": "@dxos/cli",
|
|
958
936
|
"pluginType": "core",
|
|
@@ -963,14 +941,24 @@
|
|
|
963
941
|
"dist",
|
|
964
942
|
"src",
|
|
965
943
|
"commands",
|
|
966
|
-
"
|
|
967
|
-
"
|
|
944
|
+
"config",
|
|
945
|
+
"index.js"
|
|
968
946
|
]
|
|
969
947
|
},
|
|
970
|
-
"debug:
|
|
948
|
+
"debug:diagnostics": {
|
|
971
949
|
"aliases": [],
|
|
972
950
|
"args": {},
|
|
973
|
-
"description": "
|
|
951
|
+
"description": "Create diagnostics report.",
|
|
952
|
+
"examples": [
|
|
953
|
+
{
|
|
954
|
+
"description": "Inspect diagnostics.",
|
|
955
|
+
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"description": "Upload diagnostics to GitHub.",
|
|
959
|
+
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
960
|
+
}
|
|
961
|
+
],
|
|
974
962
|
"flags": {
|
|
975
963
|
"json": {
|
|
976
964
|
"description": "Output as JSON.",
|
|
@@ -1054,33 +1042,41 @@
|
|
|
1054
1042
|
"hasDynamicHelp": false,
|
|
1055
1043
|
"multiple": false,
|
|
1056
1044
|
"type": "option"
|
|
1045
|
+
},
|
|
1046
|
+
"humanize": {
|
|
1047
|
+
"description": "Humanize keys.",
|
|
1048
|
+
"name": "humanize",
|
|
1049
|
+
"allowNo": false,
|
|
1050
|
+
"type": "boolean"
|
|
1051
|
+
},
|
|
1052
|
+
"truncate": {
|
|
1053
|
+
"description": "Truncate keys.",
|
|
1054
|
+
"name": "truncate",
|
|
1055
|
+
"allowNo": false,
|
|
1056
|
+
"type": "boolean"
|
|
1057
1057
|
}
|
|
1058
1058
|
},
|
|
1059
1059
|
"hasDynamicHelp": false,
|
|
1060
1060
|
"hiddenAliases": [],
|
|
1061
|
-
"id": "debug:
|
|
1061
|
+
"id": "debug:diagnostics",
|
|
1062
1062
|
"pluginAlias": "@dxos/cli",
|
|
1063
1063
|
"pluginName": "@dxos/cli",
|
|
1064
1064
|
"pluginType": "core",
|
|
1065
1065
|
"strict": true,
|
|
1066
|
+
"enableJsonFlag": true,
|
|
1066
1067
|
"isESM": true,
|
|
1067
1068
|
"relativePath": [
|
|
1068
1069
|
"dist",
|
|
1069
1070
|
"src",
|
|
1070
1071
|
"commands",
|
|
1071
1072
|
"debug",
|
|
1072
|
-
"
|
|
1073
|
+
"diagnostics.js"
|
|
1073
1074
|
]
|
|
1074
1075
|
},
|
|
1075
|
-
"debug:
|
|
1076
|
+
"debug:error": {
|
|
1076
1077
|
"aliases": [],
|
|
1077
|
-
"args": {
|
|
1078
|
-
|
|
1079
|
-
"description": "Space key(s) head in hex.",
|
|
1080
|
-
"name": "key"
|
|
1081
|
-
}
|
|
1082
|
-
},
|
|
1083
|
-
"description": "Generate test data.",
|
|
1078
|
+
"args": {},
|
|
1079
|
+
"description": "Throw error for debugging.",
|
|
1084
1080
|
"flags": {
|
|
1085
1081
|
"json": {
|
|
1086
1082
|
"description": "Output as JSON.",
|
|
@@ -1164,73 +1160,33 @@
|
|
|
1164
1160
|
"hasDynamicHelp": false,
|
|
1165
1161
|
"multiple": false,
|
|
1166
1162
|
"type": "option"
|
|
1167
|
-
},
|
|
1168
|
-
"interval": {
|
|
1169
|
-
"description": "Interval between mutations (ms).",
|
|
1170
|
-
"name": "interval",
|
|
1171
|
-
"default": 0,
|
|
1172
|
-
"hasDynamicHelp": false,
|
|
1173
|
-
"multiple": false,
|
|
1174
|
-
"type": "option"
|
|
1175
|
-
},
|
|
1176
|
-
"jitter": {
|
|
1177
|
-
"description": "Interval variance (ms).",
|
|
1178
|
-
"name": "jitter",
|
|
1179
|
-
"default": 0,
|
|
1180
|
-
"hasDynamicHelp": false,
|
|
1181
|
-
"multiple": false,
|
|
1182
|
-
"type": "option"
|
|
1183
|
-
},
|
|
1184
|
-
"objects": {
|
|
1185
|
-
"description": "Number of objects.",
|
|
1186
|
-
"name": "objects",
|
|
1187
|
-
"default": 0,
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"multiple": false,
|
|
1190
|
-
"type": "option"
|
|
1191
|
-
},
|
|
1192
|
-
"mutations": {
|
|
1193
|
-
"description": "Number of mutations.",
|
|
1194
|
-
"name": "mutations",
|
|
1195
|
-
"default": 0,
|
|
1196
|
-
"hasDynamicHelp": false,
|
|
1197
|
-
"multiple": false,
|
|
1198
|
-
"type": "option"
|
|
1199
|
-
},
|
|
1200
|
-
"epoch": {
|
|
1201
|
-
"description": "Number of mutations per epoch.",
|
|
1202
|
-
"name": "epoch",
|
|
1203
|
-
"hasDynamicHelp": false,
|
|
1204
|
-
"multiple": false,
|
|
1205
|
-
"type": "option"
|
|
1206
1163
|
}
|
|
1207
1164
|
},
|
|
1208
1165
|
"hasDynamicHelp": false,
|
|
1209
1166
|
"hiddenAliases": [],
|
|
1210
|
-
"id": "debug:
|
|
1167
|
+
"id": "debug:error",
|
|
1211
1168
|
"pluginAlias": "@dxos/cli",
|
|
1212
1169
|
"pluginName": "@dxos/cli",
|
|
1213
1170
|
"pluginType": "core",
|
|
1214
1171
|
"strict": true,
|
|
1215
|
-
"enableJsonFlag": true,
|
|
1216
1172
|
"isESM": true,
|
|
1217
1173
|
"relativePath": [
|
|
1218
1174
|
"dist",
|
|
1219
1175
|
"src",
|
|
1220
1176
|
"commands",
|
|
1221
1177
|
"debug",
|
|
1222
|
-
"
|
|
1178
|
+
"error.js"
|
|
1223
1179
|
]
|
|
1224
1180
|
},
|
|
1225
|
-
"debug:
|
|
1181
|
+
"debug:generate": {
|
|
1226
1182
|
"aliases": [],
|
|
1227
1183
|
"args": {
|
|
1228
|
-
"
|
|
1229
|
-
"description": "
|
|
1230
|
-
"name": "
|
|
1184
|
+
"key": {
|
|
1185
|
+
"description": "Space key(s) head in hex.",
|
|
1186
|
+
"name": "key"
|
|
1231
1187
|
}
|
|
1232
1188
|
},
|
|
1233
|
-
"description": "
|
|
1189
|
+
"description": "Generate test data.",
|
|
1234
1190
|
"flags": {
|
|
1235
1191
|
"json": {
|
|
1236
1192
|
"description": "Output as JSON.",
|
|
@@ -1314,11 +1270,50 @@
|
|
|
1314
1270
|
"hasDynamicHelp": false,
|
|
1315
1271
|
"multiple": false,
|
|
1316
1272
|
"type": "option"
|
|
1273
|
+
},
|
|
1274
|
+
"interval": {
|
|
1275
|
+
"description": "Interval between mutations (ms).",
|
|
1276
|
+
"name": "interval",
|
|
1277
|
+
"default": 0,
|
|
1278
|
+
"hasDynamicHelp": false,
|
|
1279
|
+
"multiple": false,
|
|
1280
|
+
"type": "option"
|
|
1281
|
+
},
|
|
1282
|
+
"jitter": {
|
|
1283
|
+
"description": "Interval variance (ms).",
|
|
1284
|
+
"name": "jitter",
|
|
1285
|
+
"default": 0,
|
|
1286
|
+
"hasDynamicHelp": false,
|
|
1287
|
+
"multiple": false,
|
|
1288
|
+
"type": "option"
|
|
1289
|
+
},
|
|
1290
|
+
"objects": {
|
|
1291
|
+
"description": "Number of objects.",
|
|
1292
|
+
"name": "objects",
|
|
1293
|
+
"default": 0,
|
|
1294
|
+
"hasDynamicHelp": false,
|
|
1295
|
+
"multiple": false,
|
|
1296
|
+
"type": "option"
|
|
1297
|
+
},
|
|
1298
|
+
"mutations": {
|
|
1299
|
+
"description": "Number of mutations.",
|
|
1300
|
+
"name": "mutations",
|
|
1301
|
+
"default": 0,
|
|
1302
|
+
"hasDynamicHelp": false,
|
|
1303
|
+
"multiple": false,
|
|
1304
|
+
"type": "option"
|
|
1305
|
+
},
|
|
1306
|
+
"epoch": {
|
|
1307
|
+
"description": "Number of mutations per epoch.",
|
|
1308
|
+
"name": "epoch",
|
|
1309
|
+
"hasDynamicHelp": false,
|
|
1310
|
+
"multiple": false,
|
|
1311
|
+
"type": "option"
|
|
1317
1312
|
}
|
|
1318
1313
|
},
|
|
1319
1314
|
"hasDynamicHelp": false,
|
|
1320
1315
|
"hiddenAliases": [],
|
|
1321
|
-
"id": "debug:
|
|
1316
|
+
"id": "debug:generate",
|
|
1322
1317
|
"pluginAlias": "@dxos/cli",
|
|
1323
1318
|
"pluginName": "@dxos/cli",
|
|
1324
1319
|
"pluginType": "core",
|
|
@@ -1330,13 +1325,18 @@
|
|
|
1330
1325
|
"src",
|
|
1331
1326
|
"commands",
|
|
1332
1327
|
"debug",
|
|
1333
|
-
"
|
|
1328
|
+
"generate.js"
|
|
1334
1329
|
]
|
|
1335
1330
|
},
|
|
1336
|
-
"debug:
|
|
1331
|
+
"debug:metrics": {
|
|
1337
1332
|
"aliases": [],
|
|
1338
|
-
"args": {
|
|
1339
|
-
|
|
1333
|
+
"args": {
|
|
1334
|
+
"command": {
|
|
1335
|
+
"description": "Control metrics recording.",
|
|
1336
|
+
"name": "command"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"description": "Control metrics.",
|
|
1340
1340
|
"flags": {
|
|
1341
1341
|
"json": {
|
|
1342
1342
|
"description": "Output as JSON.",
|
|
@@ -1420,19 +1420,11 @@
|
|
|
1420
1420
|
"hasDynamicHelp": false,
|
|
1421
1421
|
"multiple": false,
|
|
1422
1422
|
"type": "option"
|
|
1423
|
-
},
|
|
1424
|
-
"interval": {
|
|
1425
|
-
"description": "Update interval (ms).",
|
|
1426
|
-
"name": "interval",
|
|
1427
|
-
"default": 1000,
|
|
1428
|
-
"hasDynamicHelp": false,
|
|
1429
|
-
"multiple": false,
|
|
1430
|
-
"type": "option"
|
|
1431
1423
|
}
|
|
1432
1424
|
},
|
|
1433
1425
|
"hasDynamicHelp": false,
|
|
1434
1426
|
"hiddenAliases": [],
|
|
1435
|
-
"id": "debug:
|
|
1427
|
+
"id": "debug:metrics",
|
|
1436
1428
|
"pluginAlias": "@dxos/cli",
|
|
1437
1429
|
"pluginName": "@dxos/cli",
|
|
1438
1430
|
"pluginType": "core",
|
|
@@ -1444,13 +1436,13 @@
|
|
|
1444
1436
|
"src",
|
|
1445
1437
|
"commands",
|
|
1446
1438
|
"debug",
|
|
1447
|
-
"
|
|
1439
|
+
"metrics.js"
|
|
1448
1440
|
]
|
|
1449
1441
|
},
|
|
1450
|
-
"
|
|
1442
|
+
"debug:status": {
|
|
1451
1443
|
"aliases": [],
|
|
1452
1444
|
"args": {},
|
|
1453
|
-
"description": "
|
|
1445
|
+
"description": "Display status.",
|
|
1454
1446
|
"flags": {
|
|
1455
1447
|
"json": {
|
|
1456
1448
|
"description": "Output as JSON.",
|
|
@@ -1534,11 +1526,19 @@
|
|
|
1534
1526
|
"hasDynamicHelp": false,
|
|
1535
1527
|
"multiple": false,
|
|
1536
1528
|
"type": "option"
|
|
1529
|
+
},
|
|
1530
|
+
"interval": {
|
|
1531
|
+
"description": "Update interval (ms).",
|
|
1532
|
+
"name": "interval",
|
|
1533
|
+
"default": 1000,
|
|
1534
|
+
"hasDynamicHelp": false,
|
|
1535
|
+
"multiple": false,
|
|
1536
|
+
"type": "option"
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
1539
1539
|
"hasDynamicHelp": false,
|
|
1540
1540
|
"hiddenAliases": [],
|
|
1541
|
-
"id": "
|
|
1541
|
+
"id": "debug:status",
|
|
1542
1542
|
"pluginAlias": "@dxos/cli",
|
|
1543
1543
|
"pluginName": "@dxos/cli",
|
|
1544
1544
|
"pluginType": "core",
|
|
@@ -1549,8 +1549,8 @@
|
|
|
1549
1549
|
"dist",
|
|
1550
1550
|
"src",
|
|
1551
1551
|
"commands",
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1552
|
+
"debug",
|
|
1553
|
+
"status.js"
|
|
1554
1554
|
]
|
|
1555
1555
|
},
|
|
1556
1556
|
"device:info": {
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
"name": {
|
|
4716
4716
|
"description": "Tunnel name",
|
|
4717
4717
|
"name": "name",
|
|
4718
|
-
"default": "
|
|
4718
|
+
"default": "hydrogen-utah-hot-lactose",
|
|
4719
4719
|
"hasDynamicHelp": false,
|
|
4720
4720
|
"multiple": false,
|
|
4721
4721
|
"type": "option"
|
|
@@ -5570,5 +5570,5 @@
|
|
|
5570
5570
|
]
|
|
5571
5571
|
}
|
|
5572
5572
|
},
|
|
5573
|
-
"version": "0.7.5-main.
|
|
5573
|
+
"version": "0.7.5-main.6a330ac"
|
|
5574
5574
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.7.5-main.
|
|
3
|
+
"version": "0.7.5-main.6a330ac",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -53,30 +53,30 @@
|
|
|
53
53
|
"react": "~18.2.0",
|
|
54
54
|
"ws": "^8.14.2",
|
|
55
55
|
"wtfnode": "^0.9.1",
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/cli-base": "0.7.5-main.
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/client": "0.7.5-main.
|
|
62
|
-
"@dxos/client-
|
|
63
|
-
"@dxos/compute": "0.7.5-main.
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/echo-schema": "0.7.5-main.
|
|
68
|
-
"@dxos/functions": "0.7.5-main.
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/log": "0.7.5-main.
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/node-std": "0.7.5-main.
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/rpc": "0.7.5-main.
|
|
78
|
-
"@dxos/schema": "0.7.5-main.
|
|
79
|
-
"@dxos/util": "0.7.5-main.
|
|
56
|
+
"@dxos/agent": "0.7.5-main.6a330ac",
|
|
57
|
+
"@dxos/cli-base": "0.7.5-main.6a330ac",
|
|
58
|
+
"@dxos/cli-composer": "0.7.5-main.6a330ac",
|
|
59
|
+
"@dxos/client": "0.7.5-main.6a330ac",
|
|
60
|
+
"@dxos/async": "0.7.5-main.6a330ac",
|
|
61
|
+
"@dxos/client-services": "0.7.5-main.6a330ac",
|
|
62
|
+
"@dxos/client-protocol": "0.7.5-main.6a330ac",
|
|
63
|
+
"@dxos/compute": "0.7.5-main.6a330ac",
|
|
64
|
+
"@dxos/config": "0.7.5-main.6a330ac",
|
|
65
|
+
"@dxos/context": "0.7.5-main.6a330ac",
|
|
66
|
+
"@dxos/debug": "0.7.5-main.6a330ac",
|
|
67
|
+
"@dxos/echo-schema": "0.7.5-main.6a330ac",
|
|
68
|
+
"@dxos/functions": "0.7.5-main.6a330ac",
|
|
69
|
+
"@dxos/invariant": "0.7.5-main.6a330ac",
|
|
70
|
+
"@dxos/log": "0.7.5-main.6a330ac",
|
|
71
|
+
"@dxos/network-manager": "0.7.5-main.6a330ac",
|
|
72
|
+
"@dxos/node-std": "0.7.5-main.6a330ac",
|
|
73
|
+
"@dxos/observability": "0.7.5-main.6a330ac",
|
|
74
|
+
"@dxos/process": "0.7.5-main.6a330ac",
|
|
75
|
+
"@dxos/random": "0.7.5-main.6a330ac",
|
|
76
|
+
"@dxos/protocols": "0.7.5-main.6a330ac",
|
|
77
|
+
"@dxos/rpc": "0.7.5-main.6a330ac",
|
|
78
|
+
"@dxos/schema": "0.7.5-main.6a330ac",
|
|
79
|
+
"@dxos/util": "0.7.5-main.6a330ac"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@oclif/test": "^4.1.0",
|