@dxos/cli 0.5.3-main.79e0565 → 0.5.3-main.7e64682

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 (142) hide show
  1. package/dist/src/base.d.ts +8 -2
  2. package/dist/src/base.d.ts.map +1 -1
  3. package/dist/src/base.js +62 -14
  4. package/dist/src/base.js.map +1 -1
  5. package/dist/src/commands/agent/agent.test.js.map +1 -1
  6. package/dist/src/commands/agent/invitations.d.ts +0 -1
  7. package/dist/src/commands/agent/invitations.d.ts.map +1 -1
  8. package/dist/src/commands/agent/invitations.js.map +1 -1
  9. package/dist/src/commands/agent/list.d.ts +0 -1
  10. package/dist/src/commands/agent/list.d.ts.map +1 -1
  11. package/dist/src/commands/agent/list.js.map +1 -1
  12. package/dist/src/commands/agent/restart.d.ts +0 -1
  13. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  14. package/dist/src/commands/agent/restart.js.map +1 -1
  15. package/dist/src/commands/agent/start.d.ts +0 -1
  16. package/dist/src/commands/agent/start.d.ts.map +1 -1
  17. package/dist/src/commands/agent/start.js.map +1 -1
  18. package/dist/src/commands/agent/status.d.ts +0 -1
  19. package/dist/src/commands/agent/status.d.ts.map +1 -1
  20. package/dist/src/commands/agent/status.js +0 -6
  21. package/dist/src/commands/agent/status.js.map +1 -1
  22. package/dist/src/commands/agent/stop.d.ts +0 -1
  23. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  24. package/dist/src/commands/agent/stop.js.map +1 -1
  25. package/dist/src/commands/app/create.d.ts +0 -1
  26. package/dist/src/commands/app/create.d.ts.map +1 -1
  27. package/dist/src/commands/app/create.js.map +1 -1
  28. package/dist/src/commands/app/open.d.ts +0 -1
  29. package/dist/src/commands/app/open.d.ts.map +1 -1
  30. package/dist/src/commands/app/open.js.map +1 -1
  31. package/dist/src/commands/app/publish.d.ts +0 -1
  32. package/dist/src/commands/app/publish.d.ts.map +1 -1
  33. package/dist/src/commands/app/publish.js +7 -2
  34. package/dist/src/commands/app/publish.js.map +1 -1
  35. package/dist/src/commands/composer/base.d.ts +3 -0
  36. package/dist/src/commands/composer/base.d.ts.map +1 -1
  37. package/dist/src/commands/composer/base.js +15 -13
  38. package/dist/src/commands/composer/base.js.map +1 -1
  39. package/dist/src/commands/composer/import.d.ts +4 -5
  40. package/dist/src/commands/composer/import.d.ts.map +1 -1
  41. package/dist/src/commands/composer/import.js +39 -51
  42. package/dist/src/commands/composer/import.js.map +1 -1
  43. package/dist/src/commands/composer/query.d.ts +0 -1
  44. package/dist/src/commands/composer/query.d.ts.map +1 -1
  45. package/dist/src/commands/composer/query.js +10 -1
  46. package/dist/src/commands/composer/query.js.map +1 -1
  47. package/dist/src/commands/composer/upload.d.ts +24 -0
  48. package/dist/src/commands/composer/upload.d.ts.map +1 -0
  49. package/dist/src/commands/composer/upload.js +42 -0
  50. package/dist/src/commands/composer/upload.js.map +1 -0
  51. package/dist/src/commands/config/index.js.map +1 -1
  52. package/dist/src/commands/debug/diagnostics.d.ts +0 -1
  53. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  54. package/dist/src/commands/debug/generate.d.ts +0 -1
  55. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  56. package/dist/src/commands/debug/generate.js.map +1 -1
  57. package/dist/src/commands/debug/metrics.js.map +1 -1
  58. package/dist/src/commands/debug/status.d.ts +0 -1
  59. package/dist/src/commands/debug/status.d.ts.map +1 -1
  60. package/dist/src/commands/device/info.js.map +1 -1
  61. package/dist/src/commands/device/list.d.ts +0 -1
  62. package/dist/src/commands/device/list.d.ts.map +1 -1
  63. package/dist/src/commands/device/update.d.ts +0 -1
  64. package/dist/src/commands/device/update.d.ts.map +1 -1
  65. package/dist/src/commands/function/dev.d.ts +0 -1
  66. package/dist/src/commands/function/dev.d.ts.map +1 -1
  67. package/dist/src/commands/function/dev.js +3 -2
  68. package/dist/src/commands/function/dev.js.map +1 -1
  69. package/dist/src/commands/function/logs.js.map +1 -1
  70. package/dist/src/commands/halo/create.d.ts +0 -1
  71. package/dist/src/commands/halo/create.d.ts.map +1 -1
  72. package/dist/src/commands/halo/create.js.map +1 -1
  73. package/dist/src/commands/halo/credential/add.js.map +1 -1
  74. package/dist/src/commands/halo/credential/list.d.ts +0 -1
  75. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  76. package/dist/src/commands/halo/credential/list.js.map +1 -1
  77. package/dist/src/commands/halo/identity.js.map +1 -1
  78. package/dist/src/commands/halo/join.d.ts +0 -1
  79. package/dist/src/commands/halo/join.d.ts.map +1 -1
  80. package/dist/src/commands/halo/join.js.map +1 -1
  81. package/dist/src/commands/halo/share.d.ts +0 -1
  82. package/dist/src/commands/halo/share.d.ts.map +1 -1
  83. package/dist/src/commands/halo/share.js.map +1 -1
  84. package/dist/src/commands/halo/update.d.ts +0 -1
  85. package/dist/src/commands/halo/update.d.ts.map +1 -1
  86. package/dist/src/commands/halo/update.js.map +1 -1
  87. package/dist/src/commands/reset/index.d.ts +0 -1
  88. package/dist/src/commands/reset/index.d.ts.map +1 -1
  89. package/dist/src/commands/reset/index.js.map +1 -1
  90. package/dist/src/commands/shell/index.js.map +1 -1
  91. package/dist/src/commands/space/info.js.map +1 -1
  92. package/dist/src/commands/space/join.d.ts +0 -1
  93. package/dist/src/commands/space/join.d.ts.map +1 -1
  94. package/dist/src/commands/space/join.js.map +1 -1
  95. package/dist/src/commands/space/list.d.ts +0 -1
  96. package/dist/src/commands/space/list.d.ts.map +1 -1
  97. package/dist/src/commands/space/list.js.map +1 -1
  98. package/dist/src/commands/space/members.d.ts +0 -1
  99. package/dist/src/commands/space/members.d.ts.map +1 -1
  100. package/dist/src/commands/space/members.js.map +1 -1
  101. package/dist/src/commands/space/query.d.ts +16 -0
  102. package/dist/src/commands/space/query.d.ts.map +1 -1
  103. package/dist/src/commands/space/query.js +23 -14
  104. package/dist/src/commands/space/query.js.map +1 -1
  105. package/dist/src/commands/space/share.d.ts +0 -1
  106. package/dist/src/commands/space/share.d.ts.map +1 -1
  107. package/dist/src/commands/space/share.js.map +1 -1
  108. package/dist/src/commands/tunnel/index.d.ts +0 -1
  109. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  110. package/dist/src/commands/tunnel/list.js.map +1 -1
  111. package/dist/src/components/App.js.map +1 -1
  112. package/dist/src/components/SpaceTable.js.map +1 -1
  113. package/dist/src/components/SystemTable.js.map +1 -1
  114. package/dist/src/help.js.map +1 -1
  115. package/dist/src/hooks/command-not-found.d.ts.map +1 -1
  116. package/dist/src/hooks/command-not-found.js +1 -1
  117. package/dist/src/hooks/command-not-found.js.map +1 -1
  118. package/dist/src/util/agents.js.map +1 -1
  119. package/dist/src/util/invitations.d.ts +9 -9
  120. package/dist/src/util/invitations.d.ts.map +1 -1
  121. package/dist/src/util/invitations.js.map +1 -1
  122. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  123. package/dist/src/util/publish/build.js.map +1 -1
  124. package/dist/src/util/publish/ipfs-upload.d.ts +3 -4
  125. package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
  126. package/dist/src/util/publish/ipfs-upload.js +7 -12
  127. package/dist/src/util/publish/ipfs-upload.js.map +1 -1
  128. package/dist/src/util/publish/publish.d.ts +5 -8
  129. package/dist/src/util/publish/publish.d.ts.map +1 -1
  130. package/dist/src/util/publish/publish.js +41 -34
  131. package/dist/src/util/publish/publish.js.map +1 -1
  132. package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
  133. package/dist/src/util/spaces.d.ts +1 -1
  134. package/dist/src/util/spaces.d.ts.map +1 -1
  135. package/dist/src/util/spaces.js +2 -2
  136. package/dist/src/util/spaces.js.map +1 -1
  137. package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
  138. package/dist/src/util/testing.js.map +1 -1
  139. package/dist/src/util/tree.js.map +1 -1
  140. package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
  141. package/oclif.manifest.json +236 -331
  142. package/package.json +30 -34
