@dxos/cli 0.5.6-main.4c8cf74 → 0.5.6-main.71968f1

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +149 -149
  2. package/package.json +25 -25
@@ -841,16 +841,9 @@
841
841
  "stop.js"
842
842
  ]
843
843
  },
844
- "app:create": {
844
+ "composer:base": {
845
845
  "aliases": [],
846
- "args": {
847
- "name": {
848
- "description": "App name.",
849
- "name": "name",
850
- "required": true
851
- }
852
- },
853
- "description": "Manage applications (deprecated).",
846
+ "args": {},
854
847
  "flags": {
855
848
  "json": {
856
849
  "description": "Output as JSON.",
@@ -940,43 +933,14 @@
940
933
  "hasDynamicHelp": false,
941
934
  "multiple": false,
942
935
  "type": "option"
943
- },
944
- "tag": {
945
- "description": "Git tag or branch of the DXOS repo to checkout.",
946
- "name": "tag",
947
- "hasDynamicHelp": false,
948
- "multiple": false,
949
- "type": "option"
950
- },
951
- "template": {
952
- "char": "t",
953
- "description": "Template to use when creating the project.",
954
- "name": "template",
955
- "default": "hello",
956
- "hasDynamicHelp": false,
957
- "multiple": false,
958
- "options": [
959
- "hello",
960
- "bare",
961
- "tasks"
962
- ],
963
- "type": "option"
964
- },
965
- "interactive": {
966
- "char": "i",
967
- "description": "Customize app template options via interactive prompt.",
968
- "name": "interactive",
969
- "allowNo": false,
970
- "type": "boolean"
971
936
  }
972
937
  },
973
938
  "hasDynamicHelp": false,
974
939
  "hiddenAliases": [],
975
- "id": "app:create",
940
+ "id": "composer:base",
976
941
  "pluginAlias": "@dxos/cli",
977
942
  "pluginName": "@dxos/cli",
978
943
  "pluginType": "core",
979
- "state": "deprecated",
980
944
  "strict": true,
981
945
  "enableJsonFlag": true,
982
946
  "isESM": false,
@@ -984,14 +948,19 @@
984
948
  "dist",
985
949
  "src",
986
950
  "commands",
987
- "app",
988
- "create.js"
951
+ "composer",
952
+ "base.js"
989
953
  ]
990
954
  },
991
- "app:list": {
955
+ "composer:import": {
992
956
  "aliases": [],
993
- "args": {},
994
- "description": "List apps.",
957
+ "args": {
958
+ "file": {
959
+ "name": "file",
960
+ "required": true
961
+ }
962
+ },
963
+ "description": "Import ECHO objects.",
995
964
  "flags": {
996
965
  "json": {
997
966
  "description": "Output as JSON.",
@@ -1081,15 +1050,21 @@
1081
1050
  "hasDynamicHelp": false,
1082
1051
  "multiple": false,
1083
1052
  "type": "option"
1053
+ },
1054
+ "key": {
1055
+ "description": "Space key(s) head in hex.",
1056
+ "name": "key",
1057
+ "hasDynamicHelp": false,
1058
+ "multiple": true,
1059
+ "type": "option"
1084
1060
  }
1085
1061
  },
1086
1062
  "hasDynamicHelp": false,
1087
1063
  "hiddenAliases": [],
1088
- "id": "app:list",
1064
+ "id": "composer:import",
1089
1065
  "pluginAlias": "@dxos/cli",
1090
1066
  "pluginName": "@dxos/cli",
1091
1067
  "pluginType": "core",
1092
- "state": "deprecated",
1093
1068
  "strict": true,
1094
1069
  "enableJsonFlag": true,
1095
1070
  "isESM": false,
@@ -1097,20 +1072,14 @@
1097
1072
  "dist",
1098
1073
  "src",
1099
1074
  "commands",
1100
- "app",
1101
- "list.js"
1075
+ "composer",
1076
+ "import.js"
1102
1077
  ]
1103
1078
  },
