@dxos/cli 0.8.2-staging.42af850 → 0.8.2-staging.4d6ad0f
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 +240 -240
- 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": {
|
|
@@ -2380,10 +2380,16 @@
|
|
|
2380
2380
|
"watch.js"
|
|
2381
2381
|
]
|
|
2382
2382
|
},
|
|
2383
|
-
"
|
|
2383
|
+
"halo:create": {
|
|
2384
2384
|
"aliases": [],
|
|
2385
|
-
"args": {
|
|
2386
|
-
|
|
2385
|
+
"args": {
|
|
2386
|
+
"displayName": {
|
|
2387
|
+
"default": "Agent",
|
|
2388
|
+
"description": "Display name",
|
|
2389
|
+
"name": "displayName"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"description": "Create HALO.",
|
|
2387
2393
|
"flags": {
|
|
2388
2394
|
"json": {
|
|
2389
2395
|
"description": "Output as JSON.",
|
|
@@ -2468,42 +2474,43 @@
|
|
|
2468
2474
|
"multiple": false,
|
|
2469
2475
|
"type": "option"
|
|
2470
2476
|
},
|
|
2471
|
-
"
|
|
2472
|
-
"description": "
|
|
2473
|
-
"name": "
|
|
2474
|
-
"required": true,
|
|
2477
|
+
"deviceLabel": {
|
|
2478
|
+
"description": "Device label",
|
|
2479
|
+
"name": "deviceLabel",
|
|
2475
2480
|
"hasDynamicHelp": false,
|
|
2476
2481
|
"multiple": false,
|
|
2477
2482
|
"type": "option"
|
|
2478
2483
|
},
|
|
2479
|
-
"
|
|
2480
|
-
"description": "
|
|
2481
|
-
"name": "
|
|
2482
|
-
"
|
|
2483
|
-
"
|
|
2484
|
-
"type": "option"
|
|
2484
|
+
"managedAgent": {
|
|
2485
|
+
"description": "Managed agent",
|
|
2486
|
+
"name": "managedAgent",
|
|
2487
|
+
"allowNo": false,
|
|
2488
|
+
"type": "boolean"
|
|
2485
2489
|
}
|
|
2486
2490
|
},
|
|
2487
2491
|
"hasDynamicHelp": false,
|
|
2488
2492
|
"hiddenAliases": [],
|
|
2489
|
-
"id": "
|
|
2493
|
+
"id": "halo:create",
|
|
2490
2494
|
"pluginAlias": "@dxos/cli",
|
|
2491
2495
|
"pluginName": "@dxos/cli",
|
|
2492
2496
|
"pluginType": "core",
|
|
2493
2497
|
"strict": true,
|
|
2498
|
+
"enableJsonFlag": true,
|
|
2494
2499
|
"isESM": true,
|
|
2495
2500
|
"relativePath": [
|
|
2496
2501
|
"dist",
|
|
2497
2502
|
"src",
|
|
2498
2503
|
"commands",
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2504
|
+
"halo",
|
|
2505
|
+
"create.js"
|
|
2501
2506
|
]
|
|
2502
2507
|
},
|
|
2503
|
-
"
|
|
2504
|
-
"aliases": [
|
|
2508
|
+
"halo:identity": {
|
|
2509
|
+
"aliases": [
|
|
2510
|
+
"halo:id"
|
|
2511
|
+
],
|
|
2505
2512
|
"args": {},
|
|
2506
|
-
"description": "
|
|
2513
|
+
"description": "Show HALO identity.",
|
|
2507
2514
|
"flags": {
|
|
2508
2515
|
"json": {
|
|
2509
2516
|
"description": "Output as JSON.",
|
|
@@ -2587,48 +2594,29 @@
|
|
|
2587
2594
|
"hasDynamicHelp": false,
|
|
2588
2595
|
"multiple": false,
|
|
2589
2596
|
"type": "option"
|
|
2590
|
-
},
|
|
2591
|
-
"file": {
|
|
2592
|
-
"description": "Archive filename.",
|
|
2593
|
-
"name": "file",
|
|
2594
|
-
"required": true,
|
|
2595
|
-
"hasDynamicHelp": false,
|
|
2596
|
-
"multiple": false,
|
|
2597
|
-
"type": "option"
|
|
2598
|
-
},
|
|
2599
|
-
"storage": {
|
|
2600
|
-
"description": "List storage entries.",
|
|
2601
|
-
"name": "storage",
|
|
2602
|
-
"allowNo": false,
|
|
2603
|
-
"type": "boolean"
|
|
2604
2597
|
}
|
|
2605
2598
|
},
|
|
2606
2599
|
"hasDynamicHelp": false,
|
|
2607
2600
|
"hiddenAliases": [],
|
|
2608
|
-
"id": "
|
|
2601
|
+
"id": "halo:identity",
|
|
2609
2602
|
"pluginAlias": "@dxos/cli",
|
|
2610
2603
|
"pluginName": "@dxos/cli",
|
|
2611
2604
|
"pluginType": "core",
|
|
2612
2605
|
"strict": true,
|
|
2606
|
+
"enableJsonFlag": true,
|
|
2613
2607
|
"isESM": true,
|
|
2614
2608
|
"relativePath": [
|
|
2615
2609
|
"dist",
|
|
2616
2610
|
"src",
|
|
2617
2611
|
"commands",
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2612
|
+
"halo",
|
|
2613
|
+
"identity.js"
|
|
2620
2614
|
]
|
|
2621
2615
|
},
|
|
2622
|
-
"halo:
|
|
2616
|
+
"halo:join": {
|
|
2623
2617
|
"aliases": [],
|
|
2624
|
-
"args": {
|
|
2625
|
-
|
|
2626
|
-
"default": "Agent",
|
|
2627
|
-
"description": "Display name",
|
|
2628
|
-
"name": "displayName"
|
|
2629
|
-
}
|
|
2630
|
-
},
|
|
2631
|
-
"description": "Create HALO.",
|
|
2618
|
+
"args": {},
|
|
2619
|
+
"description": "Join HALO (device) invitation.",
|
|
2632
2620
|
"flags": {
|
|
2633
2621
|
"json": {
|
|
2634
2622
|
"description": "Output as JSON.",
|
|
@@ -2675,12 +2663,9 @@
|
|
|
2675
2663
|
"type": "option"
|
|
2676
2664
|
},
|
|
2677
2665
|
"timeout": {
|
|
2678
|
-
"
|
|
2679
|
-
"t"
|
|
2680
|
-
],
|
|
2681
|
-
"description": "Timeout (ms).",
|
|
2666
|
+
"description": "Timeout in seconds",
|
|
2682
2667
|
"name": "timeout",
|
|
2683
|
-
"default":
|
|
2668
|
+
"default": 300,
|
|
2684
2669
|
"hasDynamicHelp": false,
|
|
2685
2670
|
"multiple": false,
|
|
2686
2671
|
"type": "option"
|
|
@@ -2713,23 +2698,37 @@
|
|
|
2713
2698
|
"multiple": false,
|
|
2714
2699
|
"type": "option"
|
|
2715
2700
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"description": "
|
|
2718
|
-
"name": "
|
|
2701
|
+
"invitation": {
|
|
2702
|
+
"description": "Invitation code",
|
|
2703
|
+
"name": "invitation",
|
|
2719
2704
|
"hasDynamicHelp": false,
|
|
2720
2705
|
"multiple": false,
|
|
2721
2706
|
"type": "option"
|
|
2722
2707
|
},
|
|
2723
|
-
"
|
|
2724
|
-
"description": "
|
|
2725
|
-
"name": "
|
|
2708
|
+
"secret": {
|
|
2709
|
+
"description": "Invitation secret",
|
|
2710
|
+
"name": "secret",
|
|
2711
|
+
"hasDynamicHelp": false,
|
|
2712
|
+
"multiple": false,
|
|
2713
|
+
"type": "option"
|
|
2714
|
+
},
|
|
2715
|
+
"device-label": {
|
|
2716
|
+
"description": "Set device label",
|
|
2717
|
+
"name": "device-label",
|
|
2718
|
+
"hasDynamicHelp": false,
|
|
2719
|
+
"multiple": false,
|
|
2720
|
+
"type": "option"
|
|
2721
|
+
},
|
|
2722
|
+
"managed-agent": {
|
|
2723
|
+
"description": "set device type as managed agent",
|
|
2724
|
+
"name": "managed-agent",
|
|
2726
2725
|
"allowNo": false,
|
|
2727
2726
|
"type": "boolean"
|
|
2728
2727
|
}
|
|
2729
2728
|
},
|
|
2730
2729
|
"hasDynamicHelp": false,
|
|
2731
2730
|
"hiddenAliases": [],
|
|
2732
|
-
"id": "halo:
|
|
2731
|
+
"id": "halo:join",
|
|
2733
2732
|
"pluginAlias": "@dxos/cli",
|
|
2734
2733
|
"pluginName": "@dxos/cli",
|
|
2735
2734
|
"pluginType": "core",
|
|
@@ -2741,15 +2740,13 @@
|
|
|
2741
2740
|
"src",
|
|
2742
2741
|
"commands",
|
|
2743
2742
|
"halo",
|
|
2744
|
-
"
|
|
2743
|
+
"join.js"
|
|
2745
2744
|
]
|
|
2746
2745
|
},
|
|
2747
|
-
"halo:
|
|
2748
|
-
"aliases": [
|
|
2749
|
-
"halo:id"
|
|
2750
|
-
],
|
|
2746
|
+
"halo:keys": {
|
|
2747
|
+
"aliases": [],
|
|
2751
2748
|
"args": {},
|
|
2752
|
-
"description": "Show HALO
|
|
2749
|
+
"description": "Show HALO keys.",
|
|
2753
2750
|
"flags": {
|
|
2754
2751
|
"json": {
|
|
2755
2752
|
"description": "Output as JSON.",
|
|
@@ -2837,7 +2834,7 @@
|
|
|
2837
2834
|
},
|
|
2838
2835
|
"hasDynamicHelp": false,
|
|
2839
2836
|
"hiddenAliases": [],
|
|
2840
|
-
"id": "halo:
|
|
2837
|
+
"id": "halo:keys",
|
|
2841
2838
|
"pluginAlias": "@dxos/cli",
|
|
2842
2839
|
"pluginName": "@dxos/cli",
|
|
2843
2840
|
"pluginType": "core",
|
|
@@ -2849,13 +2846,13 @@
|
|
|
2849
2846
|
"src",
|
|
2850
2847
|
"commands",
|
|
2851
2848
|
"halo",
|
|
2852
|
-
"
|
|
2849
|
+
"keys.js"
|
|
2853
2850
|
]
|
|
2854
2851
|
},
|
|
2855
|
-
"halo:
|
|
2852
|
+
"halo:share": {
|
|
2856
2853
|
"aliases": [],
|
|
2857
2854
|
"args": {},
|
|
2858
|
-
"description": "
|
|
2855
|
+
"description": "Create HALO (device) invitation.",
|
|
2859
2856
|
"flags": {
|
|
2860
2857
|
"json": {
|
|
2861
2858
|
"description": "Output as JSON.",
|
|
@@ -2902,9 +2899,12 @@
|
|
|
2902
2899
|
"type": "option"
|
|
2903
2900
|
},
|
|
2904
2901
|
"timeout": {
|
|
2905
|
-
"
|
|
2902
|
+
"aliases": [
|
|
2903
|
+
"t"
|
|
2904
|
+
],
|
|
2905
|
+
"description": "Timeout (ms).",
|
|
2906
2906
|
"name": "timeout",
|
|
2907
|
-
"default":
|
|
2907
|
+
"default": 60000,
|
|
2908
2908
|
"hasDynamicHelp": false,
|
|
2909
2909
|
"multiple": false,
|
|
2910
2910
|
"type": "option"
|
|
@@ -2937,37 +2937,44 @@
|
|
|
2937
2937
|
"multiple": false,
|
|
2938
2938
|
"type": "option"
|
|
2939
2939
|
},
|
|
2940
|
-
"
|
|
2941
|
-
"description": "
|
|
2942
|
-
"name": "
|
|
2940
|
+
"lifetime": {
|
|
2941
|
+
"description": "Lifetime of the invitation in seconds",
|
|
2942
|
+
"name": "lifetime",
|
|
2943
|
+
"default": 43200,
|
|
2943
2944
|
"hasDynamicHelp": false,
|
|
2944
2945
|
"multiple": false,
|
|
2945
2946
|
"type": "option"
|
|
2946
2947
|
},
|
|
2947
|
-
"
|
|
2948
|
-
"description": "Invitation
|
|
2949
|
-
"name": "
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2952
|
-
"type": "option"
|
|
2948
|
+
"persistent": {
|
|
2949
|
+
"description": "Invitation should resume if client restarts",
|
|
2950
|
+
"name": "persistent",
|
|
2951
|
+
"allowNo": false,
|
|
2952
|
+
"type": "boolean"
|
|
2953
2953
|
},
|
|
2954
|
-
"
|
|
2955
|
-
"description": "
|
|
2956
|
-
"name": "
|
|
2954
|
+
"open": {
|
|
2955
|
+
"description": "Open browser with invitation.",
|
|
2956
|
+
"name": "open",
|
|
2957
|
+
"allowNo": false,
|
|
2958
|
+
"type": "boolean"
|
|
2959
|
+
},
|
|
2960
|
+
"host": {
|
|
2961
|
+
"description": "Application Host URL.",
|
|
2962
|
+
"name": "host",
|
|
2963
|
+
"default": "https://composer.space",
|
|
2957
2964
|
"hasDynamicHelp": false,
|
|
2958
2965
|
"multiple": false,
|
|
2959
2966
|
"type": "option"
|
|
2960
2967
|
},
|
|
2961
|
-
"
|
|
2962
|
-
"description": "
|
|
2963
|
-
"name": "
|
|
2964
|
-
"allowNo":
|
|
2968
|
+
"auth": {
|
|
2969
|
+
"description": "Skip authentication challenge.",
|
|
2970
|
+
"name": "auth",
|
|
2971
|
+
"allowNo": true,
|
|
2965
2972
|
"type": "boolean"
|
|
2966
2973
|
}
|
|
2967
2974
|
},
|
|
2968
2975
|
"hasDynamicHelp": false,
|
|
2969
2976
|
"hiddenAliases": [],
|
|
2970
|
-
"id": "halo:
|
|
2977
|
+
"id": "halo:share",
|
|
2971
2978
|
"pluginAlias": "@dxos/cli",
|
|
2972
2979
|
"pluginName": "@dxos/cli",
|
|
2973
2980
|
"pluginType": "core",
|
|
@@ -2979,13 +2986,13 @@
|
|
|
2979
2986
|
"src",
|
|
2980
2987
|
"commands",
|
|
2981
2988
|
"halo",
|
|
2982
|
-
"
|
|
2989
|
+
"share.js"
|
|
2983
2990
|
]
|
|
2984
2991
|
},
|
|
2985
|
-
"halo:
|
|
2992
|
+
"halo:update": {
|
|
2986
2993
|
"aliases": [],
|
|
2987
2994
|
"args": {},
|
|
2988
|
-
"description": "
|
|
2995
|
+
"description": "Update identity profile.",
|
|
2989
2996
|
"flags": {
|
|
2990
2997
|
"json": {
|
|
2991
2998
|
"description": "Output as JSON.",
|
|
@@ -3069,29 +3076,35 @@
|
|
|
3069
3076
|
"hasDynamicHelp": false,
|
|
3070
3077
|
"multiple": false,
|
|
3071
3078
|
"type": "option"
|
|
3079
|
+
},
|
|
3080
|
+
"displayName": {
|
|
3081
|
+
"description": "Set display name",
|
|
3082
|
+
"name": "displayName",
|
|
3083
|
+
"hasDynamicHelp": false,
|
|
3084
|
+
"multiple": false,
|
|
3085
|
+
"type": "option"
|
|
3072
3086
|
}
|
|
3073
3087
|
},
|
|
3074
3088
|
"hasDynamicHelp": false,
|
|
3075
3089
|
"hiddenAliases": [],
|
|
3076
|
-
"id": "halo:
|
|
3090
|
+
"id": "halo:update",
|
|
3077
3091
|
"pluginAlias": "@dxos/cli",
|
|
3078
3092
|
"pluginName": "@dxos/cli",
|
|
3079
3093
|
"pluginType": "core",
|
|
3080
3094
|
"strict": true,
|
|
3081
|
-
"enableJsonFlag": true,
|
|
3082
3095
|
"isESM": true,
|
|
3083
3096
|
"relativePath": [
|
|
3084
3097
|
"dist",
|
|
3085
3098
|
"src",
|
|
3086
3099
|
"commands",
|
|
3087
3100
|
"halo",
|
|
3088
|
-
"
|
|
3101
|
+
"update.js"
|
|
3089
3102
|
]
|
|
3090
3103
|
},
|
|
3091
|
-
"
|
|
3104
|
+
"profile:import": {
|
|
3092
3105
|
"aliases": [],
|
|
3093
3106
|
"args": {},
|
|
3094
|
-
"description": "
|
|
3107
|
+
"description": "Import profile.",
|
|
3095
3108
|
"flags": {
|
|
3096
3109
|
"json": {
|
|
3097
3110
|
"description": "Output as JSON.",
|
|
@@ -3176,62 +3189,42 @@
|
|
|
3176
3189
|
"multiple": false,
|
|
3177
3190
|
"type": "option"
|
|
3178
3191
|
},
|
|
3179
|
-
"
|
|
3180
|
-
"description": "
|
|
3181
|
-
"name": "
|
|
3182
|
-
"
|
|
3192
|
+
"file": {
|
|
3193
|
+
"description": "Archive filename.",
|
|
3194
|
+
"name": "file",
|
|
3195
|
+
"required": true,
|
|
3183
3196
|
"hasDynamicHelp": false,
|
|
3184
3197
|
"multiple": false,
|
|
3185
3198
|
"type": "option"
|
|
3186
3199
|
},
|
|
3187
|
-
"
|
|
3188
|
-
"description": "
|
|
3189
|
-
"name": "
|
|
3190
|
-
"allowNo": false,
|
|
3191
|
-
"type": "boolean"
|
|
3192
|
-
},
|
|
3193
|
-
"open": {
|
|
3194
|
-
"description": "Open browser with invitation.",
|
|
3195
|
-
"name": "open",
|
|
3196
|
-
"allowNo": false,
|
|
3197
|
-
"type": "boolean"
|
|
3198
|
-
},
|
|
3199
|
-
"host": {
|
|
3200
|
-
"description": "Application Host URL.",
|
|
3201
|
-
"name": "host",
|
|
3202
|
-
"default": "https://composer.space",
|
|
3200
|
+
"data-dir": {
|
|
3201
|
+
"description": "Storage directory.",
|
|
3202
|
+
"name": "data-dir",
|
|
3203
3203
|
"hasDynamicHelp": false,
|
|
3204
3204
|
"multiple": false,
|
|
3205
3205
|
"type": "option"
|
|
3206
|
-
},
|
|
3207
|
-
"auth": {
|
|
3208
|
-
"description": "Skip authentication challenge.",
|
|
3209
|
-
"name": "auth",
|
|
3210
|
-
"allowNo": true,
|
|
3211
|
-
"type": "boolean"
|
|
3212
3206
|
}
|
|
3213
3207
|
},
|
|
3214
3208
|
"hasDynamicHelp": false,
|
|
3215
3209
|
"hiddenAliases": [],
|
|
3216
|
-
"id": "
|
|
3210
|
+
"id": "profile:import",
|
|
3217
3211
|
"pluginAlias": "@dxos/cli",
|
|
3218
3212
|
"pluginName": "@dxos/cli",
|
|
3219
3213
|
"pluginType": "core",
|
|
3220
3214
|
"strict": true,
|
|
3221
|
-
"enableJsonFlag": true,
|
|
3222
3215
|
"isESM": true,
|
|
3223
3216
|
"relativePath": [
|
|
3224
3217
|
"dist",
|
|
3225
3218
|
"src",
|
|
3226
3219
|
"commands",
|
|
3227
|
-
"
|
|
3228
|
-
"
|
|
3220
|
+
"profile",
|
|
3221
|
+
"import.js"
|
|
3229
3222
|
]
|
|
3230
3223
|
},
|
|
3231
|
-
"
|
|
3224
|
+
"profile:inspect": {
|
|
3232
3225
|
"aliases": [],
|
|
3233
3226
|
"args": {},
|
|
3234
|
-
"description": "
|
|
3227
|
+
"description": "Import profile.",
|
|
3235
3228
|
"flags": {
|
|
3236
3229
|
"json": {
|
|
3237
3230
|
"description": "Output as JSON.",
|
|
@@ -3316,17 +3309,24 @@
|
|
|
3316
3309
|
"multiple": false,
|
|
3317
3310
|
"type": "option"
|
|
3318
3311
|
},
|
|
3319
|
-
"
|
|
3320
|
-
"description": "
|
|
3321
|
-
"name": "
|
|
3312
|
+
"file": {
|
|
3313
|
+
"description": "Archive filename.",
|
|
3314
|
+
"name": "file",
|
|
3315
|
+
"required": true,
|
|
3322
3316
|
"hasDynamicHelp": false,
|
|
3323
3317
|
"multiple": false,
|
|
3324
3318
|
"type": "option"
|
|
3319
|
+
},
|
|
3320
|
+
"storage": {
|
|
3321
|
+
"description": "List storage entries.",
|
|
3322
|
+
"name": "storage",
|
|
3323
|
+
"allowNo": false,
|
|
3324
|
+
"type": "boolean"
|
|
3325
3325
|
}
|
|
3326
3326
|
},
|
|
3327
3327
|
"hasDynamicHelp": false,
|
|
3328
3328
|
"hiddenAliases": [],
|
|
3329
|
-
"id": "
|
|
3329
|
+
"id": "profile:inspect",
|
|
3330
3330
|
"pluginAlias": "@dxos/cli",
|
|
3331
3331
|
"pluginName": "@dxos/cli",
|
|
3332
3332
|
"pluginType": "core",
|
|
@@ -3336,8 +3336,8 @@
|
|
|
3336
3336
|
"dist",
|
|
3337
3337
|
"src",
|
|
3338
3338
|
"commands",
|
|
3339
|
-
"
|
|
3340
|
-
"
|
|
3339
|
+
"profile",
|
|
3340
|
+
"inspect.js"
|
|
3341
3341
|
]
|
|
3342
3342
|
},
|
|
3343
3343
|
"reset": {
|
|
@@ -4852,7 +4852,7 @@
|
|
|
4852
4852
|
"name": {
|
|
4853
4853
|
"description": "Tunnel name",
|
|
4854
4854
|
"name": "name",
|
|
4855
|
-
"default": "
|
|
4855
|
+
"default": "black-tennis-nebraska-batman",
|
|
4856
4856
|
"hasDynamicHelp": false,
|
|
4857
4857
|
"multiple": false,
|
|
4858
4858
|
"type": "option"
|
|
@@ -5714,5 +5714,5 @@
|
|
|
5714
5714
|
]
|
|
5715
5715
|
}
|
|
5716
5716
|
},
|
|
5717
|
-
"version": "0.8.2-staging.
|
|
5717
|
+
"version": "0.8.2-staging.4d6ad0f"
|
|
5718
5718
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.8.2-staging.
|
|
3
|
+
"version": "0.8.2-staging.4d6ad0f",
|
|
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/async": "0.8.2-staging.
|
|
57
|
-
"@dxos/agent": "0.8.2-staging.
|
|
58
|
-
"@dxos/cli-
|
|
59
|
-
"@dxos/cli-
|
|
60
|
-
"@dxos/client": "0.8.2-staging.
|
|
61
|
-
"@dxos/client
|
|
62
|
-
"@dxos/client-
|
|
63
|
-
"@dxos/compute": "0.8.2-staging.
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/echo-schema": "0.8.2-staging.
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/protocols": "0.8.2-staging.
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/
|
|
78
|
-
"@dxos/util": "0.8.2-staging.
|
|
79
|
-
"@dxos/
|
|
56
|
+
"@dxos/async": "0.8.2-staging.4d6ad0f",
|
|
57
|
+
"@dxos/agent": "0.8.2-staging.4d6ad0f",
|
|
58
|
+
"@dxos/cli-base": "0.8.2-staging.4d6ad0f",
|
|
59
|
+
"@dxos/cli-composer": "0.8.2-staging.4d6ad0f",
|
|
60
|
+
"@dxos/client-services": "0.8.2-staging.4d6ad0f",
|
|
61
|
+
"@dxos/client": "0.8.2-staging.4d6ad0f",
|
|
62
|
+
"@dxos/client-protocol": "0.8.2-staging.4d6ad0f",
|
|
63
|
+
"@dxos/compute": "0.8.2-staging.4d6ad0f",
|
|
64
|
+
"@dxos/config": "0.8.2-staging.4d6ad0f",
|
|
65
|
+
"@dxos/context": "0.8.2-staging.4d6ad0f",
|
|
66
|
+
"@dxos/echo-schema": "0.8.2-staging.4d6ad0f",
|
|
67
|
+
"@dxos/debug": "0.8.2-staging.4d6ad0f",
|
|
68
|
+
"@dxos/invariant": "0.8.2-staging.4d6ad0f",
|
|
69
|
+
"@dxos/log": "0.8.2-staging.4d6ad0f",
|
|
70
|
+
"@dxos/functions": "0.8.2-staging.4d6ad0f",
|
|
71
|
+
"@dxos/node-std": "0.8.2-staging.4d6ad0f",
|
|
72
|
+
"@dxos/network-manager": "0.8.2-staging.4d6ad0f",
|
|
73
|
+
"@dxos/process": "0.8.2-staging.4d6ad0f",
|
|
74
|
+
"@dxos/protocols": "0.8.2-staging.4d6ad0f",
|
|
75
|
+
"@dxos/random": "0.8.2-staging.4d6ad0f",
|
|
76
|
+
"@dxos/rpc": "0.8.2-staging.4d6ad0f",
|
|
77
|
+
"@dxos/observability": "0.8.2-staging.4d6ad0f",
|
|
78
|
+
"@dxos/util": "0.8.2-staging.4d6ad0f",
|
|
79
|
+
"@dxos/schema": "0.8.2-staging.4d6ad0f"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@oclif/test": "^4.1.0",
|