@dxos/cli 0.5.3-main.2800199 → 0.5.3-main.2c59258

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 (214) hide show
  1. package/dist/src/{base.d.ts → base-command.d.ts} +5 -35
  2. package/dist/src/base-command.d.ts.map +1 -0
  3. package/dist/src/{base.js → base-command.js} +19 -96
  4. package/dist/src/base-command.js.map +1 -0
  5. package/dist/src/commands/agent/invitations.d.ts +2 -1
  6. package/dist/src/commands/agent/invitations.d.ts.map +1 -1
  7. package/dist/src/commands/agent/invitations.js +3 -3
  8. package/dist/src/commands/agent/invitations.js.map +1 -1
  9. package/dist/src/commands/agent/list.d.ts +2 -1
  10. package/dist/src/commands/agent/list.d.ts.map +1 -1
  11. package/dist/src/commands/agent/list.js +3 -3
  12. package/dist/src/commands/agent/list.js.map +1 -1
  13. package/dist/src/commands/agent/restart.d.ts +2 -1
  14. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  15. package/dist/src/commands/agent/restart.js +3 -3
  16. package/dist/src/commands/agent/restart.js.map +1 -1
  17. package/dist/src/commands/agent/start.d.ts +2 -1
  18. package/dist/src/commands/agent/start.d.ts.map +1 -1
  19. package/dist/src/commands/agent/start.js +3 -3
  20. package/dist/src/commands/agent/start.js.map +1 -1
  21. package/dist/src/commands/agent/status.d.ts +2 -1
  22. package/dist/src/commands/agent/status.d.ts.map +1 -1
  23. package/dist/src/commands/agent/status.js +9 -3
  24. package/dist/src/commands/agent/status.js.map +1 -1
  25. package/dist/src/commands/agent/stop.d.ts +2 -1
  26. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  27. package/dist/src/commands/agent/stop.js +3 -3
  28. package/dist/src/commands/agent/stop.js.map +1 -1
  29. package/dist/src/commands/app/create.d.ts +2 -5
  30. package/dist/src/commands/app/create.d.ts.map +1 -1
  31. package/dist/src/commands/app/create.js +6 -10
  32. package/dist/src/commands/app/create.js.map +1 -1
  33. package/dist/src/commands/app/list.d.ts +1 -5
  34. package/dist/src/commands/app/list.d.ts.map +1 -1
  35. package/dist/src/commands/app/list.js +2 -6
  36. package/dist/src/commands/app/list.js.map +1 -1
  37. package/dist/src/commands/app/open.d.ts +2 -5
  38. package/dist/src/commands/app/open.d.ts.map +1 -1
  39. package/dist/src/commands/app/open.js +3 -7
  40. package/dist/src/commands/app/open.js.map +1 -1
  41. package/dist/src/commands/app/publish.d.ts +2 -5
  42. package/dist/src/commands/app/publish.d.ts.map +1 -1
  43. package/dist/src/commands/app/publish.js +3 -7
  44. package/dist/src/commands/app/publish.js.map +1 -1
  45. package/dist/src/commands/config/index.d.ts +1 -1
  46. package/dist/src/commands/config/index.d.ts.map +1 -1
  47. package/dist/src/commands/config/index.js +2 -2
  48. package/dist/src/commands/config/index.js.map +1 -1
  49. package/dist/src/commands/debug/diagnostics.d.ts +2 -1
  50. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  51. package/dist/src/commands/debug/diagnostics.js +3 -3
  52. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  53. package/dist/src/commands/debug/error.d.ts +1 -1
  54. package/dist/src/commands/debug/error.d.ts.map +1 -1
  55. package/dist/src/commands/debug/error.js +2 -2
  56. package/dist/src/commands/debug/error.js.map +1 -1
  57. package/dist/src/commands/debug/generate.d.ts +2 -1
  58. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  59. package/dist/src/commands/debug/generate.js +5 -4
  60. package/dist/src/commands/debug/generate.js.map +1 -1
  61. package/dist/src/commands/debug/metrics.d.ts +1 -1
  62. package/dist/src/commands/debug/metrics.d.ts.map +1 -1
  63. package/dist/src/commands/debug/metrics.js +2 -2
  64. package/dist/src/commands/debug/metrics.js.map +1 -1
  65. package/dist/src/commands/debug/status.d.ts +2 -1
  66. package/dist/src/commands/debug/status.d.ts.map +1 -1
  67. package/dist/src/commands/debug/status.js +3 -3
  68. package/dist/src/commands/debug/status.js.map +1 -1
  69. package/dist/src/commands/device/info.d.ts +1 -1
  70. package/dist/src/commands/device/info.d.ts.map +1 -1
  71. package/dist/src/commands/device/info.js +2 -2
  72. package/dist/src/commands/device/info.js.map +1 -1
  73. package/dist/src/commands/device/list.d.ts +2 -1
  74. package/dist/src/commands/device/list.d.ts.map +1 -1
  75. package/dist/src/commands/device/list.js +3 -3
  76. package/dist/src/commands/device/list.js.map +1 -1
  77. package/dist/src/commands/device/update.d.ts +2 -1
  78. package/dist/src/commands/device/update.d.ts.map +1 -1
  79. package/dist/src/commands/device/update.js +3 -3
  80. package/dist/src/commands/device/update.js.map +1 -1
  81. package/dist/src/commands/function/dev.d.ts +2 -2
  82. package/dist/src/commands/function/dev.d.ts.map +1 -1
  83. package/dist/src/commands/function/dev.js +17 -29
  84. package/dist/src/commands/function/dev.js.map +1 -1
  85. package/dist/src/commands/function/list.d.ts +1 -1
  86. package/dist/src/commands/function/list.d.ts.map +1 -1
  87. package/dist/src/commands/function/list.js +2 -2
  88. package/dist/src/commands/function/list.js.map +1 -1
  89. package/dist/src/commands/function/logs.d.ts +1 -1
  90. package/dist/src/commands/function/logs.d.ts.map +1 -1
  91. package/dist/src/commands/function/logs.js +2 -2
  92. package/dist/src/commands/function/logs.js.map +1 -1
  93. package/dist/src/commands/halo/create.d.ts +2 -1
  94. package/dist/src/commands/halo/create.d.ts.map +1 -1
  95. package/dist/src/commands/halo/create.js +3 -3
  96. package/dist/src/commands/halo/create.js.map +1 -1
  97. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  98. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  99. package/dist/src/commands/halo/credential/add.js +2 -2
  100. package/dist/src/commands/halo/credential/add.js.map +1 -1
  101. package/dist/src/commands/halo/credential/list.d.ts +2 -1
  102. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  103. package/dist/src/commands/halo/credential/list.js +3 -3
  104. package/dist/src/commands/halo/credential/list.js.map +1 -1
  105. package/dist/src/commands/halo/identity.d.ts +1 -1
  106. package/dist/src/commands/halo/identity.d.ts.map +1 -1
  107. package/dist/src/commands/halo/identity.js +2 -2
  108. package/dist/src/commands/halo/identity.js.map +1 -1
  109. package/dist/src/commands/halo/join.d.ts +2 -1
  110. package/dist/src/commands/halo/join.d.ts.map +1 -1
  111. package/dist/src/commands/halo/join.js +3 -3
  112. package/dist/src/commands/halo/join.js.map +1 -1
  113. package/dist/src/commands/halo/keys.d.ts +1 -1
  114. package/dist/src/commands/halo/keys.d.ts.map +1 -1
  115. package/dist/src/commands/halo/keys.js +2 -2
  116. package/dist/src/commands/halo/keys.js.map +1 -1
  117. package/dist/src/commands/halo/share.d.ts +2 -1
  118. package/dist/src/commands/halo/share.d.ts.map +1 -1
  119. package/dist/src/commands/halo/share.js +3 -3
  120. package/dist/src/commands/halo/share.js.map +1 -1
  121. package/dist/src/commands/halo/update.d.ts +2 -1
  122. package/dist/src/commands/halo/update.d.ts.map +1 -1
  123. package/dist/src/commands/halo/update.js +3 -3
  124. package/dist/src/commands/halo/update.js.map +1 -1
  125. package/dist/src/commands/reset/index.d.ts +2 -1
  126. package/dist/src/commands/reset/index.d.ts.map +1 -1
  127. package/dist/src/commands/reset/index.js +3 -3
  128. package/dist/src/commands/reset/index.js.map +1 -1
  129. package/dist/src/commands/shell/index.d.ts +1 -1
  130. package/dist/src/commands/shell/index.d.ts.map +1 -1
  131. package/dist/src/commands/shell/index.js +2 -2
  132. package/dist/src/commands/shell/index.js.map +1 -1
  133. package/dist/src/commands/space/close.d.ts +1 -1
  134. package/dist/src/commands/space/close.d.ts.map +1 -1
  135. package/dist/src/commands/space/close.js +4 -3
  136. package/dist/src/commands/space/close.js.map +1 -1
  137. package/dist/src/commands/space/create.d.ts +1 -1
  138. package/dist/src/commands/space/create.d.ts.map +1 -1
  139. package/dist/src/commands/space/create.js +3 -3
  140. package/dist/src/commands/space/create.js.map +1 -1
  141. package/dist/src/commands/space/epoch.d.ts +1 -1
  142. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  143. package/dist/src/commands/space/epoch.js +4 -3
  144. package/dist/src/commands/space/epoch.js.map +1 -1
  145. package/dist/src/commands/space/info.d.ts +1 -1
  146. package/dist/src/commands/space/info.d.ts.map +1 -1
  147. package/dist/src/commands/space/info.js +4 -3
  148. package/dist/src/commands/space/info.js.map +1 -1
  149. package/dist/src/commands/space/join.d.ts +2 -1
  150. package/dist/src/commands/space/join.d.ts.map +1 -1
  151. package/dist/src/commands/space/join.js +3 -3
  152. package/dist/src/commands/space/join.js.map +1 -1
  153. package/dist/src/commands/space/list.d.ts +2 -1
  154. package/dist/src/commands/space/list.d.ts.map +1 -1
  155. package/dist/src/commands/space/list.js +4 -4
  156. package/dist/src/commands/space/list.js.map +1 -1
  157. package/dist/src/commands/space/members.d.ts +2 -1
  158. package/dist/src/commands/space/members.d.ts.map +1 -1
  159. package/dist/src/commands/space/members.js +4 -4
  160. package/dist/src/commands/space/members.js.map +1 -1
  161. package/dist/src/commands/space/open.d.ts +1 -1
  162. package/dist/src/commands/space/open.d.ts.map +1 -1
  163. package/dist/src/commands/space/open.js +4 -3
  164. package/dist/src/commands/space/open.js.map +1 -1
  165. package/dist/src/commands/space/query.d.ts +1 -17
  166. package/dist/src/commands/space/query.d.ts.map +1 -1
  167. package/dist/src/commands/space/query.js +24 -30
  168. package/dist/src/commands/space/query.js.map +1 -1
  169. package/dist/src/commands/space/share.d.ts +2 -1
  170. package/dist/src/commands/space/share.d.ts.map +1 -1
  171. package/dist/src/commands/space/share.js +4 -6
  172. package/dist/src/commands/space/share.js.map +1 -1
  173. package/dist/src/commands/tunnel/index.d.ts +7 -4
  174. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  175. package/dist/src/commands/tunnel/index.js +8 -16
  176. package/dist/src/commands/tunnel/index.js.map +1 -1
  177. package/dist/src/commands/tunnel/list.d.ts +3 -4
  178. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  179. package/dist/src/commands/tunnel/list.js +4 -12
  180. package/dist/src/commands/tunnel/list.js.map +1 -1
  181. package/dist/src/hooks/command-not-found.js +1 -1
  182. package/dist/src/hooks/command-not-found.js.map +1 -1
  183. package/dist/src/util/credentials.js +4 -4
  184. package/dist/src/util/credentials.js.map +1 -1
  185. package/dist/src/util/devices.js +2 -2
  186. package/dist/src/util/devices.js.map +1 -1
  187. package/dist/src/util/index.d.ts +1 -1
  188. package/dist/src/util/index.d.ts.map +1 -1
  189. package/dist/src/util/index.js +1 -1
  190. package/dist/src/util/index.js.map +1 -1
  191. package/dist/src/util/spaces.js +3 -3
  192. package/dist/src/util/spaces.js.map +1 -1
  193. package/dist/src/util/{keys.d.ts → types.d.ts} +1 -2
  194. package/dist/src/util/types.d.ts.map +1 -0
  195. package/dist/src/util/{keys.js → types.js} +2 -4
  196. package/dist/src/util/types.js.map +1 -0
  197. package/oclif.manifest.json +316 -486
  198. package/package.json +39 -39
  199. package/dist/src/base.d.ts.map +0 -1
  200. package/dist/src/base.js.map +0 -1
  201. package/dist/src/commands/composer/base.d.ts +0 -18
  202. package/dist/src/commands/composer/base.d.ts.map +0 -1
  203. package/dist/src/commands/composer/base.js +0 -109
  204. package/dist/src/commands/composer/base.js.map +0 -1
  205. package/dist/src/commands/composer/import.d.ts +0 -30
  206. package/dist/src/commands/composer/import.d.ts.map +0 -1
  207. package/dist/src/commands/composer/import.js +0 -71
  208. package/dist/src/commands/composer/import.js.map +0 -1
  209. package/dist/src/commands/composer/query.d.ts +0 -22
  210. package/dist/src/commands/composer/query.d.ts.map +0 -1
  211. package/dist/src/commands/composer/query.js +0 -62
  212. package/dist/src/commands/composer/query.js.map +0 -1
  213. package/dist/src/util/keys.d.ts.map +0 -1
  214. package/dist/src/util/keys.js.map +0 -1
