@dxos/cli 0.5.3-main.cb47aab → 0.5.3-main.d28cf09

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 (234) 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/agent.test.js.map +1 -1
  6. package/dist/src/commands/agent/invitations.d.ts +1 -2
  7. package/dist/src/commands/agent/invitations.d.ts.map +1 -1
  8. package/dist/src/commands/agent/invitations.js +3 -3
  9. package/dist/src/commands/agent/invitations.js.map +1 -1
  10. package/dist/src/commands/agent/list.d.ts +1 -2
  11. package/dist/src/commands/agent/list.d.ts.map +1 -1
  12. package/dist/src/commands/agent/list.js +3 -3
  13. package/dist/src/commands/agent/list.js.map +1 -1
  14. package/dist/src/commands/agent/restart.d.ts +1 -2
  15. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  16. package/dist/src/commands/agent/restart.js +3 -3
  17. package/dist/src/commands/agent/restart.js.map +1 -1
  18. package/dist/src/commands/agent/start.d.ts +1 -2
  19. package/dist/src/commands/agent/start.d.ts.map +1 -1
  20. package/dist/src/commands/agent/start.js +3 -3
  21. package/dist/src/commands/agent/start.js.map +1 -1
  22. package/dist/src/commands/agent/status.d.ts +1 -2
  23. package/dist/src/commands/agent/status.d.ts.map +1 -1
  24. package/dist/src/commands/agent/status.js +3 -9
  25. package/dist/src/commands/agent/status.js.map +1 -1
  26. package/dist/src/commands/agent/stop.d.ts +1 -2
  27. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  28. package/dist/src/commands/agent/stop.js +3 -3
  29. package/dist/src/commands/agent/stop.js.map +1 -1
  30. package/dist/src/commands/app/create.d.ts +5 -2
  31. package/dist/src/commands/app/create.d.ts.map +1 -1
  32. package/dist/src/commands/app/create.js +10 -6
  33. package/dist/src/commands/app/create.js.map +1 -1
  34. package/dist/src/commands/app/list.d.ts +5 -1
  35. package/dist/src/commands/app/list.d.ts.map +1 -1
  36. package/dist/src/commands/app/list.js +6 -2
  37. package/dist/src/commands/app/list.js.map +1 -1
  38. package/dist/src/commands/app/open.d.ts +5 -2
  39. package/dist/src/commands/app/open.d.ts.map +1 -1
  40. package/dist/src/commands/app/open.js +7 -3
  41. package/dist/src/commands/app/open.js.map +1 -1
  42. package/dist/src/commands/app/publish.d.ts +5 -2
  43. package/dist/src/commands/app/publish.d.ts.map +1 -1
  44. package/dist/src/commands/app/publish.js +7 -3
  45. package/dist/src/commands/app/publish.js.map +1 -1
  46. package/dist/src/commands/composer/base.d.ts +18 -0
  47. package/dist/src/commands/composer/base.d.ts.map +1 -0
  48. package/dist/src/commands/composer/base.js +109 -0
  49. package/dist/src/commands/composer/base.js.map +1 -0
  50. package/dist/src/commands/composer/import.d.ts +30 -0
  51. package/dist/src/commands/composer/import.d.ts.map +1 -0
  52. package/dist/src/commands/composer/import.js +71 -0
  53. package/dist/src/commands/composer/import.js.map +1 -0
  54. package/dist/src/commands/composer/query.d.ts +22 -0
  55. package/dist/src/commands/composer/query.d.ts.map +1 -0
  56. package/dist/src/commands/composer/query.js +62 -0
  57. package/dist/src/commands/composer/query.js.map +1 -0
  58. package/dist/src/commands/config/index.d.ts +1 -1
  59. package/dist/src/commands/config/index.d.ts.map +1 -1
  60. package/dist/src/commands/config/index.js +2 -2
  61. package/dist/src/commands/config/index.js.map +1 -1
  62. package/dist/src/commands/debug/diagnostics.d.ts +1 -2
  63. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  64. package/dist/src/commands/debug/diagnostics.js +3 -3
  65. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  66. package/dist/src/commands/debug/error.d.ts +1 -1
  67. package/dist/src/commands/debug/error.d.ts.map +1 -1
  68. package/dist/src/commands/debug/error.js +2 -2
  69. package/dist/src/commands/debug/error.js.map +1 -1
  70. package/dist/src/commands/debug/generate.d.ts +1 -2
  71. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  72. package/dist/src/commands/debug/generate.js +4 -5
  73. package/dist/src/commands/debug/generate.js.map +1 -1
  74. package/dist/src/commands/debug/metrics.d.ts +1 -1
  75. package/dist/src/commands/debug/metrics.d.ts.map +1 -1
  76. package/dist/src/commands/debug/metrics.js +2 -2
  77. package/dist/src/commands/debug/metrics.js.map +1 -1
  78. package/dist/src/commands/debug/status.d.ts +1 -2
  79. package/dist/src/commands/debug/status.d.ts.map +1 -1
  80. package/dist/src/commands/debug/status.js +3 -3
  81. package/dist/src/commands/debug/status.js.map +1 -1
  82. package/dist/src/commands/device/info.d.ts +1 -1
  83. package/dist/src/commands/device/info.d.ts.map +1 -1
  84. package/dist/src/commands/device/info.js +2 -2
  85. package/dist/src/commands/device/info.js.map +1 -1
  86. package/dist/src/commands/device/list.d.ts +1 -2
  87. package/dist/src/commands/device/list.d.ts.map +1 -1
  88. package/dist/src/commands/device/list.js +3 -3
  89. package/dist/src/commands/device/list.js.map +1 -1
  90. package/dist/src/commands/device/update.d.ts +1 -2
  91. package/dist/src/commands/device/update.d.ts.map +1 -1
  92. package/dist/src/commands/device/update.js +3 -3
  93. package/dist/src/commands/device/update.js.map +1 -1
  94. package/dist/src/commands/function/dev.d.ts +2 -2
  95. package/dist/src/commands/function/dev.d.ts.map +1 -1
  96. package/dist/src/commands/function/dev.js +29 -17
  97. package/dist/src/commands/function/dev.js.map +1 -1
  98. package/dist/src/commands/function/list.d.ts +1 -1
  99. package/dist/src/commands/function/list.d.ts.map +1 -1
  100. package/dist/src/commands/function/list.js +2 -2
  101. package/dist/src/commands/function/list.js.map +1 -1
  102. package/dist/src/commands/function/logs.d.ts +1 -1
  103. package/dist/src/commands/function/logs.d.ts.map +1 -1
  104. package/dist/src/commands/function/logs.js +2 -2
  105. package/dist/src/commands/function/logs.js.map +1 -1
  106. package/dist/src/commands/halo/create.d.ts +1 -2
  107. package/dist/src/commands/halo/create.d.ts.map +1 -1
  108. package/dist/src/commands/halo/create.js +3 -3
  109. package/dist/src/commands/halo/create.js.map +1 -1
  110. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  111. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  112. package/dist/src/commands/halo/credential/add.js +2 -2
  113. package/dist/src/commands/halo/credential/add.js.map +1 -1
  114. package/dist/src/commands/halo/credential/list.d.ts +1 -2
  115. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  116. package/dist/src/commands/halo/credential/list.js +3 -3
  117. package/dist/src/commands/halo/credential/list.js.map +1 -1
  118. package/dist/src/commands/halo/identity.d.ts +1 -1
  119. package/dist/src/commands/halo/identity.d.ts.map +1 -1
  120. package/dist/src/commands/halo/identity.js +2 -2
  121. package/dist/src/commands/halo/identity.js.map +1 -1
  122. package/dist/src/commands/halo/join.d.ts +1 -2
  123. package/dist/src/commands/halo/join.d.ts.map +1 -1
  124. package/dist/src/commands/halo/join.js +3 -3
  125. package/dist/src/commands/halo/join.js.map +1 -1
  126. package/dist/src/commands/halo/keys.d.ts +1 -1
  127. package/dist/src/commands/halo/keys.d.ts.map +1 -1
  128. package/dist/src/commands/halo/keys.js +2 -2
  129. package/dist/src/commands/halo/keys.js.map +1 -1
  130. package/dist/src/commands/halo/share.d.ts +1 -2
  131. package/dist/src/commands/halo/share.d.ts.map +1 -1
  132. package/dist/src/commands/halo/share.js +3 -3
  133. package/dist/src/commands/halo/share.js.map +1 -1
  134. package/dist/src/commands/halo/update.d.ts +1 -2
  135. package/dist/src/commands/halo/update.d.ts.map +1 -1
  136. package/dist/src/commands/halo/update.js +3 -3
  137. package/dist/src/commands/halo/update.js.map +1 -1
  138. package/dist/src/commands/reset/index.d.ts +1 -2
  139. package/dist/src/commands/reset/index.d.ts.map +1 -1
  140. package/dist/src/commands/reset/index.js +3 -3
  141. package/dist/src/commands/reset/index.js.map +1 -1
  142. package/dist/src/commands/shell/index.d.ts +1 -1
  143. package/dist/src/commands/shell/index.d.ts.map +1 -1
  144. package/dist/src/commands/shell/index.js +2 -2
  145. package/dist/src/commands/shell/index.js.map +1 -1
  146. package/dist/src/commands/space/close.d.ts +1 -1
  147. package/dist/src/commands/space/close.d.ts.map +1 -1
  148. package/dist/src/commands/space/close.js +3 -4
  149. package/dist/src/commands/space/close.js.map +1 -1
  150. package/dist/src/commands/space/create.d.ts +1 -1
  151. package/dist/src/commands/space/create.d.ts.map +1 -1
  152. package/dist/src/commands/space/create.js +3 -3
  153. package/dist/src/commands/space/create.js.map +1 -1
  154. package/dist/src/commands/space/epoch.d.ts +1 -1
  155. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  156. package/dist/src/commands/space/epoch.js +3 -4
  157. package/dist/src/commands/space/epoch.js.map +1 -1
  158. package/dist/src/commands/space/info.d.ts +1 -1
  159. package/dist/src/commands/space/info.d.ts.map +1 -1
  160. package/dist/src/commands/space/info.js +3 -4
  161. package/dist/src/commands/space/info.js.map +1 -1
  162. package/dist/src/commands/space/join.d.ts +1 -2
  163. package/dist/src/commands/space/join.d.ts.map +1 -1
  164. package/dist/src/commands/space/join.js +3 -3
  165. package/dist/src/commands/space/join.js.map +1 -1
  166. package/dist/src/commands/space/list.d.ts +1 -2
  167. package/dist/src/commands/space/list.d.ts.map +1 -1
  168. package/dist/src/commands/space/list.js +4 -4
  169. package/dist/src/commands/space/list.js.map +1 -1
  170. package/dist/src/commands/space/members.d.ts +1 -2
  171. package/dist/src/commands/space/members.d.ts.map +1 -1
  172. package/dist/src/commands/space/members.js +4 -4
  173. package/dist/src/commands/space/members.js.map +1 -1
  174. package/dist/src/commands/space/open.d.ts +1 -1
  175. package/dist/src/commands/space/open.d.ts.map +1 -1
  176. package/dist/src/commands/space/open.js +3 -4
  177. package/dist/src/commands/space/open.js.map +1 -1
  178. package/dist/src/commands/space/query.d.ts +17 -1
  179. package/dist/src/commands/space/query.d.ts.map +1 -1
  180. package/dist/src/commands/space/query.js +30 -24
  181. package/dist/src/commands/space/query.js.map +1 -1
  182. package/dist/src/commands/space/share.d.ts +1 -2
  183. package/dist/src/commands/space/share.d.ts.map +1 -1
  184. package/dist/src/commands/space/share.js +6 -4
  185. package/dist/src/commands/space/share.js.map +1 -1
  186. package/dist/src/commands/tunnel/index.d.ts +4 -7
  187. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  188. package/dist/src/commands/tunnel/index.js +16 -8
  189. package/dist/src/commands/tunnel/index.js.map +1 -1
  190. package/dist/src/commands/tunnel/list.d.ts +4 -3
  191. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  192. package/dist/src/commands/tunnel/list.js +12 -4
  193. package/dist/src/commands/tunnel/list.js.map +1 -1
  194. package/dist/src/components/App.js.map +1 -1
  195. package/dist/src/components/SpaceTable.js.map +1 -1
  196. package/dist/src/components/SystemTable.js.map +1 -1
  197. package/dist/src/help.js.map +1 -1
  198. package/dist/src/hooks/command-not-found.js +1 -1
  199. package/dist/src/hooks/command-not-found.js.map +1 -1
  200. package/dist/src/util/agents.js.map +1 -1
  201. package/dist/src/util/credentials.js +4 -4
  202. package/dist/src/util/credentials.js.map +1 -1
  203. package/dist/src/util/devices.js +2 -2
  204. package/dist/src/util/devices.js.map +1 -1
  205. package/dist/src/util/index.d.ts +1 -1
  206. package/dist/src/util/index.d.ts.map +1 -1
  207. package/dist/src/util/index.js +1 -1
  208. package/dist/src/util/index.js.map +1 -1
  209. package/dist/src/util/invitations.d.ts +9 -9
  210. package/dist/src/util/invitations.d.ts.map +1 -1
  211. package/dist/src/util/invitations.js.map +1 -1
  212. package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
  213. package/dist/src/util/keys.d.ts.map +1 -0
  214. package/dist/src/util/{types.js → keys.js} +4 -2
  215. package/dist/src/util/keys.js.map +1 -0
  216. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  217. package/dist/src/util/publish/build.js.map +1 -1
  218. package/dist/src/util/publish/ipfs-upload.js.map +1 -1
  219. package/dist/src/util/publish/publish.js.map +1 -1
  220. package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
  221. package/dist/src/util/spaces.d.ts +1 -1
  222. package/dist/src/util/spaces.d.ts.map +1 -1
  223. package/dist/src/util/spaces.js +5 -5
  224. package/dist/src/util/spaces.js.map +1 -1
  225. package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
  226. package/dist/src/util/testing.js.map +1 -1
  227. package/dist/src/util/tree.js.map +1 -1
  228. package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
  229. package/oclif.manifest.json +486 -316
  230. package/package.json +40 -40
  231. package/dist/src/base-command.d.ts.map +0 -1
  232. package/dist/src/base-command.js.map +0 -1
  233. package/dist/src/util/types.d.ts.map +0 -1
  234. 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,14 +1430,371 @@
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",
1435
+ "name": "no-agent",
1436
+ "allowNo": false,
1437
+ "type": "boolean"
1438
+ },
1439
+ "timeout": {
1440
+ "aliases": [
1441
+ "t"
1442
+ ],
1443
+ "description": "Timeout (ms).",
1444
+ "name": "timeout",
1445
+ "default": 60000,
1446
+ "hasDynamicHelp": false,
1447
+ "multiple": false,
1448
+ "type": "option"
1449
+ },
1450
+ "no-wait": {
1451
+ "description": "Do not wait for space to be ready.",
1452
+ "name": "no-wait",
1453
+ "allowNo": false,
1454
+ "type": "boolean"
1455
+ },
1456
+ "json-log": {
1457
+ "description": "When running in foreground, log JSON format",
1458
+ "name": "json-log",
1459
+ "allowNo": false,
1460
+ "type": "boolean"
1461
+ },
1462
+ "json-logfile": {
1463
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1464
+ "name": "json-logfile",
1465
+ "default": "stderr",
1466
+ "hasDynamicHelp": false,
1467
+ "multiple": false,
1468
+ "type": "option"
1469
+ }
1470
+ },
1471
+ "hasDynamicHelp": false,
1472
+ "hiddenAliases": [],
1473
+ "id": "composer:base",
1474
+ "pluginAlias": "@dxos/cli",
1475
+ "pluginName": "@dxos/cli",
1476
+ "pluginType": "core",
1477
+ "strict": true,
1478
+ "enableJsonFlag": true,
1479
+ "isESM": false,
1480
+ "relativePath": [
1481
+ "dist",
1482
+ "src",
1483
+ "commands",
1484
+ "composer",
1485
+ "base.js"
1486
+ ]
1487
+ },
1488
+ "composer:import": {
1489
+ "aliases": [],
1490
+ "args": {
1491
+ "file": {
1492
+ "name": "file",
1493
+ "required": true
1494
+ }
1495
+ },
1496
+ "description": "Import ECHO objects.",
1497
+ "flags": {
1498
+ "json": {
1499
+ "description": "Output as JSON.",
1500
+ "name": "json",
1501
+ "allowNo": false,
1502
+ "type": "boolean"
1503
+ },
1504
+ "dry-run": {
1505
+ "description": "Dry run.",
1506
+ "name": "dry-run",
1507
+ "allowNo": false,
1508
+ "type": "boolean"
1509
+ },
1510
+ "verbose": {
1511
+ "char": "v",
1512
+ "description": "Verbose output",
1513
+ "name": "verbose",
1514
+ "allowNo": false,
1515
+ "type": "boolean"
1516
+ },
1517
+ "profile": {
1518
+ "description": "User profile.",
1519
+ "env": "DX_PROFILE",
1520
+ "name": "profile",
1521
+ "default": "default",
1522
+ "hasDynamicHelp": false,
1523
+ "multiple": false,
1524
+ "type": "option"
1525
+ },
1526
+ "config": {
1527
+ "aliases": [
1528
+ "c"
1529
+ ],
1530
+ "dependsOn": [
1531
+ "profile"
1532
+ ],
1533
+ "description": "Config file.",
1534
+ "env": "DX_CONFIG",
1535
+ "name": "config",
1536
+ "default": "/home/runner/.config/dx/profile/default.yml",
1537
+ "hasDynamicHelp": false,
1538
+ "helpValue": "path",
1539
+ "multiple": false,
1540
+ "type": "option"
1541
+ },
1542
+ "target": {
1543
+ "description": "Target websocket server.",
1544
+ "name": "target",
1545
+ "hasDynamicHelp": false,
1546
+ "multiple": false,
1547
+ "type": "option"
1548
+ },
1549
+ "no-agent": {
1550
+ "description": "Run command without starting an agent.",
1551
+ "env": "DX_NO_AGENT",
1552
+ "name": "no-agent",
1553
+ "allowNo": false,
1554
+ "type": "boolean"
1555
+ },
1556
+ "timeout": {
1557
+ "aliases": [
1558
+ "t"
1559
+ ],
1560
+ "description": "Timeout (ms).",
1561
+ "name": "timeout",
1562
+ "default": 60000,
1563
+ "hasDynamicHelp": false,
1564
+ "multiple": false,
1565
+ "type": "option"
1566
+ },
1567
+ "no-wait": {
1568
+ "description": "Do not wait for space to be ready.",
1569
+ "name": "no-wait",
1570
+ "allowNo": false,
1571
+ "type": "boolean"
1572
+ },
1573
+ "json-log": {
1574
+ "description": "When running in foreground, log JSON format",
1575
+ "name": "json-log",
1576
+ "allowNo": false,
1577
+ "type": "boolean"
1578
+ },
1579
+ "json-logfile": {
1580
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1581
+ "name": "json-logfile",
1582
+ "default": "stderr",
1583
+ "hasDynamicHelp": false,
1584
+ "multiple": false,
1585
+ "type": "option"
1586
+ },
1587
+ "key": {
1588
+ "description": "Space key(s) head in hex.",
1589
+ "name": "key",
1590
+ "hasDynamicHelp": false,
1591
+ "multiple": true,
1592
+ "type": "option"
1593
+ }
1594
+ },
1595
+ "hasDynamicHelp": false,
1596
+ "hiddenAliases": [],
1597
+ "id": "composer:import",
1598
+ "pluginAlias": "@dxos/cli",
1599
+ "pluginName": "@dxos/cli",
1600
+ "pluginType": "core",
1601
+ "strict": true,
1602
+ "enableJsonFlag": true,
1603
+ "isESM": false,
1604
+ "relativePath": [
1605
+ "dist",
1606
+ "src",
1607
+ "commands",
1608
+ "composer",
1609
+ "import.js"
1610
+ ]
1611
+ },
1612
+ "composer:query": {
1613
+ "aliases": [],
1614
+ "args": {},
1615
+ "description": "Query database.",
1616
+ "flags": {
1617
+ "json": {
1618
+ "description": "Output as JSON.",
1619
+ "name": "json",
1620
+ "allowNo": false,
1621
+ "type": "boolean"
1622
+ },
1623
+ "dry-run": {
1624
+ "description": "Dry run.",
1625
+ "name": "dry-run",
1626
+ "allowNo": false,
1627
+ "type": "boolean"
1628
+ },
1629
+ "verbose": {
1630
+ "char": "v",
1631
+ "description": "Verbose output",
1632
+ "name": "verbose",
1633
+ "allowNo": false,
1634
+ "type": "boolean"
1635
+ },
1636
+ "profile": {
1637
+ "description": "User profile.",
1638
+ "env": "DX_PROFILE",
1639
+ "name": "profile",
1640
+ "default": "default",
1641
+ "hasDynamicHelp": false,
1642
+ "multiple": false,
1643
+ "type": "option"
1644
+ },
1645
+ "config": {
1646
+ "aliases": [
1647
+ "c"
1648
+ ],
1649
+ "dependsOn": [
1650
+ "profile"
1651
+ ],
1652
+ "description": "Config file.",
1653
+ "env": "DX_CONFIG",
1654
+ "name": "config",
1655
+ "default": "/home/runner/.config/dx/profile/default.yml",
1656
+ "hasDynamicHelp": false,
1657
+ "helpValue": "path",
1658
+ "multiple": false,
1659
+ "type": "option"
1660
+ },
1661
+ "target": {
1662
+ "description": "Target websocket server.",
1663
+ "name": "target",
1664
+ "hasDynamicHelp": false,
1665
+ "multiple": false,
1666
+ "type": "option"
1667
+ },
1668
+ "no-agent": {
1669
+ "description": "Run command without starting an agent.",
1670
+ "env": "DX_NO_AGENT",
1481
1671
  "name": "no-agent",
1482
1672
  "allowNo": false,
1483
1673
  "type": "boolean"
1484
1674
  },
1485
- "no-start-agent": {
1486
- "description": "Do not automatically start an agent if one is not running.",
1487
- "name": "no-start-agent",
1675
+ "timeout": {
1676
+ "aliases": [
1677
+ "t"
1678
+ ],
1679
+ "description": "Timeout (ms).",
1680
+ "name": "timeout",
1681
+ "default": 60000,
1682
+ "hasDynamicHelp": false,
1683
+ "multiple": false,
1684
+ "type": "option"
1685
+ },
1686
+ "no-wait": {
1687
+ "description": "Do not wait for space to be ready.",
1688
+ "name": "no-wait",
1689
+ "allowNo": false,
1690
+ "type": "boolean"
1691
+ },
1692
+ "json-log": {
1693
+ "description": "When running in foreground, log JSON format",
1694
+ "name": "json-log",
1695
+ "allowNo": false,
1696
+ "type": "boolean"
1697
+ },
1698
+ "json-logfile": {
1699
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1700
+ "name": "json-logfile",
1701
+ "default": "stderr",
1702
+ "hasDynamicHelp": false,
1703
+ "multiple": false,
1704
+ "type": "option"
1705
+ },
1706
+ "key": {
1707
+ "description": "Space key(s) head in hex.",
1708
+ "name": "key",
1709
+ "hasDynamicHelp": false,
1710
+ "multiple": true,
1711
+ "type": "option"
1712
+ },
1713
+ "type": {
1714
+ "description": "Data type.",
1715
+ "name": "type",
1716
+ "hasDynamicHelp": false,
1717
+ "multiple": false,
1718
+ "type": "option"
1719
+ }
1720
+ },
1721
+ "hasDynamicHelp": false,
1722
+ "hiddenAliases": [],
1723
+ "id": "composer:query",
1724
+ "pluginAlias": "@dxos/cli",
1725
+ "pluginName": "@dxos/cli",
1726
+ "pluginType": "core",
1727
+ "strict": true,
1728
+ "enableJsonFlag": true,
1729
+ "isESM": false,
1730
+ "relativePath": [
1731
+ "dist",
1732
+ "src",
1733
+ "commands",
1734
+ "composer",
1735
+ "query.js"
1736
+ ]
1737
+ },
1738
+ "config": {
1739
+ "aliases": [],
1740
+ "args": {},
1741
+ "description": "Show config file.",
1742
+ "flags": {
1743
+ "json": {
1744
+ "description": "Output as JSON.",
1745
+ "name": "json",
1746
+ "allowNo": false,
1747
+ "type": "boolean"
1748
+ },
1749
+ "dry-run": {
1750
+ "description": "Dry run.",
1751
+ "name": "dry-run",
1752
+ "allowNo": false,
1753
+ "type": "boolean"
1754
+ },
1755
+ "verbose": {
1756
+ "char": "v",
1757
+ "description": "Verbose output",
1758
+ "name": "verbose",
1759
+ "allowNo": false,
1760
+ "type": "boolean"
1761
+ },
1762
+ "profile": {
1763
+ "description": "User profile.",
1764
+ "env": "DX_PROFILE",
1765
+ "name": "profile",
1766
+ "default": "default",
1767
+ "hasDynamicHelp": false,
1768
+ "multiple": false,
1769
+ "type": "option"
1770
+ },
1771
+ "config": {
1772
+ "aliases": [
1773
+ "c"
1774
+ ],
1775
+ "dependsOn": [
1776
+ "profile"
1777
+ ],
1778
+ "description": "Config file.",
1779
+ "env": "DX_CONFIG",
1780
+ "name": "config",
1781
+ "default": "/home/runner/.config/dx/profile/default.yml",
1782
+ "hasDynamicHelp": false,
1783
+ "helpValue": "path",
1784
+ "multiple": false,
1785
+ "type": "option"
1786
+ },
1787
+ "target": {
1788
+ "description": "Target websocket server.",
1789
+ "name": "target",
1790
+ "hasDynamicHelp": false,
1791
+ "multiple": false,
1792
+ "type": "option"
1793
+ },
1794
+ "no-agent": {
1795
+ "description": "Run command without starting an agent.",
1796
+ "env": "DX_NO_AGENT",
1797
+ "name": "no-agent",
1488
1798
  "allowNo": false,
1489
1799
  "type": "boolean"
1490
1800
  },
@@ -1604,17 +1914,12 @@
1604
1914
  "type": "option"
1605
1915
  },
1606
1916
  "no-agent": {
1607
- "description": "Run command without using an agent.",
1917
+ "description": "Run command without starting an agent.",
1918
+ "env": "DX_NO_AGENT",
1608
1919
  "name": "no-agent",
1609
1920
  "allowNo": false,
1610
1921
  "type": "boolean"
1611
1922
  },
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
1923
  "timeout": {
1619
1924
  "aliases": [
1620
1925
  "t"
@@ -1733,17 +2038,12 @@
1733
2038
  "type": "option"
1734
2039
  },
1735
2040
  "no-agent": {
1736
- "description": "Run command without using an agent.",
2041
+ "description": "Run command without starting an agent.",
2042
+ "env": "DX_NO_AGENT",
1737
2043
  "name": "no-agent",
1738
2044
  "allowNo": false,
1739
2045
  "type": "boolean"
1740
2046
  },
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
2047
  "timeout": {
1748
2048
  "aliases": [
1749
2049
  "t"
@@ -1797,7 +2097,7 @@
1797
2097
  "aliases": [],
1798
2098
  "args": {
1799
2099
  "key": {
1800
- "description": "Space key head in hex.",
2100
+ "description": "Space key(s) head in hex.",
1801
2101
  "name": "key"
1802
2102
  }
1803
2103
  },
@@ -1855,17 +2155,12 @@
1855
2155
  "type": "option"
1856
2156
  },
1857
2157
  "no-agent": {
1858
- "description": "Run command without using an agent.",
2158
+ "description": "Run command without starting an agent.",
2159
+ "env": "DX_NO_AGENT",
1859
2160
  "name": "no-agent",
1860
2161
  "allowNo": false,
1861
2162
  "type": "boolean"
1862
2163
  },
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
2164
  "timeout": {
1870
2165
  "aliases": [
1871
2166
  "t"
@@ -2016,17 +2311,12 @@
2016
2311
  "type": "option"
2017
2312
  },
2018
2313
  "no-agent": {
2019
- "description": "Run command without using an agent.",
2314
+ "description": "Run command without starting an agent.",
2315
+ "env": "DX_NO_AGENT",
2020
2316
  "name": "no-agent",
2021
2317
  "allowNo": false,
2022
2318
  "type": "boolean"
2023
2319
  },
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
2320
  "timeout": {
2031
2321
  "aliases": [
2032
2322
  "t"
@@ -2133,17 +2423,12 @@
2133
2423
  "type": "option"
2134
2424
  },
2135
2425
  "no-agent": {
2136
- "description": "Run command without using an agent.",
2426
+ "description": "Run command without starting an agent.",
2427
+ "env": "DX_NO_AGENT",
2137
2428
  "name": "no-agent",
2138
2429
  "allowNo": false,
2139
2430
  "type": "boolean"
2140
2431
  },
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
2432
  "timeout": {
2148
2433
  "aliases": [
2149
2434
  "t"
@@ -2258,17 +2543,12 @@
2258
2543
  "type": "option"
2259
2544
  },
2260
2545
  "no-agent": {
2261
- "description": "Run command without using an agent.",
2546
+ "description": "Run command without starting an agent.",
2547
+ "env": "DX_NO_AGENT",
2262
2548
  "name": "no-agent",
2263
2549
  "allowNo": false,
2264
2550
  "type": "boolean"
2265
2551
  },
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
2552
  "timeout": {
2273
2553
  "aliases": [
2274
2554
  "t"
@@ -2375,17 +2655,12 @@
2375
2655
  "type": "option"
2376
2656
  },
2377
2657
  "no-agent": {
2378
- "description": "Run command without using an agent.",
2658
+ "description": "Run command without starting an agent.",
2659
+ "env": "DX_NO_AGENT",
2379
2660
  "name": "no-agent",
2380
2661
  "allowNo": false,
2381
2662
  "type": "boolean"
2382
2663
  },
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
2664
  "timeout": {
2390
2665
  "aliases": [
2391
2666
  "t"
@@ -2569,17 +2844,12 @@
2569
2844
  "type": "option"
2570
2845
  },
2571
2846
  "no-agent": {
2572
- "description": "Run command without using an agent.",
2847
+ "description": "Run command without starting an agent.",
2848
+ "env": "DX_NO_AGENT",
2573
2849
  "name": "no-agent",
2574
2850
  "allowNo": false,
2575
2851
  "type": "boolean"
2576
2852
  },
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
2853
  "timeout": {
2584
2854
  "aliases": [
2585
2855
  "t"
@@ -2702,17 +2972,12 @@
2702
2972
  "type": "option"
2703
2973
  },
2704
2974
  "no-agent": {
2705
- "description": "Run command without using an agent.",
2975
+ "description": "Run command without starting an agent.",
2976
+ "env": "DX_NO_AGENT",
2706
2977
  "name": "no-agent",
2707
2978
  "allowNo": false,
2708
2979
  "type": "boolean"
2709
2980
  },
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
2981
  "timeout": {
2717
2982
  "aliases": [
2718
2983
  "t"
@@ -2744,6 +3009,13 @@
2744
3009
  "multiple": false,
2745
3010
  "type": "option"
2746
3011
  },
3012
+ "key": {
3013
+ "description": "Space key(s) head in hex.",
3014
+ "name": "key",
3015
+ "hasDynamicHelp": false,
3016
+ "multiple": true,
3017
+ "type": "option"
3018
+ },
2747
3019
  "require": {
2748
3020
  "aliases": [
2749
3021
  "r"
@@ -2851,17 +3123,12 @@
2851
3123
  "type": "option"
2852
3124
  },
2853
3125
  "no-agent": {
2854
- "description": "Run command without using an agent.",
3126
+ "description": "Run command without starting an agent.",
3127
+ "env": "DX_NO_AGENT",
2855
3128
  "name": "no-agent",
2856
3129
  "allowNo": false,
2857
3130
  "type": "boolean"
2858
3131
  },
2859
- "no-start-agent": {
2860
- "description": "Do not automatically start an agent if one is not running.",
2861
- "name": "no-start-agent",
2862
- "allowNo": false,
2863
- "type": "boolean"
2864
- },
2865
3132
  "timeout": {
2866
3133
  "aliases": [
2867
3134
  "t"
@@ -2974,17 +3241,12 @@
2974
3241
  "type": "option"
2975
3242
  },
2976
3243
  "no-agent": {
2977
- "description": "Run command without using an agent.",
3244
+ "description": "Run command without starting an agent.",
3245
+ "env": "DX_NO_AGENT",
2978
3246
  "name": "no-agent",
2979
3247
  "allowNo": false,
2980
3248
  "type": "boolean"
2981
3249
  },
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
3250
  "timeout": {
2989
3251
  "aliases": [
2990
3252
  "t"
@@ -3098,17 +3360,12 @@
3098
3360
  "type": "option"
3099
3361
  },
3100
3362
  "no-agent": {
3101
- "description": "Run command without using an agent.",
3363
+ "description": "Run command without starting an agent.",
3364
+ "env": "DX_NO_AGENT",
3102
3365
  "name": "no-agent",
3103
3366
  "allowNo": false,
3104
3367
  "type": "boolean"
3105
3368
  },
3106
- "no-start-agent": {
3107
- "description": "Do not automatically start an agent if one is not running.",
3108
- "name": "no-start-agent",
3109
- "allowNo": false,
3110
- "type": "boolean"
3111
- },
3112
3369
  "timeout": {
3113
3370
  "aliases": [
3114
3371
  "t"
@@ -3228,17 +3485,12 @@
3228
3485
  "type": "option"
3229
3486
  },
3230
3487
  "no-agent": {
3231
- "description": "Run command without using an agent.",
3488
+ "description": "Run command without starting an agent.",
3489
+ "env": "DX_NO_AGENT",
3232
3490
  "name": "no-agent",
3233
3491
  "allowNo": false,
3234
3492
  "type": "boolean"
3235
3493
  },
3236
- "no-start-agent": {
3237
- "description": "Do not automatically start an agent if one is not running.",
3238
- "name": "no-start-agent",
3239
- "allowNo": false,
3240
- "type": "boolean"
3241
- },
3242
3494
  "timeout": {
3243
3495
  "aliases": [
3244
3496
  "t"
@@ -3345,17 +3597,12 @@
3345
3597
  "type": "option"
3346
3598
  },
3347
3599
  "no-agent": {
3348
- "description": "Run command without using an agent.",
3600
+ "description": "Run command without starting an agent.",
3601
+ "env": "DX_NO_AGENT",
3349
3602
  "name": "no-agent",
3350
3603
  "allowNo": false,
3351
3604
  "type": "boolean"
3352
3605
  },
3353
- "no-start-agent": {
3354
- "description": "Do not automatically start an agent if one is not running.",
3355
- "name": "no-start-agent",
3356
- "allowNo": false,
3357
- "type": "boolean"
3358
- },
3359
3606
  "timeout": {
3360
3607
  "description": "Timeout in seconds",
3361
3608
  "name": "timeout",
@@ -3486,17 +3733,12 @@
3486
3733
  "type": "option"
3487
3734
  },
3488
3735
  "no-agent": {
3489
- "description": "Run command without using an agent.",
3736
+ "description": "Run command without starting an agent.",
3737
+ "env": "DX_NO_AGENT",
3490
3738
  "name": "no-agent",
3491
3739
  "allowNo": false,
3492
3740
  "type": "boolean"
3493
3741
  },
3494
- "no-start-agent": {
3495
- "description": "Do not automatically start an agent if one is not running.",
3496
- "name": "no-start-agent",
3497
- "allowNo": false,
3498
- "type": "boolean"
3499
- },
3500
3742
  "timeout": {
3501
3743
  "aliases": [
3502
3744
  "t"
@@ -3603,17 +3845,12 @@
3603
3845
  "type": "option"
3604
3846
  },
3605
3847
  "no-agent": {
3606
- "description": "Run command without using an agent.",
3848
+ "description": "Run command without starting an agent.",
3849
+ "env": "DX_NO_AGENT",
3607
3850
  "name": "no-agent",
3608
3851
  "allowNo": false,
3609
3852
  "type": "boolean"
3610
3853
  },
3611
- "no-start-agent": {
3612
- "description": "Do not automatically start an agent if one is not running.",
3613
- "name": "no-start-agent",
3614
- "allowNo": false,
3615
- "type": "boolean"
3616
- },
3617
3854
  "timeout": {
3618
3855
  "aliases": [
3619
3856
  "t"
@@ -3754,17 +3991,12 @@
3754
3991
  "type": "option"
3755
3992
  },
3756
3993
  "no-agent": {
3757
- "description": "Run command without using an agent.",
3994
+ "description": "Run command without starting an agent.",
3995
+ "env": "DX_NO_AGENT",
3758
3996
  "name": "no-agent",
3759
3997
  "allowNo": false,
3760
3998
  "type": "boolean"
3761
3999
  },
3762
- "no-start-agent": {
3763
- "description": "Do not automatically start an agent if one is not running.",
3764
- "name": "no-start-agent",
3765
- "allowNo": false,
3766
- "type": "boolean"
3767
- },
3768
4000
  "timeout": {
3769
4001
  "aliases": [
3770
4002
  "t"
@@ -3878,17 +4110,12 @@
3878
4110
  "type": "option"
3879
4111
  },
3880
4112
  "no-agent": {
3881
- "description": "Run command without using an agent.",
4113
+ "description": "Run command without starting an agent.",
4114
+ "env": "DX_NO_AGENT",
3882
4115
  "name": "no-agent",
3883
4116
  "allowNo": false,
3884
4117
  "type": "boolean"
3885
4118
  },
3886
- "no-start-agent": {
3887
- "description": "Do not automatically start an agent if one is not running.",
3888
- "name": "no-start-agent",
3889
- "allowNo": false,
3890
- "type": "boolean"
3891
- },
3892
4119
  "timeout": {
3893
4120
  "aliases": [
3894
4121
  "t"
@@ -4007,17 +4234,12 @@
4007
4234
  "type": "option"
4008
4235
  },
4009
4236
  "no-agent": {
4010
- "description": "Run command without using an agent.",
4237
+ "description": "Run command without starting an agent.",
4238
+ "env": "DX_NO_AGENT",
4011
4239
  "name": "no-agent",
4012
4240
  "allowNo": false,
4013
4241
  "type": "boolean"
4014
4242
  },
4015
- "no-start-agent": {
4016
- "description": "Do not automatically start an agent if one is not running.",
4017
- "name": "no-start-agent",
4018
- "allowNo": false,
4019
- "type": "boolean"
4020
- },
4021
4243
  "timeout": {
4022
4244
  "aliases": [
4023
4245
  "t"
@@ -4071,6 +4293,7 @@
4071
4293
  "aliases": [],
4072
4294
  "args": {
4073
4295
  "key": {
4296
+ "description": "Space key(s) head in hex.",
4074
4297
  "name": "key"
4075
4298
  }
4076
4299
  },
@@ -4128,17 +4351,12 @@
4128
4351
  "type": "option"
4129
4352
  },
4130
4353
  "no-agent": {
4131
- "description": "Run command without using an agent.",
4354
+ "description": "Run command without starting an agent.",
4355
+ "env": "DX_NO_AGENT",
4132
4356
  "name": "no-agent",
4133
4357
  "allowNo": false,
4134
4358
  "type": "boolean"
4135
4359
  },
4136
- "no-start-agent": {
4137
- "description": "Do not automatically start an agent if one is not running.",
4138
- "name": "no-start-agent",
4139
- "allowNo": false,
4140
- "type": "boolean"
4141
- },
4142
4360
  "timeout": {
4143
4361
  "aliases": [
4144
4362
  "t"
@@ -4249,17 +4467,12 @@
4249
4467
  "type": "option"
4250
4468
  },
4251
4469
  "no-agent": {
4252
- "description": "Run command without using an agent.",
4470
+ "description": "Run command without starting an agent.",
4471
+ "env": "DX_NO_AGENT",
4253
4472
  "name": "no-agent",
4254
4473
  "allowNo": false,
4255
4474
  "type": "boolean"
4256
4475
  },
4257
- "no-start-agent": {
4258
- "description": "Do not automatically start an agent if one is not running.",
4259
- "name": "no-start-agent",
4260
- "allowNo": false,
4261
- "type": "boolean"
4262
- },
4263
4476
  "timeout": {
4264
4477
  "aliases": [
4265
4478
  "t"
@@ -4313,7 +4526,7 @@
4313
4526
  "aliases": [],
4314
4527
  "args": {
4315
4528
  "key": {
4316
- "description": "Space key head in hex.",
4529
+ "description": "Space key(s) head in hex.",
4317
4530
  "name": "key"
4318
4531
  }
4319
4532
  },
@@ -4371,17 +4584,12 @@
4371
4584
  "type": "option"
4372
4585
  },
4373
4586
  "no-agent": {
4374
- "description": "Run command without using an agent.",
4587
+ "description": "Run command without starting an agent.",
4588
+ "env": "DX_NO_AGENT",
4375
4589
  "name": "no-agent",
4376
4590
  "allowNo": false,
4377
4591
  "type": "boolean"
4378
4592
  },
4379
- "no-start-agent": {
4380
- "description": "Do not automatically start an agent if one is not running.",
4381
- "name": "no-start-agent",
4382
- "allowNo": false,
4383
- "type": "boolean"
4384
- },
4385
4593
  "timeout": {
4386
4594
  "aliases": [
4387
4595
  "t"
@@ -4435,6 +4643,7 @@
4435
4643
  "aliases": [],
4436
4644
  "args": {
4437
4645
  "key": {
4646
+ "description": "Space key(s) head in hex.",
4438
4647
  "name": "key"
4439
4648
  }
4440
4649
  },
@@ -4492,17 +4701,12 @@
4492
4701
  "type": "option"
4493
4702
  },
4494
4703
  "no-agent": {
4495
- "description": "Run command without using an agent.",
4704
+ "description": "Run command without starting an agent.",
4705
+ "env": "DX_NO_AGENT",
4496
4706
  "name": "no-agent",
4497
4707
  "allowNo": false,
4498
4708
  "type": "boolean"
4499
4709
  },
4500
- "no-start-agent": {
4501
- "description": "Do not automatically start an agent if one is not running.",
4502
- "name": "no-start-agent",
4503
- "allowNo": false,
4504
- "type": "boolean"
4505
- },
4506
4710
  "timeout": {
4507
4711
  "aliases": [
4508
4712
  "t"
@@ -4609,17 +4813,12 @@
4609
4813
  "type": "option"
4610
4814
  },
4611
4815
  "no-agent": {
4612
- "description": "Run command without using an agent.",
4816
+ "description": "Run command without starting an agent.",
4817
+ "env": "DX_NO_AGENT",
4613
4818
  "name": "no-agent",
4614
4819
  "allowNo": false,
4615
4820
  "type": "boolean"
4616
4821
  },
4617
- "no-start-agent": {
4618
- "description": "Do not automatically start an agent if one is not running.",
4619
- "name": "no-start-agent",
4620
- "allowNo": false,
4621
- "type": "boolean"
4622
- },
4623
4822
  "timeout": {
4624
4823
  "aliases": [
4625
4824
  "t"
@@ -4740,17 +4939,12 @@
4740
4939
  "type": "option"
4741
4940
  },
4742
4941
  "no-agent": {
4743
- "description": "Run command without using an agent.",
4942
+ "description": "Run command without starting an agent.",
4943
+ "env": "DX_NO_AGENT",
4744
4944
  "name": "no-agent",
4745
4945
  "allowNo": false,
4746
4946
  "type": "boolean"
4747
4947
  },
4748
- "no-start-agent": {
4749
- "description": "Do not automatically start an agent if one is not running.",
4750
- "name": "no-start-agent",
4751
- "allowNo": false,
4752
- "type": "boolean"
4753
- },
4754
4948
  "timeout": {
4755
4949
  "aliases": [
4756
4950
  "t"
@@ -4887,7 +5081,7 @@
4887
5081
  "aliases": [],
4888
5082
  "args": {
4889
5083
  "key": {
4890
- "description": "Space key head in hex.",
5084
+ "description": "Space key(s) head in hex.",
4891
5085
  "name": "key"
4892
5086
  }
4893
5087
  },
@@ -4945,17 +5139,12 @@
4945
5139
  "type": "option"
4946
5140
  },
4947
5141
  "no-agent": {
4948
- "description": "Run command without using an agent.",
5142
+ "description": "Run command without starting an agent.",
5143
+ "env": "DX_NO_AGENT",
4949
5144
  "name": "no-agent",
4950
5145
  "allowNo": false,
4951
5146
  "type": "boolean"
4952
5147
  },
4953
- "no-start-agent": {
4954
- "description": "Do not automatically start an agent if one is not running.",
4955
- "name": "no-start-agent",
4956
- "allowNo": false,
4957
- "type": "boolean"
4958
- },
4959
5148
  "timeout": {
4960
5149
  "aliases": [
4961
5150
  "t"
@@ -5086,6 +5275,7 @@
5086
5275
  "aliases": [],
5087
5276
  "args": {
5088
5277
  "key": {
5278
+ "description": "Space key(s) head in hex.",
5089
5279
  "name": "key"
5090
5280
  }
5091
5281
  },
@@ -5143,17 +5333,12 @@
5143
5333
  "type": "option"
5144
5334
  },
5145
5335
  "no-agent": {
5146
- "description": "Run command without using an agent.",
5336
+ "description": "Run command without starting an agent.",
5337
+ "env": "DX_NO_AGENT",
5147
5338
  "name": "no-agent",
5148
5339
  "allowNo": false,
5149
5340
  "type": "boolean"
5150
5341
  },
5151
- "no-start-agent": {
5152
- "description": "Do not automatically start an agent if one is not running.",
5153
- "name": "no-start-agent",
5154
- "allowNo": false,
5155
- "type": "boolean"
5156
- },
5157
5342
  "timeout": {
5158
5343
  "aliases": [
5159
5344
  "t"
@@ -5207,7 +5392,7 @@
5207
5392
  "aliases": [],
5208
5393
  "args": {
5209
5394
  "key": {
5210
- "description": "Space key head in hex.",
5395
+ "description": "Space key(s) head in hex.",
5211
5396
  "name": "key"
5212
5397
  }
5213
5398
  },
@@ -5265,17 +5450,12 @@
5265
5450
  "type": "option"
5266
5451
  },
5267
5452
  "no-agent": {
5268
- "description": "Run command without using an agent.",
5453
+ "description": "Run command without starting an agent.",
5454
+ "env": "DX_NO_AGENT",
5269
5455
  "name": "no-agent",
5270
5456
  "allowNo": false,
5271
5457
  "type": "boolean"
5272
5458
  },
5273
- "no-start-agent": {
5274
- "description": "Do not automatically start an agent if one is not running.",
5275
- "name": "no-start-agent",
5276
- "allowNo": false,
5277
- "type": "boolean"
5278
- },
5279
5459
  "timeout": {
5280
5460
  "aliases": [
5281
5461
  "t"
@@ -5306,6 +5486,19 @@
5306
5486
  "hasDynamicHelp": false,
5307
5487
  "multiple": false,
5308
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"
5309
5502
  }
5310
5503
  },
5311
5504
  "hasDynamicHelp": false,
@@ -5329,7 +5522,7 @@
5329
5522
  "aliases": [],
5330
5523
  "args": {
5331
5524
  "key": {
5332
- "description": "Space key head in hex.",
5525
+ "description": "Space key(s) head in hex.",
5333
5526
  "name": "key"
5334
5527
  }
5335
5528
  },
@@ -5387,17 +5580,12 @@
5387
5580
  "type": "option"
5388
5581
  },
5389
5582
  "no-agent": {
5390
- "description": "Run command without using an agent.",
5583
+ "description": "Run command without starting an agent.",
5584
+ "env": "DX_NO_AGENT",
5391
5585
  "name": "no-agent",
5392
5586
  "allowNo": false,
5393
5587
  "type": "boolean"
5394
5588
  },
5395
- "no-start-agent": {
5396
- "description": "Do not automatically start an agent if one is not running.",
5397
- "name": "no-start-agent",
5398
- "allowNo": false,
5399
- "type": "boolean"
5400
- },
5401
5589
  "timeout": {
5402
5590
  "aliases": [
5403
5591
  "t"
@@ -5496,7 +5684,7 @@
5496
5684
  "required": true
5497
5685
  }
5498
5686
  },
5499
- "description": "Enable or disable tunnel.",
5687
+ "description": "Enable or disable tunnel (deprecated).",
5500
5688
  "flags": {
5501
5689
  "json": {
5502
5690
  "description": "Output as JSON.",
@@ -5550,17 +5738,12 @@
5550
5738
  "type": "option"
5551
5739
  },
5552
5740
  "no-agent": {
5553
- "description": "Run command without using an agent.",
5741
+ "description": "Run command without starting an agent.",
5742
+ "env": "DX_NO_AGENT",
5554
5743
  "name": "no-agent",
5555
5744
  "allowNo": false,
5556
5745
  "type": "boolean"
5557
5746
  },
5558
- "no-start-agent": {
5559
- "description": "Do not automatically start an agent if one is not running.",
5560
- "name": "no-start-agent",
5561
- "allowNo": false,
5562
- "type": "boolean"
5563
- },
5564
5747
  "timeout": {
5565
5748
  "aliases": [
5566
5749
  "t"
@@ -5595,7 +5778,7 @@
5595
5778
  "name": {
5596
5779
  "description": "Tunnel name",
5597
5780
  "name": "name",
5598
- "default": "undress-solar-alabama-spring",
5781
+ "default": "lima-oregon-butter-october",
5599
5782
  "hasDynamicHelp": false,
5600
5783
  "multiple": false,
5601
5784
  "type": "option"
@@ -5607,6 +5790,7 @@
5607
5790
  "pluginAlias": "@dxos/cli",
5608
5791
  "pluginName": "@dxos/cli",
5609
5792
  "pluginType": "core",
5793
+ "state": "deprecated",
5610
5794
  "strict": true,
5611
5795
  "enableJsonFlag": true,
5612
5796
  "isESM": false,
@@ -5675,17 +5859,12 @@
5675
5859
  "type": "option"
5676
5860
  },
5677
5861
  "no-agent": {
5678
- "description": "Run command without using an agent.",
5862
+ "description": "Run command without starting an agent.",
5863
+ "env": "DX_NO_AGENT",
5679
5864
  "name": "no-agent",
5680
5865
  "allowNo": false,
5681
5866
  "type": "boolean"
5682
5867
  },
5683
- "no-start-agent": {
5684
- "description": "Do not automatically start an agent if one is not running.",
5685
- "name": "no-start-agent",
5686
- "allowNo": false,
5687
- "type": "boolean"
5688
- },
5689
5868
  "timeout": {
5690
5869
  "aliases": [
5691
5870
  "t"
@@ -5724,6 +5903,7 @@
5724
5903
  "pluginAlias": "@dxos/cli",
5725
5904
  "pluginName": "@dxos/cli",
5726
5905
  "pluginType": "core",
5906
+ "state": "deprecated",
5727
5907
  "strict": true,
5728
5908
  "enableJsonFlag": true,
5729
5909
  "isESM": false,
@@ -5798,17 +5978,12 @@
5798
5978
  "type": "option"
5799
5979
  },
5800
5980
  "no-agent": {
5801
- "description": "Run command without using an agent.",
5981
+ "description": "Run command without starting an agent.",
5982
+ "env": "DX_NO_AGENT",
5802
5983
  "name": "no-agent",
5803
5984
  "allowNo": false,
5804
5985
  "type": "boolean"
5805
5986
  },
5806
- "no-start-agent": {
5807
- "description": "Do not automatically start an agent if one is not running.",
5808
- "name": "no-start-agent",
5809
- "allowNo": false,
5810
- "type": "boolean"
5811
- },
5812
5987
  "timeout": {
5813
5988
  "aliases": [
5814
5989
  "t"
@@ -5916,17 +6091,12 @@
5916
6091
  "type": "option"
5917
6092
  },
5918
6093
  "no-agent": {
5919
- "description": "Run command without using an agent.",
6094
+ "description": "Run command without starting an agent.",
6095
+ "env": "DX_NO_AGENT",
5920
6096
  "name": "no-agent",
5921
6097
  "allowNo": false,
5922
6098
  "type": "boolean"
5923
6099
  },
5924
- "no-start-agent": {
5925
- "description": "Do not automatically start an agent if one is not running.",
5926
- "name": "no-start-agent",
5927
- "allowNo": false,
5928
- "type": "boolean"
5929
- },
5930
6100
  "timeout": {
5931
6101
  "description": "Time in milliseconds to wait for at least one credential before listing.",
5932
6102
  "name": "timeout",
@@ -6067,5 +6237,5 @@
6067
6237
  ]
6068
6238
  }
6069
6239
  },
6070
- "version": "0.5.3-main.cb47aab"
6240
+ "version": "0.5.3-main.d28cf09"
6071
6241
  }