@dxos/cli 0.8.4-main.5acf9ea → 0.8.4-main.66e292d

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 (220) hide show
  1. package/dist/src/commands/config/index.js +5 -7
  2. package/dist/src/commands/config/index.js.map +1 -1
  3. package/dist/src/commands/config/index.node.test.js +1 -1
  4. package/dist/src/commands/config/index.node.test.js.map +1 -1
  5. package/dist/src/commands/debug/diagnostics.d.ts +0 -1
  6. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  7. package/dist/src/commands/debug/diagnostics.js +22 -23
  8. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  9. package/dist/src/commands/debug/error.js +2 -3
  10. package/dist/src/commands/debug/error.js.map +1 -1
  11. package/dist/src/commands/debug/generate.d.ts +0 -1
  12. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  13. package/dist/src/commands/debug/generate.js +29 -31
  14. package/dist/src/commands/debug/generate.js.map +1 -1
  15. package/dist/src/commands/debug/metrics.js +11 -13
  16. package/dist/src/commands/debug/metrics.js.map +1 -1
  17. package/dist/src/commands/debug/status.d.ts +0 -1
  18. package/dist/src/commands/debug/status.d.ts.map +1 -1
  19. package/dist/src/commands/debug/status.js +15 -14
  20. package/dist/src/commands/debug/status.js.map +1 -1
  21. package/dist/src/commands/device/info.js +5 -7
  22. package/dist/src/commands/device/info.js.map +1 -1
  23. package/dist/src/commands/device/list.d.ts +0 -1
  24. package/dist/src/commands/device/list.d.ts.map +1 -1
  25. package/dist/src/commands/device/list.js +8 -9
  26. package/dist/src/commands/device/list.js.map +1 -1
  27. package/dist/src/commands/device/update.d.ts +0 -1
  28. package/dist/src/commands/device/update.d.ts.map +1 -1
  29. package/dist/src/commands/device/update.js +8 -10
  30. package/dist/src/commands/device/update.js.map +1 -1
  31. package/dist/src/commands/{agent → edge}/status.d.ts +0 -1
  32. package/dist/src/commands/edge/status.d.ts.map +1 -0
  33. package/dist/src/commands/edge/status.js +24 -0
  34. package/dist/src/commands/edge/status.js.map +1 -0
  35. package/dist/src/commands/function/list.js +3 -4
  36. package/dist/src/commands/function/list.js.map +1 -1
  37. package/dist/src/commands/function/logs.js +9 -11
  38. package/dist/src/commands/function/logs.js.map +1 -1
  39. package/dist/src/commands/function/trigger/list.d.ts +2 -3
  40. package/dist/src/commands/function/trigger/list.d.ts.map +1 -1
  41. package/dist/src/commands/function/trigger/list.js +15 -16
  42. package/dist/src/commands/function/trigger/list.js.map +1 -1
  43. package/dist/src/commands/function/watch.d.ts +0 -1
  44. package/dist/src/commands/function/watch.d.ts.map +1 -1
  45. package/dist/src/commands/function/watch.js +25 -25
  46. package/dist/src/commands/function/watch.js.map +1 -1
  47. package/dist/src/commands/halo/create.d.ts +0 -1
  48. package/dist/src/commands/halo/create.d.ts.map +1 -1
  49. package/dist/src/commands/halo/create.js +12 -13
  50. package/dist/src/commands/halo/create.js.map +1 -1
  51. package/dist/src/commands/halo/credential/add.js +5 -6
  52. package/dist/src/commands/halo/credential/add.js.map +1 -1
  53. package/dist/src/commands/halo/credential/list.d.ts +0 -1
  54. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  55. package/dist/src/commands/halo/credential/list.js +23 -24
  56. package/dist/src/commands/halo/credential/list.js.map +1 -1
  57. package/dist/src/commands/halo/identity.js +5 -6
  58. package/dist/src/commands/halo/identity.js.map +1 -1
  59. package/dist/src/commands/halo/join.d.ts +0 -1
  60. package/dist/src/commands/halo/join.d.ts.map +1 -1
  61. package/dist/src/commands/halo/join.js +22 -24
  62. package/dist/src/commands/halo/join.js.map +1 -1
  63. package/dist/src/commands/halo/keys.js +3 -4
  64. package/dist/src/commands/halo/keys.js.map +1 -1
  65. package/dist/src/commands/halo/recovery/generate.js +3 -4
  66. package/dist/src/commands/halo/recovery/generate.js.map +1 -1
  67. package/dist/src/commands/halo/recovery/use.d.ts +0 -1
  68. package/dist/src/commands/halo/recovery/use.d.ts.map +1 -1
  69. package/dist/src/commands/halo/recovery/use.js +7 -8
  70. package/dist/src/commands/halo/recovery/use.js.map +1 -1
  71. package/dist/src/commands/halo/share.d.ts +0 -1
  72. package/dist/src/commands/halo/share.d.ts.map +1 -1
  73. package/dist/src/commands/halo/share.js +27 -28
  74. package/dist/src/commands/halo/share.js.map +1 -1
  75. package/dist/src/commands/halo/update.d.ts +0 -1
  76. package/dist/src/commands/halo/update.d.ts.map +1 -1
  77. package/dist/src/commands/halo/update.js +9 -11
  78. package/dist/src/commands/halo/update.js.map +1 -1
  79. package/dist/src/commands/info.d.ts +0 -1
  80. package/dist/src/commands/info.d.ts.map +1 -1
  81. package/dist/src/commands/info.js +6 -7
  82. package/dist/src/commands/info.js.map +1 -1
  83. package/dist/src/commands/profile/import.d.ts +0 -1
  84. package/dist/src/commands/profile/import.d.ts.map +1 -1
  85. package/dist/src/commands/profile/import.js +15 -16
  86. package/dist/src/commands/profile/import.js.map +1 -1
  87. package/dist/src/commands/profile/inspect.d.ts +0 -1
  88. package/dist/src/commands/profile/inspect.d.ts.map +1 -1
  89. package/dist/src/commands/profile/inspect.js +14 -15
  90. package/dist/src/commands/profile/inspect.js.map +1 -1
  91. package/dist/src/commands/reset/index.d.ts +0 -1
  92. package/dist/src/commands/reset/index.d.ts.map +1 -1
  93. package/dist/src/commands/reset/index.js +15 -25
  94. package/dist/src/commands/reset/index.js.map +1 -1
  95. package/dist/src/commands/shell/index.js +2 -3
  96. package/dist/src/commands/shell/index.js.map +1 -1
  97. package/dist/src/commands/space/close.js +3 -4
  98. package/dist/src/commands/space/close.js.map +1 -1
  99. package/dist/src/commands/space/create.js +5 -6
  100. package/dist/src/commands/space/create.js.map +1 -1
  101. package/dist/src/commands/space/epoch.js +4 -5
  102. package/dist/src/commands/space/epoch.js.map +1 -1
  103. package/dist/src/commands/space/info.js +4 -5
  104. package/dist/src/commands/space/info.js.map +1 -1
  105. package/dist/src/commands/space/join.d.ts +0 -1
  106. package/dist/src/commands/space/join.d.ts.map +1 -1
  107. package/dist/src/commands/space/join.js +14 -16
  108. package/dist/src/commands/space/join.js.map +1 -1
  109. package/dist/src/commands/space/list.d.ts +0 -1
  110. package/dist/src/commands/space/list.d.ts.map +1 -1
  111. package/dist/src/commands/space/list.js +20 -21
  112. package/dist/src/commands/space/list.js.map +1 -1
  113. package/dist/src/commands/space/members.d.ts +0 -1
  114. package/dist/src/commands/space/members.d.ts.map +1 -1
  115. package/dist/src/commands/space/members.js +9 -10
  116. package/dist/src/commands/space/members.js.map +1 -1
  117. package/dist/src/commands/space/open.js +3 -4
  118. package/dist/src/commands/space/open.js.map +1 -1
  119. package/dist/src/commands/space/query.d.ts +0 -1
  120. package/dist/src/commands/space/query.d.ts.map +1 -1
  121. package/dist/src/commands/space/query.js +14 -17
  122. package/dist/src/commands/space/query.js.map +1 -1
  123. package/dist/src/commands/space/schema/list.d.ts +0 -1
  124. package/dist/src/commands/space/schema/list.d.ts.map +1 -1
  125. package/dist/src/commands/space/schema/list.js +13 -16
  126. package/dist/src/commands/space/schema/list.js.map +1 -1
  127. package/dist/src/commands/space/share.d.ts +0 -1
  128. package/dist/src/commands/space/share.d.ts.map +1 -1
  129. package/dist/src/commands/space/share.js +31 -32
  130. package/dist/src/commands/space/share.js.map +1 -1
  131. package/dist/src/commands/tunnel/index.d.ts +0 -1
  132. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  133. package/dist/src/commands/tunnel/index.js +19 -22
  134. package/dist/src/commands/tunnel/index.js.map +1 -1
  135. package/dist/src/commands/tunnel/list.d.ts +0 -1
  136. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  137. package/dist/src/commands/tunnel/list.js +10 -13
  138. package/dist/src/commands/tunnel/list.js.map +1 -1
  139. package/dist/src/components/SpaceTable.d.ts.map +1 -1
  140. package/dist/src/components/SpaceTable.js.map +1 -1
  141. package/dist/src/components/SystemTable.d.ts.map +1 -1
  142. package/dist/src/components/SystemTable.js +2 -2
  143. package/dist/src/components/SystemTable.js.map +1 -1
  144. package/dist/src/help.js +1 -1
  145. package/dist/src/help.js.map +1 -1
  146. package/dist/src/util/function/index.d.ts +0 -1
  147. package/dist/src/util/function/index.d.ts.map +1 -1
  148. package/dist/src/util/function/index.js +0 -1
  149. package/dist/src/util/function/index.js.map +1 -1
  150. package/dist/src/util/function/lookup.d.ts +11 -8
  151. package/dist/src/util/function/lookup.d.ts.map +1 -1
  152. package/dist/src/util/function/lookup.js +4 -5
  153. package/dist/src/util/function/lookup.js.map +1 -1
  154. package/dist/src/util/provider/digital-ocean.js +3 -3
  155. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  156. package/dist/src/util/provider/provider.d.ts.map +1 -1
  157. package/dist/src/util/provider/provider.js.map +1 -1
  158. package/dist/src/util/publish/build.d.ts +1 -1
  159. package/dist/src/util/publish/build.d.ts.map +1 -1
  160. package/dist/src/util/publish/build.js +2 -3
  161. package/dist/src/util/publish/build.js.map +1 -1
  162. package/dist/src/util/publish/common.d.ts.map +1 -1
  163. package/dist/src/util/publish/common.js.map +1 -1
  164. package/dist/src/util/publish/config.d.ts.map +1 -1
  165. package/dist/src/util/publish/config.js +2 -3
  166. package/dist/src/util/publish/config.js.map +1 -1
  167. package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
  168. package/dist/src/util/publish/ipfs-upload.js.map +1 -1
  169. package/dist/src/util/publish/publish.d.ts.map +1 -1
  170. package/dist/src/util/publish/publish.js +4 -5
  171. package/dist/src/util/publish/publish.js.map +1 -1
  172. package/dist/src/util/publish/publisher-rpc-peer.d.ts.map +1 -1
  173. package/dist/src/util/publish/publisher-rpc-peer.js +10 -8
  174. package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
  175. package/dist/src/util/supervisor/supervisor-rpc-peer.d.ts.map +1 -1
  176. package/dist/src/util/supervisor/supervisor-rpc-peer.js +10 -8
  177. package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
  178. package/dist/src/util/tunnel/common.d.ts.map +1 -1
  179. package/dist/src/util/tunnel/common.js.map +1 -1
  180. package/dist/src/util/tunnel/tunnel-rpc-peer.d.ts.map +1 -1
  181. package/dist/src/util/tunnel/tunnel-rpc-peer.js +10 -8
  182. package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
  183. package/dist/tsconfig.tsbuildinfo +1 -1
  184. package/oclif.manifest.json +120 -1193
  185. package/package.json +34 -34
  186. package/dist/src/commands/agent/agent.node.test.d.ts +0 -2
  187. package/dist/src/commands/agent/agent.node.test.d.ts.map +0 -1
  188. package/dist/src/commands/agent/agent.node.test.js +0 -178
  189. package/dist/src/commands/agent/agent.node.test.js.map +0 -1
  190. package/dist/src/commands/agent/invitations.d.ts +0 -20
  191. package/dist/src/commands/agent/invitations.d.ts.map +0 -1
  192. package/dist/src/commands/agent/invitations.js +0 -89
  193. package/dist/src/commands/agent/invitations.js.map +0 -1
  194. package/dist/src/commands/agent/list.d.ts +0 -22
  195. package/dist/src/commands/agent/list.d.ts.map +0 -1
  196. package/dist/src/commands/agent/list.js +0 -46
  197. package/dist/src/commands/agent/list.js.map +0 -1
  198. package/dist/src/commands/agent/restart.d.ts +0 -21
  199. package/dist/src/commands/agent/restart.d.ts.map +0 -1
  200. package/dist/src/commands/agent/restart.js +0 -27
  201. package/dist/src/commands/agent/restart.js.map +0 -1
  202. package/dist/src/commands/agent/start.d.ts +0 -33
  203. package/dist/src/commands/agent/start.d.ts.map +0 -1
  204. package/dist/src/commands/agent/start.js +0 -209
  205. package/dist/src/commands/agent/start.js.map +0 -1
  206. package/dist/src/commands/agent/status.d.ts.map +0 -1
  207. package/dist/src/commands/agent/status.js +0 -31
  208. package/dist/src/commands/agent/status.js.map +0 -1
  209. package/dist/src/commands/agent/stop.d.ts +0 -22
  210. package/dist/src/commands/agent/stop.d.ts.map +0 -1
  211. package/dist/src/commands/agent/stop.js +0 -50
  212. package/dist/src/commands/agent/stop.js.map +0 -1
  213. package/dist/src/commands/function/upload.d.ts +0 -34
  214. package/dist/src/commands/function/upload.d.ts.map +0 -1
  215. package/dist/src/commands/function/upload.js +0 -153
  216. package/dist/src/commands/function/upload.js.map +0 -1
  217. package/dist/src/util/function/bundle.d.ts +0 -5
  218. package/dist/src/util/function/bundle.d.ts.map +0 -1
  219. package/dist/src/util/function/bundle.js +0 -13
  220. package/dist/src/util/function/bundle.js.map +0 -1
