@dxos/cli 0.8.2-main.f081794 → 0.8.2-main.f11618f
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 +316 -316
- 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": {
|
|
@@ -3556,15 +3556,16 @@
|
|
|
3556
3556
|
"index.js"
|
|
3557
3557
|
]
|
|
3558
3558
|
},
|
|
3559
|
-
"
|
|
3559
|
+
"tunnel": {
|
|
3560
3560
|
"aliases": [],
|
|
3561
3561
|
"args": {
|
|
3562
|
-
"
|
|
3563
|
-
"description": "
|
|
3564
|
-
"name": "
|
|
3562
|
+
"command": {
|
|
3563
|
+
"description": "Start.",
|
|
3564
|
+
"name": "command",
|
|
3565
|
+
"required": true
|
|
3565
3566
|
}
|
|
3566
3567
|
},
|
|
3567
|
-
"description": "
|
|
3568
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
3568
3569
|
"flags": {
|
|
3569
3570
|
"json": {
|
|
3570
3571
|
"description": "Output as JSON.",
|
|
@@ -3648,32 +3649,44 @@
|
|
|
3648
3649
|
"hasDynamicHelp": false,
|
|
3649
3650
|
"multiple": false,
|
|
3650
3651
|
"type": "option"
|
|
3652
|
+
},
|
|
3653
|
+
"extended": {
|
|
3654
|
+
"description": "Show extended table columns.",
|
|
3655
|
+
"name": "extended",
|
|
3656
|
+
"allowNo": false,
|
|
3657
|
+
"type": "boolean"
|
|
3658
|
+
},
|
|
3659
|
+
"name": {
|
|
3660
|
+
"description": "Tunnel name",
|
|
3661
|
+
"name": "name",
|
|
3662
|
+
"default": "shade-friend-black-apart",
|
|
3663
|
+
"hasDynamicHelp": false,
|
|
3664
|
+
"multiple": false,
|
|
3665
|
+
"type": "option"
|
|
3651
3666
|
}
|
|
3652
3667
|
},
|
|
3653
3668
|
"hasDynamicHelp": false,
|
|
3654
3669
|
"hiddenAliases": [],
|
|
3655
|
-
"id": "
|
|
3670
|
+
"id": "tunnel",
|
|
3656
3671
|
"pluginAlias": "@dxos/cli",
|
|
3657
3672
|
"pluginName": "@dxos/cli",
|
|
3658
3673
|
"pluginType": "core",
|
|
3674
|
+
"state": "deprecated",
|
|
3659
3675
|
"strict": true,
|
|
3676
|
+
"enableJsonFlag": true,
|
|
3660
3677
|
"isESM": true,
|
|
3661
3678
|
"relativePath": [
|
|
3662
3679
|
"dist",
|
|
3663
3680
|
"src",
|
|
3664
3681
|
"commands",
|
|
3665
|
-
"
|
|
3666
|
-
"
|
|
3682
|
+
"tunnel",
|
|
3683
|
+
"index.js"
|
|
3667
3684
|
]
|
|
3668
3685
|
},
|
|
3669
|
-
"
|
|
3686
|
+
"tunnel:list": {
|
|
3670
3687
|
"aliases": [],
|
|
3671
|
-
"args": {
|
|
3672
|
-
|
|
3673
|
-
"name": "name"
|
|
3674
|
-
}
|
|
3675
|
-
},
|
|
3676
|
-
"description": "Create space.",
|
|
3688
|
+
"args": {},
|
|
3689
|
+
"description": "List tunnels.",
|
|
3677
3690
|
"flags": {
|
|
3678
3691
|
"json": {
|
|
3679
3692
|
"description": "Output as JSON.",
|
|
@@ -3757,14 +3770,21 @@
|
|
|
3757
3770
|
"hasDynamicHelp": false,
|
|
3758
3771
|
"multiple": false,
|
|
3759
3772
|
"type": "option"
|
|
3760
|
-
}
|
|
3761
|
-
|
|
3773
|
+
},
|
|
3774
|
+
"extended": {
|
|
3775
|
+
"description": "Show extended table columns.",
|
|
3776
|
+
"name": "extended",
|
|
3777
|
+
"allowNo": false,
|
|
3778
|
+
"type": "boolean"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3762
3781
|
"hasDynamicHelp": false,
|
|
3763
3782
|
"hiddenAliases": [],
|
|
3764
|
-
"id": "
|
|
3783
|
+
"id": "tunnel:list",
|
|
3765
3784
|
"pluginAlias": "@dxos/cli",
|
|
3766
3785
|
"pluginName": "@dxos/cli",
|
|
3767
3786
|
"pluginType": "core",
|
|
3787
|
+
"state": "deprecated",
|
|
3768
3788
|
"strict": true,
|
|
3769
3789
|
"enableJsonFlag": true,
|
|
3770
3790
|
"isESM": true,
|
|
@@ -3772,19 +3792,14 @@
|
|
|
3772
3792
|
"dist",
|
|
3773
3793
|
"src",
|
|
3774
3794
|
"commands",
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3795
|
+
"tunnel",
|
|
3796
|
+
"list.js"
|
|
3777
3797
|
]
|
|
3778
3798
|
},
|
|
3779
|
-
"
|
|
3799
|
+
"function:trigger:list": {
|
|
3780
3800
|
"aliases": [],
|
|
3781
|
-
"args": {
|
|
3782
|
-
|
|
3783
|
-
"description": "Space key(s) head in hex.",
|
|
3784
|
-
"name": "key"
|
|
3785
|
-
}
|
|
3786
|
-
},
|
|
3787
|
-
"description": "Create new epoch.",
|
|
3801
|
+
"args": {},
|
|
3802
|
+
"description": "List and manage triggers.",
|
|
3788
3803
|
"flags": {
|
|
3789
3804
|
"json": {
|
|
3790
3805
|
"description": "Output as JSON.",
|
|
@@ -3868,11 +3883,35 @@
|
|
|
3868
3883
|
"hasDynamicHelp": false,
|
|
3869
3884
|
"multiple": false,
|
|
3870
3885
|
"type": "option"
|
|
3886
|
+
},
|
|
3887
|
+
"id": {
|
|
3888
|
+
"description": "Trigger id",
|
|
3889
|
+
"name": "id",
|
|
3890
|
+
"hasDynamicHelp": false,
|
|
3891
|
+
"multiple": false,
|
|
3892
|
+
"type": "option"
|
|
3893
|
+
},
|
|
3894
|
+
"enable": {
|
|
3895
|
+
"description": "Enable trigger(s)",
|
|
3896
|
+
"name": "enable",
|
|
3897
|
+
"allowNo": false,
|
|
3898
|
+
"type": "boolean"
|
|
3899
|
+
},
|
|
3900
|
+
"disable": {
|
|
3901
|
+
"description": "Disable trigger(s)",
|
|
3902
|
+
"name": "disable",
|
|
3903
|
+
"allowNo": false,
|
|
3904
|
+
"type": "boolean"
|
|
3905
|
+
},
|
|
3906
|
+
"extended": {
|
|
3907
|
+
"name": "extended",
|
|
3908
|
+
"allowNo": false,
|
|
3909
|
+
"type": "boolean"
|
|
3871
3910
|
}
|
|
3872
3911
|
},
|
|
3873
3912
|
"hasDynamicHelp": false,
|
|
3874
3913
|
"hiddenAliases": [],
|
|
3875
|
-
"id": "
|
|
3914
|
+
"id": "function:trigger:list",
|
|
3876
3915
|
"pluginAlias": "@dxos/cli",
|
|
3877
3916
|
"pluginName": "@dxos/cli",
|
|
3878
3917
|
"pluginType": "core",
|
|
@@ -3883,11 +3922,12 @@
|
|
|
3883
3922
|
"dist",
|
|
3884
3923
|
"src",
|
|
3885
3924
|
"commands",
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3925
|
+
"function",
|
|
3926
|
+
"trigger",
|
|
3927
|
+
"list.js"
|
|
3888
3928
|
]
|
|
3889
3929
|
},
|
|
3890
|
-
"space:
|
|
3930
|
+
"space:close": {
|
|
3891
3931
|
"aliases": [],
|
|
3892
3932
|
"args": {
|
|
3893
3933
|
"key": {
|
|
@@ -3895,7 +3935,7 @@
|
|
|
3895
3935
|
"name": "key"
|
|
3896
3936
|
}
|
|
3897
3937
|
},
|
|
3898
|
-
"description": "
|
|
3938
|
+
"description": "Close space.",
|
|
3899
3939
|
"flags": {
|
|
3900
3940
|
"json": {
|
|
3901
3941
|
"description": "Output as JSON.",
|
|
@@ -3983,25 +4023,28 @@
|
|
|
3983
4023
|
},
|
|
3984
4024
|
"hasDynamicHelp": false,
|
|
3985
4025
|
"hiddenAliases": [],
|
|
3986
|
-
"id": "space:
|
|
4026
|
+
"id": "space:close",
|
|
3987
4027
|
"pluginAlias": "@dxos/cli",
|
|
3988
4028
|
"pluginName": "@dxos/cli",
|
|
3989
4029
|
"pluginType": "core",
|
|
3990
4030
|
"strict": true,
|
|
3991
|
-
"enableJsonFlag": true,
|
|
3992
4031
|
"isESM": true,
|
|
3993
4032
|
"relativePath": [
|
|
3994
4033
|
"dist",
|
|
3995
4034
|
"src",
|
|
3996
4035
|
"commands",
|
|
3997
4036
|
"space",
|
|
3998
|
-
"
|
|
4037
|
+
"close.js"
|
|
3999
4038
|
]
|
|
4000
4039
|
},
|
|
4001
|
-
"space:
|
|
4040
|
+
"space:create": {
|
|
4002
4041
|
"aliases": [],
|
|
4003
|
-
"args": {
|
|
4004
|
-
|
|
4042
|
+
"args": {
|
|
4043
|
+
"name": {
|
|
4044
|
+
"name": "name"
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
"description": "Create space.",
|
|
4005
4048
|
"flags": {
|
|
4006
4049
|
"json": {
|
|
4007
4050
|
"description": "Output as JSON.",
|
|
@@ -4085,25 +4128,11 @@
|
|
|
4085
4128
|
"hasDynamicHelp": false,
|
|
4086
4129
|
"multiple": false,
|
|
4087
4130
|
"type": "option"
|
|
4088
|
-
},
|
|
4089
|
-
"invitation": {
|
|
4090
|
-
"description": "Invitation code",
|
|
4091
|
-
"name": "invitation",
|
|
4092
|
-
"hasDynamicHelp": false,
|
|
4093
|
-
"multiple": false,
|
|
4094
|
-
"type": "option"
|
|
4095
|
-
},
|
|
4096
|
-
"secret": {
|
|
4097
|
-
"description": "Invitation secret",
|
|
4098
|
-
"name": "secret",
|
|
4099
|
-
"hasDynamicHelp": false,
|
|
4100
|
-
"multiple": false,
|
|
4101
|
-
"type": "option"
|
|
4102
4131
|
}
|
|
4103
4132
|
},
|
|
4104
4133
|
"hasDynamicHelp": false,
|
|
4105
4134
|
"hiddenAliases": [],
|
|
4106
|
-
"id": "space:
|
|
4135
|
+
"id": "space:create",
|
|
4107
4136
|
"pluginAlias": "@dxos/cli",
|
|
4108
4137
|
"pluginName": "@dxos/cli",
|
|
4109
4138
|
"pluginType": "core",
|
|
@@ -4115,13 +4144,18 @@
|
|
|
4115
4144
|
"src",
|
|
4116
4145
|
"commands",
|
|
4117
4146
|
"space",
|
|
4118
|
-
"
|
|
4147
|
+
"create.js"
|
|
4119
4148
|
]
|
|
4120
4149
|
},
|
|
4121
|
-
"space:
|
|
4150
|
+
"space:epoch": {
|
|
4122
4151
|
"aliases": [],
|
|
4123
|
-
"args": {
|
|
4124
|
-
|
|
4152
|
+
"args": {
|
|
4153
|
+
"key": {
|
|
4154
|
+
"description": "Space key(s) head in hex.",
|
|
4155
|
+
"name": "key"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"description": "Create new epoch.",
|
|
4125
4159
|
"flags": {
|
|
4126
4160
|
"json": {
|
|
4127
4161
|
"description": "Output as JSON.",
|
|
@@ -4173,7 +4207,7 @@
|
|
|
4173
4207
|
],
|
|
4174
4208
|
"description": "Timeout (ms).",
|
|
4175
4209
|
"name": "timeout",
|
|
4176
|
-
"default":
|
|
4210
|
+
"default": 60000,
|
|
4177
4211
|
"hasDynamicHelp": false,
|
|
4178
4212
|
"multiple": false,
|
|
4179
4213
|
"type": "option"
|
|
@@ -4205,29 +4239,11 @@
|
|
|
4205
4239
|
"hasDynamicHelp": false,
|
|
4206
4240
|
"multiple": false,
|
|
4207
4241
|
"type": "option"
|
|
4208
|
-
},
|
|
4209
|
-
"extended": {
|
|
4210
|
-
"description": "Show extended table columns.",
|
|
4211
|
-
"name": "extended",
|
|
4212
|
-
"allowNo": false,
|
|
4213
|
-
"type": "boolean"
|
|
4214
|
-
},
|
|
4215
|
-
"live": {
|
|
4216
|
-
"description": "Live update.",
|
|
4217
|
-
"name": "live",
|
|
4218
|
-
"allowNo": false,
|
|
4219
|
-
"type": "boolean"
|
|
4220
|
-
},
|
|
4221
|
-
"noWait": {
|
|
4222
|
-
"description": "Do not wait for spaces to be ready.",
|
|
4223
|
-
"name": "noWait",
|
|
4224
|
-
"allowNo": false,
|
|
4225
|
-
"type": "boolean"
|
|
4226
4242
|
}
|
|
4227
4243
|
},
|
|
4228
4244
|
"hasDynamicHelp": false,
|
|
4229
4245
|
"hiddenAliases": [],
|
|
4230
|
-
"id": "space:
|
|
4246
|
+
"id": "space:epoch",
|
|
4231
4247
|
"pluginAlias": "@dxos/cli",
|
|
4232
4248
|
"pluginName": "@dxos/cli",
|
|
4233
4249
|
"pluginType": "core",
|
|
@@ -4239,10 +4255,10 @@
|
|
|
4239
4255
|
"src",
|
|
4240
4256
|
"commands",
|
|
4241
4257
|
"space",
|
|
4242
|
-
"
|
|
4258
|
+
"epoch.js"
|
|
4243
4259
|
]
|
|
4244
4260
|
},
|
|
4245
|
-
"space:
|
|
4261
|
+
"space:info": {
|
|
4246
4262
|
"aliases": [],
|
|
4247
4263
|
"args": {
|
|
4248
4264
|
"key": {
|
|
@@ -4250,7 +4266,7 @@
|
|
|
4250
4266
|
"name": "key"
|
|
4251
4267
|
}
|
|
4252
4268
|
},
|
|
4253
|
-
"description": "
|
|
4269
|
+
"description": "Show space info.",
|
|
4254
4270
|
"flags": {
|
|
4255
4271
|
"json": {
|
|
4256
4272
|
"description": "Output as JSON.",
|
|
@@ -4334,17 +4350,11 @@
|
|
|
4334
4350
|
"hasDynamicHelp": false,
|
|
4335
4351
|
"multiple": false,
|
|
4336
4352
|
"type": "option"
|
|
4337
|
-
},
|
|
4338
|
-
"extended": {
|
|
4339
|
-
"description": "Show extended table columns.",
|
|
4340
|
-
"name": "extended",
|
|
4341
|
-
"allowNo": false,
|
|
4342
|
-
"type": "boolean"
|
|
4343
4353
|
}
|
|
4344
4354
|
},
|
|
4345
4355
|
"hasDynamicHelp": false,
|
|
4346
4356
|
"hiddenAliases": [],
|
|
4347
|
-
"id": "space:
|
|
4357
|
+
"id": "space:info",
|
|
4348
4358
|
"pluginAlias": "@dxos/cli",
|
|
4349
4359
|
"pluginName": "@dxos/cli",
|
|
4350
4360
|
"pluginType": "core",
|
|
@@ -4356,18 +4366,13 @@
|
|
|
4356
4366
|
"src",
|
|
4357
4367
|
"commands",
|
|
4358
4368
|
"space",
|
|
4359
|
-
"
|
|
4369
|
+
"info.js"
|
|
4360
4370
|
]
|
|
4361
4371
|
},
|
|
4362
|
-
"space:
|
|
4372
|
+
"space:join": {
|
|
4363
4373
|
"aliases": [],
|
|
4364
|
-
"args": {
|
|
4365
|
-
|
|
4366
|
-
"description": "Space key(s) head in hex.",
|
|
4367
|
-
"name": "key"
|
|
4368
|
-
}
|
|
4369
|
-
},
|
|
4370
|
-
"description": "Open space.",
|
|
4374
|
+
"args": {},
|
|
4375
|
+
"description": "Join space invitation",
|
|
4371
4376
|
"flags": {
|
|
4372
4377
|
"json": {
|
|
4373
4378
|
"description": "Output as JSON.",
|
|
@@ -4451,33 +4456,43 @@
|
|
|
4451
4456
|
"hasDynamicHelp": false,
|
|
4452
4457
|
"multiple": false,
|
|
4453
4458
|
"type": "option"
|
|
4459
|
+
},
|
|
4460
|
+
"invitation": {
|
|
4461
|
+
"description": "Invitation code",
|
|
4462
|
+
"name": "invitation",
|
|
4463
|
+
"hasDynamicHelp": false,
|
|
4464
|
+
"multiple": false,
|
|
4465
|
+
"type": "option"
|
|
4466
|
+
},
|
|
4467
|
+
"secret": {
|
|
4468
|
+
"description": "Invitation secret",
|
|
4469
|
+
"name": "secret",
|
|
4470
|
+
"hasDynamicHelp": false,
|
|
4471
|
+
"multiple": false,
|
|
4472
|
+
"type": "option"
|
|
4454
4473
|
}
|
|
4455
4474
|
},
|
|
4456
4475
|
"hasDynamicHelp": false,
|
|
4457
4476
|
"hiddenAliases": [],
|
|
4458
|
-
"id": "space:
|
|
4477
|
+
"id": "space:join",
|
|
4459
4478
|
"pluginAlias": "@dxos/cli",
|
|
4460
4479
|
"pluginName": "@dxos/cli",
|
|
4461
4480
|
"pluginType": "core",
|
|
4462
4481
|
"strict": true,
|
|
4482
|
+
"enableJsonFlag": true,
|
|
4463
4483
|
"isESM": true,
|
|
4464
4484
|
"relativePath": [
|
|
4465
4485
|
"dist",
|
|
4466
4486
|
"src",
|
|
4467
4487
|
"commands",
|
|
4468
4488
|
"space",
|
|
4469
|
-
"
|
|
4489
|
+
"join.js"
|
|
4470
4490
|
]
|
|
4471
4491
|
},
|
|
4472
|
-
"space:
|
|
4492
|
+
"space:list": {
|
|
4473
4493
|
"aliases": [],
|
|
4474
|
-
"args": {
|
|
4475
|
-
|
|
4476
|
-
"description": "Space key(s) head in hex.",
|
|
4477
|
-
"name": "key"
|
|
4478
|
-
}
|
|
4479
|
-
},
|
|
4480
|
-
"description": "Query database.",
|
|
4494
|
+
"args": {},
|
|
4495
|
+
"description": "List spaces.",
|
|
4481
4496
|
"flags": {
|
|
4482
4497
|
"json": {
|
|
4483
4498
|
"description": "Output as JSON.",
|
|
@@ -4529,7 +4544,7 @@
|
|
|
4529
4544
|
],
|
|
4530
4545
|
"description": "Timeout (ms).",
|
|
4531
4546
|
"name": "timeout",
|
|
4532
|
-
"default":
|
|
4547
|
+
"default": 1000,
|
|
4533
4548
|
"hasDynamicHelp": false,
|
|
4534
4549
|
"multiple": false,
|
|
4535
4550
|
"type": "option"
|
|
@@ -4568,17 +4583,22 @@
|
|
|
4568
4583
|
"allowNo": false,
|
|
4569
4584
|
"type": "boolean"
|
|
4570
4585
|
},
|
|
4571
|
-
"
|
|
4572
|
-
"description": "
|
|
4573
|
-
"name": "
|
|
4574
|
-
"
|
|
4575
|
-
"
|
|
4576
|
-
|
|
4586
|
+
"live": {
|
|
4587
|
+
"description": "Live update.",
|
|
4588
|
+
"name": "live",
|
|
4589
|
+
"allowNo": false,
|
|
4590
|
+
"type": "boolean"
|
|
4591
|
+
},
|
|
4592
|
+
"noWait": {
|
|
4593
|
+
"description": "Do not wait for spaces to be ready.",
|
|
4594
|
+
"name": "noWait",
|
|
4595
|
+
"allowNo": false,
|
|
4596
|
+
"type": "boolean"
|
|
4577
4597
|
}
|
|
4578
4598
|
},
|
|
4579
4599
|
"hasDynamicHelp": false,
|
|
4580
4600
|
"hiddenAliases": [],
|
|
4581
|
-
"id": "space:
|
|
4601
|
+
"id": "space:list",
|
|
4582
4602
|
"pluginAlias": "@dxos/cli",
|
|
4583
4603
|
"pluginName": "@dxos/cli",
|
|
4584
4604
|
"pluginType": "core",
|
|
@@ -4590,10 +4610,10 @@
|
|
|
4590
4610
|
"src",
|
|
4591
4611
|
"commands",
|
|
4592
4612
|
"space",
|
|
4593
|
-
"
|
|
4613
|
+
"list.js"
|
|
4594
4614
|
]
|
|
4595
4615
|
},
|
|
4596
|
-
"space:
|
|
4616
|
+
"space:members": {
|
|
4597
4617
|
"aliases": [],
|
|
4598
4618
|
"args": {
|
|
4599
4619
|
"key": {
|
|
@@ -4601,7 +4621,7 @@
|
|
|
4601
4621
|
"name": "key"
|
|
4602
4622
|
}
|
|
4603
4623
|
},
|
|
4604
|
-
"description": "
|
|
4624
|
+
"description": "List space members.",
|
|
4605
4625
|
"flags": {
|
|
4606
4626
|
"json": {
|
|
4607
4627
|
"description": "Output as JSON.",
|
|
@@ -4686,73 +4706,39 @@
|
|
|
4686
4706
|
"multiple": false,
|
|
4687
4707
|
"type": "option"
|
|
4688
4708
|
},
|
|
4689
|
-
"
|
|
4690
|
-
"description": "
|
|
4691
|
-
"name": "
|
|
4692
|
-
"allowNo": false,
|
|
4693
|
-
"type": "boolean"
|
|
4694
|
-
},
|
|
4695
|
-
"lifetime": {
|
|
4696
|
-
"description": "Lifetime of the invitation in seconds",
|
|
4697
|
-
"name": "lifetime",
|
|
4698
|
-
"default": 86400,
|
|
4699
|
-
"hasDynamicHelp": false,
|
|
4700
|
-
"multiple": false,
|
|
4701
|
-
"type": "option"
|
|
4702
|
-
},
|
|
4703
|
-
"persistent": {
|
|
4704
|
-
"description": "Invitation should resume if client restarts",
|
|
4705
|
-
"name": "persistent",
|
|
4706
|
-
"allowNo": false,
|
|
4707
|
-
"type": "boolean"
|
|
4708
|
-
},
|
|
4709
|
-
"open": {
|
|
4710
|
-
"description": "Open browser with invitation.",
|
|
4711
|
-
"name": "open",
|
|
4709
|
+
"extended": {
|
|
4710
|
+
"description": "Show extended table columns.",
|
|
4711
|
+
"name": "extended",
|
|
4712
4712
|
"allowNo": false,
|
|
4713
4713
|
"type": "boolean"
|
|
4714
|
-
},
|
|
4715
|
-
"host": {
|
|
4716
|
-
"description": "Application Host URL.",
|
|
4717
|
-
"name": "host",
|
|
4718
|
-
"default": "https://composer.space",
|
|
4719
|
-
"hasDynamicHelp": false,
|
|
4720
|
-
"multiple": false,
|
|
4721
|
-
"type": "option"
|
|
4722
|
-
},
|
|
4723
|
-
"auth": {
|
|
4724
|
-
"description": "Skip authentication challenge.",
|
|
4725
|
-
"name": "auth",
|
|
4726
|
-
"allowNo": true,
|
|
4727
|
-
"type": "boolean"
|
|
4728
4714
|
}
|
|
4729
4715
|
},
|
|
4730
4716
|
"hasDynamicHelp": false,
|
|
4731
4717
|
"hiddenAliases": [],
|
|
4732
|
-
"id": "space:
|
|
4718
|
+
"id": "space:members",
|
|
4733
4719
|
"pluginAlias": "@dxos/cli",
|
|
4734
4720
|
"pluginName": "@dxos/cli",
|
|
4735
4721
|
"pluginType": "core",
|
|
4736
4722
|
"strict": true,
|
|
4723
|
+
"enableJsonFlag": true,
|
|
4737
4724
|
"isESM": true,
|
|
4738
4725
|
"relativePath": [
|
|
4739
4726
|
"dist",
|
|
4740
4727
|
"src",
|
|
4741
4728
|
"commands",
|
|
4742
4729
|
"space",
|
|
4743
|
-
"
|
|
4730
|
+
"members.js"
|
|
4744
4731
|
]
|
|
4745
4732
|
},
|
|
4746
|
-
"
|
|
4733
|
+
"space:open": {
|
|
4747
4734
|
"aliases": [],
|
|
4748
4735
|
"args": {
|
|
4749
|
-
"
|
|
4750
|
-
"description": "
|
|
4751
|
-
"name": "
|
|
4752
|
-
"required": true
|
|
4736
|
+
"key": {
|
|
4737
|
+
"description": "Space key(s) head in hex.",
|
|
4738
|
+
"name": "key"
|
|
4753
4739
|
}
|
|
4754
4740
|
},
|
|
4755
|
-
"description": "
|
|
4741
|
+
"description": "Open space.",
|
|
4756
4742
|
"flags": {
|
|
4757
4743
|
"json": {
|
|
4758
4744
|
"description": "Output as JSON.",
|
|
@@ -4836,44 +4822,33 @@
|
|
|
4836
4822
|
"hasDynamicHelp": false,
|
|
4837
4823
|
"multiple": false,
|
|
4838
4824
|
"type": "option"
|
|
4839
|
-
},
|
|
4840
|
-
"extended": {
|
|
4841
|
-
"description": "Show extended table columns.",
|
|
4842
|
-
"name": "extended",
|
|
4843
|
-
"allowNo": false,
|
|
4844
|
-
"type": "boolean"
|
|
4845
|
-
},
|
|
4846
|
-
"name": {
|
|
4847
|
-
"description": "Tunnel name",
|
|
4848
|
-
"name": "name",
|
|
4849
|
-
"default": "five-purple-alpha-don",
|
|
4850
|
-
"hasDynamicHelp": false,
|
|
4851
|
-
"multiple": false,
|
|
4852
|
-
"type": "option"
|
|
4853
4825
|
}
|
|
4854
4826
|
},
|
|
4855
4827
|
"hasDynamicHelp": false,
|
|
4856
4828
|
"hiddenAliases": [],
|
|
4857
|
-
"id": "
|
|
4829
|
+
"id": "space:open",
|
|
4858
4830
|
"pluginAlias": "@dxos/cli",
|
|
4859
4831
|
"pluginName": "@dxos/cli",
|
|
4860
4832
|
"pluginType": "core",
|
|
4861
|
-
"state": "deprecated",
|
|
4862
4833
|
"strict": true,
|
|
4863
|
-
"enableJsonFlag": true,
|
|
4864
4834
|
"isESM": true,
|
|
4865
4835
|
"relativePath": [
|
|
4866
4836
|
"dist",
|
|
4867
4837
|
"src",
|
|
4868
4838
|
"commands",
|
|
4869
|
-
"
|
|
4870
|
-
"
|
|
4839
|
+
"space",
|
|
4840
|
+
"open.js"
|
|
4871
4841
|
]
|
|
4872
4842
|
},
|
|
4873
|
-
"
|
|
4843
|
+
"space:query": {
|
|
4874
4844
|
"aliases": [],
|
|
4875
|
-
"args": {
|
|
4876
|
-
|
|
4845
|
+
"args": {
|
|
4846
|
+
"key": {
|
|
4847
|
+
"description": "Space key(s) head in hex.",
|
|
4848
|
+
"name": "key"
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4851
|
+
"description": "Query database.",
|
|
4877
4852
|
"flags": {
|
|
4878
4853
|
"json": {
|
|
4879
4854
|
"description": "Output as JSON.",
|
|
@@ -4963,15 +4938,21 @@
|
|
|
4963
4938
|
"name": "extended",
|
|
4964
4939
|
"allowNo": false,
|
|
4965
4940
|
"type": "boolean"
|
|
4941
|
+
},
|
|
4942
|
+
"typename": {
|
|
4943
|
+
"description": "Filter objects by typename.",
|
|
4944
|
+
"name": "typename",
|
|
4945
|
+
"hasDynamicHelp": false,
|
|
4946
|
+
"multiple": false,
|
|
4947
|
+
"type": "option"
|
|
4966
4948
|
}
|
|
4967
4949
|
},
|
|
4968
4950
|
"hasDynamicHelp": false,
|
|
4969
4951
|
"hiddenAliases": [],
|
|
4970
|
-
"id": "
|
|
4952
|
+
"id": "space:query",
|
|
4971
4953
|
"pluginAlias": "@dxos/cli",
|
|
4972
4954
|
"pluginName": "@dxos/cli",
|
|
4973
4955
|
"pluginType": "core",
|
|
4974
|
-
"state": "deprecated",
|
|
4975
4956
|
"strict": true,
|
|
4976
4957
|
"enableJsonFlag": true,
|
|
4977
4958
|
"isESM": true,
|
|
@@ -4979,14 +4960,19 @@
|
|
|
4979
4960
|
"dist",
|
|
4980
4961
|
"src",
|
|
4981
4962
|
"commands",
|
|
4982
|
-
"
|
|
4983
|
-
"
|
|
4963
|
+
"space",
|
|
4964
|
+
"query.js"
|
|
4984
4965
|
]
|
|
4985
4966
|
},
|
|
4986
|
-
"
|
|
4967
|
+
"space:share": {
|
|
4987
4968
|
"aliases": [],
|
|
4988
|
-
"args": {
|
|
4989
|
-
|
|
4969
|
+
"args": {
|
|
4970
|
+
"key": {
|
|
4971
|
+
"description": "Space key(s) head in hex.",
|
|
4972
|
+
"name": "key"
|
|
4973
|
+
}
|
|
4974
|
+
},
|
|
4975
|
+
"description": "Create space invitation.",
|
|
4990
4976
|
"flags": {
|
|
4991
4977
|
"json": {
|
|
4992
4978
|
"description": "Output as JSON.",
|
|
@@ -5071,47 +5057,61 @@
|
|
|
5071
5057
|
"multiple": false,
|
|
5072
5058
|
"type": "option"
|
|
5073
5059
|
},
|
|
5074
|
-
"
|
|
5075
|
-
"description": "
|
|
5076
|
-
"name": "
|
|
5060
|
+
"multiple": {
|
|
5061
|
+
"description": "Multiple use.",
|
|
5062
|
+
"name": "multiple",
|
|
5063
|
+
"allowNo": false,
|
|
5064
|
+
"type": "boolean"
|
|
5065
|
+
},
|
|
5066
|
+
"lifetime": {
|
|
5067
|
+
"description": "Lifetime of the invitation in seconds",
|
|
5068
|
+
"name": "lifetime",
|
|
5069
|
+
"default": 86400,
|
|
5077
5070
|
"hasDynamicHelp": false,
|
|
5078
5071
|
"multiple": false,
|
|
5079
5072
|
"type": "option"
|
|
5080
5073
|
},
|
|
5081
|
-
"
|
|
5082
|
-
"description": "
|
|
5083
|
-
"name": "
|
|
5074
|
+
"persistent": {
|
|
5075
|
+
"description": "Invitation should resume if client restarts",
|
|
5076
|
+
"name": "persistent",
|
|
5084
5077
|
"allowNo": false,
|
|
5085
5078
|
"type": "boolean"
|
|
5086
5079
|
},
|
|
5087
|
-
"
|
|
5088
|
-
"description": "
|
|
5089
|
-
"name": "
|
|
5080
|
+
"open": {
|
|
5081
|
+
"description": "Open browser with invitation.",
|
|
5082
|
+
"name": "open",
|
|
5090
5083
|
"allowNo": false,
|
|
5091
5084
|
"type": "boolean"
|
|
5092
5085
|
},
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5086
|
+
"host": {
|
|
5087
|
+
"description": "Application Host URL.",
|
|
5088
|
+
"name": "host",
|
|
5089
|
+
"default": "https://composer.space",
|
|
5090
|
+
"hasDynamicHelp": false,
|
|
5091
|
+
"multiple": false,
|
|
5092
|
+
"type": "option"
|
|
5093
|
+
},
|
|
5094
|
+
"auth": {
|
|
5095
|
+
"description": "Skip authentication challenge.",
|
|
5096
|
+
"name": "auth",
|
|
5097
|
+
"allowNo": true,
|
|
5096
5098
|
"type": "boolean"
|
|
5097
5099
|
}
|
|
5098
5100
|
},
|
|
5099
5101
|
"hasDynamicHelp": false,
|
|
5100
5102
|
"hiddenAliases": [],
|
|
5101
|
-
"id": "
|
|
5103
|
+
"id": "space:share",
|
|
5102
5104
|
"pluginAlias": "@dxos/cli",
|
|
5103
5105
|
"pluginName": "@dxos/cli",
|
|
5104
5106
|
"pluginType": "core",
|
|
5105
5107
|
"strict": true,
|
|
5106
|
-
"enableJsonFlag": true,
|
|
5107
5108
|
"isESM": true,
|
|
5108
5109
|
"relativePath": [
|
|
5109
5110
|
"dist",
|
|
5110
5111
|
"src",
|
|
5111
5112
|
"commands",
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"list.js"
|
|
5113
|
+
"space",
|
|
5114
|
+
"share.js"
|
|
5115
5115
|
]
|
|
5116
5116
|
},
|
|
5117
5117
|
"halo:credential:add": {
|
|
@@ -5708,5 +5708,5 @@
|
|
|
5708
5708
|
]
|
|
5709
5709
|
}
|
|
5710
5710
|
},
|
|
5711
|
-
"version": "0.8.2-main.
|
|
5711
|
+
"version": "0.8.2-main.f11618f"
|
|
5712
5712
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.8.2-main.
|
|
3
|
+
"version": "0.8.2-main.f11618f",
|
|
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.2-main.
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/cli-composer": "0.8.2-main.
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/client": "0.8.2-main.
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/config": "0.8.2-main.
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/invariant": "0.8.2-main.
|
|
70
|
-
"@dxos/log": "0.8.2-main.
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/protocols": "0.8.2-main.
|
|
76
|
-
"@dxos/random": "0.8.2-main.
|
|
77
|
-
"@dxos/schema": "0.8.2-main.
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/
|
|
56
|
+
"@dxos/agent": "0.8.2-main.f11618f",
|
|
57
|
+
"@dxos/async": "0.8.2-main.f11618f",
|
|
58
|
+
"@dxos/cli-composer": "0.8.2-main.f11618f",
|
|
59
|
+
"@dxos/cli-base": "0.8.2-main.f11618f",
|
|
60
|
+
"@dxos/client": "0.8.2-main.f11618f",
|
|
61
|
+
"@dxos/client-protocol": "0.8.2-main.f11618f",
|
|
62
|
+
"@dxos/client-services": "0.8.2-main.f11618f",
|
|
63
|
+
"@dxos/compute": "0.8.2-main.f11618f",
|
|
64
|
+
"@dxos/config": "0.8.2-main.f11618f",
|
|
65
|
+
"@dxos/debug": "0.8.2-main.f11618f",
|
|
66
|
+
"@dxos/context": "0.8.2-main.f11618f",
|
|
67
|
+
"@dxos/functions": "0.8.2-main.f11618f",
|
|
68
|
+
"@dxos/echo-schema": "0.8.2-main.f11618f",
|
|
69
|
+
"@dxos/invariant": "0.8.2-main.f11618f",
|
|
70
|
+
"@dxos/log": "0.8.2-main.f11618f",
|
|
71
|
+
"@dxos/network-manager": "0.8.2-main.f11618f",
|
|
72
|
+
"@dxos/node-std": "0.8.2-main.f11618f",
|
|
73
|
+
"@dxos/process": "0.8.2-main.f11618f",
|
|
74
|
+
"@dxos/observability": "0.8.2-main.f11618f",
|
|
75
|
+
"@dxos/protocols": "0.8.2-main.f11618f",
|
|
76
|
+
"@dxos/random": "0.8.2-main.f11618f",
|
|
77
|
+
"@dxos/schema": "0.8.2-main.f11618f",
|
|
78
|
+
"@dxos/rpc": "0.8.2-main.f11618f",
|
|
79
|
+
"@dxos/util": "0.8.2-main.f11618f"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@oclif/test": "^4.1.0",
|