@dxos/cli 0.5.3-main.150f4cc → 0.5.3-main.15ad2d5

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 (244) 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} +97 -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 +14 -5
  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 +70 -0
  57. package/dist/src/commands/composer/query.js.map +1 -0
  58. package/dist/src/commands/composer/upload.d.ts +24 -0
  59. package/dist/src/commands/composer/upload.d.ts.map +1 -0
  60. package/dist/src/commands/composer/upload.js +42 -0
  61. package/dist/src/commands/composer/upload.js.map +1 -0
  62. package/dist/src/commands/config/index.d.ts +1 -1
  63. package/dist/src/commands/config/index.d.ts.map +1 -1
  64. package/dist/src/commands/config/index.js +2 -2
  65. package/dist/src/commands/config/index.js.map +1 -1
  66. package/dist/src/commands/debug/diagnostics.d.ts +1 -2
  67. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  68. package/dist/src/commands/debug/diagnostics.js +3 -3
  69. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  70. package/dist/src/commands/debug/error.d.ts +1 -1
  71. package/dist/src/commands/debug/error.d.ts.map +1 -1
  72. package/dist/src/commands/debug/error.js +2 -2
  73. package/dist/src/commands/debug/error.js.map +1 -1
  74. package/dist/src/commands/debug/generate.d.ts +1 -2
  75. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  76. package/dist/src/commands/debug/generate.js +4 -5
  77. package/dist/src/commands/debug/generate.js.map +1 -1
  78. package/dist/src/commands/debug/metrics.d.ts +1 -1
  79. package/dist/src/commands/debug/metrics.d.ts.map +1 -1
  80. package/dist/src/commands/debug/metrics.js +2 -2
  81. package/dist/src/commands/debug/metrics.js.map +1 -1
  82. package/dist/src/commands/debug/status.d.ts +1 -2
  83. package/dist/src/commands/debug/status.d.ts.map +1 -1
  84. package/dist/src/commands/debug/status.js +3 -3
  85. package/dist/src/commands/debug/status.js.map +1 -1
  86. package/dist/src/commands/device/info.d.ts +1 -1
  87. package/dist/src/commands/device/info.d.ts.map +1 -1
  88. package/dist/src/commands/device/info.js +2 -2
  89. package/dist/src/commands/device/info.js.map +1 -1
  90. package/dist/src/commands/device/list.d.ts +1 -2
  91. package/dist/src/commands/device/list.d.ts.map +1 -1
  92. package/dist/src/commands/device/list.js +3 -3
  93. package/dist/src/commands/device/list.js.map +1 -1
  94. package/dist/src/commands/device/update.d.ts +1 -2
  95. package/dist/src/commands/device/update.d.ts.map +1 -1
  96. package/dist/src/commands/device/update.js +3 -3
  97. package/dist/src/commands/device/update.js.map +1 -1
  98. package/dist/src/commands/function/dev.d.ts +2 -2
  99. package/dist/src/commands/function/dev.d.ts.map +1 -1
  100. package/dist/src/commands/function/dev.js +27 -16
  101. package/dist/src/commands/function/dev.js.map +1 -1
  102. package/dist/src/commands/function/list.d.ts +1 -1
  103. package/dist/src/commands/function/list.d.ts.map +1 -1
  104. package/dist/src/commands/function/list.js +2 -2
  105. package/dist/src/commands/function/list.js.map +1 -1
  106. package/dist/src/commands/function/logs.d.ts +1 -1
  107. package/dist/src/commands/function/logs.d.ts.map +1 -1
  108. package/dist/src/commands/function/logs.js +2 -2
  109. package/dist/src/commands/function/logs.js.map +1 -1
  110. package/dist/src/commands/halo/create.d.ts +1 -2
  111. package/dist/src/commands/halo/create.d.ts.map +1 -1
  112. package/dist/src/commands/halo/create.js +3 -3
  113. package/dist/src/commands/halo/create.js.map +1 -1
  114. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  115. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  116. package/dist/src/commands/halo/credential/add.js +2 -2
  117. package/dist/src/commands/halo/credential/add.js.map +1 -1
  118. package/dist/src/commands/halo/credential/list.d.ts +1 -2
  119. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  120. package/dist/src/commands/halo/credential/list.js +3 -3
  121. package/dist/src/commands/halo/credential/list.js.map +1 -1
  122. package/dist/src/commands/halo/identity.d.ts +1 -1
  123. package/dist/src/commands/halo/identity.d.ts.map +1 -1
  124. package/dist/src/commands/halo/identity.js +2 -2
  125. package/dist/src/commands/halo/identity.js.map +1 -1
  126. package/dist/src/commands/halo/join.d.ts +1 -2
  127. package/dist/src/commands/halo/join.d.ts.map +1 -1
  128. package/dist/src/commands/halo/join.js +3 -3
  129. package/dist/src/commands/halo/join.js.map +1 -1
  130. package/dist/src/commands/halo/keys.d.ts +1 -1
  131. package/dist/src/commands/halo/keys.d.ts.map +1 -1
  132. package/dist/src/commands/halo/keys.js +2 -2
  133. package/dist/src/commands/halo/keys.js.map +1 -1
  134. package/dist/src/commands/halo/share.d.ts +1 -2
  135. package/dist/src/commands/halo/share.d.ts.map +1 -1
  136. package/dist/src/commands/halo/share.js +3 -3
  137. package/dist/src/commands/halo/share.js.map +1 -1
  138. package/dist/src/commands/halo/update.d.ts +1 -2
  139. package/dist/src/commands/halo/update.d.ts.map +1 -1
  140. package/dist/src/commands/halo/update.js +3 -3
  141. package/dist/src/commands/halo/update.js.map +1 -1
  142. package/dist/src/commands/reset/index.d.ts +1 -2
  143. package/dist/src/commands/reset/index.d.ts.map +1 -1
  144. package/dist/src/commands/reset/index.js +3 -3
  145. package/dist/src/commands/reset/index.js.map +1 -1
  146. package/dist/src/commands/shell/index.d.ts +1 -1
  147. package/dist/src/commands/shell/index.d.ts.map +1 -1
  148. package/dist/src/commands/shell/index.js +2 -2
  149. package/dist/src/commands/shell/index.js.map +1 -1
  150. package/dist/src/commands/space/close.d.ts +1 -1
  151. package/dist/src/commands/space/close.d.ts.map +1 -1
  152. package/dist/src/commands/space/close.js +3 -4
  153. package/dist/src/commands/space/close.js.map +1 -1
  154. package/dist/src/commands/space/create.d.ts +1 -1
  155. package/dist/src/commands/space/create.d.ts.map +1 -1
  156. package/dist/src/commands/space/create.js +3 -3
  157. package/dist/src/commands/space/create.js.map +1 -1
  158. package/dist/src/commands/space/epoch.d.ts +1 -1
  159. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  160. package/dist/src/commands/space/epoch.js +3 -4
  161. package/dist/src/commands/space/epoch.js.map +1 -1
  162. package/dist/src/commands/space/info.d.ts +1 -1
  163. package/dist/src/commands/space/info.d.ts.map +1 -1
  164. package/dist/src/commands/space/info.js +3 -4
  165. package/dist/src/commands/space/info.js.map +1 -1
  166. package/dist/src/commands/space/join.d.ts +1 -2
  167. package/dist/src/commands/space/join.d.ts.map +1 -1
  168. package/dist/src/commands/space/join.js +3 -3
  169. package/dist/src/commands/space/join.js.map +1 -1
  170. package/dist/src/commands/space/list.d.ts +1 -2
  171. package/dist/src/commands/space/list.d.ts.map +1 -1
  172. package/dist/src/commands/space/list.js +4 -4
  173. package/dist/src/commands/space/list.js.map +1 -1
  174. package/dist/src/commands/space/members.d.ts +1 -2
  175. package/dist/src/commands/space/members.d.ts.map +1 -1
  176. package/dist/src/commands/space/members.js +4 -4
  177. package/dist/src/commands/space/members.js.map +1 -1
  178. package/dist/src/commands/space/open.d.ts +1 -1
  179. package/dist/src/commands/space/open.d.ts.map +1 -1
  180. package/dist/src/commands/space/open.js +3 -4
  181. package/dist/src/commands/space/open.js.map +1 -1
  182. package/dist/src/commands/space/query.d.ts +17 -1
  183. package/dist/src/commands/space/query.d.ts.map +1 -1
  184. package/dist/src/commands/space/query.js +30 -24
  185. package/dist/src/commands/space/query.js.map +1 -1
  186. package/dist/src/commands/space/share.d.ts +1 -2
  187. package/dist/src/commands/space/share.d.ts.map +1 -1
  188. package/dist/src/commands/space/share.js +6 -4
  189. package/dist/src/commands/space/share.js.map +1 -1
  190. package/dist/src/commands/tunnel/index.d.ts +4 -7
  191. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  192. package/dist/src/commands/tunnel/index.js +16 -8
  193. package/dist/src/commands/tunnel/index.js.map +1 -1
  194. package/dist/src/commands/tunnel/list.d.ts +4 -3
  195. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  196. package/dist/src/commands/tunnel/list.js +12 -4
  197. package/dist/src/commands/tunnel/list.js.map +1 -1
  198. package/dist/src/components/App.js.map +1 -1
  199. package/dist/src/components/SpaceTable.js.map +1 -1
  200. package/dist/src/components/SystemTable.js.map +1 -1
  201. package/dist/src/help.js.map +1 -1
  202. package/dist/src/hooks/command-not-found.js +1 -1
  203. package/dist/src/hooks/command-not-found.js.map +1 -1
  204. package/dist/src/util/agents.js.map +1 -1
  205. package/dist/src/util/credentials.js +4 -4
  206. package/dist/src/util/credentials.js.map +1 -1
  207. package/dist/src/util/devices.js +2 -2
  208. package/dist/src/util/devices.js.map +1 -1
  209. package/dist/src/util/index.d.ts +1 -1
  210. package/dist/src/util/index.d.ts.map +1 -1
  211. package/dist/src/util/index.js +1 -1
  212. package/dist/src/util/index.js.map +1 -1
  213. package/dist/src/util/invitations.d.ts +9 -9
  214. package/dist/src/util/invitations.d.ts.map +1 -1
  215. package/dist/src/util/invitations.js.map +1 -1
  216. package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
  217. package/dist/src/util/keys.d.ts.map +1 -0
  218. package/dist/src/util/{types.js → keys.js} +4 -2
  219. package/dist/src/util/keys.js.map +1 -0
  220. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  221. package/dist/src/util/publish/build.js.map +1 -1
  222. package/dist/src/util/publish/ipfs-upload.d.ts +3 -4
  223. package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
  224. package/dist/src/util/publish/ipfs-upload.js +7 -12
  225. package/dist/src/util/publish/ipfs-upload.js.map +1 -1
  226. package/dist/src/util/publish/publish.d.ts +5 -8
  227. package/dist/src/util/publish/publish.d.ts.map +1 -1
  228. package/dist/src/util/publish/publish.js +41 -34
  229. package/dist/src/util/publish/publish.js.map +1 -1
  230. package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
  231. package/dist/src/util/spaces.d.ts +1 -1
  232. package/dist/src/util/spaces.d.ts.map +1 -1
  233. package/dist/src/util/spaces.js +5 -5
  234. package/dist/src/util/spaces.js.map +1 -1
  235. package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
  236. package/dist/src/util/testing.js.map +1 -1
  237. package/dist/src/util/tree.js.map +1 -1
  238. package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
  239. package/oclif.manifest.json +711 -415
  240. package/package.json +40 -40
  241. package/dist/src/base-command.d.ts.map +0 -1
  242. package/dist/src/base-command.js.map +0 -1
  243. package/dist/src/util/types.d.ts.map +0 -1
  244. 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"
