@dxos/cli 0.5.3-main.e76d664 → 0.5.3-main.eb56347

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 (222) hide show
  1. package/dist/src/{base-command.d.ts → base.d.ts} +35 -5
  2. package/dist/src/base.d.ts.map +1 -0
  3. package/dist/src/{base-command.js → base.js} +96 -19
  4. package/dist/src/base.js.map +1 -0
  5. package/dist/src/commands/agent/invitations.d.ts +1 -2
  6. package/dist/src/commands/agent/invitations.d.ts.map +1 -1
  7. package/dist/src/commands/agent/invitations.js +4 -6
  8. package/dist/src/commands/agent/invitations.js.map +1 -1
  9. package/dist/src/commands/agent/list.d.ts +1 -2
  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 +1 -2
  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 +1 -2
  18. package/dist/src/commands/agent/start.d.ts.map +1 -1
  19. package/dist/src/commands/agent/start.js +4 -4
  20. package/dist/src/commands/agent/start.js.map +1 -1
  21. package/dist/src/commands/agent/status.d.ts +1 -2
  22. package/dist/src/commands/agent/status.d.ts.map +1 -1
  23. package/dist/src/commands/agent/status.js +3 -11
  24. package/dist/src/commands/agent/status.js.map +1 -1
  25. package/dist/src/commands/agent/stop.d.ts +1 -2
  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 +5 -2
  30. package/dist/src/commands/app/create.d.ts.map +1 -1
  31. package/dist/src/commands/app/create.js +10 -6
  32. package/dist/src/commands/app/create.js.map +1 -1
  33. package/dist/src/commands/app/list.d.ts +5 -1
  34. package/dist/src/commands/app/list.d.ts.map +1 -1
  35. package/dist/src/commands/app/list.js +6 -2
  36. package/dist/src/commands/app/list.js.map +1 -1
  37. package/dist/src/commands/app/open.d.ts +5 -2
  38. package/dist/src/commands/app/open.d.ts.map +1 -1
  39. package/dist/src/commands/app/open.js +7 -3
  40. package/dist/src/commands/app/open.js.map +1 -1
  41. package/dist/src/commands/app/publish.d.ts +5 -2
  42. package/dist/src/commands/app/publish.d.ts.map +1 -1
  43. package/dist/src/commands/app/publish.js +7 -3
  44. package/dist/src/commands/app/publish.js.map +1 -1
  45. package/dist/src/commands/composer/base.d.ts +18 -0
  46. package/dist/src/commands/composer/base.d.ts.map +1 -0
  47. package/dist/src/commands/composer/base.js +109 -0
  48. package/dist/src/commands/composer/base.js.map +1 -0
  49. package/dist/src/commands/composer/import.d.ts +30 -0
  50. package/dist/src/commands/composer/import.d.ts.map +1 -0
  51. package/dist/src/commands/composer/import.js +71 -0
  52. package/dist/src/commands/composer/import.js.map +1 -0
  53. package/dist/src/commands/composer/query.d.ts +22 -0
  54. package/dist/src/commands/composer/query.d.ts.map +1 -0
  55. package/dist/src/commands/composer/query.js +62 -0
  56. package/dist/src/commands/composer/query.js.map +1 -0
  57. package/dist/src/commands/config/index.d.ts +1 -1
  58. package/dist/src/commands/config/index.d.ts.map +1 -1
  59. package/dist/src/commands/config/index.js +2 -2
  60. package/dist/src/commands/config/index.js.map +1 -1
  61. package/dist/src/commands/debug/diagnostics.d.ts +1 -2
  62. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  63. package/dist/src/commands/debug/diagnostics.js +3 -3
  64. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  65. package/dist/src/commands/debug/error.d.ts +1 -1
  66. package/dist/src/commands/debug/error.d.ts.map +1 -1
  67. package/dist/src/commands/debug/error.js +2 -2
  68. package/dist/src/commands/debug/error.js.map +1 -1
  69. package/dist/src/commands/debug/generate.d.ts +1 -2
  70. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  71. package/dist/src/commands/debug/generate.js +4 -5
  72. package/dist/src/commands/debug/generate.js.map +1 -1
  73. package/dist/src/commands/debug/metrics.d.ts +1 -1
  74. package/dist/src/commands/debug/metrics.d.ts.map +1 -1
  75. package/dist/src/commands/debug/metrics.js +2 -2
  76. package/dist/src/commands/debug/metrics.js.map +1 -1
  77. package/dist/src/commands/debug/status.d.ts +1 -2
  78. package/dist/src/commands/debug/status.d.ts.map +1 -1
  79. package/dist/src/commands/debug/status.js +3 -3
  80. package/dist/src/commands/debug/status.js.map +1 -1
  81. package/dist/src/commands/device/info.d.ts +1 -1
  82. package/dist/src/commands/device/info.d.ts.map +1 -1
  83. package/dist/src/commands/device/info.js +2 -2
  84. package/dist/src/commands/device/info.js.map +1 -1
  85. package/dist/src/commands/device/list.d.ts +1 -2
  86. package/dist/src/commands/device/list.d.ts.map +1 -1
  87. package/dist/src/commands/device/list.js +3 -3
  88. package/dist/src/commands/device/list.js.map +1 -1
  89. package/dist/src/commands/device/update.d.ts +1 -2
  90. package/dist/src/commands/device/update.d.ts.map +1 -1
  91. package/dist/src/commands/device/update.js +3 -3
  92. package/dist/src/commands/device/update.js.map +1 -1
  93. package/dist/src/commands/function/dev.d.ts +3 -3
  94. package/dist/src/commands/function/dev.d.ts.map +1 -1
  95. package/dist/src/commands/function/dev.js +39 -19
  96. package/dist/src/commands/function/dev.js.map +1 -1
  97. package/dist/src/commands/function/list.d.ts +1 -1
  98. package/dist/src/commands/function/list.d.ts.map +1 -1
  99. package/dist/src/commands/function/list.js +15 -10
  100. package/dist/src/commands/function/list.js.map +1 -1
  101. package/dist/src/commands/function/logs.d.ts +1 -1
  102. package/dist/src/commands/function/logs.d.ts.map +1 -1
  103. package/dist/src/commands/function/logs.js +2 -2
  104. package/dist/src/commands/function/logs.js.map +1 -1
  105. package/dist/src/commands/halo/create.d.ts +1 -2
  106. package/dist/src/commands/halo/create.d.ts.map +1 -1
  107. package/dist/src/commands/halo/create.js +3 -3
  108. package/dist/src/commands/halo/create.js.map +1 -1
  109. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  110. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  111. package/dist/src/commands/halo/credential/add.js +2 -2
  112. package/dist/src/commands/halo/credential/add.js.map +1 -1
  113. package/dist/src/commands/halo/credential/list.d.ts +1 -2
  114. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  115. package/dist/src/commands/halo/credential/list.js +3 -3
  116. package/dist/src/commands/halo/credential/list.js.map +1 -1
  117. package/dist/src/commands/halo/identity.d.ts +1 -1
  118. package/dist/src/commands/halo/identity.d.ts.map +1 -1
  119. package/dist/src/commands/halo/identity.js +2 -2
  120. package/dist/src/commands/halo/identity.js.map +1 -1
  121. package/dist/src/commands/halo/join.d.ts +1 -2
  122. package/dist/src/commands/halo/join.d.ts.map +1 -1
  123. package/dist/src/commands/halo/join.js +3 -3
  124. package/dist/src/commands/halo/join.js.map +1 -1
  125. package/dist/src/commands/halo/keys.d.ts +7 -0
  126. package/dist/src/commands/halo/keys.d.ts.map +1 -0
  127. package/dist/src/commands/halo/keys.js +17 -0
  128. package/dist/src/commands/halo/keys.js.map +1 -0
  129. package/dist/src/commands/halo/share.d.ts +2 -3
  130. package/dist/src/commands/halo/share.d.ts.map +1 -1
  131. package/dist/src/commands/halo/share.js +8 -10
  132. package/dist/src/commands/halo/share.js.map +1 -1
  133. package/dist/src/commands/halo/update.d.ts +1 -2
  134. package/dist/src/commands/halo/update.d.ts.map +1 -1
  135. package/dist/src/commands/halo/update.js +3 -3
  136. package/dist/src/commands/halo/update.js.map +1 -1
  137. package/dist/src/commands/reset/index.d.ts +1 -2
  138. package/dist/src/commands/reset/index.d.ts.map +1 -1
  139. package/dist/src/commands/reset/index.js +3 -3
  140. package/dist/src/commands/reset/index.js.map +1 -1
  141. package/dist/src/commands/shell/index.d.ts +1 -1
  142. package/dist/src/commands/shell/index.d.ts.map +1 -1
  143. package/dist/src/commands/shell/index.js +2 -2
  144. package/dist/src/commands/shell/index.js.map +1 -1
  145. package/dist/src/commands/space/close.d.ts +1 -1
  146. package/dist/src/commands/space/close.d.ts.map +1 -1
  147. package/dist/src/commands/space/close.js +3 -4
  148. package/dist/src/commands/space/close.js.map +1 -1
  149. package/dist/src/commands/space/create.d.ts +1 -1
  150. package/dist/src/commands/space/create.d.ts.map +1 -1
  151. package/dist/src/commands/space/create.js +3 -3
  152. package/dist/src/commands/space/create.js.map +1 -1
  153. package/dist/src/commands/space/epoch.d.ts +1 -1
  154. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  155. package/dist/src/commands/space/epoch.js +3 -4
  156. package/dist/src/commands/space/epoch.js.map +1 -1
  157. package/dist/src/commands/space/info.d.ts +1 -1
  158. package/dist/src/commands/space/info.d.ts.map +1 -1
  159. package/dist/src/commands/space/info.js +3 -4
  160. package/dist/src/commands/space/info.js.map +1 -1
  161. package/dist/src/commands/space/join.d.ts +1 -2
  162. package/dist/src/commands/space/join.d.ts.map +1 -1
  163. package/dist/src/commands/space/join.js +3 -3
  164. package/dist/src/commands/space/join.js.map +1 -1
  165. package/dist/src/commands/space/list.d.ts +1 -2
  166. package/dist/src/commands/space/list.d.ts.map +1 -1
  167. package/dist/src/commands/space/list.js +4 -4
  168. package/dist/src/commands/space/list.js.map +1 -1
  169. package/dist/src/commands/space/members.d.ts +1 -2
  170. package/dist/src/commands/space/members.d.ts.map +1 -1
  171. package/dist/src/commands/space/members.js +4 -4
  172. package/dist/src/commands/space/members.js.map +1 -1
  173. package/dist/src/commands/space/open.d.ts +1 -1
  174. package/dist/src/commands/space/open.d.ts.map +1 -1
  175. package/dist/src/commands/space/open.js +3 -4
  176. package/dist/src/commands/space/open.js.map +1 -1
  177. package/dist/src/commands/space/query.d.ts +17 -1
  178. package/dist/src/commands/space/query.d.ts.map +1 -1
  179. package/dist/src/commands/space/query.js +30 -24
  180. package/dist/src/commands/space/query.js.map +1 -1
  181. package/dist/src/commands/space/share.d.ts +3 -5
  182. package/dist/src/commands/space/share.d.ts.map +1 -1
  183. package/dist/src/commands/space/share.js +9 -18
  184. package/dist/src/commands/space/share.js.map +1 -1
  185. package/dist/src/commands/tunnel/index.d.ts +4 -7
  186. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  187. package/dist/src/commands/tunnel/index.js +16 -8
  188. package/dist/src/commands/tunnel/index.js.map +1 -1
  189. package/dist/src/commands/tunnel/list.d.ts +4 -3
  190. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  191. package/dist/src/commands/tunnel/list.js +12 -4
  192. package/dist/src/commands/tunnel/list.js.map +1 -1
  193. package/dist/src/errors.d.ts +1 -1
  194. package/dist/src/errors.d.ts.map +1 -1
  195. package/dist/src/errors.js +4 -4
  196. package/dist/src/errors.js.map +1 -1
  197. package/dist/src/hooks/command-not-found.js +1 -1
  198. package/dist/src/hooks/command-not-found.js.map +1 -1
  199. package/dist/src/util/credentials.js +4 -4
  200. package/dist/src/util/credentials.js.map +1 -1
  201. package/dist/src/util/devices.js +2 -2
  202. package/dist/src/util/devices.js.map +1 -1
  203. package/dist/src/util/index.d.ts +1 -1
  204. package/dist/src/util/index.d.ts.map +1 -1
  205. package/dist/src/util/index.js +1 -1
  206. package/dist/src/util/index.js.map +1 -1
  207. package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
  208. package/dist/src/util/keys.d.ts.map +1 -0
  209. package/dist/src/util/{types.js → keys.js} +4 -2
  210. package/dist/src/util/keys.js.map +1 -0
  211. package/dist/src/util/spaces.js +4 -4
  212. package/dist/src/util/spaces.js.map +1 -1
  213. package/oclif.manifest.json +740 -579
  214. package/package.json +39 -36
  215. package/dist/src/base-command.d.ts.map +0 -1
  216. package/dist/src/base-command.js.map +0 -1
  217. package/dist/src/commands/function/exec.d.ts +0 -13
  218. package/dist/src/commands/function/exec.d.ts.map +0 -1
  219. package/dist/src/commands/function/exec.js +0 -48
  220. package/dist/src/commands/function/exec.js.map +0 -1
  221. package/dist/src/util/types.d.ts.map +0 -1
  222. package/dist/src/util/types.js.map +0 -1