@@ -67,13 +67,6 @@
67
67
  "multiple": false,
68
68
  "type": "option"
69
69
  },
70
- "agent": {
71
- "description": "Run command with agent.",
72
- "env": "DX_NO_AGENT",
73
- "name": "agent",
74
- "allowNo": true,
75
- "type": "boolean"
76
- },
77
70
  "json-log": {
78
71
  "description": "When running in foreground, log JSON format",
79
72
  "name": "json-log",
@@ -105,10 +98,10 @@
105
98
  "info.js"
106
99
  ]
107
100
  },
108
- "agent:invitations": {
101
+ "config": {
109
102
  "aliases": [],
110
103
  "args": {},
111
- "description": "List valid invitations.",
104
+ "description": "Show config file.",
112
105
  "flags": {
113
106
  "json": {
114
107
  "description": "Output as JSON.",
@@ -172,13 +165,6 @@
172
165
  "multiple": false,
173
166
  "type": "option"
174
167
  },
175
- "agent": {
176
- "description": "Run command with agent.",
177
- "env": "DX_NO_AGENT",
178
- "name": "agent",
179
- "allowNo": true,
180
- "type": "boolean"
181
- },
182
168
  "json-log": {
183
169
  "description": "When running in foreground, log JSON format",
184
170
  "name": "json-log",
@@ -192,17 +178,11 @@
192
178
  "hasDynamicHelp": false,
193
179
  "multiple": false,
194
180
  "type": "option"
195
- },
196
- "truncate": {
197
- "description": "Do not truncate keys.",
198
- "name": "truncate",
199
- "allowNo": true,
200
- "type": "boolean"
201
181
  }
202
182
  },
203
183
  "hasDynamicHelp": false,
204
184
  "hiddenAliases": [],
205
- "id": "agent:invitations",
185
+ "id": "config",
206
186
  "pluginAlias": "@dxos/cli",
207
187
  "pluginName": "@dxos/cli",
208
188
  "pluginType": "core",
@@ -213,14 +193,14 @@
213
193
  "dist",
214
194
  "src",
215
195
  "commands",
216
- "agent",
217
- "invitations.js"
196
+ "config",
197
+ "index.js"
218
198
  ]
219
199
  },
220
- "agent:list": {
200
+ "device:info": {
221
201
  "aliases": [],
222
202
  "args": {},
223
- "description": "List agents.",
203
+ "description": "Show device info.",
224
204
  "flags": {
225
205
  "json": {
226
206
  "description": "Output as JSON.",
@@ -284,13 +264,6 @@
284
264
  "multiple": false,
285
265
  "type": "option"
286
266
  },
287
- "agent": {
288
- "description": "Run command with agent.",
289
- "env": "DX_NO_AGENT",
290
- "name": "agent",
291
- "allowNo": true,
292
- "type": "boolean"
293
- },
294
267
  "json-log": {
295
268
  "description": "When running in foreground, log JSON format",
296
269
  "name": "json-log",
@@ -304,29 +277,11 @@
304
277
  "hasDynamicHelp": false,
305
278
  "multiple": false,
306
279
  "type": "option"
307
- },
308
- "extended": {
309
- "description": "Show extended table columns.",
310
- "name": "extended",
311
- "allowNo": false,
312
- "type": "boolean"
313
- },
314
- "live": {
315
- "description": "Live update.",
316
- "name": "live",
317
- "allowNo": false,
318
- "type": "boolean"
319
- },
320
- "system": {
321
- "description": "Run as system daemon.",
322
- "name": "system",
323
- "allowNo": false,
324
- "type": "boolean"
325
280
  }
326
281
  },
327
282
  "hasDynamicHelp": false,
328
283
  "hiddenAliases": [],
329
- "id": "agent:list",
284
+ "id": "device:info",
330
285
  "pluginAlias": "@dxos/cli",
331
286
  "pluginName": "@dxos/cli",
332
287
  "pluginType": "core",
@@ -337,14 +292,14 @@
337
292
  "dist",
338
293
  "src",
339
294
  "commands",
340
- "agent",
341
- "list.js"
295
+ "device",
296
+ "info.js"
342
297
  ]
343
298
  },