@@ -867,14 +837,546 @@
867
837
  "dist",
868
838
  "src",
869
839
  "commands",
870
- "agent",
871
- "stop.js"
840
+ "agent",
841
+ "stop.js"
842
+ ]
843
+ },
844
+ "app:create": {
845
+ "aliases": [],
846
+ "args": {
847
+ "name": {
848
+ "description": "App name.",
849
+ "name": "name",
850
+ "required": true
851
+ }
852
+ },
853
+ "description": "Manage applications (deprecated).",
854
+ "flags": {
855
+ "json": {
856
+ "description": "Output as JSON.",
857
+ "name": "json",
858
+ "allowNo": false,
859
+ "type": "boolean"
860
+ },
861
+ "dry-run": {
862
+ "description": "Dry run.",
863
+ "name": "dry-run",
864
+ "allowNo": false,
865
+ "type": "boolean"
866
+ },
867
+ "verbose": {
868
+ "char": "v",
869
+ "description": "Verbose output",
870
+ "name": "verbose",
871
+ "allowNo": false,
872
+ "type": "boolean"
873
+ },
874
+ "profile": {
875
+ "description": "User profile.",
876
+ "env": "DX_PROFILE",
877
+ "name": "profile",
878
+ "default": "default",
879
+ "hasDynamicHelp": false,
880
+ "multiple": false,
881
+ "type": "option"
882
+ },
883
+ "config": {
884
+ "aliases": [
885
+ "c"
886
+ ],
887
+ "dependsOn": [
888
+ "profile"
889
+ ],
890
+ "description": "Config file.",
891
+ "env": "DX_CONFIG",
892
+ "name": "config",
893
+ "default": "/home/runner/.config/dx/profile/default.yml",
894
+ "hasDynamicHelp": false,
895
+ "helpValue": "path",
896
+ "multiple": false,
897
+ "type": "option"
898
+ },
899
+ "target": {
900
+ "description": "Target websocket server.",
901
+ "name": "target",
902
+ "hasDynamicHelp": false,
903
+ "multiple": false,
904
+ "type": "option"
905
+ },
906
+ "no-agent": {
907
+ "description": "Run command without starting an agent.",
908
+ "env": "DX_NO_AGENT",
909
+ "name": "no-agent",
910
+ "allowNo": false,
911
+ "type": "boolean"
912
+ },
913
+ "timeout": {
914
+ "aliases": [
915
+ "t"
916
+ ],
917
+ "description": "Timeout (ms).",
918
+ "name": "timeout",
919
+ "default": 60000,
920
+ "hasDynamicHelp": false,
921
+ "multiple": false,
922
+ "type": "option"
923
+ },
924
+ "no-wait": {
925
+ "description": "Do not wait for space to be ready.",
926
+ "name": "no-wait",
927
+ "allowNo": false,
928
+ "type": "boolean"
929
+ },
930
+ "json-log": {
931
+ "description": "When running in foreground, log JSON format",
932
+ "name": "json-log",
933
+ "allowNo": false,
934
+ "type": "boolean"
935
+ },
936
+ "json-logfile": {
937
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
938
+ "name": "json-logfile",
939
+ "default": "stderr",
940
+ "hasDynamicHelp": false,
941
+ "multiple": false,
942
+ "type": "option"
943
+ },
944
+ "tag": {
945
+ "description": "Git tag or branch of the DXOS repo to checkout.",
946
+ "name": "tag",
947
+ "hasDynamicHelp": false,
948
+ "multiple": false,
949
+ "type": "option"
950
+ },
951
+ "template": {
952
+ "char": "t",
953
+ "description": "Template to use when creating the project.",
954
+ "name": "template",
955
+ "default": "hello",
956
+ "hasDynamicHelp": false,
957
+ "multiple": false,
958
+ "options": [
959
+ "hello",
960
+ "bare",
961
+ "tasks"
962
+ ],
963
+ "type": "option"
964
+ },
965
+ "interactive": {
966
+ "char": "i",
967
+ "description": "Customize app template options via interactive prompt.",
968
+ "name": "interactive",
969
+ "allowNo": false,
970
+ "type": "boolean"
971
+ }
972
+ },
973
+ "hasDynamicHelp": false,
974
+ "hiddenAliases": [],
975
+ "id": "app:create",
976
+ "pluginAlias": "@dxos/cli",
977
+ "pluginName": "@dxos/cli",
978
+ "pluginType": "core",
979
+ "state": "deprecated",
980
+ "strict": true,
981
+ "enableJsonFlag": true,
982
+ "isESM": false,
983
+ "relativePath": [
984
+ "dist",
985
+ "src",
986
+ "commands",
987
+ "app",
988
+ "create.js"
989
+ ]
990
+ },
991
+ "app:list": {
992
+ "aliases": [],
993
+ "args": {},
994
+ "description": "List apps.",
995
+ "flags": {
996
+ "json": {
997
+ "description": "Output as JSON.",
998
+ "name": "json",
999
+ "allowNo": false,
1000
+ "type": "boolean"
1001
+ },
1002
+ "dry-run": {
1003
+ "description": "Dry run.",
1004
+ "name": "dry-run",
1005
+ "allowNo": false,
1006
+ "type": "boolean"
1007
+ },
1008
+ "verbose": {
1009
+ "char": "v",
1010
+ "description": "Verbose output",
1011
+ "name": "verbose",
1012
+ "allowNo": false,
1013
+ "type": "boolean"
1014
+ },
1015
+ "profile": {
1016
+ "description": "User profile.",
1017
+ "env": "DX_PROFILE",
1018
+ "name": "profile",
1019
+ "default": "default",
1020
+ "hasDynamicHelp": false,
1021
+ "multiple": false,
1022
+ "type": "option"
1023
+ },
1024
+ "config": {
1025
+ "aliases": [
1026
+ "c"
1027
+ ],
1028
+ "dependsOn": [
1029
+ "profile"
1030
+ ],
1031
+ "description": "Config file.",
1032
+ "env": "DX_CONFIG",
1033
+ "name": "config",
1034
+ "default": "/home/runner/.config/dx/profile/default.yml",
1035
+ "hasDynamicHelp": false,
1036
+ "helpValue": "path",
1037
+ "multiple": false,
1038
+ "type": "option"
1039
+ },
1040
+ "target": {
1041
+ "description": "Target websocket server.",
1042
+ "name": "target",
1043
+ "hasDynamicHelp": false,
1044
+ "multiple": false,
1045
+ "type": "option"
1046
+ },
1047
+ "no-agent": {
1048
+ "description": "Run command without starting an agent.",
1049
+ "env": "DX_NO_AGENT",
1050
+ "name": "no-agent",
1051
+ "allowNo": false,
1052
+ "type": "boolean"
1053
+ },
1054
+ "timeout": {
1055
+ "aliases": [
1056
+ "t"
1057
+ ],
1058
+ "description": "Timeout (ms).",
1059
+ "name": "timeout",
1060
+ "default": 60000,
1061
+ "hasDynamicHelp": false,
1062
+ "multiple": false,
1063
+ "type": "option"
1064
+ },
1065
+ "no-wait": {
1066
+ "description": "Do not wait for space to be ready.",
1067
+ "name": "no-wait",
1068
+ "allowNo": false,
1069
+ "type": "boolean"
1070
+ },
1071
+ "json-log": {
1072
+ "description": "When running in foreground, log JSON format",
1073
+ "name": "json-log",
1074
+ "allowNo": false,
1075
+ "type": "boolean"
1076
+ },
1077
+ "json-logfile": {
1078
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1079
+ "name": "json-logfile",
1080
+ "default": "stderr",
1081
+ "hasDynamicHelp": false,
1082
+ "multiple": false,
1083
+ "type": "option"
1084
+ }
1085
+ },
1086
+ "hasDynamicHelp": false,
1087
+ "hiddenAliases": [],
1088
+ "id": "app:list",
1089
+ "pluginAlias": "@dxos/cli",
1090
+ "pluginName": "@dxos/cli",
1091
+ "pluginType": "core",
1092
+ "state": "deprecated",
1093
+ "strict": true,
1094
+ "enableJsonFlag": true,
1095
+ "isESM": false,
1096
+ "relativePath": [
1097
+ "dist",
1098
+ "src",
1099
+ "commands",
1100
+ "app",
1101
+ "list.js"
1102
+ ]
1103
+ },
1104
+ "app:open": {
1105
+ "aliases": [],
1106
+ "args": {
1107
+ "url": {
1108
+ "description": "App URL.",
1109
+ "name": "url",
1110
+ "required": true
1111
+ }
1112
+ },
1113
+ "description": "Opens app with provided url and process device invitation.",
1114
+ "flags": {
1115
+ "json": {
1116
+ "description": "Output as JSON.",
1117
+ "name": "json",
1118
+ "allowNo": false,
1119
+ "type": "boolean"
1120
+ },
1121
+ "dry-run": {
1122
+ "description": "Dry run.",
1123
+ "name": "dry-run",
1124
+ "allowNo": false,
1125
+ "type": "boolean"
1126
+ },
1127
+ "verbose": {
1128
+ "char": "v",
1129
+ "description": "Verbose output",
1130
+ "name": "verbose",
1131
+ "allowNo": false,
1132
+ "type": "boolean"
1133
+ },
1134
+ "profile": {
1135
+ "description": "User profile.",
1136
+ "env": "DX_PROFILE",
1137
+ "name": "profile",
1138
+ "default": "default",
1139
+ "hasDynamicHelp": false,
1140
+ "multiple": false,
1141
+ "type": "option"
1142
+ },
1143
+ "config": {
1144
+ "aliases": [
1145
+ "c"
1146
+ ],
1147
+ "dependsOn": [
1148
+ "profile"
1149
+ ],
1150
+ "description": "Config file.",
1151
+ "env": "DX_CONFIG",
1152
+ "name": "config",
1153
+ "default": "/home/runner/.config/dx/profile/default.yml",
1154
+ "hasDynamicHelp": false,
1155
+ "helpValue": "path",
1156
+ "multiple": false,
1157
+ "type": "option"
1158
+ },
1159
+ "target": {
1160
+ "description": "Target websocket server.",
1161
+ "name": "target",
1162
+ "hasDynamicHelp": false,
1163
+ "multiple": false,
1164
+ "type": "option"
1165
+ },
1166
+ "no-agent": {
1167
+ "description": "Run command without starting an agent.",
1168
+ "env": "DX_NO_AGENT",
1169
+ "name": "no-agent",
1170
+ "allowNo": false,
1171
+ "type": "boolean"
1172
+ },
1173
+ "timeout": {
1174
+ "aliases": [
1175
+ "t"
1176
+ ],
1177
+ "description": "Timeout (ms).",
1178
+ "name": "timeout",
1179
+ "default": 60000,
1180
+ "hasDynamicHelp": false,
1181
+ "multiple": false,
1182
+ "type": "option"
1183
+ },
1184
+ "no-wait": {
1185
+ "description": "Do not wait for space to be ready.",
1186
+ "name": "no-wait",
1187
+ "allowNo": false,
1188
+ "type": "boolean"
1189
+ },
1190
+ "json-log": {
1191
+ "description": "When running in foreground, log JSON format",
1192
+ "name": "json-log",
1193
+ "allowNo": false,
1194
+ "type": "boolean"
1195
+ },
1196
+ "json-logfile": {
1197
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1198
+ "name": "json-logfile",
1199
+ "default": "stderr",
1200
+ "hasDynamicHelp": false,
1201
+ "multiple": false,
1202
+ "type": "option"
1203
+ },
1204
+ "instances": {
1205
+ "description": "Amount of test instances.",
1206
+ "name": "instances",
1207
+ "default": 1,
1208
+ "hasDynamicHelp": false,
1209
+ "multiple": false,
1210
+ "type": "option"
1211
+ },
1212
+ "invite": {
1213
+ "description": "If `true` proceed device invitation for all instances.",
1214
+ "name": "invite",
1215
+ "allowNo": false,
1216
+ "type": "boolean"
1217
+ }
1218
+ },
1219
+ "hasDynamicHelp": false,
1220
+ "hiddenAliases": [],
1221
+ "id": "app:open",
1222
+ "pluginAlias": "@dxos/cli",
1223
+ "pluginName": "@dxos/cli",
1224
+ "pluginType": "core",
1225
+ "state": "deprecated",
1226
+ "strict": true,
1227
+ "enableJsonFlag": true,
1228
+ "isESM": false,
1229
+ "relativePath": [
1230
+ "dist",
1231
+ "src",
1232
+ "commands",
1233
+ "app",
1234
+ "open.js"
1235
+ ]
1236
+ },
1237
+ "app:publish": {
1238
+ "aliases": [],
1239
+ "args": {},
1240
+ "description": "Publish apps.",
1241
+ "flags": {
1242
+ "json": {
1243
+ "description": "Output as JSON.",
1244
+ "name": "json",
1245
+ "allowNo": false,
1246
+ "type": "boolean"
1247
+ },
1248
+ "dry-run": {
1249
+ "description": "Dry run.",
1250
+ "name": "dry-run",
1251
+ "allowNo": false,
1252
+ "type": "boolean"
1253
+ },
1254
+ "verbose": {
1255
+ "char": "v",
1256
+ "description": "Verbose output",
1257
+ "name": "verbose",
1258
+ "allowNo": false,
1259
+ "type": "boolean"
1260
+ },
1261
+ "profile": {
1262
+ "description": "User profile.",
1263
+ "env": "DX_PROFILE",
1264
+ "name": "profile",
1265
+ "default": "default",
1266
+ "hasDynamicHelp": false,
1267
+ "multiple": false,
1268
+ "type": "option"
1269
+ },
1270
+ "config": {
1271
+ "aliases": [
1272
+ "c"
1273
+ ],
1274
+ "dependsOn": [
1275
+ "profile"
1276
+ ],
1277
+ "description": "Config file.",
1278
+ "env": "DX_CONFIG",
1279
+ "name": "config",
1280
+ "default": "/home/runner/.config/dx/profile/default.yml",
1281
+ "hasDynamicHelp": false,
1282
+ "helpValue": "path",
1283
+ "multiple": false,
1284
+ "type": "option"
1285
+ },
1286
+ "target": {
1287
+ "description": "Target websocket server.",
1288
+ "name": "target",
1289
+ "hasDynamicHelp": false,
1290
+ "multiple": false,
1291
+ "type": "option"
1292
+ },
1293
+ "no-agent": {
1294
+ "description": "Run command without starting an agent.",
1295
+ "env": "DX_NO_AGENT",
1296
+ "name": "no-agent",
1297
+ "allowNo": false,
1298
+ "type": "boolean"
1299
+ },
1300
+ "timeout": {
1301
+ "aliases": [
1302
+ "t"
1303
+ ],
1304
+ "description": "Timeout (ms).",
1305
+ "name": "timeout",
1306
+ "default": 60000,
1307
+ "hasDynamicHelp": false,
1308
+ "multiple": false,
1309
+ "type": "option"
1310
+ },
1311
+ "no-wait": {
1312
+ "description": "Do not wait for space to be ready.",
1313
+ "name": "no-wait",
1314
+ "allowNo": false,
1315
+ "type": "boolean"
1316
+ },
1317
+ "json-log": {
1318
+ "description": "When running in foreground, log JSON format",
1319
+ "name": "json-log",
1320
+ "allowNo": false,
1321
+ "type": "boolean"
1322
+ },
1323
+ "json-logfile": {
1324
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1325
+ "name": "json-logfile",
1326
+ "default": "stderr",
1327
+ "hasDynamicHelp": false,
1328
+ "multiple": false,
1329
+ "type": "option"
1330
+ },
1331
+ "configPath": {
1332
+ "description": "Path to dx.yml",
1333
+ "name": "configPath",
1334
+ "hasDynamicHelp": false,
1335
+ "multiple": false,
1336
+ "type": "option"
1337
+ },
1338
+ "accessToken": {
1339
+ "description": "Access token for publishing.",
1340
+ "name": "accessToken",
1341
+ "hasDynamicHelp": false,
1342
+ "multiple": false,
1343
+ "type": "option"
1344
+ },
1345
+ "skipExisting": {
1346
+ "description": "Do not update content on KUBE if version already exists.",
1347
+ "name": "skipExisting",
1348
+ "allowNo": false,
1349
+ "type": "boolean"
1350
+ },
1351
+ "version": {
1352
+ "description": "Version of modules to publish.",
1353
+ "name": "version",
1354
+ "hasDynamicHelp": false,
1355
+ "multiple": false,
1356
+ "type": "option"
1357
+ }
1358
+ },
1359
+ "hasDynamicHelp": false,
1360
+ "hiddenAliases": [],
1361
+ "id": "app:publish",
1362
+ "pluginAlias": "@dxos/cli",
1363
+ "pluginName": "@dxos/cli",
1364
+ "pluginType": "core",
1365
+ "state": "deprecated",
1366
+ "strict": true,
1367
+ "enableJsonFlag": true,
1368
+ "isESM": false,
1369
+ "relativePath": [
1370
+ "dist",
1371
+ "src",
1372
+ "commands",
1373
+ "app",
1374
+ "publish.js"
872
1375
  ]
873
1376
  },
