@dxos/cli 0.6.14-staging.c117501 → 0.7.0

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.
@@ -839,16 +839,20 @@
839
839
  "stop.js"
840
840
  ]
841
841
  },
842
- "app:create": {
842
+ "debug:diagnostics": {
843
843
  "aliases": [],
844
- "args": {
845
- "name": {
846
- "description": "App name.",
847
- "name": "name",
848
- "required": true
844
+ "args": {},
845
+ "description": "Create diagnostics report.",
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"
849
854
  }
850
- },
851
- "description": "Create template applications.",
855
+ ],
852
856
  "flags": {
853
857
  "json": {
854
858
  "description": "Output as JSON.",
@@ -933,55 +937,40 @@
933
937
  "multiple": false,
934
938
  "type": "option"
935
939
  },
936
- "tag": {
937
- "description": "Git tag or branch of the DXOS repo to checkout.",
938
- "name": "tag",
939
- "hasDynamicHelp": false,
940
- "multiple": false,
941
- "type": "option"
942
- },
943
- "template": {
944
- "char": "t",
945
- "description": "Template to use when creating the project.",
946
- "name": "template",
947
- "default": "hello",
948
- "hasDynamicHelp": false,
949
- "multiple": false,
950
- "options": [
951
- "hello",
952
- "bare",
953
- "tasks"
954
- ],
955
- "type": "option"
940
+ "humanize": {
941
+ "description": "Humanize keys.",
942
+ "name": "humanize",
943
+ "allowNo": false,
944
+ "type": "boolean"
956
945
  },
957
- "interactive": {
958
- "char": "i",
959
- "description": "Customize app template options via interactive prompt.",
960
- "name": "interactive",
946
+ "truncate": {
947
+ "description": "Truncate keys.",
948
+ "name": "truncate",
961
949
  "allowNo": false,
962
950
  "type": "boolean"
963
951
  }
964
952
  },
965
953
  "hasDynamicHelp": false,
966
954
  "hiddenAliases": [],
967
- "id": "app:create",
955
+ "id": "debug:diagnostics",
968
956
  "pluginAlias": "@dxos/cli",
969
957
  "pluginName": "@dxos/cli",
970
958
  "pluginType": "core",
971
959
  "strict": true,
960
+ "enableJsonFlag": true,
972
961
  "isESM": true,
973
962
  "relativePath": [
974
963
  "dist",
975
964
  "src",
976
965
  "commands",
977
- "app",
978
- "create.js"
966
+ "debug",
967
+ "diagnostics.js"
979
968
  ]
980
969
  },
981
- "app:list": {
970
+ "debug:error": {
982
971
  "aliases": [],
983
972
  "args": {},
984
- "description": "List apps (deprecated).",
973
+ "description": "Throw error for debugging.",
985
974
  "flags": {
986
975
  "json": {
987
976
  "description": "Output as JSON.",
@@ -1065,42 +1054,33 @@
1065
1054
  "hasDynamicHelp": false,
1066
1055
  "multiple": false,
1067
1056
  "type": "option"
1068
- },
1069
- "extended": {
1070
- "description": "Show extended table columns.",
1071
- "name": "extended",
1072
- "allowNo": false,
1073
- "type": "boolean"
1074
1057
  }
1075
1058
  },
1076
1059
  "hasDynamicHelp": false,
1077
1060
  "hiddenAliases": [],
1078
- "id": "app:list",
1061
+ "id": "debug:error",
1079
1062
  "pluginAlias": "@dxos/cli",
1080
1063
  "pluginName": "@dxos/cli",
1081
1064
  "pluginType": "core",
1082
- "state": "deprecated",
1083
1065
  "strict": true,
1084
- "enableJsonFlag": true,
1085
1066
  "isESM": true,
1086
1067
  "relativePath": [
1087
1068
  "dist",
1088
1069
  "src",
1089
1070
  "commands",
1090
- "app",
1091
- "list.js"
1071
+ "debug",
1072
+ "error.js"
1092
1073
  ]
1093
1074
  },
1094
- "app:open": {
1075
+ "debug:generate": {
1095
1076
  "aliases": [],
1096
1077
  "args": {
1097
- "url": {
1098
- "description": "App URL.",
1099
- "name": "url",
1100
- "required": true
1078
+ "key": {
1079
+ "description": "Space key(s) head in hex.",
1080
+ "name": "key"
1101
1081
  }
1102
1082
  },
1103
- "description": "Opens app with provided url and process device invitation.",
1083
+ "description": "Generate test data.",
1104
1084
  "flags": {
1105
1085
  "json": {
1106
1086
  "description": "Output as JSON.",
@@ -1185,149 +1165,41 @@
1185
1165
  "multiple": false,
1186
1166
  "type": "option"
1187
1167
  },
1188
- "instances": {
1189
- "description": "Amount of test instances.",
1190
- "name": "instances",
1191
- "default": 1,
1192
- "hasDynamicHelp": false,
1193
- "multiple": false,
1194
- "type": "option"
1195
- },
1196
- "invite": {
1197
- "description": "If `true` proceed device invitation for all instances.",
1198
- "name": "invite",
1199
- "allowNo": false,
1200
- "type": "boolean"
1201
- }
1202
- },
1203
- "hasDynamicHelp": false,
1204
- "hiddenAliases": [],
1205
- "id": "app:open",
1206
- "pluginAlias": "@dxos/cli",
1207
- "pluginName": "@dxos/cli",
1208
- "pluginType": "core",
1209
- "strict": true,
1210
- "enableJsonFlag": true,
1211
- "isESM": true,
1212
- "relativePath": [
1213
- "dist",
1214
- "src",
1215
- "commands",
1216
- "app",
1217
- "open.js"
1218
- ]
1219
- },
1220
- "app:publish": {
1221
- "aliases": [],
1222
- "args": {},
1223
- "description": "Publish apps (deprecated).",
1224
- "flags": {
1225
- "json": {
1226
- "description": "Output as JSON.",
1227
- "name": "json",
1228
- "allowNo": false,
1229
- "type": "boolean"
1230
- },
1231
- "verbose": {
1232
- "char": "v",
1233
- "description": "Verbose output",
1234
- "name": "verbose",
1235
- "allowNo": false,
1236
- "type": "boolean"
1237
- },
1238
- "dry-run": {
1239
- "description": "Dry run.",
1240
- "name": "dry-run",
1241
- "allowNo": false,
1242
- "type": "boolean"
1243
- },
1244
- "profile": {
1245
- "description": "User profile.",
1246
- "env": "DX_PROFILE",
1247
- "name": "profile",
1248
- "default": "default",
1249
- "hasDynamicHelp": false,
1250
- "multiple": false,
1251
- "type": "option"
1252
- },
1253
- "config": {
1254
- "aliases": [
1255
- "c"
1256
- ],
1257
- "dependsOn": [
1258
- "profile"
1259
- ],
1260
- "description": "Config file.",
1261
- "env": "DX_CONFIG",
1262
- "name": "config",
1263
- "default": "/home/runner/.config/dx/profile/default.yml",
1264
- "hasDynamicHelp": false,
1265
- "helpValue": "path",
1266
- "multiple": false,
1267
- "type": "option"
1268
- },
1269
- "timeout": {
1270
- "aliases": [
1271
- "t"
1272
- ],
1273
- "description": "Timeout (ms).",
1274
- "name": "timeout",
1275
- "default": 60000,
1276
- "hasDynamicHelp": false,
1277
- "multiple": false,
1278
- "type": "option"
1279
- },
1280
- "target": {
1281
- "description": "Target websocket server.",
1282
- "name": "target",
1168
+ "interval": {
1169
+ "description": "Interval between mutations (ms).",
1170
+ "name": "interval",
1171
+ "default": 0,
1283
1172
  "hasDynamicHelp": false,
1284
1173
  "multiple": false,
1285
1174
  "type": "option"
1286
1175
  },
1287
- "agent": {
1288
- "description": "Run command with agent.",
1289
- "env": "DX_NO_AGENT",
1290
- "name": "agent",
1291
- "allowNo": true,
1292
- "type": "boolean"
1293
- },
1294
- "json-log": {
1295
- "description": "When running in foreground, log JSON format",
1296
- "name": "json-log",
1297
- "allowNo": false,
1298
- "type": "boolean"
1299
- },
1300
- "json-logfile": {
1301
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1302
- "name": "json-logfile",
1303
- "default": "stderr",
1176
+ "jitter": {
1177
+ "description": "Interval variance (ms).",
1178
+ "name": "jitter",
1179
+ "default": 0,
1304
1180
  "hasDynamicHelp": false,
1305
1181
  "multiple": false,
1306
1182
  "type": "option"
1307
1183
  },
1308
- "configPath": {
1309
- "description": "Path to dx.yml",
1310
- "name": "configPath",
1184
+ "objects": {
1185
+ "description": "Number of objects.",
1186
+ "name": "objects",
1187
+ "default": 0,
1311
1188
  "hasDynamicHelp": false,
1312
1189
  "multiple": false,
1313
1190
  "type": "option"
1314
1191
  },
1315
- "accessToken": {
1316
- "description": "Access token for publishing.",
1317
- "name": "accessToken",
1192
+ "mutations": {
1193
+ "description": "Number of mutations.",
1194
+ "name": "mutations",
1195
+ "default": 0,
1318
1196
  "hasDynamicHelp": false,
1319
1197
  "multiple": false,
1320
1198
  "type": "option"
1321
1199
  },
1322
- "skipExisting": {
1323
- "description": "Do not update content on KUBE if version already exists.",
1324
- "name": "skipExisting",
1325
- "allowNo": false,
1326
- "type": "boolean"
1327
- },
1328
- "version": {
1329
- "description": "Version of modules to publish.",
1330
- "name": "version",
1200
+ "epoch": {
1201
+ "description": "Number of mutations per epoch.",
1202
+ "name": "epoch",
1331
1203
  "hasDynamicHelp": false,
1332
1204
  "multiple": false,
1333
1205
  "type": "option"
@@ -1335,25 +1207,30 @@
1335
1207
  },
1336
1208
  "hasDynamicHelp": false,
1337
1209
  "hiddenAliases": [],
1338
- "id": "app:publish",
1210
+ "id": "debug:generate",
1339
1211
  "pluginAlias": "@dxos/cli",
1340
1212
  "pluginName": "@dxos/cli",
1341
1213
  "pluginType": "core",
1342
- "state": "deprecated",
1343
1214
  "strict": true,
1215
+ "enableJsonFlag": true,
1344
1216
  "isESM": true,
1345
1217
  "relativePath": [
1346
1218
  "dist",
1347
1219
  "src",
1348
1220
  "commands",
1349
- "app",
1350
- "publish.js"
1221
+ "debug",
1222
+ "generate.js"
1351
1223
  ]
1352
1224
  },
1353
- "config": {
1225
+ "debug:metrics": {
1354
1226
  "aliases": [],
1355
- "args": {},
1356
- "description": "Show config file.",
1227
+ "args": {
1228
+ "command": {
1229
+ "description": "Control metrics recording.",
1230
+ "name": "command"
1231
+ }
1232
+ },
1233
+ "description": "Control metrics.",
1357
1234
  "flags": {
1358
1235
  "json": {
1359
1236
  "description": "Output as JSON.",
@@ -1441,7 +1318,7 @@
1441
1318
  },
1442
1319
  "hasDynamicHelp": false,
1443
1320
  "hiddenAliases": [],
1444
- "id": "config",
1321
+ "id": "debug:metrics",
1445
1322
  "pluginAlias": "@dxos/cli",
1446
1323
  "pluginName": "@dxos/cli",
1447
1324
  "pluginType": "core",
@@ -1452,24 +1329,14 @@
1452
1329
  "dist",
1453
1330
  "src",
1454
1331
  "commands",
1455
- "config",
1456
- "index.js"
1332
+ "debug",
1333
+ "metrics.js"
1457
1334
  ]
1458
1335
  },
1459
- "debug:diagnostics": {
1336
+ "debug:status": {
1460
1337
  "aliases": [],
1461
1338
  "args": {},
1462
- "description": "Create diagnostics report.",
1463
- "examples": [
1464
- {
1465
- "description": "Inspect diagnostics.",
1466
- "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
1467
- },
1468
- {
1469
- "description": "Upload diagnostics to GitHub.",
1470
- "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
1471
- }
1472
- ],
1339
+ "description": "Display status.",
1473
1340
  "flags": {
1474
1341
  "json": {
1475
1342
  "description": "Output as JSON.",
@@ -1554,22 +1421,18 @@
1554
1421
  "multiple": false,
1555
1422
  "type": "option"
1556
1423
  },
1557
- "humanize": {
1558
- "description": "Humanize keys.",
1559
- "name": "humanize",
1560
- "allowNo": false,
1561
- "type": "boolean"
1562
- },
1563
- "truncate": {
1564
- "description": "Truncate keys.",
1565
- "name": "truncate",
1566
- "allowNo": false,
1567
- "type": "boolean"
1424
+ "interval": {
1425
+ "description": "Update interval (ms).",
1426
+ "name": "interval",
1427
+ "default": 1000,
1428
+ "hasDynamicHelp": false,
1429
+ "multiple": false,
1430
+ "type": "option"
1568
1431
  }
1569
1432
  },
1570
1433
  "hasDynamicHelp": false,
1571
1434
  "hiddenAliases": [],
1572
- "id": "debug:diagnostics",
1435
+ "id": "debug:status",
1573
1436
  "pluginAlias": "@dxos/cli",
1574
1437
  "pluginName": "@dxos/cli",
1575
1438
  "pluginType": "core",
@@ -1581,13 +1444,13 @@
1581
1444
  "src",
1582
1445
  "commands",
1583
1446
  "debug",
1584
- "diagnostics.js"
1447
+ "status.js"
1585
1448
  ]
1586
1449
  },
1587
- "debug:error": {
1450
+ "config": {
1588
1451
  "aliases": [],
1589
1452
  "args": {},
1590
- "description": "Throw error for debugging.",
1453
+ "description": "Show config file.",
1591
1454
  "flags": {
1592
1455
  "json": {
1593
1456
  "description": "Output as JSON.",
@@ -1675,393 +1538,19 @@
1675
1538
  },
1676
1539
  "hasDynamicHelp": false,
1677
1540
  "hiddenAliases": [],
1678
- "id": "debug:error",
1541
+ "id": "config",
1679
1542
  "pluginAlias": "@dxos/cli",
1680
1543
  "pluginName": "@dxos/cli",
1681
1544
  "pluginType": "core",
1682
1545
  "strict": true,
1546
+ "enableJsonFlag": true,
1683
1547
  "isESM": true,
1684
1548
  "relativePath": [
1685
1549
  "dist",
1686
1550
  "src",
1687
1551
  "commands",
1688
- "debug",
1689
- "error.js"
1690
- ]
1691
- },
1692
- "debug:generate": {
1693
- "aliases": [],
1694
- "args": {
1695
- "key": {
1696
- "description": "Space key(s) head in hex.",
1697
- "name": "key"
1698
- }
1699
- },
1700
- "description": "Generate test data.",
1701
- "flags": {
1702
- "json": {
1703
- "description": "Output as JSON.",
1704
- "name": "json",
1705
- "allowNo": false,
1706
- "type": "boolean"
1707
- },
1708
- "verbose": {
1709
- "char": "v",
1710
- "description": "Verbose output",
1711
- "name": "verbose",
1712
- "allowNo": false,
1713
- "type": "boolean"
1714
- },
1715
- "dry-run": {
1716
- "description": "Dry run.",
1717
- "name": "dry-run",
1718
- "allowNo": false,
1719
- "type": "boolean"
1720
- },
1721
- "profile": {
1722
- "description": "User profile.",
1723
- "env": "DX_PROFILE",
1724
- "name": "profile",
1725
- "default": "default",
1726
- "hasDynamicHelp": false,
1727
- "multiple": false,
1728
- "type": "option"
1729
- },
1730
- "config": {
1731
- "aliases": [
1732
- "c"
1733
- ],
1734
- "dependsOn": [
1735
- "profile"
1736
- ],
1737
- "description": "Config file.",
1738
- "env": "DX_CONFIG",
1739
- "name": "config",
1740
- "default": "/home/runner/.config/dx/profile/default.yml",
1741
- "hasDynamicHelp": false,
1742
- "helpValue": "path",
1743
- "multiple": false,
1744
- "type": "option"
1745
- },
1746
- "timeout": {
1747
- "aliases": [
1748
- "t"
1749
- ],
1750
- "description": "Timeout (ms).",
1751
- "name": "timeout",
1752
- "default": 60000,
1753
- "hasDynamicHelp": false,
1754
- "multiple": false,
1755
- "type": "option"
1756
- },
1757
- "target": {
1758
- "description": "Target websocket server.",
1759
- "name": "target",
1760
- "hasDynamicHelp": false,
1761
- "multiple": false,
1762
- "type": "option"
1763
- },
1764
- "agent": {
1765
- "description": "Run command with agent.",
1766
- "env": "DX_NO_AGENT",
1767
- "name": "agent",
1768
- "allowNo": true,
1769
- "type": "boolean"
1770
- },
1771
- "json-log": {
1772
- "description": "When running in foreground, log JSON format",
1773
- "name": "json-log",
1774
- "allowNo": false,
1775
- "type": "boolean"
1776
- },
1777
- "json-logfile": {
1778
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1779
- "name": "json-logfile",
1780
- "default": "stderr",
1781
- "hasDynamicHelp": false,
1782
- "multiple": false,
1783
- "type": "option"
1784
- },
1785
- "interval": {
1786
- "description": "Interval between mutations (ms).",
1787
- "name": "interval",
1788
- "default": 0,
1789
- "hasDynamicHelp": false,
1790
- "multiple": false,
1791
- "type": "option"
1792
- },
1793
- "jitter": {
1794
- "description": "Interval variance (ms).",
1795
- "name": "jitter",
1796
- "default": 0,
1797
- "hasDynamicHelp": false,
1798
- "multiple": false,
1799
- "type": "option"
1800
- },
1801
- "objects": {
1802
- "description": "Number of objects.",
1803
- "name": "objects",
1804
- "default": 0,
1805
- "hasDynamicHelp": false,
1806
- "multiple": false,
1807
- "type": "option"
1808
- },
1809
- "mutations": {
1810
- "description": "Number of mutations.",
1811
- "name": "mutations",
1812
- "default": 0,
1813
- "hasDynamicHelp": false,
1814
- "multiple": false,
1815
- "type": "option"
1816
- },
1817
- "epoch": {
1818
- "description": "Number of mutations per epoch.",
1819
- "name": "epoch",
1820
- "hasDynamicHelp": false,
1821
- "multiple": false,
1822
- "type": "option"
1823
- }
1824
- },
1825
- "hasDynamicHelp": false,
1826
- "hiddenAliases": [],
1827
- "id": "debug:generate",
1828
- "pluginAlias": "@dxos/cli",
1829
- "pluginName": "@dxos/cli",
1830
- "pluginType": "core",
1831
- "strict": true,
1832
- "enableJsonFlag": true,
1833
- "isESM": true,
1834
- "relativePath": [
1835
- "dist",
1836
- "src",
1837
- "commands",
1838
- "debug",
1839
- "generate.js"
1840
- ]
1841
- },
1842
- "debug:metrics": {
1843
- "aliases": [],
1844
- "args": {
1845
- "command": {
1846
- "description": "Control metrics recording.",
1847
- "name": "command"
1848
- }
1849
- },
1850
- "description": "Control metrics.",
1851
- "flags": {
1852
- "json": {
1853
- "description": "Output as JSON.",
1854
- "name": "json",
1855
- "allowNo": false,
1856
- "type": "boolean"
1857
- },
1858
- "verbose": {
1859
- "char": "v",
1860
- "description": "Verbose output",
1861
- "name": "verbose",
1862
- "allowNo": false,
1863
- "type": "boolean"
1864
- },
1865
- "dry-run": {
1866
- "description": "Dry run.",
1867
- "name": "dry-run",
1868
- "allowNo": false,
1869
- "type": "boolean"
1870
- },
1871
- "profile": {
1872
- "description": "User profile.",
1873
- "env": "DX_PROFILE",
1874
- "name": "profile",
1875
- "default": "default",
1876
- "hasDynamicHelp": false,
1877
- "multiple": false,
1878
- "type": "option"
1879
- },
1880
- "config": {
1881
- "aliases": [
1882
- "c"
1883
- ],
1884
- "dependsOn": [
1885
- "profile"
1886
- ],
1887
- "description": "Config file.",
1888
- "env": "DX_CONFIG",
1889
- "name": "config",
1890
- "default": "/home/runner/.config/dx/profile/default.yml",
1891
- "hasDynamicHelp": false,
1892
- "helpValue": "path",
1893
- "multiple": false,
1894
- "type": "option"
1895
- },
1896
- "timeout": {
1897
- "aliases": [
1898
- "t"
1899
- ],
1900
- "description": "Timeout (ms).",
1901
- "name": "timeout",
1902
- "default": 60000,
1903
- "hasDynamicHelp": false,
1904
- "multiple": false,
1905
- "type": "option"
1906
- },
1907
- "target": {
1908
- "description": "Target websocket server.",
1909
- "name": "target",
1910
- "hasDynamicHelp": false,
1911
- "multiple": false,
1912
- "type": "option"
1913
- },
1914
- "agent": {
1915
- "description": "Run command with agent.",
1916
- "env": "DX_NO_AGENT",
1917
- "name": "agent",
1918
- "allowNo": true,
1919
- "type": "boolean"
1920
- },
1921
- "json-log": {
1922
- "description": "When running in foreground, log JSON format",
1923
- "name": "json-log",
1924
- "allowNo": false,
1925
- "type": "boolean"
1926
- },
1927
- "json-logfile": {
1928
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1929
- "name": "json-logfile",
1930
- "default": "stderr",
1931
- "hasDynamicHelp": false,
1932
- "multiple": false,
1933
- "type": "option"
1934
- }
1935
- },
1936
- "hasDynamicHelp": false,
1937
- "hiddenAliases": [],
1938
- "id": "debug:metrics",
1939
- "pluginAlias": "@dxos/cli",
1940
- "pluginName": "@dxos/cli",
1941
- "pluginType": "core",
1942
- "strict": true,
1943
- "enableJsonFlag": true,
1944
- "isESM": true,
1945
- "relativePath": [
1946
- "dist",
1947
- "src",
1948
- "commands",
1949
- "debug",
1950
- "metrics.js"
1951
- ]
1952
- },
1953
- "debug:status": {
1954
- "aliases": [],
1955
- "args": {},
1956
- "description": "Display status.",
1957
- "flags": {
1958
- "json": {
1959
- "description": "Output as JSON.",
1960
- "name": "json",
1961
- "allowNo": false,
1962
- "type": "boolean"
1963
- },
1964
- "verbose": {
1965
- "char": "v",
1966
- "description": "Verbose output",
1967
- "name": "verbose",
1968
- "allowNo": false,
1969
- "type": "boolean"
1970
- },
1971
- "dry-run": {
1972
- "description": "Dry run.",
1973
- "name": "dry-run",
1974
- "allowNo": false,
1975
- "type": "boolean"
1976
- },
1977
- "profile": {
1978
- "description": "User profile.",
1979
- "env": "DX_PROFILE",
1980
- "name": "profile",
1981
- "default": "default",
1982
- "hasDynamicHelp": false,
1983
- "multiple": false,
1984
- "type": "option"
1985
- },
1986
- "config": {
1987
- "aliases": [
1988
- "c"
1989
- ],
1990
- "dependsOn": [
1991
- "profile"
1992
- ],
1993
- "description": "Config file.",
1994
- "env": "DX_CONFIG",
1995
- "name": "config",
1996
- "default": "/home/runner/.config/dx/profile/default.yml",
1997
- "hasDynamicHelp": false,
1998
- "helpValue": "path",
1999
- "multiple": false,
2000
- "type": "option"
2001
- },
2002
- "timeout": {
2003
- "aliases": [
2004
- "t"
2005
- ],
2006
- "description": "Timeout (ms).",
2007
- "name": "timeout",
2008
- "default": 60000,
2009
- "hasDynamicHelp": false,
2010
- "multiple": false,
2011
- "type": "option"
2012
- },
2013
- "target": {
2014
- "description": "Target websocket server.",
2015
- "name": "target",
2016
- "hasDynamicHelp": false,
2017
- "multiple": false,
2018
- "type": "option"
2019
- },
2020
- "agent": {
2021
- "description": "Run command with agent.",
2022
- "env": "DX_NO_AGENT",
2023
- "name": "agent",
2024
- "allowNo": true,
2025
- "type": "boolean"
2026
- },
2027
- "json-log": {
2028
- "description": "When running in foreground, log JSON format",
2029
- "name": "json-log",
2030
- "allowNo": false,
2031
- "type": "boolean"
2032
- },
2033
- "json-logfile": {
2034
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
2035
- "name": "json-logfile",
2036
- "default": "stderr",
2037
- "hasDynamicHelp": false,
2038
- "multiple": false,
2039
- "type": "option"
2040
- },
2041
- "interval": {
2042
- "description": "Update interval (ms).",
2043
- "name": "interval",
2044
- "default": 1000,
2045
- "hasDynamicHelp": false,
2046
- "multiple": false,
2047
- "type": "option"
2048
- }
2049
- },
2050
- "hasDynamicHelp": false,
2051
- "hiddenAliases": [],
2052
- "id": "debug:status",
2053
- "pluginAlias": "@dxos/cli",
2054
- "pluginName": "@dxos/cli",
2055
- "pluginType": "core",
2056
- "strict": true,
2057
- "enableJsonFlag": true,
2058
- "isESM": true,
2059
- "relativePath": [
2060
- "dist",
2061
- "src",
2062
- "commands",
2063
- "debug",
2064
- "status.js"
1552
+ "config",
1553
+ "index.js"
2065
1554
  ]
2066
1555
  },
2067
1556
  "device:info": {
@@ -5080,7 +4569,7 @@
5080
4569
  "name": {
5081
4570
  "description": "Tunnel name",
5082
4571
  "name": "name",
5083
- "default": "lactose-lake-wyoming-sweet",
4572
+ "default": "fix-oxygen-saturn-cat",
5084
4573
  "hasDynamicHelp": false,
5085
4574
  "multiple": false,
5086
4575
  "type": "option"
@@ -6074,5 +5563,5 @@
6074
5563
  ]
6075
5564
  }
6076
5565
  },
6077
- "version": "0.6.14-staging.c117501"
5566
+ "version": "0.7.0"
6078
5567
  }