@@ -57,17 +57,12 @@
57
57
  "type": "option"
58
58
  },
59
59
  "no-agent": {
60
- "description": "Run command without using an agent.",
60
+ "description": "Run command without starting an agent.",
61
+ "env": "DX_NO_AGENT",
61
62
  "name": "no-agent",
62
63
  "allowNo": false,
63
64
  "type": "boolean"
64
65
  },
65
- "no-start-agent": {
66
- "description": "Do not automatically start an agent if one is not running.",
67
- "name": "no-start-agent",
68
- "allowNo": false,
69
- "type": "boolean"
70
- },
71
66
  "timeout": {
72
67
  "aliases": [
73
68
  "t"
@@ -180,17 +175,12 @@
180
175
  "type": "option"
181
176
  },
182
177
  "no-agent": {
183
- "description": "Run command without using an agent.",
178
+ "description": "Run command without starting an agent.",
179
+ "env": "DX_NO_AGENT",
184
180
  "name": "no-agent",
185
181
  "allowNo": false,
186
182
  "type": "boolean"
187
183
  },
188
- "no-start-agent": {
189
- "description": "Do not automatically start an agent if one is not running.",
190
- "name": "no-start-agent",
191
- "allowNo": false,
192
- "type": "boolean"
193
- },
194
184
  "timeout": {
195
185
  "aliases": [
196
186
  "t"
@@ -386,17 +376,12 @@
386
376
  "type": "option"
387
377
  },
388
378
  "no-agent": {
389
- "description": "Run command without using an agent.",
379
+ "description": "Run command without starting an agent.",
380
+ "env": "DX_NO_AGENT",
390
381
  "name": "no-agent",
391
382
  "allowNo": false,
392
383
  "type": "boolean"
393
384
  },
394
- "no-start-agent": {
395
- "description": "Do not automatically start an agent if one is not running.",
396
- "name": "no-start-agent",
397
- "allowNo": false,
398
- "type": "boolean"
399
- },
400
385
  "timeout": {
401
386
  "aliases": [
402
387
  "t"
@@ -521,17 +506,12 @@
521
506
  "type": "option"
522
507
  },
523
508
  "no-agent": {
524
- "description": "Run command without using an agent.",
509
+ "description": "Run command without starting an agent.",
510
+ "env": "DX_NO_AGENT",
525
511
  "name": "no-agent",
526
512
  "allowNo": false,
527
513
  "type": "boolean"
528
514
  },
529
- "no-start-agent": {
530
- "description": "Do not automatically start an agent if one is not running.",
531
- "name": "no-start-agent",
532
- "allowNo": false,
533
- "type": "boolean"
534
- },
535
515
  "timeout": {
536
516
  "aliases": [
537
517
  "t"
@@ -676,17 +656,12 @@
676
656
  "type": "option"
677
657
  },
678
658
  "no-agent": {
679
- "description": "Run command without using an agent.",
659
+ "description": "Run command without starting an agent.",
660
+ "env": "DX_NO_AGENT",
680
661
  "name": "no-agent",
681
662
  "allowNo": false,
682
663
  "type": "boolean"
683
664
  },
684
- "no-start-agent": {
685
- "description": "Do not automatically start an agent if one is not running.",
686
- "name": "no-start-agent",
687
- "allowNo": false,
688
- "type": "boolean"
689
- },
690
665
  "timeout": {
691
666
  "aliases": [
692
667
  "t"
@@ -793,17 +768,12 @@
793
768
  "type": "option"
794
769
  },
795
770
  "no-agent": {
796
- "description": "Run command without using an agent.",
771
+ "description": "Run command without starting an agent.",
772
+ "env": "DX_NO_AGENT",
797
773
  "name": "no-agent",
798
774
  "allowNo": false,
799
775
  "type": "boolean"
800
776
  },
801
- "no-start-agent": {
802
- "description": "Do not automatically start an agent if one is not running.",
803
- "name": "no-start-agent",
804
- "allowNo": false,
805
- "type": "boolean"
806
- },
807
777
  "timeout": {
808
778
  "aliases": [
809
779
  "t"
@@ -880,7 +850,7 @@
880
850
  "required": true
881
851
  }
882
852
  },
883
- "description": "Manage applications.",
853
+ "description": "Manage applications (deprecated).",
884
854
  "flags": {
885
855
  "json": {
886
856
  "description": "Output as JSON.",
@@ -934,17 +904,12 @@
934
904
  "type": "option"
935
905
  },
936
906
  "no-agent": {
937
- "description": "Run command without using an agent.",
907
+ "description": "Run command without starting an agent.",
908
+ "env": "DX_NO_AGENT",
938
909
  "name": "no-agent",
939
910
  "allowNo": false,
940
911
  "type": "boolean"
941
912
  },
942
- "no-start-agent": {
943
- "description": "Do not automatically start an agent if one is not running.",
944
- "name": "no-start-agent",
945
- "allowNo": false,
946
- "type": "boolean"
947
- },
948
913
  "timeout": {
949
914
  "aliases": [
950
915
  "t"
@@ -1011,6 +976,7 @@
1011
976
  "pluginAlias": "@dxos/cli",
1012
977
  "pluginName": "@dxos/cli",
1013
978
  "pluginType": "core",
979
+ "state": "deprecated",
1014
980
  "strict": true,
1015
981
  "enableJsonFlag": true,
1016
982
  "isESM": false,
@@ -1079,17 +1045,12 @@
1079
1045
  "type": "option"
1080
1046
  },
1081
1047
  "no-agent": {
1082
- "description": "Run command without using an agent.",
1048
+ "description": "Run command without starting an agent.",
1049
+ "env": "DX_NO_AGENT",
1083
1050
  "name": "no-agent",
1084
1051
  "allowNo": false,
1085
1052
  "type": "boolean"
1086
1053
  },
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
- },
1093
1054
  "timeout": {
1094
1055
  "aliases": [
1095
1056
  "t"
@@ -1128,6 +1089,7 @@
1128
1089
  "pluginAlias": "@dxos/cli",
1129
1090
  "pluginName": "@dxos/cli",
1130
1091
  "pluginType": "core",
1092
+ "state": "deprecated",
1131
1093
  "strict": true,
1132
1094
  "enableJsonFlag": true,
1133
1095
  "isESM": false,
@@ -1202,17 +1164,12 @@
1202
1164
  "type": "option"
1203
1165
  },
1204
1166
  "no-agent": {
1205
- "description": "Run command without using an agent.",
1167
+ "description": "Run command without starting an agent.",
1168
+ "env": "DX_NO_AGENT",
1206
1169
  "name": "no-agent",
1207
1170
  "allowNo": false,
1208
1171
  "type": "boolean"
1209
1172
  },
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
- },
1216
1173
  "timeout": {
1217
1174
  "aliases": [
1218
1175
  "t"
@@ -1265,6 +1222,7 @@
1265
1222
  "pluginAlias": "@dxos/cli",
1266
1223
  "pluginName": "@dxos/cli",
1267
1224
  "pluginType": "core",
1225
+ "state": "deprecated",
1268
1226
  "strict": true,
1269
1227
  "enableJsonFlag": true,
1270
1228
  "isESM": false,
@@ -1333,17 +1291,12 @@
1333
1291
  "type": "option"
1334
1292
  },
1335
1293
  "no-agent": {
1336
- "description": "Run command without using an agent.",
1294
+ "description": "Run command without starting an agent.",
1295
+ "env": "DX_NO_AGENT",
1337
1296
  "name": "no-agent",
1338
1297
  "allowNo": false,
1339
1298
  "type": "boolean"
1340
1299
  },
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
- },
1347
1300
  "timeout": {
1348
1301
  "aliases": [
1349
1302
  "t"
@@ -1409,6 +1362,7 @@
1409
1362
  "pluginAlias": "@dxos/cli",
1410
1363
  "pluginName": "@dxos/cli",
1411
1364
  "pluginType": "core",
1365
+ "state": "deprecated",
1412
1366
  "strict": true,
1413
1367
  "enableJsonFlag": true,
1414
1368
  "isESM": false,
@@ -1420,10 +1374,9 @@
1420
1374
  "publish.js"
1421
1375
  ]
1422
1376
  },
1423
- "config": {
1377
+ "composer:base": {
1424
1378
  "aliases": [],
1425
1379
  "args": {},
1426
- "description": "Show config file.",
1427
1380
  "flags": {
1428
1381
  "json": {
1429
1382
  "description": "Output as JSON.",
@@ -1477,17 +1430,12 @@
1477
1430
  "type": "option"
1478
1431
  },
1479
1432
  "no-agent": {
1480
- "description": "Run command without using an agent.",
1433
+ "description": "Run command without starting an agent.",
1434
+ "env": "DX_NO_AGENT",
1481
1435
  "name": "no-agent",
1482
1436
  "allowNo": false,
1483
1437
  "type": "boolean"
1484
1438
  },
1485
- "no-start-agent": {
1486
- "description": "Do not automatically start an agent if one is not running.",
1487
- "name": "no-start-agent",
1488
- "allowNo": false,
1489
- "type": "boolean"
1490
- },
1491
1439
  "timeout": {
1492
1440
  "aliases": [
1493
1441
  "t"
@@ -1522,7 +1470,7 @@
1522
1470
  },
1523
1471
  "hasDynamicHelp": false,
1524
1472
  "hiddenAliases": [],
1525
- "id": "config",
1473
+ "id": "composer:base",
1526
1474
  "pluginAlias": "@dxos/cli",
1527
1475
  "pluginName": "@dxos/cli",
1528
1476
  "pluginType": "core",
@@ -1533,24 +1481,19 @@
1533
1481
  "dist",
1534
1482
  "src",
1535
1483
  "commands",
1536
- "config",
1537
- "index.js"
1484
+ "composer",
1485
+ "base.js"
1538
1486
  ]
1539
1487
  },
1540
- "debug:diagnostics": {
1488
+ "composer:import": {
1541
1489
  "aliases": [],
1542
- "args": {},
1543
- "description": "Create diagnostics report.",
1544
- "examples": [
1545
- {
1546
- "description": "Inspect diagnostics.",
1547
- "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
1548
- },
1549
- {
1550
- "description": "Upload diagnostics to GitHub.",
1551
- "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
1490
+ "args": {
1491
+ "file": {
1492
+ "name": "file",
1493
+ "required": true
1552
1494
  }
1553
- ],
1495
+ },
1496
+ "description": "Import ECHO objects.",
1554
1497
  "flags": {
1555
1498
  "json": {
1556
1499
  "description": "Output as JSON.",
@@ -1604,17 +1547,12 @@
1604
1547
  "type": "option"
1605
1548
  },
1606
1549
  "no-agent": {
1607
- "description": "Run command without using an agent.",
1550
+ "description": "Run command without starting an agent.",
1551
+ "env": "DX_NO_AGENT",
1608
1552
  "name": "no-agent",
1609
1553
  "allowNo": false,
1610
1554
  "type": "boolean"
1611
1555
  },
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
- },
1618
1556
  "timeout": {
1619
1557
  "aliases": [
1620
1558
  "t"
@@ -1646,22 +1584,17 @@
1646
1584
  "multiple": false,
1647
1585
  "type": "option"
1648
1586
  },
1649
- "humanize": {
1650
- "description": "Humanize keys.",
1651
- "name": "humanize",
1652
- "allowNo": false,
1653
- "type": "boolean"
1654
- },
1655
- "truncate": {
1656
- "description": "Truncate keys.",
1657
- "name": "truncate",
1658
- "allowNo": false,
1659
- "type": "boolean"
1587
+ "key": {
1588
+ "description": "Space key(s) head in hex.",
1589
+ "name": "key",
1590
+ "hasDynamicHelp": false,
1591
+ "multiple": true,
1592
+ "type": "option"
1660
1593
  }
1661
1594
  },
1662
1595
  "hasDynamicHelp": false,
1663
1596
  "hiddenAliases": [],
1664
- "id": "debug:diagnostics",
1597
+ "id": "composer:import",
1665
1598
  "pluginAlias": "@dxos/cli",
1666
1599
  "pluginName": "@dxos/cli",
1667
1600
  "pluginType": "core",
@@ -1672,14 +1605,14 @@
1672
1605
  "dist",
1673
1606
  "src",
1674
1607
  "commands",
1675
- "debug",
1676
- "diagnostics.js"
1608
+ "composer",
1609
+ "import.js"
1677
1610
  ]
1678
1611
  },
1679
- "debug:error": {
1612
+ "composer:query": {
1680
1613
  "aliases": [],
1681
1614
  "args": {},
1682
- "description": "Throw error for debugging.",
1615
+ "description": "Query database.",
1683
1616
  "flags": {
1684
1617
  "json": {
1685
1618
  "description": "Output as JSON.",
@@ -1733,17 +1666,12 @@
1733
1666
  "type": "option"
1734
1667
  },
1735
1668
  "no-agent": {
1736
- "description": "Run command without using an agent.",
1669
+ "description": "Run command without starting an agent.",
1670
+ "env": "DX_NO_AGENT",
1737
1671
  "name": "no-agent",
1738
1672
  "allowNo": false,
1739
1673
  "type": "boolean"
1740
1674
  },
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
- },
1747
1675
  "timeout": {
1748
1676
  "aliases": [
1749
1677
  "t"
@@ -1774,11 +1702,25 @@
1774
1702
  "hasDynamicHelp": false,
1775
1703
  "multiple": false,
1776
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"
1777
1719
  }
1778
1720
  },
1779
1721
  "hasDynamicHelp": false,
1780
1722
  "hiddenAliases": [],
1781
- "id": "debug:error",
1723
+ "id": "composer:query",
1782
1724
  "pluginAlias": "@dxos/cli",
1783
1725
  "pluginName": "@dxos/cli",
1784
1726
  "pluginType": "core",
@@ -1789,19 +1731,14 @@
1789
1731
  "dist",
1790
1732
  "src",
1791
1733
  "commands",
1792
- "debug",
1793
- "error.js"
1734
+ "composer",
1735
+ "query.js"
1794
1736
  ]
1795
1737
  },
1796
- "debug:generate": {
1738
+ "config": {
1797
1739
  "aliases": [],
1798
- "args": {
1799
- "key": {
1800
- "description": "Space key head in hex.",
1801
- "name": "key"
1802
- }
1803
- },
1804
- "description": "Generate test data.",
1740
+ "args": {},
1741
+ "description": "Show config file.",
1805
1742
  "flags": {
1806
1743
  "json": {
1807
1744
  "description": "Output as JSON.",
@@ -1855,17 +1792,12 @@
1855
1792
  "type": "option"
1856
1793
  },
1857
1794
  "no-agent": {
1858
- "description": "Run command without using an agent.",
1795
+ "description": "Run command without starting an agent.",
1796
+ "env": "DX_NO_AGENT",
1859
1797
  "name": "no-agent",
1860
1798
  "allowNo": false,
1861
1799
  "type": "boolean"
1862
1800
  },
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
- },
1869
1801
  "timeout": {
1870
1802
  "aliases": [
1871
1803
  "t"
@@ -1896,50 +1828,11 @@
1896
1828
  "hasDynamicHelp": false,
1897
1829
  "multiple": false,
1898
1830
  "type": "option"
1899
- },
1900
- "interval": {
1901
- "description": "Interval between mutations (ms).",
1902
- "name": "interval",
1903
- "default": 0,
1904
- "hasDynamicHelp": false,
1905
- "multiple": false,
1906
- "type": "option"
1907
- },
1908
- "jitter": {
1909
- "description": "Interval variance (ms).",
1910
- "name": "jitter",
1911
- "default": 0,
1912
- "hasDynamicHelp": false,
1913
- "multiple": false,
1914
- "type": "option"
1915
- },
1916
- "objects": {
1917
- "description": "Number of objects.",
1918
- "name": "objects",
1919
- "default": 0,
1920
- "hasDynamicHelp": false,
1921
- "multiple": false,
1922
- "type": "option"
1923
- },
1924
- "mutations": {
1925
- "description": "Number of mutations.",
1926
- "name": "mutations",
1927
- "default": 0,
1928
- "hasDynamicHelp": false,
1929
- "multiple": false,
1930
- "type": "option"
1931
- },
1932
- "epoch": {
1933
- "description": "Number of mutations per epoch.",
1934
- "name": "epoch",
1935
- "hasDynamicHelp": false,
1936
- "multiple": false,
1937
- "type": "option"
1938
1831
  }
1939
1832
  },
1940
1833
  "hasDynamicHelp": false,
1941
1834
  "hiddenAliases": [],
1942
- "id": "debug:generate",
1835
+ "id": "config",
1943
1836
  "pluginAlias": "@dxos/cli",
1944
1837
  "pluginName": "@dxos/cli",
1945
1838
  "pluginType": "core",
@@ -1950,19 +1843,24 @@
1950
1843
  "dist",
1951
1844
  "src",
1952
1845
  "commands",
1953
- "debug",
1954
- "generate.js"
1846
+ "config",
1847
+ "index.js"
1955
1848
  ]
1956
1849
  },
1957
- "debug:metrics": {
1850
+ "debug:diagnostics": {
1958
1851
  "aliases": [],
1959
- "args": {
1960
- "command": {
1961
- "description": "Control metrics recording.",
1962
- "name": "command"
1852
+ "args": {},
1853
+ "description": "Create diagnostics report.",
1854
+ "examples": [
1855
+ {
1856
+ "description": "Inspect diagnostics.",
1857
+ "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
1858
+ },
1859
+ {
1860
+ "description": "Upload diagnostics to GitHub.",
1861
+ "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
1963
1862
  }
1964
- },
1965
- "description": "Control metrics.",
1863
+ ],
1966
1864
  "flags": {
1967
1865
  "json": {
1968
1866
  "description": "Output as JSON.",
@@ -2016,17 +1914,12 @@
2016
1914
  "type": "option"
2017
1915
  },
2018
1916
  "no-agent": {
2019
- "description": "Run command without using an agent.",
1917
+ "description": "Run command without starting an agent.",
1918
+ "env": "DX_NO_AGENT",
2020
1919
  "name": "no-agent",
2021
1920
  "allowNo": false,
2022
1921
  "type": "boolean"
2023
1922
  },
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
- },
2030
1923
  "timeout": {
2031
1924
  "aliases": [
2032
1925
  "t"
@@ -2057,11 +1950,23 @@
2057
1950
  "hasDynamicHelp": false,
2058
1951
  "multiple": false,
2059
1952
  "type": "option"
1953
+ },
1954
+ "humanize": {
1955
+ "description": "Humanize keys.",
1956
+ "name": "humanize",
1957
+ "allowNo": false,
1958
+ "type": "boolean"
1959
+ },
1960
+ "truncate": {
1961
+ "description": "Truncate keys.",
1962
+ "name": "truncate",
1963
+ "allowNo": false,
1964
+ "type": "boolean"
2060
1965
  }
2061
1966
  },
2062
1967
  "hasDynamicHelp": false,
2063
1968
  "hiddenAliases": [],
2064
- "id": "debug:metrics",
1969
+ "id": "debug:diagnostics",
2065
1970
  "pluginAlias": "@dxos/cli",
2066
1971
  "pluginName": "@dxos/cli",
2067
1972
  "pluginType": "core",
@@ -2073,13 +1978,13 @@
2073
1978
  "src",
2074
1979
  "commands",
2075
1980
  "debug",
2076
- "metrics.js"
1981
+ "diagnostics.js"
2077
1982
  ]
2078
1983
  },
2079
- "debug:status": {
1984
+ "debug:error": {
2080
1985
  "aliases": [],
2081
1986
  "args": {},
2082
- "description": "Display status.",
1987
+ "description": "Throw error for debugging.",
2083
1988
  "flags": {
2084
1989
  "json": {
2085
1990
  "description": "Output as JSON.",
@@ -2133,17 +2038,12 @@
2133
2038
  "type": "option"
2134
2039
  },
2135
2040
  "no-agent": {
2136
- "description": "Run command without using an agent.",
2041
+ "description": "Run command without starting an agent.",
2042
+ "env": "DX_NO_AGENT",
2137
2043
  "name": "no-agent",
2138
2044
  "allowNo": false,
2139
2045
  "type": "boolean"
2140
2046
  },
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
- },
2147
2047
  "timeout": {
2148
2048
  "aliases": [
2149
2049
  "t"
@@ -2174,19 +2074,11 @@
2174
2074
  "hasDynamicHelp": false,
2175
2075
  "multiple": false,
2176
2076
  "type": "option"
2177
- },
2178
- "interval": {
2179
- "description": "Update interval (ms).",
2180
- "name": "interval",
2181
- "default": 1000,
2182
- "hasDynamicHelp": false,
2183
- "multiple": false,
2184
- "type": "option"
2185
2077
  }
2186
2078
  },
2187
2079
  "hasDynamicHelp": false,
2188
2080
  "hiddenAliases": [],
2189
- "id": "debug:status",
2081
+ "id": "debug:error",
2190
2082
  "pluginAlias": "@dxos/cli",
2191
2083
  "pluginName": "@dxos/cli",
2192
2084
  "pluginType": "core",
@@ -2198,13 +2090,18 @@
2198
2090
  "src",
2199
2091
  "commands",
2200
2092
  "debug",
2201
- "status.js"
2093
+ "error.js"
2202
2094
  ]
2203
2095
  },
2204
- "device:info": {
2096
+ "debug:generate": {
2205
2097
  "aliases": [],
2206
- "args": {},
2207
- "description": "Show device info.",
2098
+ "args": {
2099
+ "key": {
2100
+ "description": "Space key(s) head in hex.",
2101
+ "name": "key"
2102
+ }
2103
+ },
2104
+ "description": "Generate test data.",
2208
2105
  "flags": {
2209
2106
  "json": {
2210
2107
  "description": "Output as JSON.",
@@ -2258,17 +2155,12 @@
2258
2155
  "type": "option"
2259
2156
  },
2260
2157
  "no-agent": {
2261
- "description": "Run command without using an agent.",
2158
+ "description": "Run command without starting an agent.",
2159
+ "env": "DX_NO_AGENT",
2262
2160
  "name": "no-agent",
2263
2161
  "allowNo": false,
2264
2162
  "type": "boolean"
2265
2163
  },
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
- },
2272
2164
  "timeout": {
2273
2165
  "aliases": [
2274
2166
  "t"
@@ -2299,35 +2191,79 @@
2299
2191
  "hasDynamicHelp": false,
2300
2192
  "multiple": false,
2301
2193
  "type": "option"
2302
- }
2303
- },
2304
- "hasDynamicHelp": false,
2305
- "hiddenAliases": [],
2306
- "id": "device:info",
2307
- "pluginAlias": "@dxos/cli",
2308
- "pluginName": "@dxos/cli",
2309
- "pluginType": "core",
2310
- "strict": true,
2311
- "enableJsonFlag": true,
2312
- "isESM": false,
2313
- "relativePath": [
2314
- "dist",
2315
- "src",
2316
- "commands",
2317
- "device",
2318
- "info.js"
2319
- ]
2320
- },
2321
- "device:list": {
2322
- "aliases": [],
2323
- "args": {},
2324
- "description": "Show device info.",
2325
- "flags": {
2326
- "json": {
2327
- "description": "Output as JSON.",
2328
- "name": "json",
2329
- "allowNo": false,
2330
- "type": "boolean"
2194
+ },
2195
+ "interval": {
2196
+ "description": "Interval between mutations (ms).",
2197
+ "name": "interval",
2198
+ "default": 0,
2199
+ "hasDynamicHelp": false,
2200
+ "multiple": false,
2201
+ "type": "option"
2202
+ },
2203
+ "jitter": {
2204
+ "description": "Interval variance (ms).",
2205
+ "name": "jitter",
2206
+ "default": 0,
2207
+ "hasDynamicHelp": false,
2208
+ "multiple": false,
2209
+ "type": "option"
2210
+ },
2211
+ "objects": {
2212
+ "description": "Number of objects.",
2213
+ "name": "objects",
2214
+ "default": 0,
2215
+ "hasDynamicHelp": false,
2216
+ "multiple": false,
2217
+ "type": "option"
2218
+ },
2219
+ "mutations": {
2220
+ "description": "Number of mutations.",
2221
+ "name": "mutations",
2222
+ "default": 0,
2223
+ "hasDynamicHelp": false,
2224
+ "multiple": false,
2225
+ "type": "option"
2226
+ },
2227
+ "epoch": {
2228
+ "description": "Number of mutations per epoch.",
2229
+ "name": "epoch",
2230
+ "hasDynamicHelp": false,
2231
+ "multiple": false,
2232
+ "type": "option"
2233
+ }
2234
+ },
2235
+ "hasDynamicHelp": false,
2236
+ "hiddenAliases": [],
2237
+ "id": "debug:generate",
2238
+ "pluginAlias": "@dxos/cli",
2239
+ "pluginName": "@dxos/cli",
2240
+ "pluginType": "core",
2241
+ "strict": true,
2242
+ "enableJsonFlag": true,
2243
+ "isESM": false,
2244
+ "relativePath": [
2245
+ "dist",
2246
+ "src",
2247
+ "commands",
2248
+ "debug",
2249
+ "generate.js"
2250
+ ]
2251
+ },
2252
+ "debug:metrics": {
2253
+ "aliases": [],
2254
+ "args": {
2255
+ "command": {
2256
+ "description": "Control metrics recording.",
2257
+ "name": "command"
2258
+ }
2259
+ },
2260
+ "description": "Control metrics.",
2261
+ "flags": {
2262
+ "json": {
2263
+ "description": "Output as JSON.",
2264
+ "name": "json",
2265
+ "allowNo": false,
2266
+ "type": "boolean"
2331
2267
  },
2332
2268
  "dry-run": {
2333
2269
  "description": "Dry run.",
@@ -2375,17 +2311,12 @@
2375
2311
  "type": "option"
2376
2312
  },
2377
2313
  "no-agent": {
2378
- "description": "Run command without using an agent.",
2314
+ "description": "Run command without starting an agent.",
2315
+ "env": "DX_NO_AGENT",
2379
2316
  "name": "no-agent",
2380
2317
  "allowNo": false,
2381
2318
  "type": "boolean"
2382
2319
  },
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
- },
2389
2320
  "timeout": {
2390
2321
  "aliases": [
2391
2322
  "t"
@@ -2416,80 +2347,123 @@
2416
2347
  "hasDynamicHelp": false,
2417
2348
  "multiple": false,
2418
2349
  "type": "option"
2350
+ }
2351
+ },
2352
+ "hasDynamicHelp": false,
2353
+ "hiddenAliases": [],
2354
+ "id": "debug:metrics",
2355
+ "pluginAlias": "@dxos/cli",
2356
+ "pluginName": "@dxos/cli",
2357
+ "pluginType": "core",
2358
+ "strict": true,
2359
+ "enableJsonFlag": true,
2360
+ "isESM": false,
2361
+ "relativePath": [
2362
+ "dist",
2363
+ "src",
2364
+ "commands",
2365
+ "debug",
2366
+ "metrics.js"
2367
+ ]
2368
+ },
2369
+ "debug:status": {
2370
+ "aliases": [],
2371
+ "args": {},
2372
+ "description": "Display status.",
2373
+ "flags": {
2374
+ "json": {
2375
+ "description": "Output as JSON.",
2376
+ "name": "json",
2377
+ "allowNo": false,
2378
+ "type": "boolean"
2419
2379
  },
2420
- "columns": {
2421
- "description": "only show provided columns (comma-separated)",
2422
- "exclusive": [
2423
- "extended"
2424
- ],
2425
- "name": "columns",
2380
+ "dry-run": {
2381
+ "description": "Dry run.",
2382
+ "name": "dry-run",
2383
+ "allowNo": false,
2384
+ "type": "boolean"
2385
+ },
2386
+ "verbose": {
2387
+ "char": "v",
2388
+ "description": "Verbose output",
2389
+ "name": "verbose",
2390
+ "allowNo": false,
2391
+ "type": "boolean"
2392
+ },
2393
+ "profile": {
2394
+ "description": "User profile.",
2395
+ "env": "DX_PROFILE",
2396
+ "name": "profile",
2397
+ "default": "default",
2426
2398
  "hasDynamicHelp": false,
2427
2399
  "multiple": false,
2428
2400
  "type": "option"
2429
2401
  },
2430
- "csv": {
2431
- "description": "output is csv format [alias: --output=csv]",
2432
- "exclusive": [
2433
- "no-truncate"
2402
+ "config": {
2403
+ "aliases": [
2404
+ "c"
2434
2405
  ],
2435
- "name": "csv",
2436
- "allowNo": false,
2437
- "type": "boolean"
2438
- },
2439
- "extended": {
2440
- "char": "x",
2441
- "description": "show extra columns",
2442
- "exclusive": [
2443
- "columns"
2406
+ "dependsOn": [
2407
+ "profile"
2444
2408
  ],
2445
- "name": "extended",
2409
+ "description": "Config file.",
2410
+ "env": "DX_CONFIG",
2411
+ "name": "config",
2412
+ "default": "/home/runner/.config/dx/profile/default.yml",
2413
+ "hasDynamicHelp": false,
2414
+ "helpValue": "path",
2415
+ "multiple": false,
2416
+ "type": "option"
2417
+ },
2418
+ "target": {
2419
+ "description": "Target websocket server.",
2420
+ "name": "target",
2421
+ "hasDynamicHelp": false,
2422
+ "multiple": false,
2423
+ "type": "option"
2424
+ },
2425
+ "no-agent": {
2426
+ "description": "Run command without starting an agent.",
2427
+ "env": "DX_NO_AGENT",
2428
+ "name": "no-agent",
2446
2429
  "allowNo": false,
2447
2430
  "type": "boolean"
2448
2431
  },
2449
- "filter": {
2450
- "description": "filter property by partial string matching, ex: name=foo",
2451
- "name": "filter",
2432
+ "timeout": {
2433
+ "aliases": [
2434
+ "t"
2435
+ ],
2436
+ "description": "Timeout (ms).",
2437
+ "name": "timeout",
2438
+ "default": 60000,
2452
2439
  "hasDynamicHelp": false,
2453
2440
  "multiple": false,
2454
2441
  "type": "option"
2455
2442
  },
2456
- "no-header": {
2457
- "description": "hide table header from output",
2458
- "exclusive": [
2459
- "csv"
2460
- ],
2461
- "name": "no-header",
2443
+ "no-wait": {
2444
+ "description": "Do not wait for space to be ready.",
2445
+ "name": "no-wait",
2462
2446
  "allowNo": false,
2463
2447
  "type": "boolean"
2464
2448
  },
2465
- "no-truncate": {
2466
- "description": "do not truncate output to fit screen",
2467
- "exclusive": [
2468
- "csv"
2469
- ],
2470
- "name": "no-truncate",
2449
+ "json-log": {
2450
+ "description": "When running in foreground, log JSON format",
2451
+ "name": "json-log",
2471
2452
  "allowNo": false,
2472
2453
  "type": "boolean"
2473
2454
  },
2474
- "output": {
2475
- "description": "output in a more machine friendly format",
2476
- "exclusive": [
2477
- "no-truncate",
2478
- "csv"
2479
- ],
2480
- "name": "output",
2455
+ "json-logfile": {
2456
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
2457
+ "name": "json-logfile",
2458
+ "default": "stderr",
2481
2459
  "hasDynamicHelp": false,
2482
2460
  "multiple": false,
2483
- "options": [
2484
- "csv",
2485
- "json",
2486
- "yaml"
2487
- ],
2488
2461
  "type": "option"
2489
2462
  },
2490
- "sort": {
2491
- "description": "property to sort by (prepend '-' for descending)",
2492
- "name": "sort",
2463
+ "interval": {
2464
+ "description": "Update interval (ms).",
2465
+ "name": "interval",
2466
+ "default": 1000,
2493
2467
  "hasDynamicHelp": false,
2494
2468
  "multiple": false,
2495
2469
  "type": "option"
@@ -2497,7 +2471,7 @@
2497
2471
  },
2498
2472
  "hasDynamicHelp": false,
2499
2473
  "hiddenAliases": [],
2500
- "id": "device:list",
2474
+ "id": "debug:status",
2501
2475
  "pluginAlias": "@dxos/cli",
2502
2476
  "pluginName": "@dxos/cli",
2503
2477
  "pluginType": "core",
@@ -2508,14 +2482,14 @@
2508
2482
  "dist",
2509
2483
  "src",
2510
2484
  "commands",
2511
- "device",
2512
- "list.js"
2485
+ "debug",
2486
+ "status.js"
2513
2487
  ]
2514
2488
  },
2515
- "device:update": {
2489
+ "device:info": {
2516
2490
  "aliases": [],
2517
2491
  "args": {},
2518
- "description": "Update device info.",
2492
+ "description": "Show device info.",
2519
2493
  "flags": {
2520
2494
  "json": {
2521
2495
  "description": "Output as JSON.",
@@ -2569,17 +2543,12 @@
2569
2543
  "type": "option"
2570
2544
  },
2571
2545
  "no-agent": {
2572
- "description": "Run command without using an agent.",
2546
+ "description": "Run command without starting an agent.",
2547
+ "env": "DX_NO_AGENT",
2573
2548
  "name": "no-agent",
2574
2549
  "allowNo": false,
2575
2550
  "type": "boolean"
2576
2551
  },
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
- },
2583
2552
  "timeout": {
2584
2553
  "aliases": [
2585
2554
  "t"
@@ -2610,19 +2579,11 @@
2610
2579
  "hasDynamicHelp": false,
2611
2580
  "multiple": false,
2612
2581
  "type": "option"
2613
- },
2614
- "label": {
2615
- "description": "Set device label",
2616
- "name": "label",
2617
- "required": true,
2618
- "hasDynamicHelp": false,
2619
- "multiple": false,
2620
- "type": "option"
2621
2582
  }
2622
2583
  },
2623
2584
  "hasDynamicHelp": false,
2624
2585
  "hiddenAliases": [],
2625
- "id": "device:update",
2586
+ "id": "device:info",
2626
2587
  "pluginAlias": "@dxos/cli",
2627
2588
  "pluginName": "@dxos/cli",
2628
2589
  "pluginType": "core",
@@ -2634,21 +2595,13 @@
2634
2595
  "src",
2635
2596
  "commands",
2636
2597
  "device",
2637
- "update.js"
2598
+ "info.js"
2638
2599
  ]
2639
2600
  },
2640
- "function:dev": {
2641
- "aliases": [
2642
- "function:dev-server"
2643
- ],
2601
+ "device:list": {
2602
+ "aliases": [],
2644
2603
  "args": {},
2645
- "description": "Functions development server.",
2646
- "examples": [
2647
- {
2648
- "description": "Run with TypeScript support.",
2649
- "command": "dx function dev -r ts-node/register --verbose"
2650
- }
2651
- ],
2604
+ "description": "Show device info.",
2652
2605
  "flags": {
2653
2606
  "json": {
2654
2607
  "description": "Output as JSON.",
@@ -2702,17 +2655,12 @@
2702
2655
  "type": "option"
2703
2656
  },
2704
2657
  "no-agent": {
2705
- "description": "Run command without using an agent.",
2658
+ "description": "Run command without starting an agent.",
2659
+ "env": "DX_NO_AGENT",
2706
2660
  "name": "no-agent",
2707
2661
  "allowNo": false,
2708
2662
  "type": "boolean"
2709
2663
  },
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
- },
2716
2664
  "timeout": {
2717
2665
  "aliases": [
2718
2666
  "t"
@@ -2744,42 +2692,207 @@
2744
2692
  "multiple": false,
2745
2693
  "type": "option"
2746
2694
  },
2747
- "require": {
2695
+ "columns": {
2696
+ "description": "only show provided columns (comma-separated)",
2697
+ "exclusive": [
2698
+ "extended"
2699
+ ],
2700
+ "name": "columns",
2701
+ "hasDynamicHelp": false,
2702
+ "multiple": false,
2703
+ "type": "option"
2704
+ },
2705
+ "csv": {
2706
+ "description": "output is csv format [alias: --output=csv]",
2707
+ "exclusive": [
2708
+ "no-truncate"
2709
+ ],
2710
+ "name": "csv",
2711
+ "allowNo": false,
2712
+ "type": "boolean"
2713
+ },
2714
+ "extended": {
2715
+ "char": "x",
2716
+ "description": "show extra columns",
2717
+ "exclusive": [
2718
+ "columns"
2719
+ ],
2720
+ "name": "extended",
2721
+ "allowNo": false,
2722
+ "type": "boolean"
2723
+ },
2724
+ "filter": {
2725
+ "description": "filter property by partial string matching, ex: name=foo",
2726
+ "name": "filter",
2727
+ "hasDynamicHelp": false,
2728
+ "multiple": false,
2729
+ "type": "option"
2730
+ },
2731
+ "no-header": {
2732
+ "description": "hide table header from output",
2733
+ "exclusive": [
2734
+ "csv"
2735
+ ],
2736
+ "name": "no-header",
2737
+ "allowNo": false,
2738
+ "type": "boolean"
2739
+ },
2740
+ "no-truncate": {
2741
+ "description": "do not truncate output to fit screen",
2742
+ "exclusive": [
2743
+ "csv"
2744
+ ],
2745
+ "name": "no-truncate",
2746
+ "allowNo": false,
2747
+ "type": "boolean"
2748
+ },
2749
+ "output": {
2750
+ "description": "output in a more machine friendly format",
2751
+ "exclusive": [
2752
+ "no-truncate",
2753
+ "csv"
2754
+ ],
2755
+ "name": "output",
2756
+ "hasDynamicHelp": false,
2757
+ "multiple": false,
2758
+ "options": [
2759
+ "csv",
2760
+ "json",
2761
+ "yaml"
2762
+ ],
2763
+ "type": "option"
2764
+ },
2765
+ "sort": {
2766
+ "description": "property to sort by (prepend '-' for descending)",
2767
+ "name": "sort",
2768
+ "hasDynamicHelp": false,
2769
+ "multiple": false,
2770
+ "type": "option"
2771
+ }
2772
+ },
2773
+ "hasDynamicHelp": false,
2774
+ "hiddenAliases": [],
2775
+ "id": "device:list",
2776
+ "pluginAlias": "@dxos/cli",
2777
+ "pluginName": "@dxos/cli",
2778
+ "pluginType": "core",
2779
+ "strict": true,
2780
+ "enableJsonFlag": true,
2781
+ "isESM": false,
2782
+ "relativePath": [
2783
+ "dist",
2784
+ "src",
2785
+ "commands",
2786
+ "device",
2787
+ "list.js"
2788
+ ]
2789
+ },
2790
+ "device:update": {
2791
+ "aliases": [],
2792
+ "args": {},
2793
+ "description": "Update device info.",
2794
+ "flags": {
2795
+ "json": {
2796
+ "description": "Output as JSON.",
2797
+ "name": "json",
2798
+ "allowNo": false,
2799
+ "type": "boolean"
2800
+ },
2801
+ "dry-run": {
2802
+ "description": "Dry run.",
2803
+ "name": "dry-run",
2804
+ "allowNo": false,
2805
+ "type": "boolean"
2806
+ },
2807
+ "verbose": {
2808
+ "char": "v",
2809
+ "description": "Verbose output",
2810
+ "name": "verbose",
2811
+ "allowNo": false,
2812
+ "type": "boolean"
2813
+ },
2814
+ "profile": {
2815
+ "description": "User profile.",
2816
+ "env": "DX_PROFILE",
2817
+ "name": "profile",
2818
+ "default": "default",
2819
+ "hasDynamicHelp": false,
2820
+ "multiple": false,
2821
+ "type": "option"
2822
+ },
2823
+ "config": {
2748
2824
  "aliases": [
2749
- "r"
2825
+ "c"
2750
2826
  ],
2751
- "name": "require",
2752
- "default": [
2753
- "ts-node/register"
2827
+ "dependsOn": [
2828
+ "profile"
2754
2829
  ],
2830
+ "description": "Config file.",
2831
+ "env": "DX_CONFIG",
2832
+ "name": "config",
2833
+ "default": "/home/runner/.config/dx/profile/default.yml",
2755
2834
  "hasDynamicHelp": false,
2756
- "multiple": true,
2835
+ "helpValue": "path",
2836
+ "multiple": false,
2757
2837
  "type": "option"
2758
2838
  },
2759
- "baseDir": {
2760
- "description": "Base directory for function handlers.",
2761
- "name": "baseDir",
2839
+ "target": {
2840
+ "description": "Target websocket server.",
2841
+ "name": "target",
2762
2842
  "hasDynamicHelp": false,
2763
2843
  "multiple": false,
2764
2844
  "type": "option"
2765
2845
  },
2766
- "manifest": {
2767
- "description": "Functions manifest file.",
2768
- "name": "manifest",
2846
+ "no-agent": {
2847
+ "description": "Run command without starting an agent.",
2848
+ "env": "DX_NO_AGENT",
2849
+ "name": "no-agent",
2850
+ "allowNo": false,
2851
+ "type": "boolean"
2852
+ },
2853
+ "timeout": {
2854
+ "aliases": [
2855
+ "t"
2856
+ ],
2857
+ "description": "Timeout (ms).",
2858
+ "name": "timeout",
2859
+ "default": 60000,
2769
2860
  "hasDynamicHelp": false,
2770
2861
  "multiple": false,
2771
2862
  "type": "option"
2772
2863
  },
2773
- "reload": {
2774
- "description": "Reload functions on change.",
2775
- "name": "reload",
2864
+ "no-wait": {
2865
+ "description": "Do not wait for space to be ready.",
2866
+ "name": "no-wait",
2867
+ "allowNo": false,
2868
+ "type": "boolean"
2869
+ },
2870
+ "json-log": {
2871
+ "description": "When running in foreground, log JSON format",
2872
+ "name": "json-log",
2776
2873
  "allowNo": false,
2777
2874
  "type": "boolean"
2875
+ },
2876
+ "json-logfile": {
2877
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
2878
+ "name": "json-logfile",
2879
+ "default": "stderr",
2880
+ "hasDynamicHelp": false,
2881
+ "multiple": false,
2882
+ "type": "option"
2883
+ },
2884
+ "label": {
2885
+ "description": "Set device label",
2886
+ "name": "label",
2887
+ "required": true,
2888
+ "hasDynamicHelp": false,
2889
+ "multiple": false,
2890
+ "type": "option"
2778
2891
  }
2779
2892
  },
2780
2893
  "hasDynamicHelp": false,
2781
2894
  "hiddenAliases": [],
2782
- "id": "function:dev",
2895
+ "id": "device:update",
2783
2896
  "pluginAlias": "@dxos/cli",
2784
2897
  "pluginName": "@dxos/cli",
2785
2898
  "pluginType": "core",
@@ -2790,20 +2903,22 @@
2790
2903
  "dist",
2791
2904
  "src",
2792
2905
  "commands",
2793
- "function",
2794
- "dev.js"
2906
+ "device",
2907
+ "update.js"
2795
2908
  ]
2796
2909
  },
2797
- "function:exec": {
2798
- "aliases": [],
2799
- "args": {
2800
- "name": {
2801
- "description": "Function name.",
2802
- "name": "name",
2803
- "required": true
2910
+ "function:dev": {
2911
+ "aliases": [
2912
+ "function:dev-server"
2913
+ ],
2914
+ "args": {},
2915
+ "description": "Functions development server.",
2916
+ "examples": [
2917
+ {
2918
+ "description": "Run with TypeScript support.",
2919
+ "command": "dx function dev -r ts-node/register --verbose"
2804
2920
  }
2805
- },
2806
- "description": "Invoke function.",
2921
+ ],
2807
2922
  "flags": {
2808
2923
  "json": {
2809
2924
  "description": "Output as JSON.",
@@ -2857,17 +2972,12 @@
2857
2972
  "type": "option"
2858
2973
  },
2859
2974
  "no-agent": {
2860
- "description": "Run command without using an agent.",
2975
+ "description": "Run command without starting an agent.",
2976
+ "env": "DX_NO_AGENT",
2861
2977
  "name": "no-agent",
2862
2978
  "allowNo": false,
2863
2979
  "type": "boolean"
2864
2980
  },
2865
- "no-start-agent": {
2866
- "description": "Do not automatically start an agent if one is not running.",
2867
- "name": "no-start-agent",
2868
- "allowNo": false,
2869
- "type": "boolean"
2870
- },
2871
2981
  "timeout": {
2872
2982
  "aliases": [
2873
2983
  "t"
@@ -2898,11 +3008,50 @@
2898
3008
  "hasDynamicHelp": false,
2899
3009
  "multiple": false,
2900
3010
  "type": "option"
3011
+ },
3012
+ "key": {
3013
+ "description": "Space key(s) head in hex.",
3014
+ "name": "key",
3015
+ "hasDynamicHelp": false,
3016
+ "multiple": true,
3017
+ "type": "option"
3018
+ },
3019
+ "require": {
3020
+ "aliases": [
3021
+ "r"
3022
+ ],
3023
+ "name": "require",
3024
+ "default": [
3025
+ "ts-node/register"
3026
+ ],
3027
+ "hasDynamicHelp": false,
3028
+ "multiple": true,
3029
+ "type": "option"
3030
+ },
3031
+ "manifest": {
3032
+ "description": "Functions manifest file.",
3033
+ "name": "manifest",
3034
+ "hasDynamicHelp": false,
3035
+ "multiple": false,
3036
+ "type": "option"
3037
+ },
3038
+ "baseDir": {
3039
+ "description": "Base directory for function handlers.",
3040
+ "name": "baseDir",
3041
+ "hasDynamicHelp": false,
3042
+ "multiple": false,
3043
+ "type": "option"
3044
+ },
3045
+ "reload": {
3046
+ "description": "Reload functions on change.",
3047
+ "name": "reload",
3048
+ "allowNo": false,
3049
+ "type": "boolean"
2901
3050
  }
2902
3051
  },
2903
3052
  "hasDynamicHelp": false,
2904
3053
  "hiddenAliases": [],
2905
- "id": "function:exec",
3054
+ "id": "function:dev",
2906
3055
  "pluginAlias": "@dxos/cli",
2907
3056
  "pluginName": "@dxos/cli",
2908
3057
  "pluginType": "core",
@@ -2914,7 +3063,7 @@
2914
3063
  "src",
2915
3064
  "commands",
2916
3065
  "function",
2917
- "exec.js"
3066
+ "dev.js"
2918
3067
  ]
2919
3068
  },
2920
3069
  "function:list": {
@@ -2974,17 +3123,12 @@
2974
3123
  "type": "option"
2975
3124
  },
2976
3125
  "no-agent": {
2977
- "description": "Run command without using an agent.",
3126
+ "description": "Run command without starting an agent.",
3127
+ "env": "DX_NO_AGENT",
2978
3128
  "name": "no-agent",
2979
3129
  "allowNo": false,
2980
3130
  "type": "boolean"
2981
3131
  },
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
- },
2988
3132
  "timeout": {
2989
3133
  "aliases": [
2990
3134
  "t"
@@ -3097,17 +3241,12 @@
3097
3241
  "type": "option"
3098
3242
  },
3099
3243
  "no-agent": {
3100
- "description": "Run command without using an agent.",
3244
+ "description": "Run command without starting an agent.",
3245
+ "env": "DX_NO_AGENT",
3101
3246
  "name": "no-agent",
3102
3247
  "allowNo": false,
3103
3248
  "type": "boolean"
3104
3249
  },
3105
- "no-start-agent": {
3106
- "description": "Do not automatically start an agent if one is not running.",
3107
- "name": "no-start-agent",
3108
- "allowNo": false,
3109
- "type": "boolean"
3110
- },
3111
3250
  "timeout": {
3112
3251
  "aliases": [
3113
3252
  "t"
@@ -3221,17 +3360,12 @@
3221
3360
  "type": "option"
3222
3361
  },
3223
3362
  "no-agent": {
3224
- "description": "Run command without using an agent.",
3363
+ "description": "Run command without starting an agent.",
3364
+ "env": "DX_NO_AGENT",
3225
3365
  "name": "no-agent",
3226
3366
  "allowNo": false,
3227
3367
  "type": "boolean"
3228
3368
  },
3229
- "no-start-agent": {
3230
- "description": "Do not automatically start an agent if one is not running.",
3231
- "name": "no-start-agent",
3232
- "allowNo": false,
3233
- "type": "boolean"
3234
- },
3235
3369
  "timeout": {
3236
3370
  "aliases": [
3237
3371
  "t"
@@ -3351,17 +3485,12 @@
3351
3485
  "type": "option"
3352
3486
  },
3353
3487
  "no-agent": {
3354
- "description": "Run command without using an agent.",
3488
+ "description": "Run command without starting an agent.",
3489
+ "env": "DX_NO_AGENT",
3355
3490
  "name": "no-agent",
3356
3491
  "allowNo": false,
3357
3492
  "type": "boolean"
3358
3493
  },
3359
- "no-start-agent": {
3360
- "description": "Do not automatically start an agent if one is not running.",
3361
- "name": "no-start-agent",
3362
- "allowNo": false,
3363
- "type": "boolean"
3364
- },
3365
3494
  "timeout": {
3366
3495
  "aliases": [
3367
3496
  "t"
@@ -3468,17 +3597,12 @@
3468
3597
  "type": "option"
3469
3598
  },
3470
3599
  "no-agent": {
3471
- "description": "Run command without using an agent.",
3600
+ "description": "Run command without starting an agent.",
3601
+ "env": "DX_NO_AGENT",
3472
3602
  "name": "no-agent",
3473
3603
  "allowNo": false,
3474
3604
  "type": "boolean"
3475
3605
  },
3476
- "no-start-agent": {
3477
- "description": "Do not automatically start an agent if one is not running.",
3478
- "name": "no-start-agent",
3479
- "allowNo": false,
3480
- "type": "boolean"
3481
- },
3482
3606
  "timeout": {
3483
3607
  "description": "Timeout in seconds",
3484
3608
  "name": "timeout",
@@ -3552,10 +3676,10 @@
3552
3676
  "join.js"
3553
3677
  ]
3554
3678
  },
3555
- "halo:share": {
3679
+ "halo:keys": {
3556
3680
  "aliases": [],
3557
3681
  "args": {},
3558
- "description": "Create HALO (device) invitation.",
3682
+ "description": "Show HALO keys.",
3559
3683
  "flags": {
3560
3684
  "json": {
3561
3685
  "description": "Output as JSON.",
@@ -3609,14 +3733,121 @@
3609
3733
  "type": "option"
3610
3734
  },
3611
3735
  "no-agent": {
3612
- "description": "Run command without using an agent.",
3736
+ "description": "Run command without starting an agent.",
3737
+ "env": "DX_NO_AGENT",
3613
3738
  "name": "no-agent",
3614
3739
  "allowNo": false,
3615
3740
  "type": "boolean"
3616
3741
  },
3617
- "no-start-agent": {
3618
- "description": "Do not automatically start an agent if one is not running.",
3619
- "name": "no-start-agent",
3742
+ "timeout": {
3743
+ "aliases": [
3744
+ "t"
3745
+ ],
3746
+ "description": "Timeout (ms).",
3747
+ "name": "timeout",
3748
+ "default": 60000,
3749
+ "hasDynamicHelp": false,
3750
+ "multiple": false,
3751
+ "type": "option"
3752
+ },
3753
+ "no-wait": {
3754
+ "description": "Do not wait for space to be ready.",
3755
+ "name": "no-wait",
3756
+ "allowNo": false,
3757
+ "type": "boolean"
3758
+ },
3759
+ "json-log": {
3760
+ "description": "When running in foreground, log JSON format",
3761
+ "name": "json-log",
3762
+ "allowNo": false,
3763
+ "type": "boolean"
3764
+ },
3765
+ "json-logfile": {
3766
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
3767
+ "name": "json-logfile",
3768
+ "default": "stderr",
3769
+ "hasDynamicHelp": false,
3770
+ "multiple": false,
3771
+ "type": "option"
3772
+ }
3773
+ },
3774
+ "hasDynamicHelp": false,
3775
+ "hiddenAliases": [],
3776
+ "id": "halo:keys",
3777
+ "pluginAlias": "@dxos/cli",
3778
+ "pluginName": "@dxos/cli",
3779
+ "pluginType": "core",
3780
+ "strict": true,
3781
+ "enableJsonFlag": true,
3782
+ "isESM": false,
3783
+ "relativePath": [
3784
+ "dist",
3785
+ "src",
3786
+ "commands",
3787
+ "halo",
3788
+ "keys.js"
3789
+ ]
3790
+ },
3791
+ "halo:share": {
3792
+ "aliases": [],
3793
+ "args": {},
3794
+ "description": "Create HALO (device) invitation.",
3795
+ "flags": {
3796
+ "json": {
3797
+ "description": "Output as JSON.",
3798
+ "name": "json",
3799
+ "allowNo": false,
3800
+ "type": "boolean"
3801
+ },
3802
+ "dry-run": {
3803
+ "description": "Dry run.",
3804
+ "name": "dry-run",
3805
+ "allowNo": false,
3806
+ "type": "boolean"
3807
+ },
3808
+ "verbose": {
3809
+ "char": "v",
3810
+ "description": "Verbose output",
3811
+ "name": "verbose",
3812
+ "allowNo": false,
3813
+ "type": "boolean"
3814
+ },
3815
+ "profile": {
3816
+ "description": "User profile.",
3817
+ "env": "DX_PROFILE",
3818
+ "name": "profile",
3819
+ "default": "default",
3820
+ "hasDynamicHelp": false,
3821
+ "multiple": false,
3822
+ "type": "option"
3823
+ },
3824
+ "config": {
3825
+ "aliases": [
3826
+ "c"
3827
+ ],
3828
+ "dependsOn": [
3829
+ "profile"
3830
+ ],
3831
+ "description": "Config file.",
3832
+ "env": "DX_CONFIG",
3833
+ "name": "config",
3834
+ "default": "/home/runner/.config/dx/profile/default.yml",
3835
+ "hasDynamicHelp": false,
3836
+ "helpValue": "path",
3837
+ "multiple": false,
3838
+ "type": "option"
3839
+ },
3840
+ "target": {
3841
+ "description": "Target websocket server.",
3842
+ "name": "target",
3843
+ "hasDynamicHelp": false,
3844
+ "multiple": false,
3845
+ "type": "option"
3846
+ },
3847
+ "no-agent": {
3848
+ "description": "Run command without starting an agent.",
3849
+ "env": "DX_NO_AGENT",
3850
+ "name": "no-agent",
3620
3851
  "allowNo": false,
3621
3852
  "type": "boolean"
3622
3853
  },
@@ -3659,6 +3890,12 @@
3659
3890
  "multiple": false,
3660
3891
  "type": "option"
3661
3892
  },
3893
+ "persistent": {
3894
+ "description": "Invitation should resume if client restarts",
3895
+ "name": "persistent",
3896
+ "allowNo": false,
3897
+ "type": "boolean"
3898
+ },
3662
3899
  "open": {
3663
3900
  "description": "Open browser with invitation.",
3664
3901
  "name": "open",
@@ -3678,12 +3915,6 @@
3678
3915
  "name": "no-auth",
3679
3916
  "allowNo": false,
3680
3917
  "type": "boolean"
3681
- },
3682
- "no-persistent": {
3683
- "description": "Don't resume invitation if client restarts",
3684
- "name": "no-persistent",
3685
- "allowNo": false,
3686
- "type": "boolean"
3687
3918
  }
3688
3919
  },
3689
3920
  "hasDynamicHelp": false,
@@ -3760,17 +3991,12 @@
3760
3991
  "type": "option"
3761
3992
  },
3762
3993
  "no-agent": {
3763
- "description": "Run command without using an agent.",
3994
+ "description": "Run command without starting an agent.",
3995
+ "env": "DX_NO_AGENT",
3764
3996
  "name": "no-agent",
3765
3997
  "allowNo": false,
3766
3998
  "type": "boolean"
3767
3999
  },
3768
- "no-start-agent": {
3769
- "description": "Do not automatically start an agent if one is not running.",
3770
- "name": "no-start-agent",
3771
- "allowNo": false,
3772
- "type": "boolean"
3773
- },
3774
4000
  "timeout": {
3775
4001
  "aliases": [
3776
4002
  "t"
@@ -3884,17 +4110,12 @@
3884
4110
  "type": "option"
3885
4111
  },
3886
4112
  "no-agent": {
3887
- "description": "Run command without using an agent.",
4113
+ "description": "Run command without starting an agent.",
4114
+ "env": "DX_NO_AGENT",
3888
4115
  "name": "no-agent",
3889
4116
  "allowNo": false,
3890
4117
  "type": "boolean"
3891
4118
  },
3892
- "no-start-agent": {
3893
- "description": "Do not automatically start an agent if one is not running.",
3894
- "name": "no-start-agent",
3895
- "allowNo": false,
3896
- "type": "boolean"
3897
- },
3898
4119
  "timeout": {
3899
4120
  "aliases": [
3900
4121
  "t"
@@ -4013,17 +4234,12 @@
4013
4234
  "type": "option"
4014
4235
  },
4015
4236
  "no-agent": {
4016
- "description": "Run command without using an agent.",
4237
+ "description": "Run command without starting an agent.",
4238
+ "env": "DX_NO_AGENT",
4017
4239
  "name": "no-agent",
4018
4240
  "allowNo": false,
4019
4241
  "type": "boolean"
4020
4242
  },
4021
- "no-start-agent": {
4022
- "description": "Do not automatically start an agent if one is not running.",
4023
- "name": "no-start-agent",
4024
- "allowNo": false,
4025
- "type": "boolean"
4026
- },
4027
4243
  "timeout": {
4028
4244
  "aliases": [
4029
4245
  "t"
@@ -4077,6 +4293,7 @@
4077
4293
  "aliases": [],
4078
4294
  "args": {
4079
4295
  "key": {
4296
+ "description": "Space key(s) head in hex.",
4080
4297
  "name": "key"
4081
4298
  }
4082
4299
  },
@@ -4134,17 +4351,12 @@
4134
4351
  "type": "option"
4135
4352
  },
4136
4353
  "no-agent": {
4137
- "description": "Run command without using an agent.",
4354
+ "description": "Run command without starting an agent.",
4355
+ "env": "DX_NO_AGENT",
4138
4356
  "name": "no-agent",
4139
4357
  "allowNo": false,
4140
4358
  "type": "boolean"
4141
4359
  },
4142
- "no-start-agent": {
4143
- "description": "Do not automatically start an agent if one is not running.",
4144
- "name": "no-start-agent",
4145
- "allowNo": false,
4146
- "type": "boolean"
4147
- },
4148
4360
  "timeout": {
4149
4361
  "aliases": [
4150
4362
  "t"
@@ -4255,17 +4467,12 @@
4255
4467
  "type": "option"
4256
4468
  },
4257
4469
  "no-agent": {
4258
- "description": "Run command without using an agent.",
4470
+ "description": "Run command without starting an agent.",
4471
+ "env": "DX_NO_AGENT",
4259
4472
  "name": "no-agent",
4260
4473
  "allowNo": false,
4261
4474
  "type": "boolean"
4262
4475
  },
4263
- "no-start-agent": {
4264
- "description": "Do not automatically start an agent if one is not running.",
4265
- "name": "no-start-agent",
4266
- "allowNo": false,
4267
- "type": "boolean"
4268
- },
4269
4476
  "timeout": {
4270
4477
  "aliases": [
4271
4478
  "t"
@@ -4319,7 +4526,7 @@
4319
4526
  "aliases": [],
4320
4527
  "args": {
4321
4528
  "key": {
4322
- "description": "Space key head in hex.",
4529
+ "description": "Space key(s) head in hex.",
4323
4530
  "name": "key"
4324
4531
  }
4325
4532
  },
@@ -4377,17 +4584,12 @@
4377
4584
  "type": "option"
4378
4585
  },
4379
4586
  "no-agent": {
4380
- "description": "Run command without using an agent.",
4587
+ "description": "Run command without starting an agent.",
4588
+ "env": "DX_NO_AGENT",
4381
4589
  "name": "no-agent",
4382
4590
  "allowNo": false,
4383
4591
  "type": "boolean"
4384
4592
  },
4385
- "no-start-agent": {
4386
- "description": "Do not automatically start an agent if one is not running.",
4387
- "name": "no-start-agent",
4388
- "allowNo": false,
4389
- "type": "boolean"
4390
- },
4391
4593
  "timeout": {
4392
4594
  "aliases": [
4393
4595
  "t"
@@ -4441,6 +4643,7 @@
4441
4643
  "aliases": [],
4442
4644
  "args": {
4443
4645
  "key": {
4646
+ "description": "Space key(s) head in hex.",
4444
4647
  "name": "key"
4445
4648
  }
4446
4649
  },
@@ -4498,17 +4701,12 @@
4498
4701
  "type": "option"
4499
4702
  },
4500
4703
  "no-agent": {
4501
- "description": "Run command without using an agent.",
4704
+ "description": "Run command without starting an agent.",
4705
+ "env": "DX_NO_AGENT",
4502
4706
  "name": "no-agent",
4503
4707
  "allowNo": false,
4504
4708
  "type": "boolean"
4505
4709
  },
4506
- "no-start-agent": {
4507
- "description": "Do not automatically start an agent if one is not running.",
4508
- "name": "no-start-agent",
4509
- "allowNo": false,
4510
- "type": "boolean"
4511
- },
4512
4710
  "timeout": {
4513
4711
  "aliases": [
4514
4712
  "t"
@@ -4615,17 +4813,12 @@
4615
4813
  "type": "option"
4616
4814
  },
4617
4815
  "no-agent": {
4618
- "description": "Run command without using an agent.",
4816
+ "description": "Run command without starting an agent.",
4817
+ "env": "DX_NO_AGENT",
4619
4818
  "name": "no-agent",
4620
4819
  "allowNo": false,
4621
4820
  "type": "boolean"
4622
4821
  },
4623
- "no-start-agent": {
4624
- "description": "Do not automatically start an agent if one is not running.",
4625
- "name": "no-start-agent",
4626
- "allowNo": false,
4627
- "type": "boolean"
4628
- },
4629
4822
  "timeout": {
4630
4823
  "aliases": [
4631
4824
  "t"
@@ -4746,17 +4939,12 @@
4746
4939
  "type": "option"
4747
4940
  },
4748
4941
  "no-agent": {
4749
- "description": "Run command without using an agent.",
4942
+ "description": "Run command without starting an agent.",
4943
+ "env": "DX_NO_AGENT",
4750
4944
  "name": "no-agent",
4751
4945
  "allowNo": false,
4752
4946
  "type": "boolean"
4753
4947
  },
4754
- "no-start-agent": {
4755
- "description": "Do not automatically start an agent if one is not running.",
4756
- "name": "no-start-agent",
4757
- "allowNo": false,
4758
- "type": "boolean"
4759
- },
4760
4948
  "timeout": {
4761
4949
  "aliases": [
4762
4950
  "t"
@@ -4893,7 +5081,7 @@
4893
5081
  "aliases": [],
4894
5082
  "args": {
4895
5083
  "key": {
4896
- "description": "Space key head in hex.",
5084
+ "description": "Space key(s) head in hex.",
4897
5085
  "name": "key"
4898
5086
  }
4899
5087
  },
@@ -4951,17 +5139,12 @@
4951
5139
  "type": "option"
4952
5140
  },
4953
5141
  "no-agent": {
4954
- "description": "Run command without using an agent.",
5142
+ "description": "Run command without starting an agent.",
5143
+ "env": "DX_NO_AGENT",
4955
5144
  "name": "no-agent",
4956
5145
  "allowNo": false,
4957
5146
  "type": "boolean"
4958
5147
  },
4959
- "no-start-agent": {
4960
- "description": "Do not automatically start an agent if one is not running.",
4961
- "name": "no-start-agent",
4962
- "allowNo": false,
4963
- "type": "boolean"
4964
- },
4965
5148
  "timeout": {
4966
5149
  "aliases": [
4967
5150
  "t"
@@ -5092,6 +5275,7 @@
5092
5275
  "aliases": [],
5093
5276
  "args": {
5094
5277
  "key": {
5278
+ "description": "Space key(s) head in hex.",
5095
5279
  "name": "key"
5096
5280
  }
5097
5281
  },
@@ -5149,17 +5333,12 @@
5149
5333
  "type": "option"
5150
5334
  },
5151
5335
  "no-agent": {
5152
- "description": "Run command without using an agent.",
5336
+ "description": "Run command without starting an agent.",
5337
+ "env": "DX_NO_AGENT",
5153
5338
  "name": "no-agent",
5154
5339
  "allowNo": false,
5155
5340
  "type": "boolean"
5156
5341
  },
5157
- "no-start-agent": {
5158
- "description": "Do not automatically start an agent if one is not running.",
5159
- "name": "no-start-agent",
5160
- "allowNo": false,
5161
- "type": "boolean"
5162
- },
5163
5342
  "timeout": {
5164
5343
  "aliases": [
5165
5344
  "t"
@@ -5213,7 +5392,7 @@
5213
5392
  "aliases": [],
5214
5393
  "args": {
5215
5394
  "key": {
5216
- "description": "Space key head in hex.",
5395
+ "description": "Space key(s) head in hex.",
5217
5396
  "name": "key"
5218
5397
  }
5219
5398
  },
@@ -5271,17 +5450,12 @@
5271
5450
  "type": "option"
5272
5451
  },
5273
5452
  "no-agent": {
5274
- "description": "Run command without using an agent.",
5453
+ "description": "Run command without starting an agent.",
5454
+ "env": "DX_NO_AGENT",
5275
5455
  "name": "no-agent",
5276
5456
  "allowNo": false,
5277
5457
  "type": "boolean"
5278
5458
  },
5279
- "no-start-agent": {
5280
- "description": "Do not automatically start an agent if one is not running.",
5281
- "name": "no-start-agent",
5282
- "allowNo": false,
5283
- "type": "boolean"
5284
- },
5285
5459
  "timeout": {
5286
5460
  "aliases": [
5287
5461
  "t"
@@ -5312,6 +5486,19 @@
5312
5486
  "hasDynamicHelp": false,
5313
5487
  "multiple": false,
5314
5488
  "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"
5315
5502
  }
5316
5503
  },
5317
5504
  "hasDynamicHelp": false,
@@ -5335,7 +5522,7 @@
5335
5522
  "aliases": [],
5336
5523
  "args": {
5337
5524
  "key": {
5338
- "description": "Space key head in hex.",
5525
+ "description": "Space key(s) head in hex.",
5339
5526
  "name": "key"
5340
5527
  }
5341
5528
  },
@@ -5393,21 +5580,19 @@
5393
5580
  "type": "option"
5394
5581
  },
5395
5582
  "no-agent": {
5396
- "description": "Run command without using an agent.",
5583
+ "description": "Run command without starting an agent.",
5584
+ "env": "DX_NO_AGENT",
5397
5585
  "name": "no-agent",
5398
5586
  "allowNo": false,
5399
5587
  "type": "boolean"
5400
5588
  },
5401
- "no-start-agent": {
5402
- "description": "Do not automatically start an agent if one is not running.",
5403
- "name": "no-start-agent",
5404
- "allowNo": false,
5405
- "type": "boolean"
5406
- },
5407
5589
  "timeout": {
5408
- "description": "Timeout in milliseconds.",
5590
+ "aliases": [
5591
+ "t"
5592
+ ],
5593
+ "description": "Timeout (ms).",
5409
5594
  "name": "timeout",
5410
- "default": 5000,
5595
+ "default": 60000,
5411
5596
  "hasDynamicHelp": false,
5412
5597
  "multiple": false,
5413
5598
  "type": "option"
@@ -5432,6 +5617,12 @@
5432
5617
  "multiple": false,
5433
5618
  "type": "option"
5434
5619
  },
5620
+ "multiple": {
5621
+ "description": "Multiple use.",
5622
+ "name": "multiple",
5623
+ "allowNo": false,
5624
+ "type": "boolean"
5625
+ },
5435
5626
  "lifetime": {
5436
5627
  "description": "Lifetime of the invitation in seconds",
5437
5628
  "name": "lifetime",
@@ -5440,24 +5631,12 @@
5440
5631
  "multiple": false,
5441
5632
  "type": "option"
5442
5633
  },
5443
- "multiple": {
5444
- "description": "Multiple use.",
5445
- "name": "multiple",
5446
- "allowNo": false,
5447
- "type": "boolean"
5448
- },
5449
5634
  "persistent": {
5450
5635
  "description": "Invitation should resume if client restarts",
5451
5636
  "name": "persistent",
5452
5637
  "allowNo": false,
5453
5638
  "type": "boolean"
5454
5639
  },
5455
- "no-persistent": {
5456
- "description": "Don't resume invitation if client restarts",
5457
- "name": "no-persistent",
5458
- "allowNo": false,
5459
- "type": "boolean"
5460
- },
5461
5640
  "open": {
5462
5641
  "description": "Open browser with invitation.",
5463
5642
  "name": "open",
@@ -5505,7 +5684,7 @@
5505
5684
  "required": true
5506
5685
  }
5507
5686
  },
5508
- "description": "Enable or disable tunnel.",
5687
+ "description": "Enable or disable tunnel (deprecated).",
5509
5688
  "flags": {
5510
5689
  "json": {
5511
5690
  "description": "Output as JSON.",
@@ -5559,17 +5738,12 @@
5559
5738
  "type": "option"
5560
5739
  },
5561
5740
  "no-agent": {
5562
- "description": "Run command without using an agent.",
5741
+ "description": "Run command without starting an agent.",
5742
+ "env": "DX_NO_AGENT",
5563
5743
  "name": "no-agent",
5564
5744
  "allowNo": false,
5565
5745
  "type": "boolean"
5566
5746
  },
5567
- "no-start-agent": {
5568
- "description": "Do not automatically start an agent if one is not running.",
5569
- "name": "no-start-agent",
5570
- "allowNo": false,
5571
- "type": "boolean"
5572
- },
5573
5747
  "timeout": {
5574
5748
  "aliases": [
5575
5749
  "t"
@@ -5604,7 +5778,7 @@
5604
5778
  "name": {
5605
5779
  "description": "Tunnel name",
5606
5780
  "name": "name",
5607
- "default": "sierra-oxygen-green-fillet",
5781
+ "default": "mississippi-louisiana-east-mexico",
5608
5782
  "hasDynamicHelp": false,
5609
5783
  "multiple": false,
5610
5784
  "type": "option"
@@ -5616,6 +5790,7 @@
5616
5790
  "pluginAlias": "@dxos/cli",
5617
5791
  "pluginName": "@dxos/cli",
5618
5792
  "pluginType": "core",
5793
+ "state": "deprecated",
5619
5794
  "strict": true,
5620
5795
  "enableJsonFlag": true,
5621
5796
  "isESM": false,
@@ -5684,17 +5859,12 @@
5684
5859
  "type": "option"
5685
5860
  },
5686
5861
  "no-agent": {
5687
- "description": "Run command without using an agent.",
5862
+ "description": "Run command without starting an agent.",
5863
+ "env": "DX_NO_AGENT",
5688
5864
  "name": "no-agent",
5689
5865
  "allowNo": false,
5690
5866
  "type": "boolean"
5691
5867
  },
5692
- "no-start-agent": {
5693
- "description": "Do not automatically start an agent if one is not running.",
5694
- "name": "no-start-agent",
5695
- "allowNo": false,
5696
- "type": "boolean"
5697
- },
5698
5868
  "timeout": {
5699
5869
  "aliases": [
5700
5870
  "t"
@@ -5733,6 +5903,7 @@
5733
5903
  "pluginAlias": "@dxos/cli",
5734
5904
  "pluginName": "@dxos/cli",
5735
5905
  "pluginType": "core",
5906
+ "state": "deprecated",
5736
5907
  "strict": true,
5737
5908
  "enableJsonFlag": true,
5738
5909
  "isESM": false,
@@ -5807,17 +5978,12 @@
5807
5978
  "type": "option"
5808
5979
  },
5809
5980
  "no-agent": {
5810
- "description": "Run command without using an agent.",
5981
+ "description": "Run command without starting an agent.",
5982
+ "env": "DX_NO_AGENT",
5811
5983
  "name": "no-agent",
5812
5984
  "allowNo": false,
5813
5985
  "type": "boolean"
5814
5986
  },
5815
- "no-start-agent": {
5816
- "description": "Do not automatically start an agent if one is not running.",
5817
- "name": "no-start-agent",
5818
- "allowNo": false,
5819
- "type": "boolean"
5820
- },
5821
5987
  "timeout": {
5822
5988
  "aliases": [
5823
5989
  "t"
@@ -5925,17 +6091,12 @@
5925
6091
  "type": "option"
5926
6092
  },
5927
6093
  "no-agent": {
5928
- "description": "Run command without using an agent.",
6094
+ "description": "Run command without starting an agent.",
6095
+ "env": "DX_NO_AGENT",
5929
6096
  "name": "no-agent",
5930
6097
  "allowNo": false,
5931
6098
  "type": "boolean"
5932
6099
  },
5933
- "no-start-agent": {
5934
- "description": "Do not automatically start an agent if one is not running.",
5935
- "name": "no-start-agent",
5936
- "allowNo": false,
5937
- "type": "boolean"
5938
- },
5939
6100
  "timeout": {
5940
6101
  "description": "Time in milliseconds to wait for at least one credential before listing.",
5941
6102
  "name": "timeout",
@@ -6076,5 +6237,5 @@
6076
6237
  ]
6077
6238
  }
6078
6239
  },
6079
- "version": "0.5.3-main.e76d664"
6240
+ "version": "0.5.3-main.eb56347"
6080
6241
  }