@@ -57,17 +57,12 @@
57
57
  "type": "option"
58
58
  },
59
59
  "no-agent": {
60
- "description": "Run command without using an agent.",
60
+ "description": "Run command without starting an agent.",
61
+ "env": "DX_NO_AGENT",
61
62
  "name": "no-agent",
62
63
  "allowNo": false,
63
64
  "type": "boolean"
64
65
  },
65
- "no-start-agent": {
66
- "description": "Do not automatically start an agent if one is not running.",
67
- "name": "no-start-agent",
68
- "allowNo": false,
69
- "type": "boolean"
70
- },
71
66
  "timeout": {
72
67
  "aliases": [
73
68
  "t"
@@ -180,17 +175,12 @@
180
175
  "type": "option"
181
176
  },
182
177
  "no-agent": {
183
- "description": "Run command without using an agent.",
178
+ "description": "Run command without starting an agent.",
179
+ "env": "DX_NO_AGENT",
184
180
  "name": "no-agent",
185
181
  "allowNo": false,
186
182
  "type": "boolean"
187
183
  },
188
- "no-start-agent": {
189
- "description": "Do not automatically start an agent if one is not running.",
190
- "name": "no-start-agent",
191
- "allowNo": false,
192
- "type": "boolean"
193
- },
194
184
  "timeout": {
195
185
  "aliases": [
196
186
  "t"
@@ -386,17 +376,12 @@
386
376
  "type": "option"
387
377
  },
388
378
  "no-agent": {
389
- "description": "Run command without using an agent.",
379
+ "description": "Run command without starting an agent.",
380
+ "env": "DX_NO_AGENT",
390
381
  "name": "no-agent",
391
382
  "allowNo": false,
392
383
  "type": "boolean"
393
384
  },
394
- "no-start-agent": {
395
- "description": "Do not automatically start an agent if one is not running.",
396
- "name": "no-start-agent",
397
- "allowNo": false,
398
- "type": "boolean"
399
- },
400
385
  "timeout": {
401
386
  "aliases": [
402
387
  "t"
@@ -521,17 +506,12 @@
521
506
  "type": "option"
522
507
  },
523
508
  "no-agent": {
524
- "description": "Run command without using an agent.",
509
+ "description": "Run command without starting an agent.",
510
+ "env": "DX_NO_AGENT",
525
511
  "name": "no-agent",
526
512
  "allowNo": false,
527
513
  "type": "boolean"
528
514
  },
529
- "no-start-agent": {
530
- "description": "Do not automatically start an agent if one is not running.",
531
- "name": "no-start-agent",
532
- "allowNo": false,
533
- "type": "boolean"
534
- },
535
515
  "timeout": {
536
516
  "aliases": [
537
517
  "t"
@@ -676,17 +656,12 @@
676
656
  "type": "option"
677
657
  },
678
658
  "no-agent": {
679
- "description": "Run command without using an agent.",
659
+ "description": "Run command without starting an agent.",
660
+ "env": "DX_NO_AGENT",
680
661
  "name": "no-agent",
681
662
  "allowNo": false,
682
663
  "type": "boolean"
683
664
  },
684
- "no-start-agent": {
685
- "description": "Do not automatically start an agent if one is not running.",
686
- "name": "no-start-agent",
687
- "allowNo": false,
688
- "type": "boolean"
689
- },
690
665
  "timeout": {
691
666
  "aliases": [
692
667
  "t"
@@ -793,17 +768,12 @@
793
768
  "type": "option"
794
769
  },
795
770
  "no-agent": {
796
- "description": "Run command without using an agent.",
771
+ "description": "Run command without starting an agent.",
772
+ "env": "DX_NO_AGENT",
797
773
  "name": "no-agent",
798
774
  "allowNo": false,
799
775
  "type": "boolean"
800
776
  },
801
- "no-start-agent": {
802
- "description": "Do not automatically start an agent if one is not running.",
803
- "name": "no-start-agent",
804
- "allowNo": false,
805
- "type": "boolean"
806
- },
807
777
  "timeout": {
808
778
  "aliases": [
809
779
  "t"
@@ -934,17 +904,12 @@
934
904
  "type": "option"
935
905
  },
936
906
  "no-agent": {
937
- "description": "Run command without using an agent.",
907
+ "description": "Run command without starting an agent.",
908
+ "env": "DX_NO_AGENT",
938
909
  "name": "no-agent",
939
910
  "allowNo": false,
940
911
  "type": "boolean"
941
912
  },
942
- "no-start-agent": {
943
- "description": "Do not automatically start an agent if one is not running.",
944
- "name": "no-start-agent",
945
- "allowNo": false,
946
- "type": "boolean"
947
- },
948
913
  "timeout": {
949
914
  "aliases": [
950
915
  "t"
@@ -1080,17 +1045,12 @@
1080
1045
  "type": "option"
1081
1046
  },
1082
1047
  "no-agent": {
1083
- "description": "Run command without using an agent.",
1048
+ "description": "Run command without starting an agent.",
1049
+ "env": "DX_NO_AGENT",
1084
1050
  "name": "no-agent",
1085
1051
  "allowNo": false,
1086
1052
  "type": "boolean"
1087
1053
  },
1088
- "no-start-agent": {
1089
- "description": "Do not automatically start an agent if one is not running.",
1090
- "name": "no-start-agent",
1091
- "allowNo": false,
1092
- "type": "boolean"
1093
- },
1094
1054
  "timeout": {
1095
1055
  "aliases": [
1096
1056
  "t"
@@ -1204,17 +1164,12 @@
1204
1164
  "type": "option"
1205
1165
  },
1206
1166
  "no-agent": {
1207
- "description": "Run command without using an agent.",
1167
+ "description": "Run command without starting an agent.",
1168
+ "env": "DX_NO_AGENT",
1208
1169
  "name": "no-agent",
1209
1170
  "allowNo": false,
1210
1171
  "type": "boolean"
1211
1172
  },
1212
- "no-start-agent": {
1213
- "description": "Do not automatically start an agent if one is not running.",
1214
- "name": "no-start-agent",
1215
- "allowNo": false,
1216
- "type": "boolean"
1217
- },
1218
1173
  "timeout": {
1219
1174
  "aliases": [
1220
1175
  "t"
@@ -1336,17 +1291,12 @@
1336
1291
  "type": "option"
1337
1292
  },
1338
1293
  "no-agent": {
1339
- "description": "Run command without using an agent.",
1294
+ "description": "Run command without starting an agent.",
1295
+ "env": "DX_NO_AGENT",
1340
1296
  "name": "no-agent",
1341
1297
  "allowNo": false,
1342
1298
  "type": "boolean"
1343
1299
  },
1344
- "no-start-agent": {
1345
- "description": "Do not automatically start an agent if one is not running.",
1346
- "name": "no-start-agent",
1347
- "allowNo": false,
1348
- "type": "boolean"
1349
- },
1350
1300
  "timeout": {
1351
1301
  "aliases": [
1352
1302
  "t"
@@ -1480,17 +1430,12 @@
1480
1430
  "type": "option"
1481
1431
  },
1482
1432
  "no-agent": {
1483
- "description": "Run command without using an agent.",
1433
+ "description": "Run command without starting an agent.",
1434
+ "env": "DX_NO_AGENT",
1484
1435
  "name": "no-agent",
1485
1436
  "allowNo": false,
1486
1437
  "type": "boolean"
1487
1438
  },
1488
- "no-start-agent": {
1489
- "description": "Do not automatically start an agent if one is not running.",
1490
- "name": "no-start-agent",
1491
- "allowNo": false,
1492
- "type": "boolean"
1493
- },
1494
1439
  "timeout": {
1495
1440
  "aliases": [
1496
1441
  "t"
@@ -1544,7 +1489,8 @@
1544
1489
  "aliases": [],
1545
1490
  "args": {
1546
1491
  "file": {
1547
- "name": "file"
1492
+ "name": "file",
1493
+ "required": true
1548
1494
  }
1549
1495
  },
1550
1496
  "description": "Import ECHO objects.",
@@ -1601,17 +1547,12 @@
1601
1547
  "type": "option"
1602
1548
  },
1603
1549
  "no-agent": {
1604
- "description": "Run command without using an agent.",
1550
+ "description": "Run command without starting an agent.",
1551
+ "env": "DX_NO_AGENT",
1605
1552
  "name": "no-agent",
1606
1553
  "allowNo": false,
1607
1554
  "type": "boolean"
1608
1555
  },
1609
- "no-start-agent": {
1610
- "description": "Do not automatically start an agent if one is not running.",
1611
- "name": "no-start-agent",
1612
- "allowNo": false,
1613
- "type": "boolean"
1614
- },
1615
1556
  "timeout": {
1616
1557
  "aliases": [
1617
1558
  "t"
@@ -1725,17 +1666,12 @@
1725
1666
  "type": "option"
1726
1667
  },
1727
1668
  "no-agent": {
1728
- "description": "Run command without using an agent.",
1669
+ "description": "Run command without starting an agent.",
1670
+ "env": "DX_NO_AGENT",
1729
1671
  "name": "no-agent",
1730
1672
  "allowNo": false,
1731
1673
  "type": "boolean"
1732
1674
  },
1733
- "no-start-agent": {
1734
- "description": "Do not automatically start an agent if one is not running.",
1735
- "name": "no-start-agent",
1736
- "allowNo": false,
1737
- "type": "boolean"
1738
- },
1739
1675
  "timeout": {
1740
1676
  "aliases": [
1741
1677
  "t"
@@ -1799,10 +1735,10 @@
1799
1735
  "query.js"
1800
1736
  ]
1801
1737
  },
1802
- "config": {
1738
+ "composer:upload": {
1803
1739
  "aliases": [],
1804
1740
  "args": {},
1805
- "description": "Show config file.",
1741
+ "description": "Upload IPFS file.",
1806
1742
  "flags": {
1807
1743
  "json": {
1808
1744
  "description": "Output as JSON.",
@@ -1856,14 +1792,135 @@
1856
1792
  "type": "option"
1857
1793
  },
1858
1794
  "no-agent": {
1859
- "description": "Run command without using an agent.",
1795
+ "description": "Run command without starting an agent.",
1796
+ "env": "DX_NO_AGENT",
1860
1797
  "name": "no-agent",
1861
1798
  "allowNo": false,
1862
1799
  "type": "boolean"
1863
1800
  },
1864
- "no-start-agent": {
1865
- "description": "Do not automatically start an agent if one is not running.",
1866
- "name": "no-start-agent",
1801
+ "timeout": {
1802
+ "aliases": [
1803
+ "t"
1804
+ ],
1805
+ "description": "Timeout (ms).",
1806
+ "name": "timeout",
1807
+ "default": 60000,
1808
+ "hasDynamicHelp": false,
1809
+ "multiple": false,
1810
+ "type": "option"
1811
+ },
1812
+ "no-wait": {
1813
+ "description": "Do not wait for space to be ready.",
1814
+ "name": "no-wait",
1815
+ "allowNo": false,
1816
+ "type": "boolean"
1817
+ },
1818
+ "json-log": {
1819
+ "description": "When running in foreground, log JSON format",
1820
+ "name": "json-log",
1821
+ "allowNo": false,
1822
+ "type": "boolean"
1823
+ },
1824
+ "json-logfile": {
1825
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1826
+ "name": "json-logfile",
1827
+ "default": "stderr",
1828
+ "hasDynamicHelp": false,
1829
+ "multiple": false,
1830
+ "type": "option"
1831
+ },
1832
+ "key": {
1833
+ "description": "Space key(s) head in hex.",
1834
+ "name": "key",
1835
+ "hasDynamicHelp": false,
1836
+ "multiple": true,
1837
+ "type": "option"
1838
+ },
1839
+ "file": {
1840
+ "name": "file",
1841
+ "required": true,
1842
+ "hasDynamicHelp": false,
1843
+ "multiple": false,
1844
+ "type": "option"
1845
+ }
1846
+ },
1847
+ "hasDynamicHelp": false,
1848
+ "hiddenAliases": [],
1849
+ "id": "composer:upload",
1850
+ "pluginAlias": "@dxos/cli",
1851
+ "pluginName": "@dxos/cli",
1852
+ "pluginType": "core",
1853
+ "strict": true,
1854
+ "enableJsonFlag": true,
1855
+ "isESM": false,
1856
+ "relativePath": [
1857
+ "dist",
1858
+ "src",
1859
+ "commands",
1860
+ "composer",
1861
+ "upload.js"
1862
+ ]
1863
+ },
1864
+ "config": {
1865
+ "aliases": [],
1866
+ "args": {},
1867
+ "description": "Show config file.",
1868
+ "flags": {
1869
+ "json": {
1870
+ "description": "Output as JSON.",
1871
+ "name": "json",
1872
+ "allowNo": false,
1873
+ "type": "boolean"
1874
+ },
1875
+ "dry-run": {
1876
+ "description": "Dry run.",
1877
+ "name": "dry-run",
1878
+ "allowNo": false,
1879
+ "type": "boolean"
1880
+ },
1881
+ "verbose": {
1882
+ "char": "v",
1883
+ "description": "Verbose output",
1884
+ "name": "verbose",
1885
+ "allowNo": false,
1886
+ "type": "boolean"
1887
+ },
1888
+ "profile": {
1889
+ "description": "User profile.",
1890
+ "env": "DX_PROFILE",
1891
+ "name": "profile",
1892
+ "default": "default",
1893
+ "hasDynamicHelp": false,
1894
+ "multiple": false,
1895
+ "type": "option"
1896
+ },
1897
+ "config": {
1898
+ "aliases": [
1899
+ "c"
1900
+ ],
1901
+ "dependsOn": [
1902
+ "profile"
1903
+ ],
1904
+ "description": "Config file.",
1905
+ "env": "DX_CONFIG",
1906
+ "name": "config",
1907
+ "default": "/home/runner/.config/dx/profile/default.yml",
1908
+ "hasDynamicHelp": false,
1909
+ "helpValue": "path",
1910
+ "multiple": false,
1911
+ "type": "option"
1912
+ },
1913
+ "target": {
1914
+ "description": "Target websocket server.",
1915
+ "name": "target",
1916
+ "hasDynamicHelp": false,
1917
+ "multiple": false,
1918
+ "type": "option"
1919
+ },
1920
+ "no-agent": {
1921
+ "description": "Run command without starting an agent.",
1922
+ "env": "DX_NO_AGENT",
1923
+ "name": "no-agent",
1867
1924
  "allowNo": false,
1868
1925
  "type": "boolean"
1869
1926
  },
@@ -1983,17 +2040,12 @@
1983
2040
  "type": "option"
1984
2041
  },
1985
2042
  "no-agent": {
1986
- "description": "Run command without using an agent.",
2043
+ "description": "Run command without starting an agent.",
2044
+ "env": "DX_NO_AGENT",
1987
2045
  "name": "no-agent",
1988
2046
  "allowNo": false,
1989
2047
  "type": "boolean"
1990
2048
  },
1991
- "no-start-agent": {
1992
- "description": "Do not automatically start an agent if one is not running.",
1993
- "name": "no-start-agent",
1994
- "allowNo": false,
1995
- "type": "boolean"
1996
- },
1997
2049
  "timeout": {
1998
2050
  "aliases": [
1999
2051
  "t"
@@ -2112,17 +2164,12 @@
2112
2164
  "type": "option"
2113
2165
  },
2114
2166
  "no-agent": {
2115
- "description": "Run command without using an agent.",
2167
+ "description": "Run command without starting an agent.",
2168
+ "env": "DX_NO_AGENT",
2116
2169
  "name": "no-agent",
2117
2170
  "allowNo": false,
2118
2171
  "type": "boolean"
2119
2172
  },
2120
- "no-start-agent": {
2121
- "description": "Do not automatically start an agent if one is not running.",
2122
- "name": "no-start-agent",
2123
- "allowNo": false,
2124
- "type": "boolean"
2125
- },
2126
2173
  "timeout": {
2127
2174
  "aliases": [
2128
2175
  "t"
@@ -2234,17 +2281,12 @@
2234
2281
  "type": "option"
2235
2282
  },
2236
2283
  "no-agent": {
2237
- "description": "Run command without using an agent.",
2284
+ "description": "Run command without starting an agent.",
2285
+ "env": "DX_NO_AGENT",
2238
2286
  "name": "no-agent",
2239
2287
  "allowNo": false,
2240
2288
  "type": "boolean"
2241
2289
  },
2242
- "no-start-agent": {
2243
- "description": "Do not automatically start an agent if one is not running.",
2244
- "name": "no-start-agent",
2245
- "allowNo": false,
2246
- "type": "boolean"
2247
- },
2248
2290
  "timeout": {
2249
2291
  "aliases": [
2250
2292
  "t"
@@ -2395,17 +2437,12 @@
2395
2437
  "type": "option"
2396
2438
  },
2397
2439
  "no-agent": {
2398
- "description": "Run command without using an agent.",
2440
+ "description": "Run command without starting an agent.",
2441
+ "env": "DX_NO_AGENT",
2399
2442
  "name": "no-agent",
2400
2443
  "allowNo": false,
2401
2444
  "type": "boolean"
2402
2445
  },
2403
- "no-start-agent": {
2404
- "description": "Do not automatically start an agent if one is not running.",
2405
- "name": "no-start-agent",
2406
- "allowNo": false,
2407
- "type": "boolean"
2408
- },
2409
2446
  "timeout": {
2410
2447
  "aliases": [
2411
2448
  "t"
@@ -2512,17 +2549,12 @@
2512
2549
  "type": "option"
2513
2550
  },
2514
2551
  "no-agent": {
2515
- "description": "Run command without using an agent.",
2552
+ "description": "Run command without starting an agent.",
2553
+ "env": "DX_NO_AGENT",
2516
2554
  "name": "no-agent",
2517
2555
  "allowNo": false,
2518
2556
  "type": "boolean"
2519
2557
  },
2520
- "no-start-agent": {
2521
- "description": "Do not automatically start an agent if one is not running.",
2522
- "name": "no-start-agent",
2523
- "allowNo": false,
2524
- "type": "boolean"
2525
- },
2526
2558
  "timeout": {
2527
2559
  "aliases": [
2528
2560
  "t"
@@ -2637,17 +2669,12 @@
2637
2669
  "type": "option"
2638
2670
  },
2639
2671
  "no-agent": {
2640
- "description": "Run command without using an agent.",
2672
+ "description": "Run command without starting an agent.",
2673
+ "env": "DX_NO_AGENT",
2641
2674
  "name": "no-agent",
2642
2675
  "allowNo": false,
2643
2676
  "type": "boolean"
2644
2677
  },
2645
- "no-start-agent": {
2646
- "description": "Do not automatically start an agent if one is not running.",
2647
- "name": "no-start-agent",
2648
- "allowNo": false,
2649
- "type": "boolean"
2650
- },
2651
2678
  "timeout": {
2652
2679
  "aliases": [
2653
2680
  "t"
@@ -2754,17 +2781,12 @@
2754
2781
  "type": "option"
2755
2782
  },
2756
2783
  "no-agent": {
2757
- "description": "Run command without using an agent.",
2784
+ "description": "Run command without starting an agent.",
2785
+ "env": "DX_NO_AGENT",
2758
2786
  "name": "no-agent",
2759
2787
  "allowNo": false,
2760
2788
  "type": "boolean"
2761
2789
  },
2762
- "no-start-agent": {
2763
- "description": "Do not automatically start an agent if one is not running.",
2764
- "name": "no-start-agent",
2765
- "allowNo": false,
2766
- "type": "boolean"
2767
- },
2768
2790
  "timeout": {
2769
2791
  "aliases": [
2770
2792
  "t"
@@ -2948,17 +2970,12 @@
2948
2970
  "type": "option"
2949
2971
  },
2950
2972
  "no-agent": {
2951
- "description": "Run command without using an agent.",
2973
+ "description": "Run command without starting an agent.",
2974
+ "env": "DX_NO_AGENT",
2952
2975
  "name": "no-agent",
2953
2976
  "allowNo": false,
2954
2977
  "type": "boolean"
2955
2978
  },
2956
- "no-start-agent": {
2957
- "description": "Do not automatically start an agent if one is not running.",
2958
- "name": "no-start-agent",
2959
- "allowNo": false,
2960
- "type": "boolean"
2961
- },
2962
2979
  "timeout": {
2963
2980
  "aliases": [
2964
2981
  "t"
@@ -3081,17 +3098,12 @@
3081
3098
  "type": "option"
3082
3099
  },
3083
3100
  "no-agent": {
3084
- "description": "Run command without using an agent.",
3101
+ "description": "Run command without starting an agent.",
3102
+ "env": "DX_NO_AGENT",
3085
3103
  "name": "no-agent",
3086
3104
  "allowNo": false,
3087
3105
  "type": "boolean"
3088
3106
  },
3089
- "no-start-agent": {
3090
- "description": "Do not automatically start an agent if one is not running.",
3091
- "name": "no-start-agent",
3092
- "allowNo": false,
3093
- "type": "boolean"
3094
- },
3095
3107
  "timeout": {
3096
3108
  "aliases": [
3097
3109
  "t"
@@ -3237,17 +3249,12 @@
3237
3249
  "type": "option"
3238
3250
  },
3239
3251
  "no-agent": {
3240
- "description": "Run command without using an agent.",
3252
+ "description": "Run command without starting an agent.",
3253
+ "env": "DX_NO_AGENT",
3241
3254
  "name": "no-agent",
3242
3255
  "allowNo": false,
3243
3256
  "type": "boolean"
3244
3257
  },
3245
- "no-start-agent": {
3246
- "description": "Do not automatically start an agent if one is not running.",
3247
- "name": "no-start-agent",
3248
- "allowNo": false,
3249
- "type": "boolean"
3250
- },
3251
3258
  "timeout": {
3252
3259
  "aliases": [
3253
3260
  "t"
@@ -3360,17 +3367,12 @@
3360
3367
  "type": "option"
3361
3368
  },
3362
3369
  "no-agent": {
3363
- "description": "Run command without using an agent.",
3370
+ "description": "Run command without starting an agent.",
3371
+ "env": "DX_NO_AGENT",
3364
3372
  "name": "no-agent",
3365
3373
  "allowNo": false,
3366
3374
  "type": "boolean"
3367
3375
  },
3368
- "no-start-agent": {
3369
- "description": "Do not automatically start an agent if one is not running.",
3370
- "name": "no-start-agent",
3371
- "allowNo": false,
3372
- "type": "boolean"
3373
- },
3374
3376
  "timeout": {
3375
3377
  "aliases": [
3376
3378
  "t"
@@ -3484,17 +3486,12 @@
3484
3486
  "type": "option"
3485
3487
  },
3486
3488
  "no-agent": {
3487
- "description": "Run command without using an agent.",
3489
+ "description": "Run command without starting an agent.",
3490
+ "env": "DX_NO_AGENT",
3488
3491
  "name": "no-agent",
3489
3492
  "allowNo": false,
3490
3493
  "type": "boolean"
3491
3494
  },
3492
- "no-start-agent": {
3493
- "description": "Do not automatically start an agent if one is not running.",
3494
- "name": "no-start-agent",
3495
- "allowNo": false,
3496
- "type": "boolean"
3497
- },
3498
3495
  "timeout": {
3499
3496
  "aliases": [
3500
3497
  "t"
@@ -3614,17 +3611,12 @@
3614
3611
  "type": "option"
3615
3612
  },
3616
3613
  "no-agent": {
3617
- "description": "Run command without using an agent.",
3614
+ "description": "Run command without starting an agent.",
3615
+ "env": "DX_NO_AGENT",
3618
3616
  "name": "no-agent",
3619
3617
  "allowNo": false,
3620
3618
  "type": "boolean"
3621
3619
  },
3622
- "no-start-agent": {
3623
- "description": "Do not automatically start an agent if one is not running.",
3624
- "name": "no-start-agent",
3625
- "allowNo": false,
3626
- "type": "boolean"
3627
- },
3628
3620
  "timeout": {
3629
3621
  "aliases": [
3630
3622
  "t"
@@ -3731,17 +3723,12 @@
3731
3723
  "type": "option"
3732
3724
  },
3733
3725
  "no-agent": {
3734
- "description": "Run command without using an agent.",
3726
+ "description": "Run command without starting an agent.",
3727
+ "env": "DX_NO_AGENT",
3735
3728
  "name": "no-agent",
3736
3729
  "allowNo": false,
3737
3730
  "type": "boolean"
3738
3731
  },
3739
- "no-start-agent": {
3740
- "description": "Do not automatically start an agent if one is not running.",
3741
- "name": "no-start-agent",
3742
- "allowNo": false,
3743
- "type": "boolean"
3744
- },
3745
3732
  "timeout": {
3746
3733
  "description": "Timeout in seconds",
3747
3734
  "name": "timeout",
@@ -3872,17 +3859,12 @@
3872
3859
  "type": "option"
3873
3860
  },
3874
3861
  "no-agent": {
3875
- "description": "Run command without using an agent.",
3862
+ "description": "Run command without starting an agent.",
3863
+ "env": "DX_NO_AGENT",
3876
3864
  "name": "no-agent",
3877
3865
  "allowNo": false,
3878
3866
  "type": "boolean"
3879
3867
  },
3880
- "no-start-agent": {
3881
- "description": "Do not automatically start an agent if one is not running.",
3882
- "name": "no-start-agent",
3883
- "allowNo": false,
3884
- "type": "boolean"
3885
- },
3886
3868
  "timeout": {
3887
3869
  "aliases": [
3888
3870
  "t"
@@ -3989,17 +3971,12 @@
3989
3971
  "type": "option"
3990
3972
  },
3991
3973
  "no-agent": {
3992
- "description": "Run command without using an agent.",
3974
+ "description": "Run command without starting an agent.",
3975
+ "env": "DX_NO_AGENT",
3993
3976
  "name": "no-agent",
3994
3977
  "allowNo": false,
3995
3978
  "type": "boolean"
3996
3979
  },
3997
- "no-start-agent": {
3998
- "description": "Do not automatically start an agent if one is not running.",
3999
- "name": "no-start-agent",
4000
- "allowNo": false,
4001
- "type": "boolean"
4002
- },
4003
3980
  "timeout": {
4004
3981
  "aliases": [
4005
3982
  "t"
@@ -4140,17 +4117,12 @@
4140
4117
  "type": "option"
4141
4118
  },
4142
4119
  "no-agent": {
4143
- "description": "Run command without using an agent.",
4120
+ "description": "Run command without starting an agent.",
4121
+ "env": "DX_NO_AGENT",
4144
4122
  "name": "no-agent",
4145
4123
  "allowNo": false,
4146
4124
  "type": "boolean"
4147
4125
  },
4148
- "no-start-agent": {
4149
- "description": "Do not automatically start an agent if one is not running.",
4150
- "name": "no-start-agent",
4151
- "allowNo": false,
4152
- "type": "boolean"
4153
- },
4154
4126
  "timeout": {
4155
4127
  "aliases": [
4156
4128
  "t"
@@ -4264,17 +4236,12 @@
4264
4236
  "type": "option"
4265
4237
  },
4266
4238
  "no-agent": {
4267
- "description": "Run command without using an agent.",
4239
+ "description": "Run command without starting an agent.",
4240
+ "env": "DX_NO_AGENT",
4268
4241
  "name": "no-agent",
4269
4242
  "allowNo": false,
4270
4243
  "type": "boolean"
4271
4244
  },
4272
- "no-start-agent": {
4273
- "description": "Do not automatically start an agent if one is not running.",
4274
- "name": "no-start-agent",
4275
- "allowNo": false,
4276
- "type": "boolean"
4277
- },
4278
4245
  "timeout": {
4279
4246
  "aliases": [
4280
4247
  "t"
@@ -4393,17 +4360,12 @@
4393
4360
  "type": "option"
4394
4361
  },
4395
4362
  "no-agent": {
4396
- "description": "Run command without using an agent.",
4363
+ "description": "Run command without starting an agent.",
4364
+ "env": "DX_NO_AGENT",
4397
4365
  "name": "no-agent",
4398
4366
  "allowNo": false,
4399
4367
  "type": "boolean"
4400
4368
  },
4401
- "no-start-agent": {
4402
- "description": "Do not automatically start an agent if one is not running.",
4403
- "name": "no-start-agent",
4404
- "allowNo": false,
4405
- "type": "boolean"
4406
- },
4407
4369
  "timeout": {
4408
4370
  "aliases": [
4409
4371
  "t"
@@ -4515,17 +4477,12 @@
4515
4477
  "type": "option"
4516
4478
  },
4517
4479
  "no-agent": {
4518
- "description": "Run command without using an agent.",
4480
+ "description": "Run command without starting an agent.",
4481
+ "env": "DX_NO_AGENT",
4519
4482
  "name": "no-agent",
4520
4483
  "allowNo": false,
4521
4484
  "type": "boolean"
4522
4485
  },
4523
- "no-start-agent": {
4524
- "description": "Do not automatically start an agent if one is not running.",
4525
- "name": "no-start-agent",
4526
- "allowNo": false,
4527
- "type": "boolean"
4528
- },
4529
4486
  "timeout": {
4530
4487
  "aliases": [
4531
4488
  "t"
@@ -4636,17 +4593,12 @@
4636
4593
  "type": "option"
4637
4594
  },
4638
4595
  "no-agent": {
4639
- "description": "Run command without using an agent.",
4596
+ "description": "Run command without starting an agent.",
4597
+ "env": "DX_NO_AGENT",
4640
4598
  "name": "no-agent",
4641
4599
  "allowNo": false,
4642
4600
  "type": "boolean"
4643
4601
  },
4644
- "no-start-agent": {
4645
- "description": "Do not automatically start an agent if one is not running.",
4646
- "name": "no-start-agent",
4647
- "allowNo": false,
4648
- "type": "boolean"
4649
- },
4650
4602
  "timeout": {
4651
4603
  "aliases": [
4652
4604
  "t"
@@ -4758,17 +4710,12 @@
4758
4710
  "type": "option"
4759
4711
  },
4760
4712
  "no-agent": {
4761
- "description": "Run command without using an agent.",
4713
+ "description": "Run command without starting an agent.",
4714
+ "env": "DX_NO_AGENT",
4762
4715
  "name": "no-agent",
4763
4716
  "allowNo": false,
4764
4717
  "type": "boolean"
4765
4718
  },
4766
- "no-start-agent": {
4767
- "description": "Do not automatically start an agent if one is not running.",
4768
- "name": "no-start-agent",
4769
- "allowNo": false,
4770
- "type": "boolean"
4771
- },
4772
4719
  "timeout": {
4773
4720
  "aliases": [
4774
4721
  "t"
@@ -4880,17 +4827,12 @@
4880
4827
  "type": "option"
4881
4828
  },
4882
4829
  "no-agent": {
4883
- "description": "Run command without using an agent.",
4830
+ "description": "Run command without starting an agent.",
4831
+ "env": "DX_NO_AGENT",
4884
4832
  "name": "no-agent",
4885
4833
  "allowNo": false,
4886
4834
  "type": "boolean"
4887
4835
  },
4888
- "no-start-agent": {
4889
- "description": "Do not automatically start an agent if one is not running.",
4890
- "name": "no-start-agent",
4891
- "allowNo": false,
4892
- "type": "boolean"
4893
- },
4894
4836
  "timeout": {
4895
4837
  "aliases": [
4896
4838
  "t"
@@ -4997,17 +4939,12 @@
4997
4939
  "type": "option"
4998
4940
  },
4999
4941
  "no-agent": {
5000
- "description": "Run command without using an agent.",
4942
+ "description": "Run command without starting an agent.",
4943
+ "env": "DX_NO_AGENT",
5001
4944
  "name": "no-agent",
5002
4945
  "allowNo": false,
5003
4946
  "type": "boolean"
5004
4947
  },
5005
- "no-start-agent": {
5006
- "description": "Do not automatically start an agent if one is not running.",
5007
- "name": "no-start-agent",
5008
- "allowNo": false,
5009
- "type": "boolean"
5010
- },
5011
4948
  "timeout": {
5012
4949
  "aliases": [
5013
4950
  "t"
@@ -5128,17 +5065,12 @@
5128
5065
  "type": "option"
5129
5066
  },
5130
5067
  "no-agent": {
5131
- "description": "Run command without using an agent.",
5068
+ "description": "Run command without starting an agent.",
5069
+ "env": "DX_NO_AGENT",
5132
5070
  "name": "no-agent",
5133
5071
  "allowNo": false,
5134
5072
  "type": "boolean"
5135
5073
  },
5136
- "no-start-agent": {
5137
- "description": "Do not automatically start an agent if one is not running.",
5138
- "name": "no-start-agent",
5139
- "allowNo": false,
5140
- "type": "boolean"
5141
- },
5142
5074
  "timeout": {
5143
5075
  "aliases": [
5144
5076
  "t"
@@ -5333,17 +5265,12 @@
5333
5265
  "type": "option"
5334
5266
  },
5335
5267
  "no-agent": {
5336
- "description": "Run command without using an agent.",
5268
+ "description": "Run command without starting an agent.",
5269
+ "env": "DX_NO_AGENT",
5337
5270
  "name": "no-agent",
5338
5271
  "allowNo": false,
5339
5272
  "type": "boolean"
5340
5273
  },
5341
- "no-start-agent": {
5342
- "description": "Do not automatically start an agent if one is not running.",
5343
- "name": "no-start-agent",
5344
- "allowNo": false,
5345
- "type": "boolean"
5346
- },
5347
5274
  "timeout": {
5348
5275
  "aliases": [
5349
5276
  "t"
@@ -5532,17 +5459,12 @@
5532
5459
  "type": "option"
5533
5460
  },
5534
5461
  "no-agent": {
5535
- "description": "Run command without using an agent.",
5462
+ "description": "Run command without starting an agent.",
5463
+ "env": "DX_NO_AGENT",
5536
5464
  "name": "no-agent",
5537
5465
  "allowNo": false,
5538
5466
  "type": "boolean"
5539
5467
  },
5540
- "no-start-agent": {
5541
- "description": "Do not automatically start an agent if one is not running.",
5542
- "name": "no-start-agent",
5543
- "allowNo": false,
5544
- "type": "boolean"
5545
- },
5546
5468
  "timeout": {
5547
5469
  "aliases": [
5548
5470
  "t"
@@ -5654,17 +5576,12 @@
5654
5576
  "type": "option"
5655
5577
  },
5656
5578
  "no-agent": {
5657
- "description": "Run command without using an agent.",
5579
+ "description": "Run command without starting an agent.",
5580
+ "env": "DX_NO_AGENT",
5658
5581
  "name": "no-agent",
5659
5582
  "allowNo": false,
5660
5583
  "type": "boolean"
5661
5584
  },
5662
- "no-start-agent": {
5663
- "description": "Do not automatically start an agent if one is not running.",
5664
- "name": "no-start-agent",
5665
- "allowNo": false,
5666
- "type": "boolean"
5667
- },
5668
5585
  "timeout": {
5669
5586
  "aliases": [
5670
5587
  "t"
@@ -5695,6 +5612,19 @@
5695
5612
  "hasDynamicHelp": false,
5696
5613
  "multiple": false,
5697
5614
  "type": "option"
5615
+ },
5616
+ "data": {
5617
+ "description": "Print serialized object representation.",
5618
+ "name": "data",
5619
+ "allowNo": false,
5620
+ "type": "boolean"
5621
+ },
5622
+ "typename": {
5623
+ "description": "Filter objects by typename.",
5624
+ "name": "typename",
5625
+ "hasDynamicHelp": false,
5626
+ "multiple": false,
5627
+ "type": "option"
5698
5628
  }
5699
5629
  },
5700
5630
  "hasDynamicHelp": false,
@@ -5776,17 +5706,12 @@
5776
5706
  "type": "option"
5777
5707
  },
5778
5708
  "no-agent": {
5779
- "description": "Run command without using an agent.",
5709
+ "description": "Run command without starting an agent.",
5710
+ "env": "DX_NO_AGENT",
5780
5711
  "name": "no-agent",
5781
5712
  "allowNo": false,
5782
5713
  "type": "boolean"
5783
5714
  },
5784
- "no-start-agent": {
5785
- "description": "Do not automatically start an agent if one is not running.",
5786
- "name": "no-start-agent",
5787
- "allowNo": false,
5788
- "type": "boolean"
5789
- },
5790
5715
  "timeout": {
5791
5716
  "aliases": [
5792
5717
  "t"
@@ -5939,17 +5864,12 @@
5939
5864
  "type": "option"
5940
5865
  },
5941
5866
  "no-agent": {
5942
- "description": "Run command without using an agent.",
5867
+ "description": "Run command without starting an agent.",
5868
+ "env": "DX_NO_AGENT",
5943
5869
  "name": "no-agent",
5944
5870
  "allowNo": false,
5945
5871
  "type": "boolean"
5946
5872
  },
5947
- "no-start-agent": {
5948
- "description": "Do not automatically start an agent if one is not running.",
5949
- "name": "no-start-agent",
5950
- "allowNo": false,
5951
- "type": "boolean"
5952
- },
5953
5873
  "timeout": {
5954
5874
  "aliases": [
5955
5875
  "t"
@@ -5984,7 +5904,7 @@
5984
5904
  "name": {
5985
5905
  "description": "Tunnel name",
5986
5906
  "name": "name",
5987
- "default": "romeo-solar-nine-uranus",
5907
+ "default": "lemon-mango-coffee-edward",
5988
5908
  "hasDynamicHelp": false,
5989
5909
  "multiple": false,
5990
5910
  "type": "option"
@@ -6065,17 +5985,12 @@
6065
5985
  "type": "option"
6066
5986
  },
6067
5987
  "no-agent": {
6068
- "description": "Run command without using an agent.",
5988
+ "description": "Run command without starting an agent.",
5989
+ "env": "DX_NO_AGENT",
6069
5990
  "name": "no-agent",
6070
5991
  "allowNo": false,
6071
5992
  "type": "boolean"
6072
5993
  },
6073
- "no-start-agent": {
6074
- "description": "Do not automatically start an agent if one is not running.",
6075
- "name": "no-start-agent",
6076
- "allowNo": false,
6077
- "type": "boolean"
6078
- },
6079
5994
  "timeout": {
6080
5995
  "aliases": [
6081
5996
  "t"
@@ -6189,17 +6104,12 @@
6189
6104
  "type": "option"
6190
6105
  },
6191
6106
  "no-agent": {
6192
- "description": "Run command without using an agent.",
6107
+ "description": "Run command without starting an agent.",
6108
+ "env": "DX_NO_AGENT",
6193
6109
  "name": "no-agent",
6194
6110
  "allowNo": false,
6195
6111
  "type": "boolean"
6196
6112
  },
6197
- "no-start-agent": {
6198
- "description": "Do not automatically start an agent if one is not running.",
6199
- "name": "no-start-agent",
6200
- "allowNo": false,
6201
- "type": "boolean"
6202
- },
6203
6113
  "timeout": {
6204
6114
  "aliases": [
6205
6115
  "t"
@@ -6307,17 +6217,12 @@
6307
6217
  "type": "option"
6308
6218
  },
6309
6219
  "no-agent": {
6310
- "description": "Run command without using an agent.",
6220
+ "description": "Run command without starting an agent.",
6221
+ "env": "DX_NO_AGENT",
6311
6222
  "name": "no-agent",
6312
6223
  "allowNo": false,
6313
6224
  "type": "boolean"
6314
6225
  },
6315
- "no-start-agent": {
6316
- "description": "Do not automatically start an agent if one is not running.",
6317
- "name": "no-start-agent",
6318
- "allowNo": false,
6319
- "type": "boolean"
6320
- },
6321
6226
  "timeout": {
6322
6227
  "description": "Time in milliseconds to wait for at least one credential before listing.",
6323
6228
  "name": "timeout",
@@ -6458,5 +6363,5 @@
6458
6363
  ]
6459
6364
  }
6460
6365
  },
6461
- "version": "0.5.3-main.79e0565"
6366
+ "version": "0.5.3-main.7e64682"
6462
6367
  }