344
- "agent:restart": {
299
+ "device:list": {
345
300
  "aliases": [],
346
301
  "args": {},
347
- "description": "Restart agent daemon.",
302
+ "description": "Show device info.",
348
303
  "flags": {
349
304
  "json": {
350
305
  "description": "Output as JSON.",
@@ -408,13 +363,6 @@
408
363
  "multiple": false,
409
364
  "type": "option"
410
365
  },
411
- "agent": {
412
- "description": "Run command with agent.",
413
- "env": "DX_NO_AGENT",
414
- "name": "agent",
415
- "allowNo": true,
416
- "type": "boolean"
417
- },
418
366
  "json-log": {
419
367
  "description": "When running in foreground, log JSON format",
420
368
  "name": "json-log",
@@ -429,22 +377,16 @@
429
377
  "multiple": false,
430
378
  "type": "option"
431
379
  },
432
- "force": {
433
- "description": "Force restart.",
434
- "name": "force",
435
- "allowNo": false,
436
- "type": "boolean"
437
- },
438
- "system": {
439
- "description": "Run as system daemon.",
440
- "name": "system",
380
+ "extended": {
381
+ "description": "Show extended table columns.",
382
+ "name": "extended",
441
383
  "allowNo": false,
442
384
  "type": "boolean"
443
385
  }
444
386
  },
445
387
  "hasDynamicHelp": false,
446
388
  "hiddenAliases": [],
447
- "id": "agent:restart",
389
+ "id": "device:list",
448
390
  "pluginAlias": "@dxos/cli",
449
391
  "pluginName": "@dxos/cli",
450
392
  "pluginType": "core",
@@ -455,20 +397,14 @@
455
397
  "dist",
456
398
  "src",
457
399
  "commands",
458
- "agent",
459
- "restart.js"
400
+ "device",
401
+ "list.js"
460
402
  ]
461
403
  },
462
- "agent:start": {
404
+ "device:update": {
463
405
  "aliases": [],
464
406
  "args": {},
465
- "description": "Starts the agent.",
466
- "examples": [
467
- {
468
- "description": "Run with .",
469
- "command": "dx agent start -f --ws=5001"
470
- }
471
- ],
407
+ "description": "Update device info.",
472
408
  "flags": {
473
409
  "json": {
474
410
  "description": "Output as JSON.",
@@ -532,13 +468,6 @@
532
468
  "multiple": false,
533
469
  "type": "option"
534
470
  },
535
- "agent": {
536
- "description": "Run command with agent.",
537
- "env": "DX_NO_AGENT",
538
- "name": "agent",
539
- "allowNo": true,
540
- "type": "boolean"
541
- },
542
471
  "json-log": {
543
472
  "description": "When running in foreground, log JSON format",
544
473
  "name": "json-log",
@@ -553,172 +482,45 @@
553
482
  "multiple": false,
554
483
  "type": "option"
555
484
  },
556
- "foreground": {
557
- "char": "f",
558
- "description": "Run in foreground.",
559
- "name": "foreground",
560
- "allowNo": false,
561
- "type": "boolean"
562
- },
563
- "system": {
564
- "description": "Run as system daemon.",
565
- "name": "system",
566
- "allowNo": false,
567
- "type": "boolean"
568
- },
569
- "ws": {
570
- "aliases": [
571
- "web-socket"
572
- ],
573
- "description": "Expose web socket port.",
574
- "name": "ws",
575
- "hasDynamicHelp": false,
576
- "helpValue": "port",
577
- "multiple": false,
578
- "type": "option"
579
- },
580
- "http": {
581
- "description": "Expose http port.",
582
- "name": "http",
485
+ "label": {
486
+ "description": "Set device label",
487
+ "name": "label",
488
+ "required": true,
583
489
  "hasDynamicHelp": false,
584
- "helpValue": "port",
585
490
  "multiple": false,
586
491
  "type": "option"
587
- },
588
- "metrics": {
589
- "description": "Start metrics recording.",
590
- "name": "metrics",
591
- "allowNo": false,
592
- "type": "boolean"
593
492
  }
594
493
  },
595
494
  "hasDynamicHelp": false,
596
495
  "hiddenAliases": [],
597
- "id": "agent:start",
496
+ "id": "device:update",
598
497
  "pluginAlias": "@dxos/cli",
599
498
  "pluginName": "@dxos/cli",
600
499
  "pluginType": "core",
601
500
  "strict": true,
602
- "enableJsonFlag": true,
603
501
  "isESM": true,
604
502
  "relativePath": [
605
503
  "dist",
606
504
  "src",
607
505
  "commands",
608
- "agent",
609
- "start.js"
506
+ "device",
507
+ "update.js"
610
508
  ]
611
509
  },
612
- "agent:status": {
510
+ "debug:diagnostics": {
613
511
  "aliases": [],
614
512
  "args": {},
615
- "description": "Show agent status",
616
- "flags": {
617
- "json": {
618
- "description": "Output as JSON.",
619
- "name": "json",
620
- "allowNo": false,
621
- "type": "boolean"
622
- },
623
- "verbose": {
624
- "char": "v",
625
- "description": "Verbose output",
626
- "name": "verbose",
627
- "allowNo": false,
628
- "type": "boolean"
629
- },
630
- "dry-run": {
631
- "description": "Dry run.",
632
- "name": "dry-run",
633
- "allowNo": false,
634
- "type": "boolean"
635
- },
636
- "profile": {
637
- "description": "User profile.",
638
- "env": "DX_PROFILE",
639
- "name": "profile",
640
- "default": "default",
641
- "hasDynamicHelp": false,
642
- "multiple": false,
643
- "type": "option"
644
- },
645
- "config": {
646
- "aliases": [
647
- "c"
648
- ],
649
- "dependsOn": [
650
- "profile"
651
- ],
652
- "description": "Config file.",
653
- "env": "DX_CONFIG",
654
- "name": "config",
655
- "default": "/github/home/.config/dx/profile/default.yml",
656
- "hasDynamicHelp": false,
657
- "helpValue": "path",
658
- "multiple": false,
659
- "type": "option"
660
- },
661
- "timeout": {
662
- "aliases": [
663
- "t"
664
- ],
665
- "description": "Timeout (ms).",
666
- "name": "timeout",
667
- "default": 60000,
668
- "hasDynamicHelp": false,
669
- "multiple": false,
670
- "type": "option"
671
- },
672
- "target": {
673
- "description": "Target websocket server.",
674
- "name": "target",
675
- "hasDynamicHelp": false,
676
- "multiple": false,
677
- "type": "option"
678
- },
679
- "agent": {
680
- "description": "Run command with agent.",
681
- "env": "DX_NO_AGENT",
682
- "name": "agent",
683
- "allowNo": true,
684
- "type": "boolean"
685
- },
686
- "json-log": {
687
- "description": "When running in foreground, log JSON format",
688
- "name": "json-log",
689
- "allowNo": false,
690
- "type": "boolean"
513
+ "description": "Create diagnostics report.",
514
+ "examples": [
515
+ {
516
+ "description": "Inspect diagnostics.",
517
+ "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
691
518
  },
692
- "json-logfile": {
693
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
694
- "name": "json-logfile",
695
- "default": "stderr",
696
- "hasDynamicHelp": false,
697
- "multiple": false,
698
- "type": "option"
519
+ {
520
+ "description": "Upload diagnostics to GitHub.",
521
+ "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
699
522
  }
700
- },
701
- "hasDynamicHelp": false,
702
- "hiddenAliases": [],
703
- "id": "agent:status",
704
- "pluginAlias": "@dxos/cli",
705
- "pluginName": "@dxos/cli",
706
- "pluginType": "core",
707
- "strict": true,
708
- "enableJsonFlag": true,
709
- "isESM": true,
710
- "relativePath": [
711
- "dist",
712
- "src",
713
- "commands",
714
- "agent",
715
- "status.js"
716
- ]
717
- },
718
- "agent:stop": {
719
- "aliases": [],
720
- "args": {},
721
- "description": "Stop agent daemon.",
523
+ ],
722
524
  "flags": {
723
525
  "json": {
724
526
  "description": "Output as JSON.",
@@ -782,13 +584,6 @@
782
584
  "multiple": false,
783
585
  "type": "option"
784
586
  },
785
- "agent": {
786
- "description": "Run command with agent.",
787
- "env": "DX_NO_AGENT",
788
- "name": "agent",
789
- "allowNo": true,
790
- "type": "boolean"
791
- },
792
587
  "json-log": {
793
588
  "description": "When running in foreground, log JSON format",
794
589
  "name": "json-log",
@@ -803,28 +598,22 @@
803
598
  "multiple": false,
804
599
  "type": "option"
805
600
  },
806
- "all": {
807
- "description": "Stop all agents.",
808
- "name": "all",
809
- "allowNo": false,
810
- "type": "boolean"
811
- },
812
- "force": {
813
- "description": "Force stop.",
814
- "name": "force",
601
+ "humanize": {
602
+ "description": "Humanize keys.",
603
+ "name": "humanize",
815
604
  "allowNo": false,
816
605
  "type": "boolean"
817
606
  },
818
- "system": {
819
- "description": "Run as system daemon.",
820
- "name": "system",
607
+ "truncate": {
608
+ "description": "Truncate keys.",
609
+ "name": "truncate",
821
610
  "allowNo": false,
822
611
  "type": "boolean"
823
612
  }
824
613
  },
825
614
  "hasDynamicHelp": false,
826
615
  "hiddenAliases": [],
827
- "id": "agent:stop",
616
+ "id": "debug:diagnostics",
828
617
  "pluginAlias": "@dxos/cli",
829
618
  "pluginName": "@dxos/cli",
830
619
  "pluginType": "core",
@@ -835,14 +624,14 @@
835
624
  "dist",
836
625
  "src",
837
626
  "commands",
838
- "agent",
839
- "stop.js"
627
+ "debug",
628
+ "diagnostics.js"
840
629
  ]
841
630
  },
842
- "config": {
631
+ "debug:error": {
843
632
  "aliases": [],
844
633
  "args": {},
845
- "description": "Show config file.",
634
+ "description": "Throw error for debugging.",
846
635
  "flags": {
847
636
  "json": {
848
637
  "description": "Output as JSON.",
@@ -906,13 +695,6 @@
906
695
  "multiple": false,
907
696
  "type": "option"
908
697
  },
909
- "agent": {
910
- "description": "Run command with agent.",
911
- "env": "DX_NO_AGENT",
912
- "name": "agent",
913
- "allowNo": true,
914
- "type": "boolean"
915
- },
916
698
  "json-log": {
917
699
  "description": "When running in foreground, log JSON format",
918
700
  "name": "json-log",
@@ -930,35 +712,29 @@
930
712
  },
931
713
  "hasDynamicHelp": false,
932
714
  "hiddenAliases": [],
933
- "id": "config",
715
+ "id": "debug:error",
934
716
  "pluginAlias": "@dxos/cli",
935
717
  "pluginName": "@dxos/cli",
936
718
  "pluginType": "core",
937
719
  "strict": true,
938
- "enableJsonFlag": true,
939
720
  "isESM": true,
940
721
  "relativePath": [
941
722
  "dist",
942
723
  "src",
943
724
  "commands",
944
- "config",
945
- "index.js"
725
+ "debug",
726
+ "error.js"
946
727
  ]
947
728
  },
948
- "debug:diagnostics": {
729
+ "debug:generate": {
949
730
  "aliases": [],
950
- "args": {},
951
- "description": "Create diagnostics report.",
952
- "examples": [
953
- {
954
- "description": "Inspect diagnostics.",
955
- "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
956
- },
957
- {
958
- "description": "Upload diagnostics to GitHub.",
959
- "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
731
+ "args": {
732
+ "key": {
733
+ "description": "Space key(s) head in hex.",
734
+ "name": "key"
960
735
  }
961
- ],
736
+ },
737
+ "description": "Generate test data.",
962
738
  "flags": {
963
739
  "json": {
964
740
  "description": "Output as JSON.",
@@ -1022,241 +798,6 @@
1022
798
  "multiple": false,
1023
799
  "type": "option"
1024
800
  },
1025
- "agent": {
1026
- "description": "Run command with agent.",
1027
- "env": "DX_NO_AGENT",
1028
- "name": "agent",
1029
- "allowNo": true,
1030
- "type": "boolean"
1031
- },
1032
- "json-log": {
1033
- "description": "When running in foreground, log JSON format",
1034
- "name": "json-log",
1035
- "allowNo": false,
1036
- "type": "boolean"
1037
- },
1038
- "json-logfile": {
1039
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1040
- "name": "json-logfile",
1041
- "default": "stderr",
1042
- "hasDynamicHelp": false,
1043
- "multiple": false,
1044
- "type": "option"
1045
- },
1046
- "humanize": {
1047
- "description": "Humanize keys.",
1048
- "name": "humanize",
1049
- "allowNo": false,
1050
- "type": "boolean"
1051
- },
1052
- "truncate": {
1053
- "description": "Truncate keys.",
1054
- "name": "truncate",
1055
- "allowNo": false,
1056
- "type": "boolean"
1057
- }
1058
- },
1059
- "hasDynamicHelp": false,
1060
- "hiddenAliases": [],
1061
- "id": "debug:diagnostics",
1062
- "pluginAlias": "@dxos/cli",
1063
- "pluginName": "@dxos/cli",
1064
- "pluginType": "core",
1065
- "strict": true,
1066
- "enableJsonFlag": true,
1067
- "isESM": true,
1068
- "relativePath": [
1069
- "dist",
1070
- "src",
1071
- "commands",
1072
- "debug",
1073
- "diagnostics.js"
1074
- ]
1075
- },
1076
- "debug:error": {
1077
- "aliases": [],
1078
- "args": {},
1079
- "description": "Throw error for debugging.",
1080
- "flags": {
1081
- "json": {
1082
- "description": "Output as JSON.",
1083
- "name": "json",
1084
- "allowNo": false,
1085
- "type": "boolean"
1086
- },
1087
- "verbose": {
1088
- "char": "v",
1089
- "description": "Verbose output",
1090
- "name": "verbose",
1091
- "allowNo": false,
1092
- "type": "boolean"
1093
- },
1094
- "dry-run": {
1095
- "description": "Dry run.",
1096
- "name": "dry-run",
1097
- "allowNo": false,
1098
- "type": "boolean"
1099
- },
1100
- "profile": {
1101
- "description": "User profile.",
1102
- "env": "DX_PROFILE",
1103
- "name": "profile",
1104
- "default": "default",
1105
- "hasDynamicHelp": false,
1106
- "multiple": false,
1107
- "type": "option"
1108
- },
1109
- "config": {
1110
- "aliases": [
1111
- "c"
1112
- ],
1113
- "dependsOn": [
1114
- "profile"
1115
- ],
1116
- "description": "Config file.",
1117
- "env": "DX_CONFIG",
1118
- "name": "config",
1119
- "default": "/github/home/.config/dx/profile/default.yml",
1120
- "hasDynamicHelp": false,
1121
- "helpValue": "path",
1122
- "multiple": false,
1123
- "type": "option"
1124
- },
1125
- "timeout": {
1126
- "aliases": [
1127
- "t"
1128
- ],
1129
- "description": "Timeout (ms).",
1130
- "name": "timeout",
1131
- "default": 60000,
1132
- "hasDynamicHelp": false,
1133
- "multiple": false,
1134
- "type": "option"
1135
- },
1136
- "target": {
1137
- "description": "Target websocket server.",
1138
- "name": "target",
1139
- "hasDynamicHelp": false,
1140
- "multiple": false,
1141
- "type": "option"
1142
- },
1143
- "agent": {
1144
- "description": "Run command with agent.",
1145
- "env": "DX_NO_AGENT",
1146
- "name": "agent",
1147
- "allowNo": true,
1148
- "type": "boolean"
1149
- },
1150
- "json-log": {
1151
- "description": "When running in foreground, log JSON format",
1152
- "name": "json-log",
1153
- "allowNo": false,
1154
- "type": "boolean"
1155
- },
1156
- "json-logfile": {
1157
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1158
- "name": "json-logfile",
1159
- "default": "stderr",
1160
- "hasDynamicHelp": false,
1161
- "multiple": false,
1162
- "type": "option"
1163
- }
1164
- },
1165
- "hasDynamicHelp": false,
1166
- "hiddenAliases": [],
1167
- "id": "debug:error",
1168
- "pluginAlias": "@dxos/cli",
1169
- "pluginName": "@dxos/cli",
1170
- "pluginType": "core",
1171
- "strict": true,
1172
- "isESM": true,
1173
- "relativePath": [
1174
- "dist",
1175
- "src",
1176
- "commands",
1177
- "debug",
1178
- "error.js"
1179
- ]
1180
- },
1181
- "debug:generate": {
1182
- "aliases": [],
1183
- "args": {
1184
- "key": {
1185
- "description": "Space key(s) head in hex.",
1186
- "name": "key"
1187
- }
1188
- },
1189
- "description": "Generate test data.",
1190
- "flags": {
1191
- "json": {
1192
- "description": "Output as JSON.",
1193
- "name": "json",
1194
- "allowNo": false,
1195
- "type": "boolean"
1196
- },
1197
- "verbose": {
1198
- "char": "v",
1199
- "description": "Verbose output",
1200
- "name": "verbose",
1201
- "allowNo": false,
1202
- "type": "boolean"
1203
- },
1204
- "dry-run": {
1205
- "description": "Dry run.",
1206
- "name": "dry-run",
1207
- "allowNo": false,
1208
- "type": "boolean"
1209
- },
1210
- "profile": {
1211
- "description": "User profile.",
1212
- "env": "DX_PROFILE",
1213
- "name": "profile",
1214
- "default": "default",
1215
- "hasDynamicHelp": false,
1216
- "multiple": false,
1217
- "type": "option"
1218
- },
1219
- "config": {
1220
- "aliases": [
1221
- "c"
1222
- ],
1223
- "dependsOn": [
1224
- "profile"
1225
- ],
1226
- "description": "Config file.",
1227
- "env": "DX_CONFIG",
1228
- "name": "config",
1229
- "default": "/github/home/.config/dx/profile/default.yml",
1230
- "hasDynamicHelp": false,
1231
- "helpValue": "path",
1232
- "multiple": false,
1233
- "type": "option"
1234
- },
1235
- "timeout": {
1236
- "aliases": [
1237
- "t"
1238
- ],
1239
- "description": "Timeout (ms).",
1240
- "name": "timeout",
1241
- "default": 60000,
1242
- "hasDynamicHelp": false,
1243
- "multiple": false,
1244
- "type": "option"
1245
- },
1246
- "target": {
1247
- "description": "Target websocket server.",
1248
- "name": "target",
1249
- "hasDynamicHelp": false,
1250
- "multiple": false,
1251
- "type": "option"
1252
- },
1253
- "agent": {
1254
- "description": "Run command with agent.",
1255
- "env": "DX_NO_AGENT",
1256
- "name": "agent",
1257
- "allowNo": true,
1258
- "type": "boolean"
1259
- },
1260
801
  "json-log": {
1261
802
  "description": "When running in foreground, log JSON format",
1262
803
  "name": "json-log",
@@ -1279,364 +820,33 @@
1279
820
  "multiple": false,
1280
821
  "type": "option"
1281
822
  },
1282
- "jitter": {
1283
- "description": "Interval variance (ms).",
1284
- "name": "jitter",
1285
- "default": 0,
1286
- "hasDynamicHelp": false,
1287
- "multiple": false,
1288
- "type": "option"
1289
- },
1290
- "objects": {
1291
- "description": "Number of objects.",
1292
- "name": "objects",
1293
- "default": 0,
1294
- "hasDynamicHelp": false,
1295
- "multiple": false,
1296
- "type": "option"
1297
- },
1298
- "mutations": {
1299
- "description": "Number of mutations.",
1300
- "name": "mutations",
1301
- "default": 0,
1302
- "hasDynamicHelp": false,
1303
- "multiple": false,
1304
- "type": "option"
1305
- },
1306
- "epoch": {
1307
- "description": "Number of mutations per epoch.",
1308
- "name": "epoch",
1309
- "hasDynamicHelp": false,
1310
- "multiple": false,
1311
- "type": "option"
1312
- }
1313
- },
1314
- "hasDynamicHelp": false,
1315
- "hiddenAliases": [],
1316
- "id": "debug:generate",
1317
- "pluginAlias": "@dxos/cli",
1318
- "pluginName": "@dxos/cli",
1319
- "pluginType": "core",
1320
- "strict": true,
1321
- "enableJsonFlag": true,
1322
- "isESM": true,
1323
- "relativePath": [
1324
- "dist",
1325
- "src",
1326
- "commands",
1327
- "debug",
1328
- "generate.js"
1329
- ]
1330
- },
1331
- "debug:metrics": {
1332
- "aliases": [],
1333
- "args": {
1334
- "command": {
1335
- "description": "Control metrics recording.",
1336
- "name": "command"
1337
- }
1338
- },
1339
- "description": "Control metrics.",
1340
- "flags": {
1341
- "json": {
1342
- "description": "Output as JSON.",
1343
- "name": "json",
1344
- "allowNo": false,
1345
- "type": "boolean"
1346
- },
1347
- "verbose": {
1348
- "char": "v",
1349
- "description": "Verbose output",
1350
- "name": "verbose",
1351
- "allowNo": false,
1352
- "type": "boolean"
1353
- },
1354
- "dry-run": {
1355
- "description": "Dry run.",
1356
- "name": "dry-run",
1357
- "allowNo": false,
1358
- "type": "boolean"
1359
- },
1360
- "profile": {
1361
- "description": "User profile.",
1362
- "env": "DX_PROFILE",
1363
- "name": "profile",
1364
- "default": "default",
1365
- "hasDynamicHelp": false,
1366
- "multiple": false,
1367
- "type": "option"
1368
- },
1369
- "config": {
1370
- "aliases": [
1371
- "c"
1372
- ],
1373
- "dependsOn": [
1374
- "profile"
1375
- ],
1376
- "description": "Config file.",
1377
- "env": "DX_CONFIG",
1378
- "name": "config",
1379
- "default": "/github/home/.config/dx/profile/default.yml",
1380
- "hasDynamicHelp": false,
1381
- "helpValue": "path",
1382
- "multiple": false,
1383
- "type": "option"
1384
- },
1385
- "timeout": {
1386
- "aliases": [
1387
- "t"
1388
- ],
1389
- "description": "Timeout (ms).",
1390
- "name": "timeout",
1391
- "default": 60000,
1392
- "hasDynamicHelp": false,
1393
- "multiple": false,
1394
- "type": "option"
1395
- },
1396
- "target": {
1397
- "description": "Target websocket server.",
1398
- "name": "target",
1399
- "hasDynamicHelp": false,
1400
- "multiple": false,
1401
- "type": "option"
1402
- },
1403
- "agent": {
1404
- "description": "Run command with agent.",
1405
- "env": "DX_NO_AGENT",
1406
- "name": "agent",
1407
- "allowNo": true,
1408
- "type": "boolean"
1409
- },
1410
- "json-log": {
1411
- "description": "When running in foreground, log JSON format",
1412
- "name": "json-log",
1413
- "allowNo": false,
1414
- "type": "boolean"
1415
- },
1416
- "json-logfile": {
1417
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1418
- "name": "json-logfile",
1419
- "default": "stderr",
1420
- "hasDynamicHelp": false,
1421
- "multiple": false,
1422
- "type": "option"
1423
- }
1424
- },
1425
- "hasDynamicHelp": false,
1426
- "hiddenAliases": [],
1427
- "id": "debug:metrics",
1428
- "pluginAlias": "@dxos/cli",
1429
- "pluginName": "@dxos/cli",
1430
- "pluginType": "core",
1431
- "strict": true,
1432
- "enableJsonFlag": true,
1433
- "isESM": true,
1434
- "relativePath": [
1435
- "dist",
1436
- "src",
1437
- "commands",
1438
- "debug",
1439
- "metrics.js"
1440
- ]
1441
- },
1442
- "debug:status": {
1443
- "aliases": [],
1444
- "args": {},
1445
- "description": "Display status.",
1446
- "flags": {
1447
- "json": {
1448
- "description": "Output as JSON.",
1449
- "name": "json",
1450
- "allowNo": false,
1451
- "type": "boolean"
1452
- },
1453
- "verbose": {
1454
- "char": "v",
1455
- "description": "Verbose output",
1456
- "name": "verbose",
1457
- "allowNo": false,
1458
- "type": "boolean"
1459
- },
1460
- "dry-run": {
1461
- "description": "Dry run.",
1462
- "name": "dry-run",
1463
- "allowNo": false,
1464
- "type": "boolean"
1465
- },
1466
- "profile": {
1467
- "description": "User profile.",
1468
- "env": "DX_PROFILE",
1469
- "name": "profile",
1470
- "default": "default",
1471
- "hasDynamicHelp": false,
1472
- "multiple": false,
1473
- "type": "option"
1474
- },
1475
- "config": {
1476
- "aliases": [
1477
- "c"
1478
- ],
1479
- "dependsOn": [
1480
- "profile"
1481
- ],
1482
- "description": "Config file.",
1483
- "env": "DX_CONFIG",
1484
- "name": "config",
1485
- "default": "/github/home/.config/dx/profile/default.yml",
1486
- "hasDynamicHelp": false,
1487
- "helpValue": "path",
1488
- "multiple": false,
1489
- "type": "option"
1490
- },
1491
- "timeout": {
1492
- "aliases": [
1493
- "t"
1494
- ],
1495
- "description": "Timeout (ms).",
1496
- "name": "timeout",
1497
- "default": 60000,
1498
- "hasDynamicHelp": false,
1499
- "multiple": false,
1500
- "type": "option"
1501
- },
1502
- "target": {
1503
- "description": "Target websocket server.",
1504
- "name": "target",
1505
- "hasDynamicHelp": false,
1506
- "multiple": false,
1507
- "type": "option"
1508
- },
1509
- "agent": {
1510
- "description": "Run command with agent.",
1511
- "env": "DX_NO_AGENT",
1512
- "name": "agent",
1513
- "allowNo": true,
1514
- "type": "boolean"
1515
- },
1516
- "json-log": {
1517
- "description": "When running in foreground, log JSON format",
1518
- "name": "json-log",
1519
- "allowNo": false,
1520
- "type": "boolean"
1521
- },
1522
- "json-logfile": {
1523
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1524
- "name": "json-logfile",
1525
- "default": "stderr",
1526
- "hasDynamicHelp": false,
1527
- "multiple": false,
1528
- "type": "option"
1529
- },
1530
- "interval": {
1531
- "description": "Update interval (ms).",
1532
- "name": "interval",
1533
- "default": 1000,
1534
- "hasDynamicHelp": false,
1535
- "multiple": false,
1536
- "type": "option"
1537
- }
1538
- },
1539
- "hasDynamicHelp": false,
1540
- "hiddenAliases": [],
1541
- "id": "debug:status",
1542
- "pluginAlias": "@dxos/cli",
1543
- "pluginName": "@dxos/cli",
1544
- "pluginType": "core",
1545
- "strict": true,
1546
- "enableJsonFlag": true,
1547
- "isESM": true,
1548
- "relativePath": [
1549
- "dist",
1550
- "src",
1551
- "commands",
1552
- "debug",
1553
- "status.js"
1554
- ]
1555
- },
1556
- "device:info": {
1557
- "aliases": [],
1558
- "args": {},
1559
- "description": "Show device info.",
1560
- "flags": {
1561
- "json": {
1562
- "description": "Output as JSON.",
1563
- "name": "json",
1564
- "allowNo": false,
1565
- "type": "boolean"
1566
- },
1567
- "verbose": {
1568
- "char": "v",
1569
- "description": "Verbose output",
1570
- "name": "verbose",
1571
- "allowNo": false,
1572
- "type": "boolean"
1573
- },
1574
- "dry-run": {
1575
- "description": "Dry run.",
1576
- "name": "dry-run",
1577
- "allowNo": false,
1578
- "type": "boolean"
1579
- },
1580
- "profile": {
1581
- "description": "User profile.",
1582
- "env": "DX_PROFILE",
1583
- "name": "profile",
1584
- "default": "default",
1585
- "hasDynamicHelp": false,
1586
- "multiple": false,
1587
- "type": "option"
1588
- },
1589
- "config": {
1590
- "aliases": [
1591
- "c"
1592
- ],
1593
- "dependsOn": [
1594
- "profile"
1595
- ],
1596
- "description": "Config file.",
1597
- "env": "DX_CONFIG",
1598
- "name": "config",
1599
- "default": "/github/home/.config/dx/profile/default.yml",
1600
- "hasDynamicHelp": false,
1601
- "helpValue": "path",
1602
- "multiple": false,
1603
- "type": "option"
1604
- },
1605
- "timeout": {
1606
- "aliases": [
1607
- "t"
1608
- ],
1609
- "description": "Timeout (ms).",
1610
- "name": "timeout",
1611
- "default": 60000,
823
+ "jitter": {
824
+ "description": "Interval variance (ms).",
825
+ "name": "jitter",
826
+ "default": 0,
1612
827
  "hasDynamicHelp": false,
1613
828
  "multiple": false,
1614
829
  "type": "option"
1615
830
  },
1616
- "target": {
1617
- "description": "Target websocket server.",
1618
- "name": "target",
831
+ "objects": {
832
+ "description": "Number of objects.",
833
+ "name": "objects",
834
+ "default": 0,
1619
835
  "hasDynamicHelp": false,
1620
836
  "multiple": false,
1621
837
  "type": "option"
1622
838
  },
1623
- "agent": {
1624
- "description": "Run command with agent.",
1625
- "env": "DX_NO_AGENT",
1626
- "name": "agent",
1627
- "allowNo": true,
1628
- "type": "boolean"
1629
- },
1630
- "json-log": {
1631
- "description": "When running in foreground, log JSON format",
1632
- "name": "json-log",
1633
- "allowNo": false,
1634
- "type": "boolean"
839
+ "mutations": {
840
+ "description": "Number of mutations.",
841
+ "name": "mutations",
842
+ "default": 0,
843
+ "hasDynamicHelp": false,
844
+ "multiple": false,
845
+ "type": "option"
1635
846
  },
1636
- "json-logfile": {
1637
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1638
- "name": "json-logfile",
1639
- "default": "stderr",
847
+ "epoch": {
848
+ "description": "Number of mutations per epoch.",
849
+ "name": "epoch",
1640
850
  "hasDynamicHelp": false,
1641
851
  "multiple": false,
1642
852
  "type": "option"
@@ -1644,7 +854,7 @@
1644
854
  },
1645
855
  "hasDynamicHelp": false,
1646
856
  "hiddenAliases": [],
1647
- "id": "device:info",
857
+ "id": "debug:generate",
1648
858
  "pluginAlias": "@dxos/cli",
1649
859
  "pluginName": "@dxos/cli",
1650
860
  "pluginType": "core",
@@ -1655,14 +865,19 @@
1655
865
  "dist",
1656
866
  "src",
1657
867
  "commands",
1658
- "device",
1659
- "info.js"
868
+ "debug",
869
+ "generate.js"
1660
870
  ]
1661
871
  },
1662
- "device:list": {
872
+ "debug:metrics": {
1663
873
  "aliases": [],
1664
- "args": {},
1665
- "description": "Show device info.",
874
+ "args": {
875
+ "command": {
876
+ "description": "Control metrics recording.",
877
+ "name": "command"
878
+ }
879
+ },
880
+ "description": "Control metrics.",
1666
881
  "flags": {
1667
882
  "json": {
1668
883
  "description": "Output as JSON.",
@@ -1726,13 +941,6 @@
1726
941
  "multiple": false,
1727
942
  "type": "option"
1728
943
  },
1729
- "agent": {
1730
- "description": "Run command with agent.",
1731
- "env": "DX_NO_AGENT",
1732
- "name": "agent",
1733
- "allowNo": true,
1734
- "type": "boolean"
1735
- },
1736
944
  "json-log": {
1737
945
  "description": "When running in foreground, log JSON format",
1738
946
  "name": "json-log",
@@ -1746,17 +954,11 @@
1746
954
  "hasDynamicHelp": false,
1747
955
  "multiple": false,
1748
956
  "type": "option"
1749
- },
1750
- "extended": {
1751
- "description": "Show extended table columns.",
1752
- "name": "extended",
1753
- "allowNo": false,
1754
- "type": "boolean"
1755
957
  }
1756
958
  },
1757
959
  "hasDynamicHelp": false,
1758
960
  "hiddenAliases": [],
1759
- "id": "device:list",
961
+ "id": "debug:metrics",
1760
962
  "pluginAlias": "@dxos/cli",
1761
963
  "pluginName": "@dxos/cli",
1762
964
  "pluginType": "core",
@@ -1767,14 +969,14 @@
1767
969
  "dist",
1768
970
  "src",
1769
971
  "commands",
1770
- "device",
1771
- "list.js"
972
+ "debug",
973
+ "metrics.js"
1772
974
  ]
1773
975
  },
1774
- "device:update": {
976
+ "debug:status": {
1775
977
  "aliases": [],
1776
978
  "args": {},
1777
- "description": "Update device info.",
979
+ "description": "Display status.",
1778
980
  "flags": {
1779
981
  "json": {
1780
982
  "description": "Output as JSON.",
@@ -1838,13 +1040,6 @@
1838
1040
  "multiple": false,
1839
1041
  "type": "option"
1840
1042
  },
1841
- "agent": {
1842
- "description": "Run command with agent.",
1843
- "env": "DX_NO_AGENT",
1844
- "name": "agent",
1845
- "allowNo": true,
1846
- "type": "boolean"
1847
- },
1848
1043
  "json-log": {
1849
1044
  "description": "When running in foreground, log JSON format",
1850
1045
  "name": "json-log",
@@ -1859,10 +1054,10 @@
1859
1054
  "multiple": false,
1860
1055
  "type": "option"
1861
1056
  },
1862
- "label": {
1863
- "description": "Set device label",
1864
- "name": "label",
1865
- "required": true,
1057
+ "interval": {
1058
+ "description": "Update interval (ms).",
1059
+ "name": "interval",
1060
+ "default": 1000,
1866
1061
  "hasDynamicHelp": false,
1867
1062
  "multiple": false,
1868
1063
  "type": "option"
@@ -1870,24 +1065,25 @@
1870
1065
  },
1871
1066
  "hasDynamicHelp": false,
1872
1067
  "hiddenAliases": [],
1873
- "id": "device:update",
1068
+ "id": "debug:status",
1874
1069
  "pluginAlias": "@dxos/cli",
1875
1070
  "pluginName": "@dxos/cli",
1876
1071
  "pluginType": "core",
1877
1072
  "strict": true,
1073
+ "enableJsonFlag": true,
1878
1074
  "isESM": true,
1879
1075
  "relativePath": [
1880
1076
  "dist",
1881
1077
  "src",
1882
1078
  "commands",
1883
- "device",
1884
- "update.js"
1079
+ "debug",
1080
+ "status.js"
1885
1081
  ]
1886
1082
  },
1887
- "function:list": {
1083
+ "edge:status": {
1888
1084
  "aliases": [],
1889
1085
  "args": {},
1890
- "description": "List functions.",
1086
+ "description": "Show agent status",
1891
1087
  "flags": {
1892
1088
  "json": {
1893
1089
  "description": "Output as JSON.",
@@ -1951,13 +1147,6 @@
1951
1147
  "multiple": false,
1952
1148
  "type": "option"
1953
1149
  },
1954
- "agent": {
1955
- "description": "Run command with agent.",
1956
- "env": "DX_NO_AGENT",
1957
- "name": "agent",
1958
- "allowNo": true,
1959
- "type": "boolean"
1960
- },
1961
1150
  "json-log": {
1962
1151
  "description": "When running in foreground, log JSON format",
1963
1152
  "name": "json-log",
@@ -1975,7 +1164,7 @@
1975
1164
  },
1976
1165
  "hasDynamicHelp": false,
1977
1166
  "hiddenAliases": [],
1978
- "id": "function:list",
1167
+ "id": "edge:status",
1979
1168
  "pluginAlias": "@dxos/cli",
1980
1169
  "pluginName": "@dxos/cli",
1981
1170
  "pluginType": "core",
@@ -1986,20 +1175,14 @@
1986
1175
  "dist",
1987
1176
  "src",
1988
1177
  "commands",
1989
- "function",
1990
- "list.js"
1178
+ "edge",
1179
+ "status.js"
1991
1180
  ]
1992
1181
  },
1993
- "function:logs": {
1182
+ "function:list": {
1994
1183
  "aliases": [],
1995
- "args": {
1996
- "name": {
1997
- "description": "Function name.",
1998
- "name": "name",
1999
- "required": true
2000
- }
2001
- },
2002
- "description": "Get function logs.",
1184
+ "args": {},
1185
+ "description": "List functions.",
2003
1186
  "flags": {
2004
1187
  "json": {
2005
1188
  "description": "Output as JSON.",
@@ -2063,13 +1246,6 @@
2063
1246
  "multiple": false,
2064
1247
  "type": "option"
2065
1248
  },
2066
- "agent": {
2067
- "description": "Run command with agent.",
2068
- "env": "DX_NO_AGENT",
2069
- "name": "agent",
2070
- "allowNo": true,
2071
- "type": "boolean"
2072
- },
2073
1249
  "json-log": {
2074
1250
  "description": "When running in foreground, log JSON format",
2075
1251
  "name": "json-log",
@@ -2087,11 +1263,10 @@
2087
1263
  },
2088
1264
  "hasDynamicHelp": false,
2089
1265
  "hiddenAliases": [],
2090
- "id": "function:logs",
1266
+ "id": "function:list",
2091
1267
  "pluginAlias": "@dxos/cli",
2092
1268
  "pluginName": "@dxos/cli",
2093
1269
  "pluginType": "core",
2094
- "state": "deprecated",
2095
1270
  "strict": true,
2096
1271
  "enableJsonFlag": true,
2097
1272
  "isESM": true,
@@ -2100,18 +1275,19 @@
2100
1275
  "src",
2101
1276
  "commands",
2102
1277
  "function",
2103
- "logs.js"
1278
+ "list.js"
2104
1279
  ]
2105
1280
  },
2106
- "function:upload": {
1281
+ "function:logs": {
2107
1282
  "aliases": [],
2108
1283
  "args": {
2109
- "file": {
2110
- "name": "file",
1284
+ "name": {
1285
+ "description": "Function name.",
1286
+ "name": "name",
2111
1287
  "required": true
2112
1288
  }
2113
1289
  },
2114
- "description": "Upload user function.",
1290
+ "description": "Get function logs.",
2115
1291
  "flags": {
2116
1292
  "json": {
2117
1293
  "description": "Output as JSON.",
@@ -2175,13 +1351,6 @@
2175
1351
  "multiple": false,
2176
1352
  "type": "option"
2177
1353
  },
2178
- "agent": {
2179
- "description": "Run command with agent.",
2180
- "env": "DX_NO_AGENT",
2181
- "name": "agent",
2182
- "allowNo": true,
2183
- "type": "boolean"
2184
- },
2185
1354
  "json-log": {
2186
1355
  "description": "When running in foreground, log JSON format",
2187
1356
  "name": "json-log",
@@ -2195,54 +1364,15 @@
2195
1364
  "hasDynamicHelp": false,
2196
1365
  "multiple": false,
2197
1366
  "type": "option"
2198
- },
2199
- "name": {
2200
- "description": "Function name.",
2201
- "name": "name",
2202
- "hasDynamicHelp": false,
2203
- "multiple": false,
2204
- "type": "option"
2205
- },
2206
- "version": {
2207
- "description": "Function version.",
2208
- "name": "version",
2209
- "hasDynamicHelp": false,
2210
- "multiple": false,
2211
- "type": "option"
2212
- },
2213
- "composerScript": {
2214
- "description": "Loads the script into composer.",
2215
- "name": "composerScript",
2216
- "allowNo": false,
2217
- "type": "boolean"
2218
- },
2219
- "functionId": {
2220
- "description": "Existing UserFunction ID to update.",
2221
- "name": "functionId",
2222
- "hasDynamicHelp": false,
2223
- "multiple": false,
2224
- "type": "option"
2225
- },
2226
- "spaceKey": {
2227
- "description": "Space key to create/update Script source in.",
2228
- "name": "spaceKey",
2229
- "hasDynamicHelp": false,
2230
- "multiple": false,
2231
- "type": "option"
2232
- },
2233
- "noSpace": {
2234
- "description": "Only uploads a function, without creating a FunctionObject in ECHO.",
2235
- "name": "noSpace",
2236
- "allowNo": false,
2237
- "type": "boolean"
2238
1367
  }
2239
1368
  },
2240
1369
  "hasDynamicHelp": false,
2241
1370
  "hiddenAliases": [],
2242
- "id": "function:upload",
1371
+ "id": "function:logs",
2243
1372
  "pluginAlias": "@dxos/cli",
2244
1373
  "pluginName": "@dxos/cli",
2245
1374
  "pluginType": "core",
1375
+ "state": "deprecated",
2246
1376
  "strict": true,
2247
1377
  "enableJsonFlag": true,
2248
1378
  "isESM": true,
@@ -2251,7 +1381,7 @@
2251
1381
  "src",
2252
1382
  "commands",
2253
1383
  "function",
2254
- "upload.js"
1384
+ "logs.js"
2255
1385
  ]
2256
1386
  },
2257
1387
  "function:watch": {
@@ -2326,13 +1456,6 @@
2326
1456
  "multiple": false,
2327
1457
  "type": "option"
2328
1458
  },
2329
- "agent": {
2330
- "description": "Run command with agent.",
2331
- "env": "DX_NO_AGENT",
2332
- "name": "agent",
2333
- "allowNo": true,
2334
- "type": "boolean"
2335
- },
2336
1459
  "json-log": {
2337
1460
  "description": "When running in foreground, log JSON format",
2338
1461
  "name": "json-log",
@@ -2453,13 +1576,6 @@
2453
1576
  "multiple": false,
2454
1577
  "type": "option"
2455
1578
  },
2456
- "agent": {
2457
- "description": "Run command with agent.",
2458
- "env": "DX_NO_AGENT",
2459
- "name": "agent",
2460
- "allowNo": true,
2461
- "type": "boolean"
2462
- },
2463
1579
  "json-log": {
2464
1580
  "description": "When running in foreground, log JSON format",
2465
1581
  "name": "json-log",
@@ -2574,13 +1690,6 @@
2574
1690
  "multiple": false,
2575
1691
  "type": "option"
2576
1692
  },
2577
- "agent": {
2578
- "description": "Run command with agent.",
2579
- "env": "DX_NO_AGENT",
2580
- "name": "agent",
2581
- "allowNo": true,
2582
- "type": "boolean"
2583
- },
2584
1693
  "json-log": {
2585
1694
  "description": "When running in foreground, log JSON format",
2586
1695
  "name": "json-log",
@@ -2677,13 +1786,6 @@
2677
1786
  "multiple": false,
2678
1787
  "type": "option"
2679
1788
  },
2680
- "agent": {
2681
- "description": "Run command with agent.",
2682
- "env": "DX_NO_AGENT",
2683
- "name": "agent",
2684
- "allowNo": true,
2685
- "type": "boolean"
2686
- },
2687
1789
  "json-log": {
2688
1790
  "description": "When running in foreground, log JSON format",
2689
1791
  "name": "json-log",
@@ -2810,13 +1912,6 @@
2810
1912
  "multiple": false,
2811
1913
  "type": "option"
2812
1914
  },
2813
- "agent": {
2814
- "description": "Run command with agent.",
2815
- "env": "DX_NO_AGENT",
2816
- "name": "agent",
2817
- "allowNo": true,
2818
- "type": "boolean"
2819
- },
2820
1915
  "json-log": {
2821
1916
  "description": "When running in foreground, log JSON format",
2822
1917
  "name": "json-log",
@@ -2916,13 +2011,6 @@
2916
2011
  "multiple": false,
2917
2012
  "type": "option"
2918
2013
  },
2919
- "agent": {
2920
- "description": "Run command with agent.",
2921
- "env": "DX_NO_AGENT",
2922
- "name": "agent",
2923
- "allowNo": true,
2924
- "type": "boolean"
2925
- },
2926
2014
  "json-log": {
2927
2015
  "description": "When running in foreground, log JSON format",
2928
2016
  "name": "json-log",
@@ -3056,13 +2144,6 @@
3056
2144
  "multiple": false,
3057
2145
  "type": "option"
3058
2146
  },
3059
- "agent": {
3060
- "description": "Run command with agent.",
3061
- "env": "DX_NO_AGENT",
3062
- "name": "agent",
3063
- "allowNo": true,
3064
- "type": "boolean"
3065
- },
3066
2147
  "json-log": {
3067
2148
  "description": "When running in foreground, log JSON format",
3068
2149
  "name": "json-log",
@@ -3168,13 +2249,6 @@
3168
2249
  "multiple": false,
3169
2250
  "type": "option"
3170
2251
  },
3171
- "agent": {
3172
- "description": "Run command with agent.",
3173
- "env": "DX_NO_AGENT",
3174
- "name": "agent",
3175
- "allowNo": true,
3176
- "type": "boolean"
3177
- },
3178
2252
  "json-log": {
3179
2253
  "description": "When running in foreground, log JSON format",
3180
2254
  "name": "json-log",
@@ -3288,13 +2362,6 @@
3288
2362
  "multiple": false,
3289
2363
  "type": "option"
3290
2364
  },
3291
- "agent": {
3292
- "description": "Run command with agent.",
3293
- "env": "DX_NO_AGENT",
3294
- "name": "agent",
3295
- "allowNo": true,
3296
- "type": "boolean"
3297
- },
3298
2365
  "json-log": {
3299
2366
  "description": "When running in foreground, log JSON format",
3300
2367
  "name": "json-log",
@@ -3407,13 +2474,6 @@
3407
2474
  "multiple": false,
3408
2475
  "type": "option"
3409
2476
  },
3410
- "agent": {
3411
- "description": "Run command with agent.",
3412
- "env": "DX_NO_AGENT",
3413
- "name": "agent",
3414
- "allowNo": true,
3415
- "type": "boolean"
3416
- },
3417
2477
  "json-log": {
3418
2478
  "description": "When running in foreground, log JSON format",
3419
2479
  "name": "json-log",
@@ -3524,13 +2584,6 @@
3524
2584
  "multiple": false,
3525
2585
  "type": "option"
3526
2586
  },
3527
- "agent": {
3528
- "description": "Run command with agent.",
3529
- "env": "DX_NO_AGENT",
3530
- "name": "agent",
3531
- "allowNo": true,
3532
- "type": "boolean"
3533
- },
3534
2587
  "json-log": {
3535
2588
  "description": "When running in foreground, log JSON format",
3536
2589
  "name": "json-log",
@@ -3634,13 +2687,6 @@
3634
2687
  "multiple": false,
3635
2688
  "type": "option"
3636
2689
  },
3637
- "agent": {
3638
- "description": "Run command with agent.",
3639
- "env": "DX_NO_AGENT",
3640
- "name": "agent",
3641
- "allowNo": true,
3642
- "type": "boolean"
3643
- },
3644
2690
  "json-log": {
3645
2691
  "description": "When running in foreground, log JSON format",
3646
2692
  "name": "json-log",
@@ -3743,13 +2789,6 @@
3743
2789
  "multiple": false,
3744
2790
  "type": "option"
3745
2791
  },
3746
- "agent": {
3747
- "description": "Run command with agent.",
3748
- "env": "DX_NO_AGENT",
3749
- "name": "agent",
3750
- "allowNo": true,
3751
- "type": "boolean"
3752
- },
3753
2792
  "json-log": {
3754
2793
  "description": "When running in foreground, log JSON format",
3755
2794
  "name": "json-log",
@@ -3854,13 +2893,6 @@
3854
2893
  "multiple": false,
3855
2894
  "type": "option"
3856
2895
  },
3857
- "agent": {
3858
- "description": "Run command with agent.",
3859
- "env": "DX_NO_AGENT",
3860
- "name": "agent",
3861
- "allowNo": true,
3862
- "type": "boolean"
3863
- },
3864
2896
  "json-log": {
3865
2897
  "description": "When running in foreground, log JSON format",
3866
2898
  "name": "json-log",
@@ -3965,13 +2997,6 @@
3965
2997
  "multiple": false,
3966
2998
  "type": "option"
3967
2999
  },
3968
- "agent": {
3969
- "description": "Run command with agent.",
3970
- "env": "DX_NO_AGENT",
3971
- "name": "agent",
3972
- "allowNo": true,
3973
- "type": "boolean"
3974
- },
3975
3000
  "json-log": {
3976
3001
  "description": "When running in foreground, log JSON format",
3977
3002
  "name": "json-log",
@@ -4071,13 +3096,6 @@
4071
3096
  "multiple": false,
4072
3097
  "type": "option"
4073
3098
  },
4074
- "agent": {
4075
- "description": "Run command with agent.",
4076
- "env": "DX_NO_AGENT",
4077
- "name": "agent",
4078
- "allowNo": true,
4079
- "type": "boolean"
4080
- },
4081
3099
  "json-log": {
4082
3100
  "description": "When running in foreground, log JSON format",
4083
3101
  "name": "json-log",
@@ -4191,13 +3209,6 @@
4191
3209
  "multiple": false,
4192
3210
  "type": "option"
4193
3211
  },
4194
- "agent": {
4195
- "description": "Run command with agent.",
4196
- "env": "DX_NO_AGENT",
4197
- "name": "agent",
4198
- "allowNo": true,
4199
- "type": "boolean"
4200
- },
4201
3212
  "json-log": {
4202
3213
  "description": "When running in foreground, log JSON format",
4203
3214
  "name": "json-log",
@@ -4320,13 +3331,6 @@
4320
3331
  "multiple": false,
4321
3332
  "type": "option"
4322
3333
  },
4323
- "agent": {
4324
- "description": "Run command with agent.",
4325
- "env": "DX_NO_AGENT",
4326
- "name": "agent",
4327
- "allowNo": true,
4328
- "type": "boolean"
4329
- },
4330
3334
  "json-log": {
4331
3335
  "description": "When running in foreground, log JSON format",
4332
3336
  "name": "json-log",
@@ -4437,13 +3441,6 @@
4437
3441
  "multiple": false,
4438
3442
  "type": "option"
4439
3443
  },
4440
- "agent": {
4441
- "description": "Run command with agent.",
4442
- "env": "DX_NO_AGENT",
4443
- "name": "agent",
4444
- "allowNo": true,
4445
- "type": "boolean"
4446
- },
4447
3444
  "json-log": {
4448
3445
  "description": "When running in foreground, log JSON format",
4449
3446
  "name": "json-log",
@@ -4547,13 +3544,6 @@
4547
3544
  "multiple": false,
4548
3545
  "type": "option"
4549
3546
  },
4550
- "agent": {
4551
- "description": "Run command with agent.",
4552
- "env": "DX_NO_AGENT",
4553
- "name": "agent",
4554
- "allowNo": true,
4555
- "type": "boolean"
4556
- },
4557
3547
  "json-log": {
4558
3548
  "description": "When running in foreground, log JSON format",
4559
3549
  "name": "json-log",
@@ -4671,13 +3661,6 @@
4671
3661
  "multiple": false,
4672
3662
  "type": "option"
4673
3663
  },
4674
- "agent": {
4675
- "description": "Run command with agent.",
4676
- "env": "DX_NO_AGENT",
4677
- "name": "agent",
4678
- "allowNo": true,
4679
- "type": "boolean"
4680
- },
4681
3664
  "json-log": {
4682
3665
  "description": "When running in foreground, log JSON format",
4683
3666
  "name": "json-log",
@@ -4822,13 +3805,6 @@
4822
3805
  "multiple": false,
4823
3806
  "type": "option"
4824
3807
  },
4825
- "agent": {
4826
- "description": "Run command with agent.",
4827
- "env": "DX_NO_AGENT",
4828
- "name": "agent",
4829
- "allowNo": true,
4830
- "type": "boolean"
4831
- },
4832
3808
  "json-log": {
4833
3809
  "description": "When running in foreground, log JSON format",
4834
3810
  "name": "json-log",
@@ -4852,7 +3828,7 @@
4852
3828
  "name": {
4853
3829
  "description": "Tunnel name",
4854
3830
  "name": "name",
4855
- "default": "timing-kitten-coffee-table",
3831
+ "default": "vermont-jig-eight-fillet",
4856
3832
  "hasDynamicHelp": false,
4857
3833
  "multiple": false,
4858
3834
  "type": "option"
@@ -4943,13 +3919,6 @@
4943
3919
  "multiple": false,
4944
3920
  "type": "option"
4945
3921
  },
4946
- "agent": {
4947
- "description": "Run command with agent.",
4948
- "env": "DX_NO_AGENT",
4949
- "name": "agent",
4950
- "allowNo": true,
4951
- "type": "boolean"
4952
- },
4953
3922
  "json-log": {
4954
3923
  "description": "When running in foreground, log JSON format",
4955
3924
  "name": "json-log",
@@ -5056,13 +4025,6 @@
5056
4025
  "multiple": false,
5057
4026
  "type": "option"
5058
4027
  },
5059
- "agent": {
5060
- "description": "Run command with agent.",
5061
- "env": "DX_NO_AGENT",
5062
- "name": "agent",
5063
- "allowNo": true,
5064
- "type": "boolean"
5065
- },
5066
4028
  "json-log": {
5067
4029
  "description": "When running in foreground, log JSON format",
5068
4030
  "name": "json-log",
@@ -5193,13 +4155,6 @@
5193
4155
  "multiple": false,
5194
4156
  "type": "option"
5195
4157
  },
5196
- "agent": {
5197
- "description": "Run command with agent.",
5198
- "env": "DX_NO_AGENT",
5199
- "name": "agent",
5200
- "allowNo": true,
5201
- "type": "boolean"
5202
- },
5203
4158
  "json-log": {
5204
4159
  "description": "When running in foreground, log JSON format",
5205
4160
  "name": "json-log",
@@ -5296,13 +4251,6 @@
5296
4251
  "multiple": false,
5297
4252
  "type": "option"
5298
4253
  },
5299
- "agent": {
5300
- "description": "Run command with agent.",
5301
- "env": "DX_NO_AGENT",
5302
- "name": "agent",
5303
- "allowNo": true,
5304
- "type": "boolean"
5305
- },
5306
4254
  "json-log": {
5307
4255
  "description": "When running in foreground, log JSON format",
5308
4256
  "name": "json-log",
@@ -5431,13 +4379,6 @@
5431
4379
  "multiple": false,
5432
4380
  "type": "option"
5433
4381
  },
5434
- "agent": {
5435
- "description": "Run command with agent.",
5436
- "env": "DX_NO_AGENT",
5437
- "name": "agent",
5438
- "allowNo": true,
5439
- "type": "boolean"
5440
- },
5441
4382
  "json-log": {
5442
4383
  "description": "When running in foreground, log JSON format",
5443
4384
  "name": "json-log",
@@ -5538,13 +4479,6 @@
5538
4479
  "multiple": false,
5539
4480
  "type": "option"
5540
4481
  },
5541
- "agent": {
5542
- "description": "Run command with agent.",
5543
- "env": "DX_NO_AGENT",
5544
- "name": "agent",
5545
- "allowNo": true,
5546
- "type": "boolean"
5547
- },
5548
4482
  "json-log": {
5549
4483
  "description": "When running in foreground, log JSON format",
5550
4484
  "name": "json-log",
@@ -5653,13 +4587,6 @@
5653
4587
  "multiple": false,
5654
4588
  "type": "option"
5655
4589
  },
5656
- "agent": {
5657
- "description": "Run command with agent.",
5658
- "env": "DX_NO_AGENT",
5659
- "name": "agent",
5660
- "allowNo": true,
5661
- "type": "boolean"
5662
- },
5663
4590
  "json-log": {
5664
4591
  "description": "When running in foreground, log JSON format",
5665
4592
  "name": "json-log",
@@ -5714,5 +4641,5 @@
5714
4641
  ]
5715
4642
  }
5716
4643
  },
5717
- "version": "0.8.4-main.5acf9ea"
4644
+ "version": "0.8.4-main.66e292d"
5718
4645
  }