1104
- "app:open": {
1079
+ "composer:query": {
1105
1080
  "aliases": [],
1106
- "args": {
1107
- "url": {
1108
- "description": "App URL.",
1109
- "name": "url",
1110
- "required": true
1111
- }
1112
- },
1113
- "description": "Opens app with provided url and process device invitation.",
1081
+ "args": {},
1082
+ "description": "Query database.",
1114
1083
  "flags": {
1115
1084
  "json": {
1116
1085
  "description": "Output as JSON.",
@@ -1201,28 +1170,32 @@
1201
1170
  "multiple": false,
1202
1171
  "type": "option"
1203
1172
  },
1204
- "instances": {
1205
- "description": "Amount of test instances.",
1206
- "name": "instances",
1207
- "default": 1,
1173
+ "key": {
1174
+ "description": "Space key(s) head in hex.",
1175
+ "name": "key",
1176
+ "hasDynamicHelp": false,
1177
+ "multiple": true,
1178
+ "type": "option"
1179
+ },
1180
+ "type": {
1181
+ "description": "Data type.",
1182
+ "name": "type",
1208
1183
  "hasDynamicHelp": false,
1209
1184
  "multiple": false,
1210
1185
  "type": "option"
1211
1186
  },
1212
- "invite": {
1213
- "description": "If `true` proceed device invitation for all instances.",
1214
- "name": "invite",
1187
+ "extended": {
1188
+ "name": "extended",
1215
1189
  "allowNo": false,
1216
1190
  "type": "boolean"
1217
1191
  }
1218
1192
  },
1219
1193
  "hasDynamicHelp": false,
1220
1194
  "hiddenAliases": [],
1221
- "id": "app:open",
1195
+ "id": "composer:query",
1222
1196
  "pluginAlias": "@dxos/cli",
1223
1197
  "pluginName": "@dxos/cli",
1224
1198
  "pluginType": "core",
1225
- "state": "deprecated",
1226
1199
  "strict": true,
1227
1200
  "enableJsonFlag": true,
1228
1201
  "isESM": false,
@@ -1230,14 +1203,14 @@
1230
1203
  "dist",
1231
1204
  "src",
1232
1205
  "commands",
1233
- "app",
1234
- "open.js"
1206
+ "composer",
1207
+ "query.js"
1235
1208
  ]
1236
1209
  },
1237
- "app:publish": {
1210
+ "composer:upload": {
1238
1211
  "aliases": [],
1239
1212
  "args": {},
1240
- "description": "Publish apps.",
1213
+ "description": "Upload IPFS file.",
1241
1214
  "flags": {
1242
1215
  "json": {
1243
1216
  "description": "Output as JSON.",
@@ -1328,29 +1301,16 @@
1328
1301
  "multiple": false,
1329
1302
  "type": "option"
1330
1303
  },
1331
- "configPath": {
1332
- "description": "Path to dx.yml",
1333
- "name": "configPath",
1334
- "hasDynamicHelp": false,
1335
- "multiple": false,
1336
- "type": "option"
1337
- },
1338
- "accessToken": {
1339
- "description": "Access token for publishing.",
1340
- "name": "accessToken",
1304
+ "key": {
1305
+ "description": "Space key(s) head in hex.",
1306
+ "name": "key",
1341
1307
  "hasDynamicHelp": false,
1342
- "multiple": false,
1308
+ "multiple": true,
1343
1309
  "type": "option"
1344
1310
  },
1345
- "skipExisting": {
1346
- "description": "Do not update content on KUBE if version already exists.",
1347
- "name": "skipExisting",
1348
- "allowNo": false,
1349
- "type": "boolean"
1350
- },
1351
- "version": {
1352
- "description": "Version of modules to publish.",
1353
- "name": "version",
1311
+ "file": {
1312
+ "name": "file",
1313
+ "required": true,
1354
1314
  "hasDynamicHelp": false,
1355
1315
  "multiple": false,
1356
1316
  "type": "option"
@@ -1358,11 +1318,10 @@
1358
1318
  },
1359
1319
  "hasDynamicHelp": false,
1360
1320
  "hiddenAliases": [],
1361
- "id": "app:publish",
1321
+ "id": "composer:upload",
1362
1322
  "pluginAlias": "@dxos/cli",
1363
1323
  "pluginName": "@dxos/cli",
1364
1324
  "pluginType": "core",
1365
- "state": "deprecated",
1366
1325
  "strict": true,
1367
1326
  "enableJsonFlag": true,
1368
1327
  "isESM": false,
@@ -1370,13 +1329,20 @@
1370
1329
  "dist",
1371
1330
  "src",
1372
1331
  "commands",
1373
- "app",
1374
- "publish.js"
1332
+ "composer",
1333
+ "upload.js"
1375
1334
  ]
1376
1335
  },
1377
- "composer:base": {
1336
+ "app:create": {
1378
1337
  "aliases": [],
1379
- "args": {},
1338
+ "args": {
1339
+ "name": {
1340
+ "description": "App name.",
1341
+ "name": "name",
1342
+ "required": true
1343
+ }
1344
+ },
1345
+ "description": "Manage applications (deprecated).",
1380
1346
  "flags": {
1381
1347
  "json": {
1382
1348
  "description": "Output as JSON.",
@@ -1466,14 +1432,43 @@
1466
1432
  "hasDynamicHelp": false,
1467
1433
  "multiple": false,
1468
1434
  "type": "option"
1435
+ },
1436
+ "tag": {
1437
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1438
+ "name": "tag",
1439
+ "hasDynamicHelp": false,
1440
+ "multiple": false,
1441
+ "type": "option"
1442
+ },
1443
+ "template": {
1444
+ "char": "t",
1445
+ "description": "Template to use when creating the project.",
1446
+ "name": "template",
1447
+ "default": "hello",
1448
+ "hasDynamicHelp": false,
1449
+ "multiple": false,
1450
+ "options": [
1451
+ "hello",
1452
+ "bare",
1453
+ "tasks"
1454
+ ],
1455
+ "type": "option"
1456
+ },
1457
+ "interactive": {
1458
+ "char": "i",
1459
+ "description": "Customize app template options via interactive prompt.",
1460
+ "name": "interactive",
1461
+ "allowNo": false,
1462
+ "type": "boolean"
1469
1463
  }
1470
1464
  },
1471
1465
  "hasDynamicHelp": false,
1472
1466
  "hiddenAliases": [],
1473
- "id": "composer:base",
1467
+ "id": "app:create",
1474
1468
  "pluginAlias": "@dxos/cli",
1475
1469
  "pluginName": "@dxos/cli",
1476
1470
  "pluginType": "core",
1471
+ "state": "deprecated",
1477
1472
  "strict": true,
1478
1473
  "enableJsonFlag": true,
1479
1474
  "isESM": false,
@@ -1481,19 +1476,14 @@
1481
1476
  "dist",
1482
1477
  "src",
1483
1478
  "commands",
1484
- "composer",
1485
- "base.js"
1479
+ "app",
1480
+ "create.js"
1486
1481
  ]
1487
1482
  },
1488
- "composer:import": {
1483
+ "app:list": {
1489
1484
  "aliases": [],
1490
- "args": {
1491
- "file": {
1492
- "name": "file",
1493
- "required": true
1494
- }
1495
- },
1496
- "description": "Import ECHO objects.",
1485
+ "args": {},
1486
+ "description": "List apps.",
1497
1487
  "flags": {
1498
1488
  "json": {
1499
1489
  "description": "Output as JSON.",
@@ -1583,21 +1573,15 @@
1583
1573
  "hasDynamicHelp": false,
1584
1574
  "multiple": false,
1585
1575
  "type": "option"
1586
- },
1587
- "key": {
1588
- "description": "Space key(s) head in hex.",
1589
- "name": "key",
1590
- "hasDynamicHelp": false,
1591
- "multiple": true,
1592
- "type": "option"
1593
1576
  }
1594
1577
  },
1595
1578
  "hasDynamicHelp": false,
1596
1579
  "hiddenAliases": [],
1597
- "id": "composer:import",
1580
+ "id": "app:list",
1598
1581
  "pluginAlias": "@dxos/cli",
1599
1582
  "pluginName": "@dxos/cli",
1600
1583
  "pluginType": "core",
1584
+ "state": "deprecated",
1601
1585
  "strict": true,
1602
1586
  "enableJsonFlag": true,
1603
1587
  "isESM": false,
@@ -1605,14 +1589,20 @@
1605
1589
  "dist",
1606
1590
  "src",
1607
1591
  "commands",
1608
- "composer",
1609
- "import.js"
1592
+ "app",
1593
+ "list.js"
1610
1594
  ]
1611
1595
  },
1612
- "composer:query": {
1596
+ "app:open": {
1613
1597
  "aliases": [],
1614
- "args": {},
1615
- "description": "Query database.",
1598
+ "args": {
1599
+ "url": {
1600
+ "description": "App URL.",
1601
+ "name": "url",
1602
+ "required": true
1603
+ }
1604
+ },
1605
+ "description": "Opens app with provided url and process device invitation.",
1616
1606
  "flags": {
1617
1607
  "json": {
1618
1608
  "description": "Output as JSON.",
@@ -1703,32 +1693,28 @@
1703
1693
  "multiple": false,
1704
1694
  "type": "option"
1705
1695
  },
1706
- "key": {
1707
- "description": "Space key(s) head in hex.",
1708
- "name": "key",
1709
- "hasDynamicHelp": false,
1710
- "multiple": true,
1711
- "type": "option"
1712
- },
1713
- "type": {
1714
- "description": "Data type.",
1715
- "name": "type",
1696
+ "instances": {
1697
+ "description": "Amount of test instances.",
1698
+ "name": "instances",
1699
+ "default": 1,
1716
1700
  "hasDynamicHelp": false,
1717
1701
  "multiple": false,
1718
1702
  "type": "option"
1719
1703
  },
1720
- "extended": {
1721
- "name": "extended",
1704
+ "invite": {
1705
+ "description": "If `true` proceed device invitation for all instances.",
1706
+ "name": "invite",
1722
1707
  "allowNo": false,
1723
1708
  "type": "boolean"
1724
1709
  }
1725
1710
  },
1726
1711
  "hasDynamicHelp": false,
1727
1712
  "hiddenAliases": [],
1728
- "id": "composer:query",
1713
+ "id": "app:open",
1729
1714
  "pluginAlias": "@dxos/cli",
1730
1715
  "pluginName": "@dxos/cli",
1731
1716
  "pluginType": "core",
1717
+ "state": "deprecated",
1732
1718
  "strict": true,
1733
1719
  "enableJsonFlag": true,
1734
1720
  "isESM": false,
@@ -1736,14 +1722,14 @@
1736
1722
  "dist",
1737
1723
  "src",
1738
1724
  "commands",
1739
- "composer",
1740
- "query.js"
1725
+ "app",
1726
+ "open.js"
1741
1727
  ]
1742
1728
  },
1743
- "composer:upload": {
1729
+ "app:publish": {
1744
1730
  "aliases": [],
1745
1731
  "args": {},
1746
- "description": "Upload IPFS file.",
1732
+ "description": "Publish apps.",
1747
1733
  "flags": {
1748
1734
  "json": {
1749
1735
  "description": "Output as JSON.",
@@ -1834,16 +1820,29 @@
1834
1820
  "multiple": false,
1835
1821
  "type": "option"
1836
1822
  },
1837
- "key": {
1838
- "description": "Space key(s) head in hex.",
1839
- "name": "key",
1823
+ "configPath": {
1824
+ "description": "Path to dx.yml",
1825
+ "name": "configPath",
1840
1826
  "hasDynamicHelp": false,
1841
- "multiple": true,
1827
+ "multiple": false,
1842
1828
  "type": "option"
1843
1829
  },
1844
- "file": {
1845
- "name": "file",
1846
- "required": true,
1830
+ "accessToken": {
1831
+ "description": "Access token for publishing.",
1832
+ "name": "accessToken",
1833
+ "hasDynamicHelp": false,
1834
+ "multiple": false,
1835
+ "type": "option"
1836
+ },
1837
+ "skipExisting": {
1838
+ "description": "Do not update content on KUBE if version already exists.",
1839
+ "name": "skipExisting",
1840
+ "allowNo": false,
1841
+ "type": "boolean"
1842
+ },
1843
+ "version": {
1844
+ "description": "Version of modules to publish.",
1845
+ "name": "version",
1847
1846
  "hasDynamicHelp": false,
1848
1847
  "multiple": false,
1849
1848
  "type": "option"
@@ -1851,10 +1850,11 @@
1851
1850
  },
1852
1851
  "hasDynamicHelp": false,
1853
1852
  "hiddenAliases": [],
1854
- "id": "composer:upload",
1853
+ "id": "app:publish",
1855
1854
  "pluginAlias": "@dxos/cli",
1856
1855
  "pluginName": "@dxos/cli",
1857
1856
  "pluginType": "core",
1857
+ "state": "deprecated",
1858
1858
  "strict": true,
1859
1859
  "enableJsonFlag": true,
1860
1860
  "isESM": false,
@@ -1862,8 +1862,8 @@
1862
1862
  "dist",
1863
1863
  "src",
1864
1864
  "commands",
1865
- "composer",
1866
- "upload.js"
1865
+ "app",
1866
+ "publish.js"
1867
1867
  ]
1868
1868
  },
1869
1869
  "config": {
@@ -6045,7 +6045,7 @@
6045
6045
  "name": {
6046
6046
  "description": "Tunnel name",
6047
6047
  "name": "name",
6048
- "default": "diet-tango-nitrogen-fanta",
6048
+ "default": "social-venus-nine-connecticut",
6049
6049
  "hasDynamicHelp": false,
6050
6050
  "multiple": false,
6051
6051
  "type": "option"
@@ -6504,5 +6504,5 @@
6504
6504
  ]
6505
6505
  }
6506
6506
  },
6507
- "version": "0.5.6-main.4c8cf74"
6507
+ "version": "0.5.6-main.71968f1"
6508
6508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.6-main.4c8cf74",
3
+ "version": "0.5.6-main.71968f1",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -52,30 +52,30 @@
52
52
  "uuid": "^8.3.2",
53
53
  "ws": "^8.14.2",
54
54
  "wtfnode": "^0.9.1",
55
- "@braneframe/types": "0.5.6-main.4c8cf74",
56
- "@dxos/async": "0.5.6-main.4c8cf74",
57
- "@dxos/agent": "0.5.6-main.4c8cf74",
58
- "@dxos/bare-template": "0.5.6-main.4c8cf74",
59
- "@dxos/client": "0.5.6-main.4c8cf74",
60
- "@dxos/client-protocol": "0.5.6-main.4c8cf74",
61
- "@dxos/client-services": "0.5.6-main.4c8cf74",
62
- "@dxos/config": "0.5.6-main.4c8cf74",
63
- "@dxos/context": "0.5.6-main.4c8cf74",
64
- "@dxos/debug": "0.5.6-main.4c8cf74",
65
- "@dxos/echo-schema": "0.5.6-main.4c8cf74",
66
- "@dxos/functions": "0.5.6-main.4c8cf74",
67
- "@dxos/invariant": "0.5.6-main.4c8cf74",
68
- "@dxos/log": "0.5.6-main.4c8cf74",
69
- "@dxos/network-manager": "0.5.6-main.4c8cf74",
70
- "@dxos/hello-template": "0.5.6-main.4c8cf74",
71
- "@dxos/plate": "0.5.6-main.4c8cf74",
72
- "@dxos/process": "0.5.6-main.4c8cf74",
73
- "@dxos/observability": "0.5.6-main.4c8cf74",
74
- "@dxos/protocols": "0.5.6-main.4c8cf74",
75
- "@dxos/random": "0.5.6-main.4c8cf74",
76
- "@dxos/util": "0.5.6-main.4c8cf74",
77
- "@dxos/rpc": "0.5.6-main.4c8cf74",
78
- "@dxos/tasks-template": "0.5.6-main.4c8cf74"
55
+ "@braneframe/types": "0.5.6-main.71968f1",
56
+ "@dxos/async": "0.5.6-main.71968f1",
57
+ "@dxos/bare-template": "0.5.6-main.71968f1",
58
+ "@dxos/client": "0.5.6-main.71968f1",
59
+ "@dxos/client-protocol": "0.5.6-main.71968f1",
60
+ "@dxos/config": "0.5.6-main.71968f1",
61
+ "@dxos/client-services": "0.5.6-main.71968f1",
62
+ "@dxos/context": "0.5.6-main.71968f1",
63
+ "@dxos/debug": "0.5.6-main.71968f1",
64
+ "@dxos/agent": "0.5.6-main.71968f1",
65
+ "@dxos/echo-schema": "0.5.6-main.71968f1",
66
+ "@dxos/functions": "0.5.6-main.71968f1",
67
+ "@dxos/invariant": "0.5.6-main.71968f1",
68
+ "@dxos/hello-template": "0.5.6-main.71968f1",
69
+ "@dxos/log": "0.5.6-main.71968f1",
70
+ "@dxos/network-manager": "0.5.6-main.71968f1",
71
+ "@dxos/observability": "0.5.6-main.71968f1",
72
+ "@dxos/process": "0.5.6-main.71968f1",
73
+ "@dxos/plate": "0.5.6-main.71968f1",
74
+ "@dxos/protocols": "0.5.6-main.71968f1",
75
+ "@dxos/random": "0.5.6-main.71968f1",
76
+ "@dxos/rpc": "0.5.6-main.71968f1",
77
+ "@dxos/tasks-template": "0.5.6-main.71968f1",
78
+ "@dxos/util": "0.5.6-main.71968f1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@effect/schema": "^0.67.16",