874
- "config": {
1377
+ "composer:base": {
875
1378
  "aliases": [],
876
1379
  "args": {},
877
- "description": "Show config file.",
878
1380
  "flags": {
879
1381
  "json": {
880
1382
  "description": "Output as JSON.",
@@ -928,17 +1430,12 @@
928
1430
  "type": "option"
929
1431
  },
930
1432
  "no-agent": {
931
- "description": "Run command without using an agent.",
1433
+ "description": "Run command without starting an agent.",
1434
+ "env": "DX_NO_AGENT",
932
1435
  "name": "no-agent",
933
1436
  "allowNo": false,
934
1437
  "type": "boolean"
935
1438
  },
936
- "no-start-agent": {
937
- "description": "Do not automatically start an agent if one is not running.",
938
- "name": "no-start-agent",
939
- "allowNo": false,
940
- "type": "boolean"
941
- },
942
1439
  "timeout": {
943
1440
  "aliases": [
944
1441
  "t"
@@ -973,7 +1470,7 @@
973
1470
  },
974
1471
  "hasDynamicHelp": false,
975
1472
  "hiddenAliases": [],
976
- "id": "config",
1473
+ "id": "composer:base",
977
1474
  "pluginAlias": "@dxos/cli",
978
1475
  "pluginName": "@dxos/cli",
979
1476
  "pluginType": "core",
@@ -984,20 +1481,19 @@
984
1481
  "dist",
985
1482
  "src",
986
1483
  "commands",
987
- "config",
988
- "index.js"
1484
+ "composer",
1485
+ "base.js"
989
1486
  ]
990
1487
  },
991
- "app:create": {
1488
+ "composer:import": {
992
1489
  "aliases": [],
993
1490
  "args": {
994
- "name": {
995
- "description": "App name.",
996
- "name": "name",
1491
+ "file": {
1492
+ "name": "file",
997
1493
  "required": true
998
1494
  }
999
1495
  },
1000
- "description": "Manage applications.",
1496
+ "description": "Import ECHO objects.",
1001
1497
  "flags": {
1002
1498
  "json": {
1003
1499
  "description": "Output as JSON.",
@@ -1051,17 +1547,12 @@
1051
1547
  "type": "option"
1052
1548
  },
1053
1549
  "no-agent": {
1054
- "description": "Run command without using an agent.",
1550
+ "description": "Run command without starting an agent.",
1551
+ "env": "DX_NO_AGENT",
1055
1552
  "name": "no-agent",
1056
1553
  "allowNo": false,
1057
1554
  "type": "boolean"
1058
1555
  },
1059
- "no-start-agent": {
1060
- "description": "Do not automatically start an agent if one is not running.",
1061
- "name": "no-start-agent",
1062
- "allowNo": false,
1063
- "type": "boolean"
1064
- },
1065
1556
  "timeout": {
1066
1557
  "aliases": [
1067
1558
  "t"
@@ -1093,38 +1584,17 @@
1093
1584
  "multiple": false,
1094
1585
  "type": "option"
1095
1586
  },
1096
- "tag": {
1097
- "description": "Git tag or branch of the DXOS repo to checkout.",
1098
- "name": "tag",
1099
- "hasDynamicHelp": false,
1100
- "multiple": false,
1101
- "type": "option"
1102
- },
1103
- "template": {
1104
- "char": "t",
1105
- "description": "Template to use when creating the project.",
1106
- "name": "template",
1107
- "default": "hello",
1587
+ "key": {
1588
+ "description": "Space key(s) head in hex.",
1589
+ "name": "key",
1108
1590
  "hasDynamicHelp": false,
1109
- "multiple": false,
1110
- "options": [
1111
- "hello",
1112
- "bare",
1113
- "tasks"
1114
- ],
1591
+ "multiple": true,
1115
1592
  "type": "option"
1116
- },
1117
- "interactive": {
1118
- "char": "i",
1119
- "description": "Customize app template options via interactive prompt.",
1120
- "name": "interactive",
1121
- "allowNo": false,
1122
- "type": "boolean"
1123
1593
  }
1124
1594
  },
1125
1595
  "hasDynamicHelp": false,
1126
1596
  "hiddenAliases": [],
1127
- "id": "app:create",
1597
+ "id": "composer:import",
1128
1598
  "pluginAlias": "@dxos/cli",
1129
1599
  "pluginName": "@dxos/cli",
1130
1600
  "pluginType": "core",
@@ -1135,14 +1605,14 @@
1135
1605
  "dist",
1136
1606
  "src",
1137
1607
  "commands",
1138
- "app",
1139
- "create.js"
1608
+ "composer",
1609
+ "import.js"
1140
1610
  ]
1141
1611
  },
1142
- "app:list": {
1612
+ "composer:query": {
1143
1613
  "aliases": [],
1144
1614
  "args": {},
1145
- "description": "List apps.",
1615
+ "description": "Query database.",
1146
1616
  "flags": {
1147
1617
  "json": {
1148
1618
  "description": "Output as JSON.",
@@ -1196,17 +1666,12 @@
1196
1666
  "type": "option"
1197
1667
  },
1198
1668
  "no-agent": {
1199
- "description": "Run command without using an agent.",
1669
+ "description": "Run command without starting an agent.",
1670
+ "env": "DX_NO_AGENT",
1200
1671
  "name": "no-agent",
1201
1672
  "allowNo": false,
1202
1673
  "type": "boolean"
1203
1674
  },
1204
- "no-start-agent": {
1205
- "description": "Do not automatically start an agent if one is not running.",
1206
- "name": "no-start-agent",
1207
- "allowNo": false,
1208
- "type": "boolean"
1209
- },
1210
1675
  "timeout": {
1211
1676
  "aliases": [
1212
1677
  "t"
@@ -1237,11 +1702,25 @@
1237
1702
  "hasDynamicHelp": false,
1238
1703
  "multiple": false,
1239
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"
1240
1719
  }
1241
1720
  },
1242
1721
  "hasDynamicHelp": false,
1243
1722
  "hiddenAliases": [],
1244
- "id": "app:list",
1723
+ "id": "composer:query",
1245
1724
  "pluginAlias": "@dxos/cli",
1246
1725
  "pluginName": "@dxos/cli",
1247
1726
  "pluginType": "core",
@@ -1252,20 +1731,14 @@
1252
1731
  "dist",
1253
1732
  "src",
1254
1733
  "commands",
1255
- "app",
1256
- "list.js"
1734
+ "composer",
1735
+ "query.js"
1257
1736
  ]
1258
1737
  },
1259
- "app:open": {
1738
+ "composer:upload": {
1260
1739
  "aliases": [],
1261
- "args": {
1262
- "url": {
1263
- "description": "App URL.",
1264
- "name": "url",
1265
- "required": true
1266
- }
1267
- },
1268
- "description": "Opens app with provided url and process device invitation.",
1740
+ "args": {},
1741
+ "description": "Upload IPFS file.",
1269
1742
  "flags": {
1270
1743
  "json": {
1271
1744
  "description": "Output as JSON.",
@@ -1319,17 +1792,12 @@
1319
1792
  "type": "option"
1320
1793
  },
1321
1794
  "no-agent": {
1322
- "description": "Run command without using an agent.",
1795
+ "description": "Run command without starting an agent.",
1796
+ "env": "DX_NO_AGENT",
1323
1797
  "name": "no-agent",
1324
1798
  "allowNo": false,
1325
1799
  "type": "boolean"
1326
1800
  },
1327
- "no-start-agent": {
1328
- "description": "Do not automatically start an agent if one is not running.",
1329
- "name": "no-start-agent",
1330
- "allowNo": false,
1331
- "type": "boolean"
1332
- },
1333
1801
  "timeout": {
1334
1802
  "aliases": [
1335
1803
  "t"
@@ -1361,24 +1829,24 @@
1361
1829
  "multiple": false,
1362
1830
  "type": "option"
1363
1831
  },
1364
- "instances": {
1365
- "description": "Amount of test instances.",
1366
- "name": "instances",
1367
- "default": 1,
1832
+ "key": {
1833
+ "description": "Space key(s) head in hex.",
1834
+ "name": "key",
1368
1835
  "hasDynamicHelp": false,
1369
- "multiple": false,
1836
+ "multiple": true,
1370
1837
  "type": "option"
1371
1838
  },
1372
- "invite": {
1373
- "description": "If `true` proceed device invitation for all instances.",
1374
- "name": "invite",
1375
- "allowNo": false,
1376
- "type": "boolean"
1839
+ "file": {
1840
+ "name": "file",
1841
+ "required": true,
1842
+ "hasDynamicHelp": false,
1843
+ "multiple": false,
1844
+ "type": "option"
1377
1845
  }
1378
1846
  },
1379
1847
  "hasDynamicHelp": false,
1380
1848
  "hiddenAliases": [],
1381
- "id": "app:open",
1849
+ "id": "composer:upload",
1382
1850
  "pluginAlias": "@dxos/cli",
1383
1851
  "pluginName": "@dxos/cli",
1384
1852
  "pluginType": "core",
@@ -1389,14 +1857,14 @@
1389
1857
  "dist",
1390
1858
  "src",
1391
1859
  "commands",
1392
- "app",
1393
- "open.js"
1860
+ "composer",
1861
+ "upload.js"
1394
1862
  ]
1395
1863
  },
1396
- "app:publish": {
1864
+ "config": {
1397
1865
  "aliases": [],
1398
1866
  "args": {},
1399
- "description": "Publish apps.",
1867
+ "description": "Show config file.",
1400
1868
  "flags": {
1401
1869
  "json": {
1402
1870
  "description": "Output as JSON.",
@@ -1450,17 +1918,12 @@
1450
1918
  "type": "option"
1451
1919
  },
1452
1920
  "no-agent": {
1453
- "description": "Run command without using an agent.",
1921
+ "description": "Run command without starting an agent.",
1922
+ "env": "DX_NO_AGENT",
1454
1923
  "name": "no-agent",
1455
1924
  "allowNo": false,
1456
1925
  "type": "boolean"
1457
1926
  },
1458
- "no-start-agent": {
1459
- "description": "Do not automatically start an agent if one is not running.",
1460
- "name": "no-start-agent",
1461
- "allowNo": false,
1462
- "type": "boolean"
1463
- },
1464
1927
  "timeout": {
1465
1928
  "aliases": [
1466
1929
  "t"
@@ -1491,38 +1954,11 @@
1491
1954
  "hasDynamicHelp": false,
1492
1955
  "multiple": false,
1493
1956
  "type": "option"
1494
- },
1495
- "configPath": {
1496
- "description": "Path to dx.yml",
1497
- "name": "configPath",
1498
- "hasDynamicHelp": false,
1499
- "multiple": false,
1500
- "type": "option"
1501
- },
1502
- "accessToken": {
1503
- "description": "Access token for publishing.",
1504
- "name": "accessToken",
1505
- "hasDynamicHelp": false,
1506
- "multiple": false,
1507
- "type": "option"
1508
- },
1509
- "skipExisting": {
1510
- "description": "Do not update content on KUBE if version already exists.",
1511
- "name": "skipExisting",
1512
- "allowNo": false,
1513
- "type": "boolean"
1514
- },
1515
- "version": {
1516
- "description": "Version of modules to publish.",
1517
- "name": "version",
1518
- "hasDynamicHelp": false,
1519
- "multiple": false,
1520
- "type": "option"
1521
1957
  }
1522
1958
  },
1523
1959
  "hasDynamicHelp": false,
1524
1960
  "hiddenAliases": [],
1525
- "id": "app:publish",
1961
+ "id": "config",
1526
1962
  "pluginAlias": "@dxos/cli",
1527
1963
  "pluginName": "@dxos/cli",
1528
1964
  "pluginType": "core",
@@ -1533,8 +1969,8 @@
1533
1969
  "dist",
1534
1970
  "src",
1535
1971
  "commands",
1536
- "app",
1537
- "publish.js"
1972
+ "config",
1973
+ "index.js"
1538
1974
  ]
1539
1975
  },
1540
1976
  "debug:diagnostics": {
@@ -1604,17 +2040,12 @@
1604
2040
  "type": "option"
1605
2041
  },
1606
2042
  "no-agent": {
1607
- "description": "Run command without using an agent.",
2043
+ "description": "Run command without starting an agent.",
2044
+ "env": "DX_NO_AGENT",
1608
2045
  "name": "no-agent",
1609
2046
  "allowNo": false,
1610
2047
  "type": "boolean"
1611
2048
  },
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
2049
  "timeout": {
1619
2050
  "aliases": [
1620
2051
  "t"
@@ -1733,17 +2164,12 @@
1733
2164
  "type": "option"
1734
2165
  },
1735
2166
  "no-agent": {
1736
- "description": "Run command without using an agent.",
2167
+ "description": "Run command without starting an agent.",
2168
+ "env": "DX_NO_AGENT",
1737
2169
  "name": "no-agent",
1738
2170
  "allowNo": false,
1739
2171
  "type": "boolean"
1740
2172
  },
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
2173
  "timeout": {
1748
2174
  "aliases": [
1749
2175
  "t"
@@ -1797,7 +2223,7 @@
1797
2223
  "aliases": [],
1798
2224
  "args": {
1799
2225
  "key": {
1800
- "description": "Space key head in hex.",
2226
+ "description": "Space key(s) head in hex.",
1801
2227
  "name": "key"
1802
2228
  }
1803
2229
  },
@@ -1855,17 +2281,12 @@
1855
2281
  "type": "option"
1856
2282
  },
1857
2283
  "no-agent": {
1858
- "description": "Run command without using an agent.",
2284
+ "description": "Run command without starting an agent.",
2285
+ "env": "DX_NO_AGENT",
1859
2286
  "name": "no-agent",
1860
2287
  "allowNo": false,
1861
2288
  "type": "boolean"
1862
2289
  },
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
2290
  "timeout": {
1870
2291
  "aliases": [
1871
2292
  "t"
@@ -2016,17 +2437,12 @@
2016
2437
  "type": "option"
2017
2438
  },
2018
2439
  "no-agent": {
2019
- "description": "Run command without using an agent.",
2440
+ "description": "Run command without starting an agent.",
2441
+ "env": "DX_NO_AGENT",
2020
2442
  "name": "no-agent",
2021
2443
  "allowNo": false,
2022
2444
  "type": "boolean"
2023
2445
  },
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
2446
  "timeout": {
2031
2447
  "aliases": [
2032
2448
  "t"
@@ -2133,17 +2549,12 @@
2133
2549
  "type": "option"
2134
2550
  },
2135
2551
  "no-agent": {
2136
- "description": "Run command without using an agent.",
2552
+ "description": "Run command without starting an agent.",
2553
+ "env": "DX_NO_AGENT",
2137
2554
  "name": "no-agent",
2138
2555
  "allowNo": false,
2139
2556
  "type": "boolean"
2140
2557
  },
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
2558
  "timeout": {
2148
2559
  "aliases": [
2149
2560
  "t"
@@ -2258,17 +2669,12 @@
2258
2669
  "type": "option"
2259
2670
  },
2260
2671
  "no-agent": {
2261
- "description": "Run command without using an agent.",
2672
+ "description": "Run command without starting an agent.",
2673
+ "env": "DX_NO_AGENT",
2262
2674
  "name": "no-agent",
2263
2675
  "allowNo": false,
2264
2676
  "type": "boolean"
2265
2677
  },
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
2678
  "timeout": {
2273
2679
  "aliases": [
2274
2680
  "t"
@@ -2375,17 +2781,12 @@
2375
2781
  "type": "option"
2376
2782
  },
2377
2783
  "no-agent": {
2378
- "description": "Run command without using an agent.",
2784
+ "description": "Run command without starting an agent.",
2785
+ "env": "DX_NO_AGENT",
2379
2786
  "name": "no-agent",
2380
2787
  "allowNo": false,
2381
2788
  "type": "boolean"
2382
2789
  },
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
2790
  "timeout": {
2390
2791
  "aliases": [
2391
2792
  "t"
@@ -2569,17 +2970,12 @@
2569
2970
  "type": "option"
2570
2971
  },
2571
2972
  "no-agent": {
2572
- "description": "Run command without using an agent.",
2973
+ "description": "Run command without starting an agent.",
2974
+ "env": "DX_NO_AGENT",
2573
2975
  "name": "no-agent",
2574
2976
  "allowNo": false,
2575
2977
  "type": "boolean"
2576
2978
  },
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
2979
  "timeout": {
2584
2980
  "aliases": [
2585
2981
  "t"
@@ -2702,17 +3098,12 @@
2702
3098
  "type": "option"
2703
3099
  },
2704
3100
  "no-agent": {
2705
- "description": "Run command without using an agent.",
3101
+ "description": "Run command without starting an agent.",
3102
+ "env": "DX_NO_AGENT",
2706
3103
  "name": "no-agent",
2707
3104
  "allowNo": false,
2708
3105
  "type": "boolean"
2709
3106
  },
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
3107
  "timeout": {
2717
3108
  "aliases": [
2718
3109
  "t"
@@ -2744,6 +3135,13 @@
2744
3135
  "multiple": false,
2745
3136
  "type": "option"
2746
3137
  },
3138
+ "key": {
3139
+ "description": "Space key(s) head in hex.",
3140
+ "name": "key",
3141
+ "hasDynamicHelp": false,
3142
+ "multiple": true,
3143
+ "type": "option"
3144
+ },
2747
3145
  "require": {
2748
3146
  "aliases": [
2749
3147
  "r"
@@ -2851,17 +3249,12 @@
2851
3249
  "type": "option"
2852
3250
  },
2853
3251
  "no-agent": {
2854
- "description": "Run command without using an agent.",
3252
+ "description": "Run command without starting an agent.",
3253
+ "env": "DX_NO_AGENT",
2855
3254
  "name": "no-agent",
2856
3255
  "allowNo": false,
2857
3256
  "type": "boolean"
2858
3257
  },
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
3258
  "timeout": {
2866
3259
  "aliases": [
2867
3260
  "t"
@@ -2974,17 +3367,12 @@
2974
3367
  "type": "option"
2975
3368
  },
2976
3369
  "no-agent": {
2977
- "description": "Run command without using an agent.",
3370
+ "description": "Run command without starting an agent.",
3371
+ "env": "DX_NO_AGENT",
2978
3372
  "name": "no-agent",
2979
3373
  "allowNo": false,
2980
3374
  "type": "boolean"
2981
3375
  },
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
3376
  "timeout": {
2989
3377
  "aliases": [
2990
3378
  "t"
@@ -3098,17 +3486,12 @@
3098
3486
  "type": "option"
3099
3487
  },
3100
3488
  "no-agent": {
3101
- "description": "Run command without using an agent.",
3489
+ "description": "Run command without starting an agent.",
3490
+ "env": "DX_NO_AGENT",
3102
3491
  "name": "no-agent",
3103
3492
  "allowNo": false,
3104
3493
  "type": "boolean"
3105
3494
  },
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
3495
  "timeout": {
3113
3496
  "aliases": [
3114
3497
  "t"
@@ -3228,17 +3611,12 @@
3228
3611
  "type": "option"
3229
3612
  },
3230
3613
  "no-agent": {
3231
- "description": "Run command without using an agent.",
3614
+ "description": "Run command without starting an agent.",
3615
+ "env": "DX_NO_AGENT",
3232
3616
  "name": "no-agent",
3233
3617
  "allowNo": false,
3234
3618
  "type": "boolean"
3235
3619
  },
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
3620
  "timeout": {
3243
3621
  "aliases": [
3244
3622
  "t"
@@ -3345,17 +3723,12 @@
3345
3723
  "type": "option"
3346
3724
  },
3347
3725
  "no-agent": {
3348
- "description": "Run command without using an agent.",
3726
+ "description": "Run command without starting an agent.",
3727
+ "env": "DX_NO_AGENT",
3349
3728
  "name": "no-agent",
3350
3729
  "allowNo": false,
3351
3730
  "type": "boolean"
3352
3731
  },
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
3732
  "timeout": {
3360
3733
  "description": "Timeout in seconds",
3361
3734
  "name": "timeout",
@@ -3486,17 +3859,12 @@
3486
3859
  "type": "option"
3487
3860
  },
3488
3861
  "no-agent": {
3489
- "description": "Run command without using an agent.",
3862
+ "description": "Run command without starting an agent.",
3863
+ "env": "DX_NO_AGENT",
3490
3864
  "name": "no-agent",
3491
3865
  "allowNo": false,
3492
3866
  "type": "boolean"
3493
3867
  },
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
3868
  "timeout": {
3501
3869
  "aliases": [
3502
3870
  "t"
@@ -3603,17 +3971,12 @@
3603
3971
  "type": "option"
3604
3972
  },
3605
3973
  "no-agent": {
3606
- "description": "Run command without using an agent.",
3974
+ "description": "Run command without starting an agent.",
3975
+ "env": "DX_NO_AGENT",
3607
3976
  "name": "no-agent",
3608
3977
  "allowNo": false,
3609
3978
  "type": "boolean"
3610
3979
  },
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
3980
  "timeout": {
3618
3981
  "aliases": [
3619
3982
  "t"
@@ -3754,17 +4117,12 @@
3754
4117
  "type": "option"
3755
4118
  },
3756
4119
  "no-agent": {
3757
- "description": "Run command without using an agent.",
4120
+ "description": "Run command without starting an agent.",
4121
+ "env": "DX_NO_AGENT",
3758
4122
  "name": "no-agent",
3759
4123
  "allowNo": false,
3760
4124
  "type": "boolean"
3761
4125
  },
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
4126
  "timeout": {
3769
4127
  "aliases": [
3770
4128
  "t"
@@ -3878,17 +4236,12 @@
3878
4236
  "type": "option"
3879
4237
  },
3880
4238
  "no-agent": {
3881
- "description": "Run command without using an agent.",
4239
+ "description": "Run command without starting an agent.",
4240
+ "env": "DX_NO_AGENT",
3882
4241
  "name": "no-agent",
3883
4242
  "allowNo": false,
3884
4243
  "type": "boolean"
3885
4244
  },
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
4245
  "timeout": {
3893
4246
  "aliases": [
3894
4247
  "t"
@@ -4007,17 +4360,12 @@
4007
4360
  "type": "option"
4008
4361
  },
4009
4362
  "no-agent": {
4010
- "description": "Run command without using an agent.",
4363
+ "description": "Run command without starting an agent.",
4364
+ "env": "DX_NO_AGENT",
4011
4365
  "name": "no-agent",
4012
4366
  "allowNo": false,
4013
4367
  "type": "boolean"
4014
4368
  },
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
4369
  "timeout": {
4022
4370
  "aliases": [
4023
4371
  "t"
@@ -4071,6 +4419,7 @@
4071
4419
  "aliases": [],
4072
4420
  "args": {
4073
4421
  "key": {
4422
+ "description": "Space key(s) head in hex.",
4074
4423
  "name": "key"
4075
4424
  }
4076
4425
  },
@@ -4128,17 +4477,12 @@
4128
4477
  "type": "option"
4129
4478
  },
4130
4479
  "no-agent": {
4131
- "description": "Run command without using an agent.",
4480
+ "description": "Run command without starting an agent.",
4481
+ "env": "DX_NO_AGENT",
4132
4482
  "name": "no-agent",
4133
4483
  "allowNo": false,
4134
4484
  "type": "boolean"
4135
4485
  },
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
4486
  "timeout": {
4143
4487
  "aliases": [
4144
4488
  "t"
@@ -4249,17 +4593,12 @@
4249
4593
  "type": "option"
4250
4594
  },
4251
4595
  "no-agent": {
4252
- "description": "Run command without using an agent.",
4596
+ "description": "Run command without starting an agent.",
4597
+ "env": "DX_NO_AGENT",
4253
4598
  "name": "no-agent",
4254
4599
  "allowNo": false,
4255
4600
  "type": "boolean"
4256
4601
  },
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
4602
  "timeout": {
4264
4603
  "aliases": [
4265
4604
  "t"
@@ -4313,7 +4652,7 @@
4313
4652
  "aliases": [],
4314
4653
  "args": {
4315
4654
  "key": {
4316
- "description": "Space key head in hex.",
4655
+ "description": "Space key(s) head in hex.",
4317
4656
  "name": "key"
4318
4657
  }
4319
4658
  },
@@ -4371,17 +4710,12 @@
4371
4710
  "type": "option"
4372
4711
  },
4373
4712
  "no-agent": {
4374
- "description": "Run command without using an agent.",
4713
+ "description": "Run command without starting an agent.",
4714
+ "env": "DX_NO_AGENT",
4375
4715
  "name": "no-agent",
4376
4716
  "allowNo": false,
4377
4717
  "type": "boolean"
4378
4718
  },
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
4719
  "timeout": {
4386
4720
  "aliases": [
4387
4721
  "t"
@@ -4435,6 +4769,7 @@
4435
4769
  "aliases": [],
4436
4770
  "args": {
4437
4771
  "key": {
4772
+ "description": "Space key(s) head in hex.",
4438
4773
  "name": "key"
4439
4774
  }
4440
4775
  },
@@ -4492,17 +4827,12 @@
4492
4827
  "type": "option"
4493
4828
  },
4494
4829
  "no-agent": {
4495
- "description": "Run command without using an agent.",
4830
+ "description": "Run command without starting an agent.",
4831
+ "env": "DX_NO_AGENT",
4496
4832
  "name": "no-agent",
4497
4833
  "allowNo": false,
4498
4834
  "type": "boolean"
4499
4835
  },
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
4836
  "timeout": {
4507
4837
  "aliases": [
4508
4838
  "t"
@@ -4609,17 +4939,12 @@
4609
4939
  "type": "option"
4610
4940
  },
4611
4941
  "no-agent": {
4612
- "description": "Run command without using an agent.",
4942
+ "description": "Run command without starting an agent.",
4943
+ "env": "DX_NO_AGENT",
4613
4944
  "name": "no-agent",
4614
4945
  "allowNo": false,
4615
4946
  "type": "boolean"
4616
4947
  },
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
4948
  "timeout": {
4624
4949
  "aliases": [
4625
4950
  "t"
@@ -4740,17 +5065,12 @@
4740
5065
  "type": "option"
4741
5066
  },
4742
5067
  "no-agent": {
4743
- "description": "Run command without using an agent.",
5068
+ "description": "Run command without starting an agent.",
5069
+ "env": "DX_NO_AGENT",
4744
5070
  "name": "no-agent",
4745
5071
  "allowNo": false,
4746
5072
  "type": "boolean"
4747
5073
  },
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
5074
  "timeout": {
4755
5075
  "aliases": [
4756
5076
  "t"
@@ -4887,7 +5207,7 @@
4887
5207
  "aliases": [],
4888
5208
  "args": {
4889
5209
  "key": {
4890
- "description": "Space key head in hex.",
5210
+ "description": "Space key(s) head in hex.",
4891
5211
  "name": "key"
4892
5212
  }
4893
5213
  },
@@ -4945,17 +5265,12 @@
4945
5265
  "type": "option"
4946
5266
  },
4947
5267
  "no-agent": {
4948
- "description": "Run command without using an agent.",
5268
+ "description": "Run command without starting an agent.",
5269
+ "env": "DX_NO_AGENT",
4949
5270
  "name": "no-agent",
4950
5271
  "allowNo": false,
4951
5272
  "type": "boolean"
4952
5273
  },
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
5274
  "timeout": {
4960
5275
  "aliases": [
4961
5276
  "t"
@@ -5086,6 +5401,7 @@
5086
5401
  "aliases": [],
5087
5402
  "args": {
5088
5403
  "key": {
5404
+ "description": "Space key(s) head in hex.",
5089
5405
  "name": "key"
5090
5406
  }
5091
5407
  },
@@ -5143,17 +5459,12 @@
5143
5459
  "type": "option"
5144
5460
  },
5145
5461
  "no-agent": {
5146
- "description": "Run command without using an agent.",
5462
+ "description": "Run command without starting an agent.",
5463
+ "env": "DX_NO_AGENT",
5147
5464
  "name": "no-agent",
5148
5465
  "allowNo": false,
5149
5466
  "type": "boolean"
5150
5467
  },
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
5468
  "timeout": {
5158
5469
  "aliases": [
5159
5470
  "t"
@@ -5207,7 +5518,7 @@
5207
5518
  "aliases": [],
5208
5519
  "args": {
5209
5520
  "key": {
5210
- "description": "Space key head in hex.",
5521
+ "description": "Space key(s) head in hex.",
5211
5522
  "name": "key"
5212
5523
  }
5213
5524
  },
@@ -5265,17 +5576,12 @@
5265
5576
  "type": "option"
5266
5577
  },
5267
5578
  "no-agent": {
5268
- "description": "Run command without using an agent.",
5579
+ "description": "Run command without starting an agent.",
5580
+ "env": "DX_NO_AGENT",
5269
5581
  "name": "no-agent",
5270
5582
  "allowNo": false,
5271
5583
  "type": "boolean"
5272
5584
  },
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
5585
  "timeout": {
5280
5586
  "aliases": [
5281
5587
  "t"
@@ -5306,6 +5612,19 @@
5306
5612
  "hasDynamicHelp": false,
5307
5613
  "multiple": false,
5308
5614
  "type": "option"
5615
+ },
5616
+ "data": {
5617
+ "description": "Print serialized object representation.",
5618
+ "name": "data",
5619
+ "allowNo": false,
5620
+ "type": "boolean"
5621
+ },
5622
+ "typename": {
5623
+ "description": "Filter objects by typename.",
5624
+ "name": "typename",
5625
+ "hasDynamicHelp": false,
5626
+ "multiple": false,
5627
+ "type": "option"
5309
5628
  }
5310
5629
  },
5311
5630
  "hasDynamicHelp": false,
@@ -5329,7 +5648,7 @@
5329
5648
  "aliases": [],
5330
5649
  "args": {
5331
5650
  "key": {
5332
- "description": "Space key head in hex.",
5651
+ "description": "Space key(s) head in hex.",
5333
5652
  "name": "key"
5334
5653
  }
5335
5654
  },
@@ -5387,17 +5706,12 @@
5387
5706
  "type": "option"
5388
5707
  },
5389
5708
  "no-agent": {
5390
- "description": "Run command without using an agent.",
5709
+ "description": "Run command without starting an agent.",
5710
+ "env": "DX_NO_AGENT",
5391
5711
  "name": "no-agent",
5392
5712
  "allowNo": false,
5393
5713
  "type": "boolean"
5394
5714
  },
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
5715
  "timeout": {
5402
5716
  "aliases": [
5403
5717
  "t"
@@ -5496,7 +5810,7 @@
5496
5810
  "required": true
5497
5811
  }
5498
5812
  },
5499
- "description": "Enable or disable tunnel.",
5813
+ "description": "Enable or disable tunnel (deprecated).",
5500
5814
  "flags": {
5501
5815
  "json": {
5502
5816
  "description": "Output as JSON.",
@@ -5550,17 +5864,12 @@
5550
5864
  "type": "option"
5551
5865
  },
5552
5866
  "no-agent": {
5553
- "description": "Run command without using an agent.",
5867
+ "description": "Run command without starting an agent.",
5868
+ "env": "DX_NO_AGENT",
5554
5869
  "name": "no-agent",
5555
5870
  "allowNo": false,
5556
5871
  "type": "boolean"
5557
5872
  },
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
5873
  "timeout": {
5565
5874
  "aliases": [
5566
5875
  "t"
@@ -5595,7 +5904,7 @@
5595
5904
  "name": {
5596
5905
  "description": "Tunnel name",
5597
5906
  "name": "name",
5598
- "default": "mountain-magnesium-harry-avocado",
5907
+ "default": "coffee-freddie-lithium-fruit",
5599
5908
  "hasDynamicHelp": false,
5600
5909
  "multiple": false,
5601
5910
  "type": "option"
@@ -5607,6 +5916,7 @@
5607
5916
  "pluginAlias": "@dxos/cli",
5608
5917
  "pluginName": "@dxos/cli",
5609
5918
  "pluginType": "core",
5919
+ "state": "deprecated",
5610
5920
  "strict": true,
5611
5921
  "enableJsonFlag": true,
5612
5922
  "isESM": false,
@@ -5675,17 +5985,12 @@
5675
5985
  "type": "option"
5676
5986
  },
5677
5987
  "no-agent": {
5678
- "description": "Run command without using an agent.",
5988
+ "description": "Run command without starting an agent.",
5989
+ "env": "DX_NO_AGENT",
5679
5990
  "name": "no-agent",
5680
5991
  "allowNo": false,
5681
5992
  "type": "boolean"
5682
5993
  },
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
5994
  "timeout": {
5690
5995
  "aliases": [
5691
5996
  "t"
@@ -5724,6 +6029,7 @@
5724
6029
  "pluginAlias": "@dxos/cli",
5725
6030
  "pluginName": "@dxos/cli",
5726
6031
  "pluginType": "core",
6032
+ "state": "deprecated",
5727
6033
  "strict": true,
5728
6034
  "enableJsonFlag": true,
5729
6035
  "isESM": false,
@@ -5798,17 +6104,12 @@
5798
6104
  "type": "option"
5799
6105
  },
5800
6106
  "no-agent": {
5801
- "description": "Run command without using an agent.",
6107
+ "description": "Run command without starting an agent.",
6108
+ "env": "DX_NO_AGENT",
5802
6109
  "name": "no-agent",
5803
6110
  "allowNo": false,
5804
6111
  "type": "boolean"
5805
6112
  },
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
6113
  "timeout": {
5813
6114
  "aliases": [
5814
6115
  "t"
@@ -5916,17 +6217,12 @@
5916
6217
  "type": "option"
5917
6218
  },
5918
6219
  "no-agent": {
5919
- "description": "Run command without using an agent.",
6220
+ "description": "Run command without starting an agent.",
6221
+ "env": "DX_NO_AGENT",
5920
6222
  "name": "no-agent",
5921
6223
  "allowNo": false,
5922
6224
  "type": "boolean"
5923
6225
  },
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
6226
  "timeout": {
5931
6227
  "description": "Time in milliseconds to wait for at least one credential before listing.",
5932
6228
  "name": "timeout",
@@ -6067,5 +6363,5 @@
6067
6363
  ]
6068
6364
  }
6069
6365
  },
6070
- "version": "0.5.3-main.150f4cc"
6366
+ "version": "0.5.3-main.15ad2d5"
6071
6367
  }