@@ -57,12 +57,17 @@
57
57
  "type": "option"
58
58
  },
59
59
  "no-agent": {
60
- "description": "Run command without starting an agent.",
61
- "env": "DX_NO_AGENT",
60
+ "description": "Run command without using an agent.",
62
61
  "name": "no-agent",
63
62
  "allowNo": false,
64
63
  "type": "boolean"
65
64
  },
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
+ },
66
71
  "timeout": {
67
72
  "aliases": [
68
73
  "t"
@@ -175,12 +180,17 @@
175
180
  "type": "option"
176
181
  },
177
182
  "no-agent": {
178
- "description": "Run command without starting an agent.",
179
- "env": "DX_NO_AGENT",
183
+ "description": "Run command without using an agent.",
180
184
  "name": "no-agent",
181
185
  "allowNo": false,
182
186
  "type": "boolean"
183
187
  },
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
+ },
184
194
  "timeout": {
185
195
  "aliases": [
186
196
  "t"
@@ -376,12 +386,17 @@
376
386
  "type": "option"
377
387
  },
378
388
  "no-agent": {
379
- "description": "Run command without starting an agent.",
380
- "env": "DX_NO_AGENT",
389
+ "description": "Run command without using an agent.",
381
390
  "name": "no-agent",
382
391
  "allowNo": false,
383
392
  "type": "boolean"
384
393
  },
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
+ },
385
400
  "timeout": {
386
401
  "aliases": [
387
402
  "t"
@@ -506,12 +521,17 @@
506
521
  "type": "option"
507
522
  },
508
523
  "no-agent": {
509
- "description": "Run command without starting an agent.",
510
- "env": "DX_NO_AGENT",
524
+ "description": "Run command without using an agent.",
511
525
  "name": "no-agent",
512
526
  "allowNo": false,
513
527
  "type": "boolean"
514
528
  },
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
+ },
515
535
  "timeout": {
516
536
  "aliases": [
517
537
  "t"
@@ -656,12 +676,17 @@
656
676
  "type": "option"
657
677
  },
658
678
  "no-agent": {
659
- "description": "Run command without starting an agent.",
660
- "env": "DX_NO_AGENT",
679
+ "description": "Run command without using an agent.",
661
680
  "name": "no-agent",
662
681
  "allowNo": false,
663
682
  "type": "boolean"
664
683
  },
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
+ },
665
690
  "timeout": {
666
691
  "aliases": [
667
692
  "t"
@@ -768,12 +793,17 @@
768
793
  "type": "option"
769
794
  },
770
795
  "no-agent": {
771
- "description": "Run command without starting an agent.",
772
- "env": "DX_NO_AGENT",
796
+ "description": "Run command without using an agent.",
773
797
  "name": "no-agent",
774
798
  "allowNo": false,
775
799
  "type": "boolean"
776
800
  },
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
+ },
777
807
  "timeout": {
778
808
  "aliases": [
779
809
  "t"
@@ -850,7 +880,7 @@
850
880
  "required": true
851
881
  }
852
882
  },
