@dxos/cli 0.8.1-staging.9eaf14f → 0.8.1
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 +337 -337
- 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": {
|
|
@@ -2249,10 +2249,16 @@
|
|
|
2249
2249
|
"upload.js"
|
|
2250
2250
|
]
|
|
2251
2251
|
},
|
|
2252
|
-
"
|
|
2252
|
+
"halo:create": {
|
|
2253
2253
|
"aliases": [],
|
|
2254
|
-
"args": {
|
|
2255
|
-
|
|
2254
|
+
"args": {
|
|
2255
|
+
"displayName": {
|
|
2256
|
+
"default": "Agent",
|
|
2257
|
+
"description": "Display name",
|
|
2258
|
+
"name": "displayName"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"description": "Create HALO.",
|
|
2256
2262
|
"flags": {
|
|
2257
2263
|
"json": {
|
|
2258
2264
|
"description": "Output as JSON.",
|
|
@@ -2337,45 +2343,43 @@
|
|
|
2337
2343
|
"multiple": false,
|
|
2338
2344
|
"type": "option"
|
|
2339
2345
|
},
|
|
2340
|
-
"
|
|
2341
|
-
"description": "
|
|
2342
|
-
"name": "
|
|
2343
|
-
"
|
|
2344
|
-
"
|
|
2346
|
+
"deviceLabel": {
|
|
2347
|
+
"description": "Device label",
|
|
2348
|
+
"name": "deviceLabel",
|
|
2349
|
+
"hasDynamicHelp": false,
|
|
2350
|
+
"multiple": false,
|
|
2351
|
+
"type": "option"
|
|
2345
2352
|
},
|
|
2346
|
-
"
|
|
2347
|
-
"description": "
|
|
2348
|
-
"name": "
|
|
2353
|
+
"managedAgent": {
|
|
2354
|
+
"description": "Managed agent",
|
|
2355
|
+
"name": "managedAgent",
|
|
2349
2356
|
"allowNo": false,
|
|
2350
2357
|
"type": "boolean"
|
|
2351
2358
|
}
|
|
2352
2359
|
},
|
|
2353
2360
|
"hasDynamicHelp": false,
|
|
2354
2361
|
"hiddenAliases": [],
|
|
2355
|
-
"id": "
|
|
2362
|
+
"id": "halo:create",
|
|
2356
2363
|
"pluginAlias": "@dxos/cli",
|
|
2357
2364
|
"pluginName": "@dxos/cli",
|
|
2358
2365
|
"pluginType": "core",
|
|
2359
2366
|
"strict": true,
|
|
2367
|
+
"enableJsonFlag": true,
|
|
2360
2368
|
"isESM": true,
|
|
2361
2369
|
"relativePath": [
|
|
2362
2370
|
"dist",
|
|
2363
2371
|
"src",
|
|
2364
2372
|
"commands",
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2373
|
+
"halo",
|
|
2374
|
+
"create.js"
|
|
2367
2375
|
]
|
|
2368
2376
|
},
|
|
2369
|
-
"halo:
|
|
2370
|
-
"aliases": [
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
"name": "displayName"
|
|
2376
|
-
}
|
|
2377
|
-
},
|
|
2378
|
-
"description": "Create HALO.",
|
|
2377
|
+
"halo:identity": {
|
|
2378
|
+
"aliases": [
|
|
2379
|
+
"halo:id"
|
|
2380
|
+
],
|
|
2381
|
+
"args": {},
|
|
2382
|
+
"description": "Show HALO identity.",
|
|
2379
2383
|
"flags": {
|
|
2380
2384
|
"json": {
|
|
2381
2385
|
"description": "Output as JSON.",
|
|
@@ -2459,24 +2463,11 @@
|
|
|
2459
2463
|
"hasDynamicHelp": false,
|
|
2460
2464
|
"multiple": false,
|
|
2461
2465
|
"type": "option"
|
|
2462
|
-
},
|
|
2463
|
-
"deviceLabel": {
|
|
2464
|
-
"description": "Device label",
|
|
2465
|
-
"name": "deviceLabel",
|
|
2466
|
-
"hasDynamicHelp": false,
|
|
2467
|
-
"multiple": false,
|
|
2468
|
-
"type": "option"
|
|
2469
|
-
},
|
|
2470
|
-
"managedAgent": {
|
|
2471
|
-
"description": "Managed agent",
|
|
2472
|
-
"name": "managedAgent",
|
|
2473
|
-
"allowNo": false,
|
|
2474
|
-
"type": "boolean"
|
|
2475
2466
|
}
|
|
2476
2467
|
},
|
|
2477
2468
|
"hasDynamicHelp": false,
|
|
2478
2469
|
"hiddenAliases": [],
|
|
2479
|
-
"id": "halo:
|
|
2470
|
+
"id": "halo:identity",
|
|
2480
2471
|
"pluginAlias": "@dxos/cli",
|
|
2481
2472
|
"pluginName": "@dxos/cli",
|
|
2482
2473
|
"pluginType": "core",
|
|
@@ -2488,15 +2479,13 @@
|
|
|
2488
2479
|
"src",
|
|
2489
2480
|
"commands",
|
|
2490
2481
|
"halo",
|
|
2491
|
-
"
|
|
2482
|
+
"identity.js"
|
|
2492
2483
|
]
|
|
2493
2484
|
},
|
|
2494
|
-
"halo:
|
|
2495
|
-
"aliases": [
|
|
2496
|
-
"halo:id"
|
|
2497
|
-
],
|
|
2485
|
+
"halo:join": {
|
|
2486
|
+
"aliases": [],
|
|
2498
2487
|
"args": {},
|
|
2499
|
-
"description": "
|
|
2488
|
+
"description": "Join HALO (device) invitation.",
|
|
2500
2489
|
"flags": {
|
|
2501
2490
|
"json": {
|
|
2502
2491
|
"description": "Output as JSON.",
|
|
@@ -2543,12 +2532,9 @@
|
|
|
2543
2532
|
"type": "option"
|
|
2544
2533
|
},
|
|
2545
2534
|
"timeout": {
|
|
2546
|
-
"
|
|
2547
|
-
"t"
|
|
2548
|
-
],
|
|
2549
|
-
"description": "Timeout (ms).",
|
|
2535
|
+
"description": "Timeout in seconds",
|
|
2550
2536
|
"name": "timeout",
|
|
2551
|
-
"default":
|
|
2537
|
+
"default": 300,
|
|
2552
2538
|
"hasDynamicHelp": false,
|
|
2553
2539
|
"multiple": false,
|
|
2554
2540
|
"type": "option"
|
|
@@ -2580,11 +2566,38 @@
|
|
|
2580
2566
|
"hasDynamicHelp": false,
|
|
2581
2567
|
"multiple": false,
|
|
2582
2568
|
"type": "option"
|
|
2569
|
+
},
|
|
2570
|
+
"invitation": {
|
|
2571
|
+
"description": "Invitation code",
|
|
2572
|
+
"name": "invitation",
|
|
2573
|
+
"hasDynamicHelp": false,
|
|
2574
|
+
"multiple": false,
|
|
2575
|
+
"type": "option"
|
|
2576
|
+
},
|
|
2577
|
+
"secret": {
|
|
2578
|
+
"description": "Invitation secret",
|
|
2579
|
+
"name": "secret",
|
|
2580
|
+
"hasDynamicHelp": false,
|
|
2581
|
+
"multiple": false,
|
|
2582
|
+
"type": "option"
|
|
2583
|
+
},
|
|
2584
|
+
"device-label": {
|
|
2585
|
+
"description": "Set device label",
|
|
2586
|
+
"name": "device-label",
|
|
2587
|
+
"hasDynamicHelp": false,
|
|
2588
|
+
"multiple": false,
|
|
2589
|
+
"type": "option"
|
|
2590
|
+
},
|
|
2591
|
+
"managed-agent": {
|
|
2592
|
+
"description": "set device type as managed agent",
|
|
2593
|
+
"name": "managed-agent",
|
|
2594
|
+
"allowNo": false,
|
|
2595
|
+
"type": "boolean"
|
|
2583
2596
|
}
|
|
2584
2597
|
},
|
|
2585
2598
|
"hasDynamicHelp": false,
|
|
2586
2599
|
"hiddenAliases": [],
|
|
2587
|
-
"id": "halo:
|
|
2600
|
+
"id": "halo:join",
|
|
2588
2601
|
"pluginAlias": "@dxos/cli",
|
|
2589
2602
|
"pluginName": "@dxos/cli",
|
|
2590
2603
|
"pluginType": "core",
|
|
@@ -2596,13 +2609,13 @@
|
|
|
2596
2609
|
"src",
|
|
2597
2610
|
"commands",
|
|
2598
2611
|
"halo",
|
|
2599
|
-
"
|
|
2612
|
+
"join.js"
|
|
2600
2613
|
]
|
|
2601
2614
|
},
|
|
2602
|
-
"halo:
|
|
2615
|
+
"halo:keys": {
|
|
2603
2616
|
"aliases": [],
|
|
2604
2617
|
"args": {},
|
|
2605
|
-
"description": "
|
|
2618
|
+
"description": "Show HALO keys.",
|
|
2606
2619
|
"flags": {
|
|
2607
2620
|
"json": {
|
|
2608
2621
|
"description": "Output as JSON.",
|
|
@@ -2649,9 +2662,12 @@
|
|
|
2649
2662
|
"type": "option"
|
|
2650
2663
|
},
|
|
2651
2664
|
"timeout": {
|
|
2652
|
-
"
|
|
2665
|
+
"aliases": [
|
|
2666
|
+
"t"
|
|
2667
|
+
],
|
|
2668
|
+
"description": "Timeout (ms).",
|
|
2653
2669
|
"name": "timeout",
|
|
2654
|
-
"default":
|
|
2670
|
+
"default": 60000,
|
|
2655
2671
|
"hasDynamicHelp": false,
|
|
2656
2672
|
"multiple": false,
|
|
2657
2673
|
"type": "option"
|
|
@@ -2683,38 +2699,11 @@
|
|
|
2683
2699
|
"hasDynamicHelp": false,
|
|
2684
2700
|
"multiple": false,
|
|
2685
2701
|
"type": "option"
|
|
2686
|
-
},
|
|
2687
|
-
"invitation": {
|
|
2688
|
-
"description": "Invitation code",
|
|
2689
|
-
"name": "invitation",
|
|
2690
|
-
"hasDynamicHelp": false,
|
|
2691
|
-
"multiple": false,
|
|
2692
|
-
"type": "option"
|
|
2693
|
-
},
|
|
2694
|
-
"secret": {
|
|
2695
|
-
"description": "Invitation secret",
|
|
2696
|
-
"name": "secret",
|
|
2697
|
-
"hasDynamicHelp": false,
|
|
2698
|
-
"multiple": false,
|
|
2699
|
-
"type": "option"
|
|
2700
|
-
},
|
|
2701
|
-
"device-label": {
|
|
2702
|
-
"description": "Set device label",
|
|
2703
|
-
"name": "device-label",
|
|
2704
|
-
"hasDynamicHelp": false,
|
|
2705
|
-
"multiple": false,
|
|
2706
|
-
"type": "option"
|
|
2707
|
-
},
|
|
2708
|
-
"managed-agent": {
|
|
2709
|
-
"description": "set device type as managed agent",
|
|
2710
|
-
"name": "managed-agent",
|
|
2711
|
-
"allowNo": false,
|
|
2712
|
-
"type": "boolean"
|
|
2713
2702
|
}
|
|
2714
2703
|
},
|
|
2715
2704
|
"hasDynamicHelp": false,
|
|
2716
2705
|
"hiddenAliases": [],
|
|
2717
|
-
"id": "halo:
|
|
2706
|
+
"id": "halo:keys",
|
|
2718
2707
|
"pluginAlias": "@dxos/cli",
|
|
2719
2708
|
"pluginName": "@dxos/cli",
|
|
2720
2709
|
"pluginType": "core",
|
|
@@ -2726,13 +2715,13 @@
|
|
|
2726
2715
|
"src",
|
|
2727
2716
|
"commands",
|
|
2728
2717
|
"halo",
|
|
2729
|
-
"
|
|
2718
|
+
"keys.js"
|
|
2730
2719
|
]
|
|
2731
2720
|
},
|
|
2732
|
-
"halo:
|
|
2721
|
+
"halo:share": {
|
|
2733
2722
|
"aliases": [],
|
|
2734
2723
|
"args": {},
|
|
2735
|
-
"description": "
|
|
2724
|
+
"description": "Create HALO (device) invitation.",
|
|
2736
2725
|
"flags": {
|
|
2737
2726
|
"json": {
|
|
2738
2727
|
"description": "Output as JSON.",
|
|
@@ -2816,11 +2805,45 @@
|
|
|
2816
2805
|
"hasDynamicHelp": false,
|
|
2817
2806
|
"multiple": false,
|
|
2818
2807
|
"type": "option"
|
|
2808
|
+
},
|
|
2809
|
+
"lifetime": {
|
|
2810
|
+
"description": "Lifetime of the invitation in seconds",
|
|
2811
|
+
"name": "lifetime",
|
|
2812
|
+
"default": 43200,
|
|
2813
|
+
"hasDynamicHelp": false,
|
|
2814
|
+
"multiple": false,
|
|
2815
|
+
"type": "option"
|
|
2816
|
+
},
|
|
2817
|
+
"persistent": {
|
|
2818
|
+
"description": "Invitation should resume if client restarts",
|
|
2819
|
+
"name": "persistent",
|
|
2820
|
+
"allowNo": false,
|
|
2821
|
+
"type": "boolean"
|
|
2822
|
+
},
|
|
2823
|
+
"open": {
|
|
2824
|
+
"description": "Open browser with invitation.",
|
|
2825
|
+
"name": "open",
|
|
2826
|
+
"allowNo": false,
|
|
2827
|
+
"type": "boolean"
|
|
2828
|
+
},
|
|
2829
|
+
"host": {
|
|
2830
|
+
"description": "Application Host URL.",
|
|
2831
|
+
"name": "host",
|
|
2832
|
+
"default": "https://composer.space",
|
|
2833
|
+
"hasDynamicHelp": false,
|
|
2834
|
+
"multiple": false,
|
|
2835
|
+
"type": "option"
|
|
2836
|
+
},
|
|
2837
|
+
"auth": {
|
|
2838
|
+
"description": "Skip authentication challenge.",
|
|
2839
|
+
"name": "auth",
|
|
2840
|
+
"allowNo": true,
|
|
2841
|
+
"type": "boolean"
|
|
2819
2842
|
}
|
|
2820
2843
|
},
|
|
2821
2844
|
"hasDynamicHelp": false,
|
|
2822
2845
|
"hiddenAliases": [],
|
|
2823
|
-
"id": "halo:
|
|
2846
|
+
"id": "halo:share",
|
|
2824
2847
|
"pluginAlias": "@dxos/cli",
|
|
2825
2848
|
"pluginName": "@dxos/cli",
|
|
2826
2849
|
"pluginType": "core",
|
|
@@ -2832,13 +2855,13 @@
|
|
|
2832
2855
|
"src",
|
|
2833
2856
|
"commands",
|
|
2834
2857
|
"halo",
|
|
2835
|
-
"
|
|
2858
|
+
"share.js"
|
|
2836
2859
|
]
|
|
2837
2860
|
},
|
|
2838
|
-
"halo:
|
|
2861
|
+
"halo:update": {
|
|
2839
2862
|
"aliases": [],
|
|
2840
2863
|
"args": {},
|
|
2841
|
-
"description": "
|
|
2864
|
+
"description": "Update identity profile.",
|
|
2842
2865
|
"flags": {
|
|
2843
2866
|
"json": {
|
|
2844
2867
|
"description": "Output as JSON.",
|
|
@@ -2923,62 +2946,34 @@
|
|
|
2923
2946
|
"multiple": false,
|
|
2924
2947
|
"type": "option"
|
|
2925
2948
|
},
|
|
2926
|
-
"
|
|
2927
|
-
"description": "
|
|
2928
|
-
"name": "
|
|
2929
|
-
"default": 43200,
|
|
2930
|
-
"hasDynamicHelp": false,
|
|
2931
|
-
"multiple": false,
|
|
2932
|
-
"type": "option"
|
|
2933
|
-
},
|
|
2934
|
-
"persistent": {
|
|
2935
|
-
"description": "Invitation should resume if client restarts",
|
|
2936
|
-
"name": "persistent",
|
|
2937
|
-
"allowNo": false,
|
|
2938
|
-
"type": "boolean"
|
|
2939
|
-
},
|
|
2940
|
-
"open": {
|
|
2941
|
-
"description": "Open browser with invitation.",
|
|
2942
|
-
"name": "open",
|
|
2943
|
-
"allowNo": false,
|
|
2944
|
-
"type": "boolean"
|
|
2945
|
-
},
|
|
2946
|
-
"host": {
|
|
2947
|
-
"description": "Application Host URL.",
|
|
2948
|
-
"name": "host",
|
|
2949
|
-
"default": "https://composer.space",
|
|
2949
|
+
"displayName": {
|
|
2950
|
+
"description": "Set display name",
|
|
2951
|
+
"name": "displayName",
|
|
2950
2952
|
"hasDynamicHelp": false,
|
|
2951
2953
|
"multiple": false,
|
|
2952
2954
|
"type": "option"
|
|
2953
|
-
},
|
|
2954
|
-
"auth": {
|
|
2955
|
-
"description": "Skip authentication challenge.",
|
|
2956
|
-
"name": "auth",
|
|
2957
|
-
"allowNo": true,
|
|
2958
|
-
"type": "boolean"
|
|
2959
2955
|
}
|
|
2960
2956
|
},
|
|
2961
2957
|
"hasDynamicHelp": false,
|
|
2962
2958
|
"hiddenAliases": [],
|
|
2963
|
-
"id": "halo:
|
|
2959
|
+
"id": "halo:update",
|
|
2964
2960
|
"pluginAlias": "@dxos/cli",
|
|
2965
2961
|
"pluginName": "@dxos/cli",
|
|
2966
2962
|
"pluginType": "core",
|
|
2967
2963
|
"strict": true,
|
|
2968
|
-
"enableJsonFlag": true,
|
|
2969
2964
|
"isESM": true,
|
|
2970
2965
|
"relativePath": [
|
|
2971
2966
|
"dist",
|
|
2972
2967
|
"src",
|
|
2973
2968
|
"commands",
|
|
2974
2969
|
"halo",
|
|
2975
|
-
"
|
|
2970
|
+
"update.js"
|
|
2976
2971
|
]
|
|
2977
2972
|
},
|
|
2978
|
-
"
|
|
2973
|
+
"profile:import": {
|
|
2979
2974
|
"aliases": [],
|
|
2980
2975
|
"args": {},
|
|
2981
|
-
"description": "
|
|
2976
|
+
"description": "Import profile.",
|
|
2982
2977
|
"flags": {
|
|
2983
2978
|
"json": {
|
|
2984
2979
|
"description": "Output as JSON.",
|
|
@@ -3063,9 +3058,17 @@
|
|
|
3063
3058
|
"multiple": false,
|
|
3064
3059
|
"type": "option"
|
|
3065
3060
|
},
|
|
3066
|
-
"
|
|
3067
|
-
"description": "
|
|
3068
|
-
"name": "
|
|
3061
|
+
"file": {
|
|
3062
|
+
"description": "Archive filename.",
|
|
3063
|
+
"name": "file",
|
|
3064
|
+
"required": true,
|
|
3065
|
+
"hasDynamicHelp": false,
|
|
3066
|
+
"multiple": false,
|
|
3067
|
+
"type": "option"
|
|
3068
|
+
},
|
|
3069
|
+
"data-dir": {
|
|
3070
|
+
"description": "Storage directory.",
|
|
3071
|
+
"name": "data-dir",
|
|
3069
3072
|
"hasDynamicHelp": false,
|
|
3070
3073
|
"multiple": false,
|
|
3071
3074
|
"type": "option"
|
|
@@ -3073,7 +3076,7 @@
|
|
|
3073
3076
|
},
|
|
3074
3077
|
"hasDynamicHelp": false,
|
|
3075
3078
|
"hiddenAliases": [],
|
|
3076
|
-
"id": "
|
|
3079
|
+
"id": "profile:import",
|
|
3077
3080
|
"pluginAlias": "@dxos/cli",
|
|
3078
3081
|
"pluginName": "@dxos/cli",
|
|
3079
3082
|
"pluginType": "core",
|
|
@@ -3083,11 +3086,11 @@
|
|
|
3083
3086
|
"dist",
|
|
3084
3087
|
"src",
|
|
3085
3088
|
"commands",
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3089
|
+
"profile",
|
|
3090
|
+
"import.js"
|
|
3088
3091
|
]
|
|
3089
3092
|
},
|
|
3090
|
-
"profile:
|
|
3093
|
+
"profile:inspect": {
|
|
3091
3094
|
"aliases": [],
|
|
3092
3095
|
"args": {},
|
|
3093
3096
|
"description": "Import profile.",
|
|
@@ -3183,17 +3186,16 @@
|
|
|
3183
3186
|
"multiple": false,
|
|
3184
3187
|
"type": "option"
|
|
3185
3188
|
},
|
|
3186
|
-
"
|
|
3187
|
-
"description": "
|
|
3188
|
-
"name": "
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3191
|
-
"type": "option"
|
|
3189
|
+
"storage": {
|
|
3190
|
+
"description": "List storage entries.",
|
|
3191
|
+
"name": "storage",
|
|
3192
|
+
"allowNo": false,
|
|
3193
|
+
"type": "boolean"
|
|
3192
3194
|
}
|
|
3193
3195
|
},
|
|
3194
3196
|
"hasDynamicHelp": false,
|
|
3195
3197
|
"hiddenAliases": [],
|
|
3196
|
-
"id": "profile:
|
|
3198
|
+
"id": "profile:inspect",
|
|
3197
3199
|
"pluginAlias": "@dxos/cli",
|
|
3198
3200
|
"pluginName": "@dxos/cli",
|
|
3199
3201
|
"pluginType": "core",
|
|
@@ -3204,13 +3206,13 @@
|
|
|
3204
3206
|
"src",
|
|
3205
3207
|
"commands",
|
|
3206
3208
|
"profile",
|
|
3207
|
-
"
|
|
3209
|
+
"inspect.js"
|
|
3208
3210
|
]
|
|
3209
3211
|
},
|
|
3210
|
-
"
|
|
3212
|
+
"reset": {
|
|
3211
3213
|
"aliases": [],
|
|
3212
3214
|
"args": {},
|
|
3213
|
-
"description": "
|
|
3215
|
+
"description": "Reset user data.",
|
|
3214
3216
|
"flags": {
|
|
3215
3217
|
"json": {
|
|
3216
3218
|
"description": "Output as JSON.",
|
|
@@ -3295,24 +3297,22 @@
|
|
|
3295
3297
|
"multiple": false,
|
|
3296
3298
|
"type": "option"
|
|
3297
3299
|
},
|
|
3298
|
-
"
|
|
3299
|
-
"description": "
|
|
3300
|
-
"name": "
|
|
3301
|
-
"
|
|
3302
|
-
"
|
|
3303
|
-
"multiple": false,
|
|
3304
|
-
"type": "option"
|
|
3300
|
+
"force": {
|
|
3301
|
+
"description": "Force delete.",
|
|
3302
|
+
"name": "force",
|
|
3303
|
+
"allowNo": false,
|
|
3304
|
+
"type": "boolean"
|
|
3305
3305
|
},
|
|
3306
|
-
"
|
|
3307
|
-
"description": "
|
|
3308
|
-
"name": "
|
|
3306
|
+
"default-config": {
|
|
3307
|
+
"description": "Replace config with defaults.",
|
|
3308
|
+
"name": "default-config",
|
|
3309
3309
|
"allowNo": false,
|
|
3310
3310
|
"type": "boolean"
|
|
3311
3311
|
}
|
|
3312
3312
|
},
|
|
3313
3313
|
"hasDynamicHelp": false,
|
|
3314
3314
|
"hiddenAliases": [],
|
|
3315
|
-
"id": "
|
|
3315
|
+
"id": "reset",
|
|
3316
3316
|
"pluginAlias": "@dxos/cli",
|
|
3317
3317
|
"pluginName": "@dxos/cli",
|
|
3318
3318
|
"pluginType": "core",
|
|
@@ -3322,8 +3322,8 @@
|
|
|
3322
3322
|
"dist",
|
|
3323
3323
|
"src",
|
|
3324
3324
|
"commands",
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3325
|
+
"reset",
|
|
3326
|
+
"index.js"
|
|
3327
3327
|
]
|
|
3328
3328
|
},
|
|
3329
3329
|
"shell": {
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
"name": {
|
|
4716
4716
|
"description": "Tunnel name",
|
|
4717
4717
|
"name": "name",
|
|
4718
|
-
"default": "
|
|
4718
|
+
"default": "neptune-sodium-yankee-pasta",
|
|
4719
4719
|
"hasDynamicHelp": false,
|
|
4720
4720
|
"multiple": false,
|
|
4721
4721
|
"type": "option"
|
|
@@ -4983,16 +4983,10 @@
|
|
|
4983
4983
|
"list.js"
|
|
4984
4984
|
]
|
|
4985
4985
|
},
|
|
4986
|
-
"halo:
|
|
4986
|
+
"halo:recovery:generate": {
|
|
4987
4987
|
"aliases": [],
|
|
4988
|
-
"args": {
|
|
4989
|
-
|
|
4990
|
-
"description": "credential",
|
|
4991
|
-
"name": "credential",
|
|
4992
|
-
"required": false
|
|
4993
|
-
}
|
|
4994
|
-
},
|
|
4995
|
-
"description": "Import credential into HALO.",
|
|
4988
|
+
"args": {},
|
|
4989
|
+
"description": "Generate a seedphrase that can be used for identity recovery.",
|
|
4996
4990
|
"flags": {
|
|
4997
4991
|
"json": {
|
|
4998
4992
|
"description": "Output as JSON.",
|
|
@@ -5080,25 +5074,26 @@
|
|
|
5080
5074
|
},
|
|
5081
5075
|
"hasDynamicHelp": false,
|
|
5082
5076
|
"hiddenAliases": [],
|
|
5083
|
-
"id": "halo:
|
|
5077
|
+
"id": "halo:recovery:generate",
|
|
5084
5078
|
"pluginAlias": "@dxos/cli",
|
|
5085
5079
|
"pluginName": "@dxos/cli",
|
|
5086
5080
|
"pluginType": "core",
|
|
5087
5081
|
"strict": true,
|
|
5082
|
+
"enableJsonFlag": true,
|
|
5088
5083
|
"isESM": true,
|
|
5089
5084
|
"relativePath": [
|
|
5090
5085
|
"dist",
|
|
5091
5086
|
"src",
|
|
5092
5087
|
"commands",
|
|
5093
5088
|
"halo",
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5089
|
+
"recovery",
|
|
5090
|
+
"generate.js"
|
|
5096
5091
|
]
|
|
5097
5092
|
},
|
|
5098
|
-
"halo:
|
|
5093
|
+
"halo:recovery:use": {
|
|
5099
5094
|
"aliases": [],
|
|
5100
5095
|
"args": {},
|
|
5101
|
-
"description": "
|
|
5096
|
+
"description": "Use a code to recover identity.",
|
|
5102
5097
|
"flags": {
|
|
5103
5098
|
"json": {
|
|
5104
5099
|
"description": "Output as JSON.",
|
|
@@ -5145,9 +5140,12 @@
|
|
|
5145
5140
|
"type": "option"
|
|
5146
5141
|
},
|
|
5147
5142
|
"timeout": {
|
|
5148
|
-
"
|
|
5143
|
+
"aliases": [
|
|
5144
|
+
"t"
|
|
5145
|
+
],
|
|
5146
|
+
"description": "Timeout (ms).",
|
|
5149
5147
|
"name": "timeout",
|
|
5150
|
-
"default":
|
|
5148
|
+
"default": 60000,
|
|
5151
5149
|
"hasDynamicHelp": false,
|
|
5152
5150
|
"multiple": false,
|
|
5153
5151
|
"type": "option"
|
|
@@ -5180,23 +5178,10 @@
|
|
|
5180
5178
|
"multiple": false,
|
|
5181
5179
|
"type": "option"
|
|
5182
5180
|
},
|
|
5183
|
-
"
|
|
5184
|
-
"description": "
|
|
5185
|
-
"name": "
|
|
5186
|
-
"
|
|
5187
|
-
"type": "boolean"
|
|
5188
|
-
},
|
|
5189
|
-
"type": {
|
|
5190
|
-
"description": "Type",
|
|
5191
|
-
"name": "type",
|
|
5192
|
-
"hasDynamicHelp": false,
|
|
5193
|
-
"multiple": false,
|
|
5194
|
-
"type": "option"
|
|
5195
|
-
},
|
|
5196
|
-
"delay": {
|
|
5197
|
-
"description": "Delay in milliseconds before listing.",
|
|
5198
|
-
"name": "delay",
|
|
5199
|
-
"default": 250,
|
|
5181
|
+
"recoveryCode": {
|
|
5182
|
+
"description": "Recovery code.",
|
|
5183
|
+
"name": "recoveryCode",
|
|
5184
|
+
"required": true,
|
|
5200
5185
|
"hasDynamicHelp": false,
|
|
5201
5186
|
"multiple": false,
|
|
5202
5187
|
"type": "option"
|
|
@@ -5204,7 +5189,7 @@
|
|
|
5204
5189
|
},
|
|
5205
5190
|
"hasDynamicHelp": false,
|
|
5206
5191
|
"hiddenAliases": [],
|
|
5207
|
-
"id": "halo:
|
|
5192
|
+
"id": "halo:recovery:use",
|
|
5208
5193
|
"pluginAlias": "@dxos/cli",
|
|
5209
5194
|
"pluginName": "@dxos/cli",
|
|
5210
5195
|
"pluginType": "core",
|
|
@@ -5216,14 +5201,14 @@
|
|
|
5216
5201
|
"src",
|
|
5217
5202
|
"commands",
|
|
5218
5203
|
"halo",
|
|
5219
|
-
"
|
|
5220
|
-
"
|
|
5204
|
+
"recovery",
|
|
5205
|
+
"use.js"
|
|
5221
5206
|
]
|
|
5222
5207
|
},
|
|
5223
|
-
"
|
|
5208
|
+
"space:schema:list": {
|
|
5224
5209
|
"aliases": [],
|
|
5225
5210
|
"args": {},
|
|
5226
|
-
"description": "
|
|
5211
|
+
"description": "List schema.",
|
|
5227
5212
|
"flags": {
|
|
5228
5213
|
"json": {
|
|
5229
5214
|
"description": "Output as JSON.",
|
|
@@ -5307,11 +5292,31 @@
|
|
|
5307
5292
|
"hasDynamicHelp": false,
|
|
5308
5293
|
"multiple": false,
|
|
5309
5294
|
"type": "option"
|
|
5295
|
+
},
|
|
5296
|
+
"extended": {
|
|
5297
|
+
"description": "Show extended table columns.",
|
|
5298
|
+
"name": "extended",
|
|
5299
|
+
"allowNo": false,
|
|
5300
|
+
"type": "boolean"
|
|
5301
|
+
},
|
|
5302
|
+
"key": {
|
|
5303
|
+
"description": "Space key(s) head in hex.",
|
|
5304
|
+
"name": "key",
|
|
5305
|
+
"hasDynamicHelp": false,
|
|
5306
|
+
"multiple": true,
|
|
5307
|
+
"type": "option"
|
|
5308
|
+
},
|
|
5309
|
+
"typename": {
|
|
5310
|
+
"description": "Filter objects by typename.",
|
|
5311
|
+
"name": "typename",
|
|
5312
|
+
"hasDynamicHelp": false,
|
|
5313
|
+
"multiple": false,
|
|
5314
|
+
"type": "option"
|
|
5310
5315
|
}
|
|
5311
5316
|
},
|
|
5312
5317
|
"hasDynamicHelp": false,
|
|
5313
5318
|
"hiddenAliases": [],
|
|
5314
|
-
"id": "
|
|
5319
|
+
"id": "space:schema:list",
|
|
5315
5320
|
"pluginAlias": "@dxos/cli",
|
|
5316
5321
|
"pluginName": "@dxos/cli",
|
|
5317
5322
|
"pluginType": "core",
|
|
@@ -5322,15 +5327,21 @@
|
|
|
5322
5327
|
"dist",
|
|
5323
5328
|
"src",
|
|
5324
5329
|
"commands",
|
|
5325
|
-
"
|
|
5326
|
-
"
|
|
5327
|
-
"
|
|
5330
|
+
"space",
|
|
5331
|
+
"schema",
|
|
5332
|
+
"list.js"
|
|
5328
5333
|
]
|
|
5329
5334
|
},
|
|
5330
|
-
"halo:
|
|
5335
|
+
"halo:credential:add": {
|
|
5331
5336
|
"aliases": [],
|
|
5332
|
-
"args": {
|
|
5333
|
-
|
|
5337
|
+
"args": {
|
|
5338
|
+
"credential": {
|
|
5339
|
+
"description": "credential",
|
|
5340
|
+
"name": "credential",
|
|
5341
|
+
"required": false
|
|
5342
|
+
}
|
|
5343
|
+
},
|
|
5344
|
+
"description": "Import credential into HALO.",
|
|
5334
5345
|
"flags": {
|
|
5335
5346
|
"json": {
|
|
5336
5347
|
"description": "Output as JSON.",
|
|
@@ -5414,38 +5425,29 @@
|
|
|
5414
5425
|
"hasDynamicHelp": false,
|
|
5415
5426
|
"multiple": false,
|
|
5416
5427
|
"type": "option"
|
|
5417
|
-
},
|
|
5418
|
-
"recoveryCode": {
|
|
5419
|
-
"description": "Recovery code.",
|
|
5420
|
-
"name": "recoveryCode",
|
|
5421
|
-
"required": true,
|
|
5422
|
-
"hasDynamicHelp": false,
|
|
5423
|
-
"multiple": false,
|
|
5424
|
-
"type": "option"
|
|
5425
5428
|
}
|
|
5426
5429
|
},
|
|
5427
5430
|
"hasDynamicHelp": false,
|
|
5428
5431
|
"hiddenAliases": [],
|
|
5429
|
-
"id": "halo:
|
|
5432
|
+
"id": "halo:credential:add",
|
|
5430
5433
|
"pluginAlias": "@dxos/cli",
|
|
5431
5434
|
"pluginName": "@dxos/cli",
|
|
5432
5435
|
"pluginType": "core",
|
|
5433
5436
|
"strict": true,
|
|
5434
|
-
"enableJsonFlag": true,
|
|
5435
5437
|
"isESM": true,
|
|
5436
5438
|
"relativePath": [
|
|
5437
5439
|
"dist",
|
|
5438
5440
|
"src",
|
|
5439
5441
|
"commands",
|
|
5440
5442
|
"halo",
|
|
5441
|
-
"
|
|
5442
|
-
"
|
|
5443
|
+
"credential",
|
|
5444
|
+
"add.js"
|
|
5443
5445
|
]
|
|
5444
5446
|
},
|
|
5445
|
-
"
|
|
5447
|
+
"halo:credential:list": {
|
|
5446
5448
|
"aliases": [],
|
|
5447
5449
|
"args": {},
|
|
5448
|
-
"description": "List
|
|
5450
|
+
"description": "List HALO credentials.",
|
|
5449
5451
|
"flags": {
|
|
5450
5452
|
"json": {
|
|
5451
5453
|
"description": "Output as JSON.",
|
|
@@ -5492,12 +5494,9 @@
|
|
|
5492
5494
|
"type": "option"
|
|
5493
5495
|
},
|
|
5494
5496
|
"timeout": {
|
|
5495
|
-
"
|
|
5496
|
-
"t"
|
|
5497
|
-
],
|
|
5498
|
-
"description": "Timeout (ms).",
|
|
5497
|
+
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
5499
5498
|
"name": "timeout",
|
|
5500
|
-
"default":
|
|
5499
|
+
"default": 500,
|
|
5501
5500
|
"hasDynamicHelp": false,
|
|
5502
5501
|
"multiple": false,
|
|
5503
5502
|
"type": "option"
|
|
@@ -5536,16 +5535,17 @@
|
|
|
5536
5535
|
"allowNo": false,
|
|
5537
5536
|
"type": "boolean"
|
|
5538
5537
|
},
|
|
5539
|
-
"
|
|
5540
|
-
"description": "
|
|
5541
|
-
"name": "
|
|
5538
|
+
"type": {
|
|
5539
|
+
"description": "Type",
|
|
5540
|
+
"name": "type",
|
|
5542
5541
|
"hasDynamicHelp": false,
|
|
5543
|
-
"multiple":
|
|
5542
|
+
"multiple": false,
|
|
5544
5543
|
"type": "option"
|
|
5545
5544
|
},
|
|
5546
|
-
"
|
|
5547
|
-
"description": "
|
|
5548
|
-
"name": "
|
|
5545
|
+
"delay": {
|
|
5546
|
+
"description": "Delay in milliseconds before listing.",
|
|
5547
|
+
"name": "delay",
|
|
5548
|
+
"default": 250,
|
|
5549
5549
|
"hasDynamicHelp": false,
|
|
5550
5550
|
"multiple": false,
|
|
5551
5551
|
"type": "option"
|
|
@@ -5553,7 +5553,7 @@
|
|
|
5553
5553
|
},
|
|
5554
5554
|
"hasDynamicHelp": false,
|
|
5555
5555
|
"hiddenAliases": [],
|
|
5556
|
-
"id": "
|
|
5556
|
+
"id": "halo:credential:list",
|
|
5557
5557
|
"pluginAlias": "@dxos/cli",
|
|
5558
5558
|
"pluginName": "@dxos/cli",
|
|
5559
5559
|
"pluginType": "core",
|
|
@@ -5564,11 +5564,11 @@
|
|
|
5564
5564
|
"dist",
|
|
5565
5565
|
"src",
|
|
5566
5566
|
"commands",
|
|
5567
|
-
"
|
|
5568
|
-
"
|
|
5567
|
+
"halo",
|
|
5568
|
+
"credential",
|
|
5569
5569
|
"list.js"
|
|
5570
5570
|
]
|
|
5571
5571
|
}
|
|
5572
5572
|
},
|
|
5573
|
-
"version": "0.8.1
|
|
5573
|
+
"version": "0.8.1"
|
|
5574
5574
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.8.1
|
|
3
|
+
"version": "0.8.1",
|
|
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/agent": "0.8.1
|
|
57
|
-
"@dxos/async": "0.8.1
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/cli-composer": "0.8.1
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/client-protocol": "0.8.1
|
|
62
|
-
"@dxos/client-services": "0.8.1
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/debug": "0.8.1
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/log": "0.8.1
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/observability": "0.8.1
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/rpc": "0.8.1
|
|
77
|
-
"@dxos/
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/util": "0.8.1
|
|
56
|
+
"@dxos/agent": "0.8.1",
|
|
57
|
+
"@dxos/async": "0.8.1",
|
|
58
|
+
"@dxos/cli-base": "0.8.1",
|
|
59
|
+
"@dxos/cli-composer": "0.8.1",
|
|
60
|
+
"@dxos/client": "0.8.1",
|
|
61
|
+
"@dxos/client-protocol": "0.8.1",
|
|
62
|
+
"@dxos/client-services": "0.8.1",
|
|
63
|
+
"@dxos/compute": "0.8.1",
|
|
64
|
+
"@dxos/config": "0.8.1",
|
|
65
|
+
"@dxos/debug": "0.8.1",
|
|
66
|
+
"@dxos/context": "0.8.1",
|
|
67
|
+
"@dxos/echo-schema": "0.8.1",
|
|
68
|
+
"@dxos/log": "0.8.1",
|
|
69
|
+
"@dxos/functions": "0.8.1",
|
|
70
|
+
"@dxos/network-manager": "0.8.1",
|
|
71
|
+
"@dxos/observability": "0.8.1",
|
|
72
|
+
"@dxos/node-std": "0.8.1",
|
|
73
|
+
"@dxos/process": "0.8.1",
|
|
74
|
+
"@dxos/invariant": "0.8.1",
|
|
75
|
+
"@dxos/protocols": "0.8.1",
|
|
76
|
+
"@dxos/rpc": "0.8.1",
|
|
77
|
+
"@dxos/schema": "0.8.1",
|
|
78
|
+
"@dxos/random": "0.8.1",
|
|
79
|
+
"@dxos/util": "0.8.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@oclif/test": "^4.1.0",
|