853
- "description": "Manage applications (deprecated).",
883
+ "description": "Manage applications.",
854
884
  "flags": {
855
885
  "json": {
856
886
  "description": "Output as JSON.",
@@ -904,12 +934,17 @@
904
934
  "type": "option"
905
935
  },
906
936
  "no-agent": {
907
- "description": "Run command without starting an agent.",
908
- "env": "DX_NO_AGENT",
937
+ "description": "Run command without using an agent.",
909
938
  "name": "no-agent",
910
939
  "allowNo": false,
911
940
  "type": "boolean"
912
941
  },
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
+ },
913
948
  "timeout": {
914
949
  "aliases": [
915
950
  "t"
@@ -976,7 +1011,6 @@
976
1011
  "pluginAlias": "@dxos/cli",
977
1012
  "pluginName": "@dxos/cli",
978
1013
  "pluginType": "core",
979
- "state": "deprecated",
980
1014
  "strict": true,
981
1015
  "enableJsonFlag": true,
982
1016
  "isESM": false,
@@ -1045,12 +1079,17 @@
1045
1079
  "type": "option"
1046
1080
  },
1047
1081
  "no-agent": {
1048
- "description": "Run command without starting an agent.",
1049
- "env": "DX_NO_AGENT",
1082
+ "description": "Run command without using an agent.",
1050
1083
  "name": "no-agent",
1051
1084
  "allowNo": false,
1052
1085
  "type": "boolean"
1053
1086
  },
1087
+ "no-start-agent": {
1088
+ "description": "Do not automatically start an agent if one is not running.",
1089
+ "name": "no-start-agent",
1090
+ "allowNo": false,
1091
+ "type": "boolean"
1092
+ },
1054
1093
  "timeout": {
1055
1094
  "aliases": [
1056
1095
  "t"
@@ -1089,7 +1128,6 @@
1089
1128
  "pluginAlias": "@dxos/cli",
1090
1129
  "pluginName": "@dxos/cli",
1091
1130
  "pluginType": "core",
1092
- "state": "deprecated",
1093
1131
  "strict": true,
1094
1132
  "enableJsonFlag": true,
1095
1133
  "isESM": false,
@@ -1164,12 +1202,17 @@
1164
1202
  "type": "option"
1165
1203
  },
1166
1204
  "no-agent": {
1167
- "description": "Run command without starting an agent.",
1168
- "env": "DX_NO_AGENT",
1205
+ "description": "Run command without using an agent.",
1169
1206
  "name": "no-agent",
1170
1207
  "allowNo": false,
1171
1208
  "type": "boolean"
1172
1209
  },
1210
+ "no-start-agent": {
1211
+ "description": "Do not automatically start an agent if one is not running.",
1212
+ "name": "no-start-agent",
1213
+ "allowNo": false,
1214
+ "type": "boolean"
1215
+ },
1173
1216
  "timeout": {
1174
1217
  "aliases": [
1175
1218
  "t"
@@ -1222,7 +1265,6 @@
1222
1265
  "pluginAlias": "@dxos/cli",
1223
1266
  "pluginName": "@dxos/cli",
1224
1267
  "pluginType": "core",
1225
- "state": "deprecated",
1226
1268
  "strict": true,
1227
1269
  "enableJsonFlag": true,
1228
1270
  "isESM": false,
@@ -1291,12 +1333,17 @@
1291
1333
  "type": "option"
1292
1334
  },
1293
1335
  "no-agent": {
1294
- "description": "Run command without starting an agent.",
1295
- "env": "DX_NO_AGENT",
1336
+ "description": "Run command without using an agent.",
1296
1337
  "name": "no-agent",
1297
1338
  "allowNo": false,
1298
1339
  "type": "boolean"
1299
1340
  },
1341
+ "no-start-agent": {
1342
+ "description": "Do not automatically start an agent if one is not running.",
1343
+ "name": "no-start-agent",
1344
+ "allowNo": false,
1345
+ "type": "boolean"
1346
+ },
1300
1347
  "timeout": {
1301
1348
  "aliases": [
1302
1349
  "t"
@@ -1362,7 +1409,6 @@
1362
1409
  "pluginAlias": "@dxos/cli",
1363
1410
  "pluginName": "@dxos/cli",
1364
1411
  "pluginType": "core",
1365
- "state": "deprecated",
1366
1412
  "strict": true,
1367
1413
  "enableJsonFlag": true,
1368
1414
  "isESM": false,
@@ -1374,245 +1420,10 @@
1374
1420
  "publish.js"
1375
1421
  ]
1376
1422
  },
1377
- "composer:base": {
1378
- "aliases": [],
1379
- "args": {},
1380
- "flags": {
1381
- "json": {
1382
- "description": "Output as JSON.",
1383
- "name": "json",
1384
- "allowNo": false,
1385
- "type": "boolean"
1386
- },
1387
- "dry-run": {
1388
- "description": "Dry run.",
1389
- "name": "dry-run",
1390
- "allowNo": false,
1391
- "type": "boolean"
1392
- },
1393
- "verbose": {
1394
- "char": "v",
1395
- "description": "Verbose output",
1396
- "name": "verbose",
1397
- "allowNo": false,
1398
- "type": "boolean"
1399
- },
1400
- "profile": {
1401
- "description": "User profile.",
1402
- "env": "DX_PROFILE",
1403
- "name": "profile",
1404
- "default": "default",
1405
- "hasDynamicHelp": false,
1406
- "multiple": false,
1407
- "type": "option"
1408
- },
1409
- "config": {
1410
- "aliases": [
1411
- "c"
1412
- ],
1413
- "dependsOn": [
1414
- "profile"
1415
- ],
1416
- "description": "Config file.",
1417
- "env": "DX_CONFIG",
1418
- "name": "config",
1419
- "default": "/home/runner/.config/dx/profile/default.yml",
1420
- "hasDynamicHelp": false,
1421
- "helpValue": "path",
1422
- "multiple": false,
1423
- "type": "option"
1424
- },
1425
- "target": {
1426
- "description": "Target websocket server.",
1427
- "name": "target",
1428
- "hasDynamicHelp": false,
1429
- "multiple": false,
1430
- "type": "option"
1431
- },
1432
- "no-agent": {
1433
- "description": "Run command without starting an agent.",
1434
- "env": "DX_NO_AGENT",
1435
- "name": "no-agent",
1436
- "allowNo": false,
1437
- "type": "boolean"
1438
- },
1439
- "timeout": {
1440
- "aliases": [
1441
- "t"
1442
- ],
1443
- "description": "Timeout (ms).",
1444
- "name": "timeout",
1445
- "default": 60000,
1446
- "hasDynamicHelp": false,
1447
- "multiple": false,
1448
- "type": "option"
1449
- },
1450
- "no-wait": {
1451
- "description": "Do not wait for space to be ready.",
1452
- "name": "no-wait",
1453
- "allowNo": false,
1454
- "type": "boolean"
1455
- },
1456
- "json-log": {
1457
- "description": "When running in foreground, log JSON format",
1458
- "name": "json-log",
1459
- "allowNo": false,
1460
- "type": "boolean"
1461
- },
1462
- "json-logfile": {
1463
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1464
- "name": "json-logfile",
1465
- "default": "stderr",
1466
- "hasDynamicHelp": false,
1467
- "multiple": false,
1468
- "type": "option"
1469
- }
1470
- },
1471
- "hasDynamicHelp": false,
1472
- "hiddenAliases": [],
1473
- "id": "composer:base",
1474
- "pluginAlias": "@dxos/cli",
1475
- "pluginName": "@dxos/cli",
1476
- "pluginType": "core",
1477
- "strict": true,
1478
- "enableJsonFlag": true,
1479
- "isESM": false,
1480
- "relativePath": [
1481
- "dist",
1482
- "src",
1483
- "commands",
1484
- "composer",
1485
- "base.js"
1486
- ]
1487
- },
1488
- "composer:import": {
1489
- "aliases": [],
1490
- "args": {
1491
- "file": {
1492
- "name": "file",
1493
- "required": true
1494
- }
1495
- },
1496
- "description": "Import ECHO objects.",
1497
- "flags": {
1498
- "json": {
1499
- "description": "Output as JSON.",
1500
- "name": "json",
1501
- "allowNo": false,
1502
- "type": "boolean"
1503
- },
1504
- "dry-run": {
1505
- "description": "Dry run.",
1506
- "name": "dry-run",
1507
- "allowNo": false,
1508
- "type": "boolean"
1509
- },
1510
- "verbose": {
1511
- "char": "v",
1512
- "description": "Verbose output",
1513
- "name": "verbose",
1514
- "allowNo": false,
1515
- "type": "boolean"
1516
- },
1517
- "profile": {
1518
- "description": "User profile.",
1519
- "env": "DX_PROFILE",
1520
- "name": "profile",
1521
- "default": "default",
1522
- "hasDynamicHelp": false,
1523
- "multiple": false,
1524
- "type": "option"
1525
- },
1526
- "config": {
1527
- "aliases": [
1528
- "c"
1529
- ],
1530
- "dependsOn": [
1531
- "profile"
1532
- ],
1533
- "description": "Config file.",
1534
- "env": "DX_CONFIG",
1535
- "name": "config",
1536
- "default": "/home/runner/.config/dx/profile/default.yml",
1537
- "hasDynamicHelp": false,
1538
- "helpValue": "path",
1539
- "multiple": false,
1540
- "type": "option"
1541
- },
1542
- "target": {
1543
- "description": "Target websocket server.",
1544
- "name": "target",
1545
- "hasDynamicHelp": false,
1546
- "multiple": false,
1547
- "type": "option"
1548
- },
1549
- "no-agent": {
1550
- "description": "Run command without starting an agent.",
1551
- "env": "DX_NO_AGENT",
1552
- "name": "no-agent",
1553
- "allowNo": false,
1554
- "type": "boolean"
1555
- },
1556
- "timeout": {
1557
- "aliases": [
1558
- "t"
1559
- ],
1560
- "description": "Timeout (ms).",
1561
- "name": "timeout",
1562
- "default": 60000,
1563
- "hasDynamicHelp": false,
1564
- "multiple": false,
1565
- "type": "option"
1566
- },
1567
- "no-wait": {
1568
- "description": "Do not wait for space to be ready.",
1569
- "name": "no-wait",
1570
- "allowNo": false,
1571
- "type": "boolean"
1572
- },
1573
- "json-log": {
1574
- "description": "When running in foreground, log JSON format",
1575
- "name": "json-log",
1576
- "allowNo": false,
1577
- "type": "boolean"
1578
- },
1579
- "json-logfile": {
1580
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1581
- "name": "json-logfile",
1582
- "default": "stderr",
1583
- "hasDynamicHelp": false,
1584
- "multiple": false,
1585
- "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
- }
1594
- },
1595
- "hasDynamicHelp": false,
1596
- "hiddenAliases": [],
1597
- "id": "composer:import",
1598
- "pluginAlias": "@dxos/cli",
1599
- "pluginName": "@dxos/cli",
1600
- "pluginType": "core",
1601
- "strict": true,
1602
- "enableJsonFlag": true,
1603
- "isESM": false,
1604
- "relativePath": [
1605
- "dist",
1606
- "src",
1607
- "commands",
1608
- "composer",
1609
- "import.js"
1610
- ]
1611
- },
1612
- "composer:query": {
1423
+ "config": {
1613
1424
  "aliases": [],
1614
1425
  "args": {},
1615
- "description": "Query database.",
1426
+ "description": "Show config file.",
1616
1427
  "flags": {
1617
1428
  "json": {
1618
1429
  "description": "Output as JSON.",
@@ -1666,135 +1477,14 @@
1666
1477
  "type": "option"
1667
1478
  },
1668
1479
  "no-agent": {
1669
- "description": "Run command without starting an agent.",
1670
- "env": "DX_NO_AGENT",
1480
+ "description": "Run command without using an agent.",
1671
1481
  "name": "no-agent",
1672
1482
  "allowNo": false,
1673
1483
  "type": "boolean"
1674
1484
  },
1675
- "timeout": {
1676
- "aliases": [
1677
- "t"
1678
- ],
1679
- "description": "Timeout (ms).",
1680
- "name": "timeout",
1681
- "default": 60000,
1682
- "hasDynamicHelp": false,
1683
- "multiple": false,
1684
- "type": "option"
1685
- },
1686
- "no-wait": {
1687
- "description": "Do not wait for space to be ready.",
1688
- "name": "no-wait",
1689
- "allowNo": false,
1690
- "type": "boolean"
1691
- },
1692
- "json-log": {
1693
- "description": "When running in foreground, log JSON format",
1694
- "name": "json-log",
1695
- "allowNo": false,
1696
- "type": "boolean"
1697
- },
1698
- "json-logfile": {
1699
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1700
- "name": "json-logfile",
1701
- "default": "stderr",
1702
- "hasDynamicHelp": false,
1703
- "multiple": false,
1704
- "type": "option"
1705
- },
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",
1716
- "hasDynamicHelp": false,
1717
- "multiple": false,
1718
- "type": "option"
1719
- }
1720
- },
1721
- "hasDynamicHelp": false,
1722
- "hiddenAliases": [],
1723
- "id": "composer:query",
1724
- "pluginAlias": "@dxos/cli",
1725
- "pluginName": "@dxos/cli",
1726
- "pluginType": "core",
1727
- "strict": true,
1728
- "enableJsonFlag": true,
1729
- "isESM": false,
1730
- "relativePath": [
1731
- "dist",
1732
- "src",
1733
- "commands",
1734
- "composer",
1735
- "query.js"
1736
- ]
1737
- },
1738
- "config": {
1739
- "aliases": [],
1740
- "args": {},
1741
- "description": "Show config file.",
1742
- "flags": {
1743
- "json": {
1744
- "description": "Output as JSON.",
1745
- "name": "json",
1746
- "allowNo": false,
1747
- "type": "boolean"
1748
- },
1749
- "dry-run": {
1750
- "description": "Dry run.",
1751
- "name": "dry-run",
1752
- "allowNo": false,
1753
- "type": "boolean"
1754
- },
1755
- "verbose": {
1756
- "char": "v",
1757
- "description": "Verbose output",
1758
- "name": "verbose",
1759
- "allowNo": false,
1760
- "type": "boolean"
1761
- },
1762
- "profile": {
1763
- "description": "User profile.",
1764
- "env": "DX_PROFILE",
1765
- "name": "profile",
1766
- "default": "default",
1767
- "hasDynamicHelp": false,
1768
- "multiple": false,
1769
- "type": "option"
1770
- },
1771
- "config": {
1772
- "aliases": [
1773
- "c"
1774
- ],
1775
- "dependsOn": [
1776
- "profile"
1777
- ],
1778
- "description": "Config file.",
1779
- "env": "DX_CONFIG",
1780
- "name": "config",
1781
- "default": "/home/runner/.config/dx/profile/default.yml",
1782
- "hasDynamicHelp": false,
1783
- "helpValue": "path",
1784
- "multiple": false,
1785
- "type": "option"
1786
- },
1787
- "target": {
1788
- "description": "Target websocket server.",
1789
- "name": "target",
1790
- "hasDynamicHelp": false,
1791
- "multiple": false,
1792
- "type": "option"
1793
- },
1794
- "no-agent": {
1795
- "description": "Run command without starting an agent.",
1796
- "env": "DX_NO_AGENT",
1797
- "name": "no-agent",
1485
+ "no-start-agent": {
1486
+ "description": "Do not automatically start an agent if one is not running.",
1487
+ "name": "no-start-agent",
1798
1488
  "allowNo": false,
1799
1489
  "type": "boolean"
1800
1490
  },
@@ -1914,12 +1604,17 @@
1914
1604
  "type": "option"
1915
1605
  },
1916
1606
  "no-agent": {
1917
- "description": "Run command without starting an agent.",
1918
- "env": "DX_NO_AGENT",
1607
+ "description": "Run command without using an agent.",
1919
1608
  "name": "no-agent",
1920
1609
  "allowNo": false,
1921
1610
  "type": "boolean"
1922
1611
  },
1612
+ "no-start-agent": {
1613
+ "description": "Do not automatically start an agent if one is not running.",
1614
+ "name": "no-start-agent",
1615
+ "allowNo": false,
1616
+ "type": "boolean"
1617
+ },
1923
1618
  "timeout": {
1924
1619
  "aliases": [
1925
1620
  "t"
@@ -2038,12 +1733,17 @@
2038
1733
  "type": "option"
2039
1734
  },
2040
1735
  "no-agent": {
2041
- "description": "Run command without starting an agent.",
2042
- "env": "DX_NO_AGENT",
1736
+ "description": "Run command without using an agent.",
2043
1737
  "name": "no-agent",
2044
1738
  "allowNo": false,
2045
1739
  "type": "boolean"
2046
1740
  },
1741
+ "no-start-agent": {
1742
+ "description": "Do not automatically start an agent if one is not running.",
1743
+ "name": "no-start-agent",
1744
+ "allowNo": false,
1745
+ "type": "boolean"
1746
+ },
2047
1747
  "timeout": {
2048
1748
  "aliases": [
2049
1749
  "t"
@@ -2097,7 +1797,7 @@
2097
1797
  "aliases": [],
2098
1798
  "args": {
2099
1799
  "key": {
2100
- "description": "Space key(s) head in hex.",
1800
+ "description": "Space key head in hex.",
2101
1801
  "name": "key"
2102
1802
  }
2103
1803
  },
@@ -2155,12 +1855,17 @@
2155
1855
  "type": "option"
2156
1856
  },
2157
1857
  "no-agent": {
2158
- "description": "Run command without starting an agent.",
2159
- "env": "DX_NO_AGENT",
1858
+ "description": "Run command without using an agent.",
2160
1859
  "name": "no-agent",
2161
1860
  "allowNo": false,
2162
1861
  "type": "boolean"
2163
1862
  },
1863
+ "no-start-agent": {
1864
+ "description": "Do not automatically start an agent if one is not running.",
1865
+ "name": "no-start-agent",
1866
+ "allowNo": false,
1867
+ "type": "boolean"
1868
+ },
2164
1869
  "timeout": {
2165
1870
  "aliases": [
2166
1871
  "t"
@@ -2311,12 +2016,17 @@
2311
2016
  "type": "option"
2312
2017
  },
2313
2018
  "no-agent": {
2314
- "description": "Run command without starting an agent.",
2315
- "env": "DX_NO_AGENT",
2019
+ "description": "Run command without using an agent.",
2316
2020
  "name": "no-agent",
2317
2021
  "allowNo": false,
2318
2022
  "type": "boolean"
2319
2023
  },
2024
+ "no-start-agent": {
2025
+ "description": "Do not automatically start an agent if one is not running.",
2026
+ "name": "no-start-agent",
2027
+ "allowNo": false,
2028
+ "type": "boolean"
2029
+ },
2320
2030
  "timeout": {
2321
2031
  "aliases": [
2322
2032
  "t"
@@ -2423,12 +2133,17 @@
2423
2133
  "type": "option"
2424
2134
  },
2425
2135
  "no-agent": {
2426
- "description": "Run command without starting an agent.",
2427
- "env": "DX_NO_AGENT",
2136
+ "description": "Run command without using an agent.",
2428
2137
  "name": "no-agent",
2429
2138
  "allowNo": false,
2430
2139
  "type": "boolean"
2431
2140
  },
2141
+ "no-start-agent": {
2142
+ "description": "Do not automatically start an agent if one is not running.",
2143
+ "name": "no-start-agent",
2144
+ "allowNo": false,
2145
+ "type": "boolean"
2146
+ },
2432
2147
  "timeout": {
2433
2148
  "aliases": [
2434
2149
  "t"
@@ -2543,12 +2258,17 @@
2543
2258
  "type": "option"
2544
2259
  },
2545
2260
  "no-agent": {
2546
- "description": "Run command without starting an agent.",
2547
- "env": "DX_NO_AGENT",
2261
+ "description": "Run command without using an agent.",
2548
2262
  "name": "no-agent",
2549
2263
  "allowNo": false,
2550
2264
  "type": "boolean"
2551
2265
  },
2266
+ "no-start-agent": {
2267
+ "description": "Do not automatically start an agent if one is not running.",
2268
+ "name": "no-start-agent",
2269
+ "allowNo": false,
2270
+ "type": "boolean"
2271
+ },
2552
2272
  "timeout": {
2553
2273
  "aliases": [
2554
2274
  "t"
@@ -2655,12 +2375,17 @@
2655
2375
  "type": "option"
2656
2376
  },
2657
2377
  "no-agent": {
2658
- "description": "Run command without starting an agent.",
2659
- "env": "DX_NO_AGENT",
2378
+ "description": "Run command without using an agent.",
2660
2379
  "name": "no-agent",
2661
2380
  "allowNo": false,
2662
2381
  "type": "boolean"
2663
2382
  },
2383
+ "no-start-agent": {
2384
+ "description": "Do not automatically start an agent if one is not running.",
2385
+ "name": "no-start-agent",
2386
+ "allowNo": false,
2387
+ "type": "boolean"
2388
+ },
2664
2389
  "timeout": {
2665
2390
  "aliases": [
2666
2391
  "t"
@@ -2844,12 +2569,17 @@
2844
2569
  "type": "option"
2845
2570
  },
2846
2571
  "no-agent": {
2847
- "description": "Run command without starting an agent.",
2848
- "env": "DX_NO_AGENT",
2572
+ "description": "Run command without using an agent.",
2849
2573
  "name": "no-agent",
2850
2574
  "allowNo": false,
2851
2575
  "type": "boolean"
2852
2576
  },
2577
+ "no-start-agent": {
2578
+ "description": "Do not automatically start an agent if one is not running.",
2579
+ "name": "no-start-agent",
2580
+ "allowNo": false,
2581
+ "type": "boolean"
2582
+ },
2853
2583
  "timeout": {
2854
2584
  "aliases": [
2855
2585
  "t"
@@ -2972,12 +2702,17 @@
2972
2702
  "type": "option"
2973
2703
  },
2974
2704
  "no-agent": {
2975
- "description": "Run command without starting an agent.",
2976
- "env": "DX_NO_AGENT",
2705
+ "description": "Run command without using an agent.",
2977
2706
  "name": "no-agent",
2978
2707
  "allowNo": false,
2979
2708
  "type": "boolean"
2980
2709
  },
2710
+ "no-start-agent": {
2711
+ "description": "Do not automatically start an agent if one is not running.",
2712
+ "name": "no-start-agent",
2713
+ "allowNo": false,
2714
+ "type": "boolean"
2715
+ },
2981
2716
  "timeout": {
2982
2717
  "aliases": [
2983
2718
  "t"
@@ -3009,13 +2744,6 @@
3009
2744
  "multiple": false,
3010
2745
  "type": "option"
3011
2746
  },
3012
- "key": {
3013
- "description": "Space key(s) head in hex.",
3014
- "name": "key",
3015
- "hasDynamicHelp": false,
3016
- "multiple": true,
3017
- "type": "option"
3018
- },
3019
2747
  "require": {
3020
2748
  "aliases": [
3021
2749
  "r"
@@ -3123,12 +2851,17 @@
3123
2851
  "type": "option"
3124
2852
  },
3125
2853
  "no-agent": {
3126
- "description": "Run command without starting an agent.",
3127
- "env": "DX_NO_AGENT",
2854
+ "description": "Run command without using an agent.",
3128
2855
  "name": "no-agent",
3129
2856
  "allowNo": false,
3130
2857
  "type": "boolean"
3131
2858
  },
2859
+ "no-start-agent": {
2860
+ "description": "Do not automatically start an agent if one is not running.",
2861
+ "name": "no-start-agent",
2862
+ "allowNo": false,
2863
+ "type": "boolean"
2864
+ },
3132
2865
  "timeout": {
3133
2866
  "aliases": [
3134
2867
  "t"
@@ -3241,12 +2974,17 @@
3241
2974
  "type": "option"
3242
2975
  },
3243
2976
  "no-agent": {
3244
- "description": "Run command without starting an agent.",
3245
- "env": "DX_NO_AGENT",
2977
+ "description": "Run command without using an agent.",
3246
2978
  "name": "no-agent",
3247
2979
  "allowNo": false,
3248
2980
  "type": "boolean"
3249
2981
  },
2982
+ "no-start-agent": {
2983
+ "description": "Do not automatically start an agent if one is not running.",
2984
+ "name": "no-start-agent",
2985
+ "allowNo": false,
2986
+ "type": "boolean"
2987
+ },
3250
2988
  "timeout": {
3251
2989
  "aliases": [
3252
2990
  "t"
@@ -3360,12 +3098,17 @@
3360
3098
  "type": "option"
3361
3099
  },
3362
3100
  "no-agent": {
3363
- "description": "Run command without starting an agent.",
3364
- "env": "DX_NO_AGENT",
3101
+ "description": "Run command without using an agent.",
3365
3102
  "name": "no-agent",
3366
3103
  "allowNo": false,
3367
3104
  "type": "boolean"
3368
3105
  },
3106
+ "no-start-agent": {
3107
+ "description": "Do not automatically start an agent if one is not running.",
3108
+ "name": "no-start-agent",
3109
+ "allowNo": false,
3110
+ "type": "boolean"
3111
+ },
3369
3112
  "timeout": {
3370
3113
  "aliases": [
3371
3114
  "t"
@@ -3485,12 +3228,17 @@
3485
3228
  "type": "option"
3486
3229
  },
3487
3230
  "no-agent": {
3488
- "description": "Run command without starting an agent.",
3489
- "env": "DX_NO_AGENT",
3231
+ "description": "Run command without using an agent.",
3490
3232
  "name": "no-agent",
3491
3233
  "allowNo": false,
3492
3234
  "type": "boolean"
3493
3235
  },
3236
+ "no-start-agent": {
3237
+ "description": "Do not automatically start an agent if one is not running.",
3238
+ "name": "no-start-agent",
3239
+ "allowNo": false,
3240
+ "type": "boolean"
3241
+ },
3494
3242
  "timeout": {
3495
3243
  "aliases": [
3496
3244
  "t"
@@ -3597,12 +3345,17 @@
3597
3345
  "type": "option"
3598
3346
  },
3599
3347
  "no-agent": {
3600
- "description": "Run command without starting an agent.",
3601
- "env": "DX_NO_AGENT",
3348
+ "description": "Run command without using an agent.",
3602
3349
  "name": "no-agent",
3603
3350
  "allowNo": false,
3604
3351
  "type": "boolean"
3605
3352
  },
3353
+ "no-start-agent": {
3354
+ "description": "Do not automatically start an agent if one is not running.",
3355
+ "name": "no-start-agent",
3356
+ "allowNo": false,
3357
+ "type": "boolean"
3358
+ },
3606
3359
  "timeout": {
3607
3360
  "description": "Timeout in seconds",
3608
3361
  "name": "timeout",
@@ -3733,12 +3486,17 @@
3733
3486
  "type": "option"
3734
3487
  },
3735
3488
  "no-agent": {
3736
- "description": "Run command without starting an agent.",
3737
- "env": "DX_NO_AGENT",
3489
+ "description": "Run command without using an agent.",
3738
3490
  "name": "no-agent",
3739
3491
  "allowNo": false,
3740
3492
  "type": "boolean"
3741
3493
  },
3494
+ "no-start-agent": {
3495
+ "description": "Do not automatically start an agent if one is not running.",
3496
+ "name": "no-start-agent",
3497
+ "allowNo": false,
3498
+ "type": "boolean"
3499
+ },
3742
3500
  "timeout": {
3743
3501
  "aliases": [
3744
3502
  "t"
@@ -3845,12 +3603,17 @@
3845
3603
  "type": "option"
3846
3604
  },
3847
3605
  "no-agent": {
3848
- "description": "Run command without starting an agent.",
3849
- "env": "DX_NO_AGENT",
3606
+ "description": "Run command without using an agent.",
3850
3607
  "name": "no-agent",
3851
3608
  "allowNo": false,
3852
3609
  "type": "boolean"
3853
3610
  },
3611
+ "no-start-agent": {
3612
+ "description": "Do not automatically start an agent if one is not running.",
3613
+ "name": "no-start-agent",
3614
+ "allowNo": false,
3615
+ "type": "boolean"
3616
+ },
3854
3617
  "timeout": {
3855
3618
  "aliases": [
3856
3619
  "t"
@@ -3991,12 +3754,17 @@
3991
3754
  "type": "option"
3992
3755
  },
3993
3756
  "no-agent": {
3994
- "description": "Run command without starting an agent.",
3995
- "env": "DX_NO_AGENT",
3757
+ "description": "Run command without using an agent.",
3996
3758
  "name": "no-agent",
3997
3759
  "allowNo": false,
3998
3760
  "type": "boolean"
3999
3761
  },
3762
+ "no-start-agent": {
3763
+ "description": "Do not automatically start an agent if one is not running.",
3764
+ "name": "no-start-agent",
3765
+ "allowNo": false,
3766
+ "type": "boolean"
3767
+ },
4000
3768
  "timeout": {
4001
3769
  "aliases": [
4002
3770
  "t"
@@ -4110,12 +3878,17 @@
4110
3878
  "type": "option"
4111
3879
  },
4112
3880
  "no-agent": {
4113
- "description": "Run command without starting an agent.",
4114
- "env": "DX_NO_AGENT",
3881
+ "description": "Run command without using an agent.",
4115
3882
  "name": "no-agent",
4116
3883
  "allowNo": false,
4117
3884
  "type": "boolean"
4118
3885
  },
3886
+ "no-start-agent": {
3887
+ "description": "Do not automatically start an agent if one is not running.",
3888
+ "name": "no-start-agent",
3889
+ "allowNo": false,
3890
+ "type": "boolean"
3891
+ },
4119
3892
  "timeout": {
4120
3893
  "aliases": [
4121
3894
  "t"
@@ -4234,12 +4007,17 @@
4234
4007
  "type": "option"
4235
4008
  },
4236
4009
  "no-agent": {
4237
- "description": "Run command without starting an agent.",
4238
- "env": "DX_NO_AGENT",
4010
+ "description": "Run command without using an agent.",
4239
4011
  "name": "no-agent",
4240
4012
  "allowNo": false,
4241
4013
  "type": "boolean"
4242
4014
  },
4015
+ "no-start-agent": {
4016
+ "description": "Do not automatically start an agent if one is not running.",
4017
+ "name": "no-start-agent",
4018
+ "allowNo": false,
4019
+ "type": "boolean"
4020
+ },
4243
4021
  "timeout": {
4244
4022
  "aliases": [
4245
4023
  "t"
@@ -4293,7 +4071,6 @@
4293
4071
  "aliases": [],
4294
4072
  "args": {
4295
4073
  "key": {
4296
- "description": "Space key(s) head in hex.",
4297
4074
  "name": "key"
4298
4075
  }
4299
4076
  },
@@ -4351,12 +4128,17 @@
4351
4128
  "type": "option"
4352
4129
  },
4353
4130
  "no-agent": {
4354
- "description": "Run command without starting an agent.",
4355
- "env": "DX_NO_AGENT",
4131
+ "description": "Run command without using an agent.",
4356
4132
  "name": "no-agent",
4357
4133
  "allowNo": false,
4358
4134
  "type": "boolean"
4359
4135
  },
4136
+ "no-start-agent": {
4137
+ "description": "Do not automatically start an agent if one is not running.",
4138
+ "name": "no-start-agent",
4139
+ "allowNo": false,
4140
+ "type": "boolean"
4141
+ },
4360
4142
  "timeout": {
4361
4143
  "aliases": [
4362
4144
  "t"
@@ -4467,12 +4249,17 @@
4467
4249
  "type": "option"
4468
4250
  },
4469
4251
  "no-agent": {
4470
- "description": "Run command without starting an agent.",
4471
- "env": "DX_NO_AGENT",
4252
+ "description": "Run command without using an agent.",
4472
4253
  "name": "no-agent",
4473
4254
  "allowNo": false,
4474
4255
  "type": "boolean"
4475
4256
  },
4257
+ "no-start-agent": {
4258
+ "description": "Do not automatically start an agent if one is not running.",
4259
+ "name": "no-start-agent",
4260
+ "allowNo": false,
4261
+ "type": "boolean"
4262
+ },
4476
4263
  "timeout": {
4477
4264
  "aliases": [
4478
4265
  "t"
@@ -4526,7 +4313,7 @@
4526
4313
  "aliases": [],
4527
4314
  "args": {
4528
4315
  "key": {
4529
- "description": "Space key(s) head in hex.",
4316
+ "description": "Space key head in hex.",
4530
4317
  "name": "key"
4531
4318
  }
4532
4319
  },
@@ -4584,12 +4371,17 @@
4584
4371
  "type": "option"
4585
4372
  },
4586
4373
  "no-agent": {
4587
- "description": "Run command without starting an agent.",
4588
- "env": "DX_NO_AGENT",
4374
+ "description": "Run command without using an agent.",
4589
4375
  "name": "no-agent",
4590
4376
  "allowNo": false,
4591
4377
  "type": "boolean"
4592
4378
  },
4379
+ "no-start-agent": {
4380
+ "description": "Do not automatically start an agent if one is not running.",
4381
+ "name": "no-start-agent",
4382
+ "allowNo": false,
4383
+ "type": "boolean"
4384
+ },
4593
4385
  "timeout": {
4594
4386
  "aliases": [
4595
4387
  "t"
@@ -4643,7 +4435,6 @@
4643
4435
  "aliases": [],
4644
4436
  "args": {
4645
4437
  "key": {
4646
- "description": "Space key(s) head in hex.",
4647
4438
  "name": "key"
4648
4439
  }
4649
4440
  },
@@ -4701,12 +4492,17 @@
4701
4492
  "type": "option"
4702
4493
  },
4703
4494
  "no-agent": {
4704
- "description": "Run command without starting an agent.",
4705
- "env": "DX_NO_AGENT",
4495
+ "description": "Run command without using an agent.",
4706
4496
  "name": "no-agent",
4707
4497
  "allowNo": false,
4708
4498
  "type": "boolean"
4709
4499
  },
4500
+ "no-start-agent": {
4501
+ "description": "Do not automatically start an agent if one is not running.",
4502
+ "name": "no-start-agent",
4503
+ "allowNo": false,
4504
+ "type": "boolean"
4505
+ },
4710
4506
  "timeout": {
4711
4507
  "aliases": [
4712
4508
  "t"
@@ -4813,12 +4609,17 @@
4813
4609
  "type": "option"
4814
4610
  },
4815
4611
  "no-agent": {
4816
- "description": "Run command without starting an agent.",
4817
- "env": "DX_NO_AGENT",
4612
+ "description": "Run command without using an agent.",
4818
4613
  "name": "no-agent",
4819
4614
  "allowNo": false,
4820
4615
  "type": "boolean"
4821
4616
  },
4617
+ "no-start-agent": {
4618
+ "description": "Do not automatically start an agent if one is not running.",
4619
+ "name": "no-start-agent",
4620
+ "allowNo": false,
4621
+ "type": "boolean"
4622
+ },
4822
4623
  "timeout": {
4823
4624
  "aliases": [
4824
4625
  "t"
@@ -4939,12 +4740,17 @@
4939
4740
  "type": "option"
4940
4741
  },
4941
4742
  "no-agent": {
4942
- "description": "Run command without starting an agent.",
4943
- "env": "DX_NO_AGENT",
4743
+ "description": "Run command without using an agent.",
4944
4744
  "name": "no-agent",
4945
4745
  "allowNo": false,
4946
4746
  "type": "boolean"
4947
4747
  },
4748
+ "no-start-agent": {
4749
+ "description": "Do not automatically start an agent if one is not running.",
4750
+ "name": "no-start-agent",
4751
+ "allowNo": false,
4752
+ "type": "boolean"
4753
+ },
4948
4754
  "timeout": {
4949
4755
  "aliases": [
4950
4756
  "t"
@@ -5081,7 +4887,7 @@
5081
4887
  "aliases": [],
5082
4888
  "args": {
5083
4889
  "key": {
5084
- "description": "Space key(s) head in hex.",
4890
+ "description": "Space key head in hex.",
5085
4891
  "name": "key"
5086
4892
  }
5087
4893
  },
@@ -5139,12 +4945,17 @@
5139
4945
  "type": "option"
5140
4946
  },
5141
4947
  "no-agent": {
5142
- "description": "Run command without starting an agent.",
5143
- "env": "DX_NO_AGENT",
4948
+ "description": "Run command without using an agent.",
5144
4949
  "name": "no-agent",
5145
4950
  "allowNo": false,
5146
4951
  "type": "boolean"
5147
4952
  },
4953
+ "no-start-agent": {
4954
+ "description": "Do not automatically start an agent if one is not running.",
4955
+ "name": "no-start-agent",
4956
+ "allowNo": false,
4957
+ "type": "boolean"
4958
+ },
5148
4959
  "timeout": {
5149
4960
  "aliases": [
5150
4961
  "t"
@@ -5275,7 +5086,6 @@
5275
5086
  "aliases": [],
5276
5087
  "args": {
5277
5088
  "key": {
5278
- "description": "Space key(s) head in hex.",
5279
5089
  "name": "key"
5280
5090
  }
5281
5091
  },
@@ -5333,12 +5143,17 @@
5333
5143
  "type": "option"
5334
5144
  },
5335
5145
  "no-agent": {
5336
- "description": "Run command without starting an agent.",
5337
- "env": "DX_NO_AGENT",
5146
+ "description": "Run command without using an agent.",
5338
5147
  "name": "no-agent",
5339
5148
  "allowNo": false,
5340
5149
  "type": "boolean"
5341
5150
  },
5151
+ "no-start-agent": {
5152
+ "description": "Do not automatically start an agent if one is not running.",
5153
+ "name": "no-start-agent",
5154
+ "allowNo": false,
5155
+ "type": "boolean"
5156
+ },
5342
5157
  "timeout": {
5343
5158
  "aliases": [
5344
5159
  "t"
@@ -5392,7 +5207,7 @@
5392
5207
  "aliases": [],
5393
5208
  "args": {
5394
5209
  "key": {
5395
- "description": "Space key(s) head in hex.",
5210
+ "description": "Space key head in hex.",
5396
5211
  "name": "key"
5397
5212
  }
5398
5213
  },
@@ -5450,12 +5265,17 @@
5450
5265
  "type": "option"
5451
5266
  },
5452
5267
  "no-agent": {
5453
- "description": "Run command without starting an agent.",
5454
- "env": "DX_NO_AGENT",
5268
+ "description": "Run command without using an agent.",
5455
5269
  "name": "no-agent",
5456
5270
  "allowNo": false,
5457
5271
  "type": "boolean"
5458
5272
  },
5273
+ "no-start-agent": {
5274
+ "description": "Do not automatically start an agent if one is not running.",
5275
+ "name": "no-start-agent",
5276
+ "allowNo": false,
5277
+ "type": "boolean"
5278
+ },
5459
5279
  "timeout": {
5460
5280
  "aliases": [
5461
5281
  "t"
@@ -5486,19 +5306,6 @@
5486
5306
  "hasDynamicHelp": false,
5487
5307
  "multiple": false,
5488
5308
  "type": "option"
5489
- },
5490
- "data": {
5491
- "description": "Print serialized object representation.",
5492
- "name": "data",
5493
- "allowNo": false,
5494
- "type": "boolean"
5495
- },
5496
- "typename": {
5497
- "description": "Filter objects by typename.",
5498
- "name": "typename",
5499
- "hasDynamicHelp": false,
5500
- "multiple": false,
5501
- "type": "option"
5502
5309
  }
5503
5310
  },
5504
5311
  "hasDynamicHelp": false,
@@ -5522,7 +5329,7 @@
5522
5329
  "aliases": [],
5523
5330
  "args": {
5524
5331
  "key": {
5525
- "description": "Space key(s) head in hex.",
5332
+ "description": "Space key head in hex.",
5526
5333
  "name": "key"
5527
5334
  }
5528
5335
  },
@@ -5580,12 +5387,17 @@
5580
5387
  "type": "option"
5581
5388
  },
5582
5389
  "no-agent": {
5583
- "description": "Run command without starting an agent.",
5584
- "env": "DX_NO_AGENT",
5390
+ "description": "Run command without using an agent.",
5585
5391
  "name": "no-agent",
5586
5392
  "allowNo": false,
5587
5393
  "type": "boolean"
5588
5394
  },
5395
+ "no-start-agent": {
5396
+ "description": "Do not automatically start an agent if one is not running.",
5397
+ "name": "no-start-agent",
5398
+ "allowNo": false,
5399
+ "type": "boolean"
5400
+ },
5589
5401
  "timeout": {
5590
5402
  "aliases": [
5591
5403
  "t"
@@ -5684,7 +5496,7 @@
5684
5496
  "required": true
5685
5497
  }
5686
5498
  },
5687
- "description": "Enable or disable tunnel (deprecated).",
5499
+ "description": "Enable or disable tunnel.",
5688
5500
  "flags": {
5689
5501
  "json": {
5690
5502
  "description": "Output as JSON.",
@@ -5738,12 +5550,17 @@
5738
5550
  "type": "option"
5739
5551
  },
5740
5552
  "no-agent": {
5741
- "description": "Run command without starting an agent.",
5742
- "env": "DX_NO_AGENT",
5553
+ "description": "Run command without using an agent.",
5743
5554
  "name": "no-agent",
5744
5555
  "allowNo": false,
5745
5556
  "type": "boolean"
5746
5557
  },
5558
+ "no-start-agent": {
5559
+ "description": "Do not automatically start an agent if one is not running.",
5560
+ "name": "no-start-agent",
5561
+ "allowNo": false,
5562
+ "type": "boolean"
5563
+ },
5747
5564
  "timeout": {
5748
5565
  "aliases": [
5749
5566
  "t"
@@ -5778,7 +5595,7 @@
5778
5595
  "name": {
5779
5596
  "description": "Tunnel name",
5780
5597
  "name": "name",
5781
- "default": "march-salami-fifteen-beer",
5598
+ "default": "arizona-sweet-east-autumn",
5782
5599
  "hasDynamicHelp": false,
5783
5600
  "multiple": false,
5784
5601
  "type": "option"
@@ -5790,7 +5607,6 @@
5790
5607
  "pluginAlias": "@dxos/cli",
5791
5608
  "pluginName": "@dxos/cli",
5792
5609
  "pluginType": "core",
5793
- "state": "deprecated",
5794
5610
  "strict": true,
5795
5611
  "enableJsonFlag": true,
5796
5612
  "isESM": false,
@@ -5859,12 +5675,17 @@
5859
5675
  "type": "option"
5860
5676
  },
5861
5677
  "no-agent": {
5862
- "description": "Run command without starting an agent.",
5863
- "env": "DX_NO_AGENT",
5678
+ "description": "Run command without using an agent.",
5864
5679
  "name": "no-agent",
5865
5680
  "allowNo": false,
5866
5681
  "type": "boolean"
5867
5682
  },
5683
+ "no-start-agent": {
5684
+ "description": "Do not automatically start an agent if one is not running.",
5685
+ "name": "no-start-agent",
5686
+ "allowNo": false,
5687
+ "type": "boolean"
5688
+ },
5868
5689
  "timeout": {
5869
5690
  "aliases": [
5870
5691
  "t"
@@ -5903,7 +5724,6 @@
5903
5724
  "pluginAlias": "@dxos/cli",
5904
5725
  "pluginName": "@dxos/cli",
5905
5726
  "pluginType": "core",
5906
- "state": "deprecated",
5907
5727
  "strict": true,
5908
5728
  "enableJsonFlag": true,
5909
5729
  "isESM": false,
@@ -5978,12 +5798,17 @@
5978
5798
  "type": "option"
5979
5799
  },
5980
5800
  "no-agent": {
5981
- "description": "Run command without starting an agent.",
5982
- "env": "DX_NO_AGENT",
5801
+ "description": "Run command without using an agent.",
5983
5802
  "name": "no-agent",
5984
5803
  "allowNo": false,
5985
5804
  "type": "boolean"
5986
5805
  },
5806
+ "no-start-agent": {
5807
+ "description": "Do not automatically start an agent if one is not running.",
5808
+ "name": "no-start-agent",
5809
+ "allowNo": false,
5810
+ "type": "boolean"
5811
+ },
5987
5812
  "timeout": {
5988
5813
  "aliases": [
5989
5814
  "t"
@@ -6091,12 +5916,17 @@
6091
5916
  "type": "option"
6092
5917
  },
6093
5918
  "no-agent": {
6094
- "description": "Run command without starting an agent.",
6095
- "env": "DX_NO_AGENT",
5919
+ "description": "Run command without using an agent.",
6096
5920
  "name": "no-agent",
6097
5921
  "allowNo": false,
6098
5922
  "type": "boolean"
6099
5923
  },
5924
+ "no-start-agent": {
5925
+ "description": "Do not automatically start an agent if one is not running.",
5926
+ "name": "no-start-agent",
5927
+ "allowNo": false,
5928
+ "type": "boolean"
5929
+ },
6100
5930
  "timeout": {
6101
5931
  "description": "Time in milliseconds to wait for at least one credential before listing.",
6102
5932
  "name": "timeout",
@@ -6237,5 +6067,5 @@
6237
6067
  ]
6238
6068
  }
6239
6069
  },
6240
- "version": "0.5.3-main.2800199"
6070
+ "version": "0.5.3-main.2c59258"
6241
6071
  }