@dxos/cli 0.6.13 → 0.6.14-main.69511f5

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 (230) hide show
  1. package/bin/dev.js +26 -0
  2. package/bin/dx.js +17 -0
  3. package/dist/src/base.js +11 -16
  4. package/dist/src/base.js.map +1 -1
  5. package/dist/src/commands/agent/agent.node.test.d.ts +2 -0
  6. package/dist/src/commands/agent/agent.node.test.d.ts.map +1 -0
  7. package/dist/src/commands/agent/agent.node.test.js +178 -0
  8. package/dist/src/commands/agent/agent.node.test.js.map +1 -0
  9. package/dist/src/commands/agent/invitations.d.ts +11 -11
  10. package/dist/src/commands/agent/invitations.js +19 -24
  11. package/dist/src/commands/agent/invitations.js.map +1 -1
  12. package/dist/src/commands/agent/list.d.ts +12 -12
  13. package/dist/src/commands/agent/list.js +11 -13
  14. package/dist/src/commands/agent/list.js.map +1 -1
  15. package/dist/src/commands/agent/restart.d.ts +12 -12
  16. package/dist/src/commands/agent/restart.js +7 -9
  17. package/dist/src/commands/agent/restart.js.map +1 -1
  18. package/dist/src/commands/agent/start.d.ts +15 -15
  19. package/dist/src/commands/agent/start.js +38 -43
  20. package/dist/src/commands/agent/start.js.map +1 -1
  21. package/dist/src/commands/agent/status.d.ts +10 -10
  22. package/dist/src/commands/agent/status.js +7 -9
  23. package/dist/src/commands/agent/status.js.map +1 -1
  24. package/dist/src/commands/agent/stop.d.ts +13 -13
  25. package/dist/src/commands/agent/stop.js +10 -15
  26. package/dist/src/commands/agent/stop.js.map +1 -1
  27. package/dist/src/commands/app/app.node.test.d.ts +2 -0
  28. package/dist/src/commands/app/app.node.test.d.ts.map +1 -0
  29. package/dist/src/commands/app/app.node.test.js +22 -0
  30. package/dist/src/commands/app/app.node.test.js.map +1 -0
  31. package/dist/src/commands/app/create.d.ts +14 -14
  32. package/dist/src/commands/app/create.js +23 -52
  33. package/dist/src/commands/app/create.js.map +1 -1
  34. package/dist/src/commands/app/list.d.ts +10 -10
  35. package/dist/src/commands/app/list.js +10 -12
  36. package/dist/src/commands/app/list.js.map +1 -1
  37. package/dist/src/commands/app/open.d.ts +13 -13
  38. package/dist/src/commands/app/open.js +23 -28
  39. package/dist/src/commands/app/open.js.map +1 -1
  40. package/dist/src/commands/app/publish.d.ts +14 -14
  41. package/dist/src/commands/app/publish.js +19 -24
  42. package/dist/src/commands/app/publish.js.map +1 -1
  43. package/dist/src/commands/config/index.js +3 -5
  44. package/dist/src/commands/config/index.js.map +1 -1
  45. package/dist/src/commands/config/index.node.test.d.ts +2 -0
  46. package/dist/src/commands/config/index.node.test.d.ts.map +1 -0
  47. package/dist/src/commands/config/index.node.test.js +25 -0
  48. package/dist/src/commands/config/index.node.test.js.map +1 -0
  49. package/dist/src/commands/debug/diagnostics.d.ts +12 -12
  50. package/dist/src/commands/debug/diagnostics.js +15 -20
  51. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  52. package/dist/src/commands/debug/error.js +5 -7
  53. package/dist/src/commands/debug/error.js.map +1 -1
  54. package/dist/src/commands/debug/generate.d.ts +16 -16
  55. package/dist/src/commands/debug/generate.js +20 -22
  56. package/dist/src/commands/debug/generate.js.map +1 -1
  57. package/dist/src/commands/debug/metrics.d.ts +1 -1
  58. package/dist/src/commands/debug/metrics.js +5 -7
  59. package/dist/src/commands/debug/metrics.js.map +1 -1
  60. package/dist/src/commands/debug/status.d.ts +11 -11
  61. package/dist/src/commands/debug/status.js +10 -15
  62. package/dist/src/commands/debug/status.js.map +1 -1
  63. package/dist/src/commands/device/info.js +11 -16
  64. package/dist/src/commands/device/info.js.map +1 -1
  65. package/dist/src/commands/device/list.d.ts +10 -10
  66. package/dist/src/commands/device/list.js +9 -11
  67. package/dist/src/commands/device/list.js.map +1 -1
  68. package/dist/src/commands/device/update.d.ts +11 -11
  69. package/dist/src/commands/device/update.js +11 -13
  70. package/dist/src/commands/device/update.js.map +1 -1
  71. package/dist/src/commands/function/list.js +15 -19
  72. package/dist/src/commands/function/list.js.map +1 -1
  73. package/dist/src/commands/function/logs.d.ts +1 -1
  74. package/dist/src/commands/function/logs.js +5 -7
  75. package/dist/src/commands/function/logs.js.map +1 -1
  76. package/dist/src/commands/function/trigger/list.d.ts +14 -14
  77. package/dist/src/commands/function/trigger/list.js +21 -28
  78. package/dist/src/commands/function/trigger/list.js.map +1 -1
  79. package/dist/src/commands/halo/create.d.ts +13 -13
  80. package/dist/src/commands/halo/create.js +10 -12
  81. package/dist/src/commands/halo/create.js.map +1 -1
  82. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  83. package/dist/src/commands/halo/credential/add.js +9 -11
  84. package/dist/src/commands/halo/credential/add.js.map +1 -1
  85. package/dist/src/commands/halo/credential/list.d.ts +12 -12
  86. package/dist/src/commands/halo/credential/list.js +15 -17
  87. package/dist/src/commands/halo/credential/list.js.map +1 -1
  88. package/dist/src/commands/halo/identity.js +6 -11
  89. package/dist/src/commands/halo/identity.js.map +1 -1
  90. package/dist/src/commands/halo/join.d.ts +14 -14
  91. package/dist/src/commands/halo/join.d.ts.map +1 -1
  92. package/dist/src/commands/halo/join.js +34 -37
  93. package/dist/src/commands/halo/join.js.map +1 -1
  94. package/dist/src/commands/halo/keys.js +3 -5
  95. package/dist/src/commands/halo/keys.js.map +1 -1
  96. package/dist/src/commands/halo/recovery/generate.d.ts +7 -0
  97. package/dist/src/commands/halo/recovery/generate.d.ts.map +1 -0
  98. package/dist/src/commands/halo/recovery/generate.js +17 -0
  99. package/dist/src/commands/halo/recovery/generate.js.map +1 -0
  100. package/dist/src/commands/halo/recovery/use.d.ts +20 -0
  101. package/dist/src/commands/halo/recovery/use.d.ts.map +1 -0
  102. package/dist/src/commands/halo/recovery/use.js +22 -0
  103. package/dist/src/commands/halo/recovery/use.js.map +1 -0
  104. package/dist/src/commands/halo/share.d.ts +15 -15
  105. package/dist/src/commands/halo/share.js +27 -32
  106. package/dist/src/commands/halo/share.js.map +1 -1
  107. package/dist/src/commands/halo/update.d.ts +11 -11
  108. package/dist/src/commands/halo/update.js +11 -16
  109. package/dist/src/commands/halo/update.js.map +1 -1
  110. package/dist/src/commands/info.d.ts +10 -10
  111. package/dist/src/commands/info.d.ts.map +1 -1
  112. package/dist/src/commands/info.js +8 -13
  113. package/dist/src/commands/info.js.map +1 -1
  114. package/dist/src/commands/profile/import.d.ts +12 -12
  115. package/dist/src/commands/profile/import.js +20 -48
  116. package/dist/src/commands/profile/import.js.map +1 -1
  117. package/dist/src/commands/profile/inspect.d.ts +12 -12
  118. package/dist/src/commands/profile/inspect.js +14 -39
  119. package/dist/src/commands/profile/inspect.js.map +1 -1
  120. package/dist/src/commands/reset/index.d.ts +12 -12
  121. package/dist/src/commands/reset/index.js +22 -27
  122. package/dist/src/commands/reset/index.js.map +1 -1
  123. package/dist/src/commands/shell/index.d.ts.map +1 -1
  124. package/dist/src/commands/shell/index.js +11 -12
  125. package/dist/src/commands/shell/index.js.map +1 -1
  126. package/dist/src/commands/space/close.d.ts +1 -1
  127. package/dist/src/commands/space/close.js +5 -7
  128. package/dist/src/commands/space/close.js.map +1 -1
  129. package/dist/src/commands/space/create.d.ts +1 -1
  130. package/dist/src/commands/space/create.js +9 -14
  131. package/dist/src/commands/space/create.js.map +1 -1
  132. package/dist/src/commands/space/epoch.d.ts +1 -1
  133. package/dist/src/commands/space/epoch.js +5 -7
  134. package/dist/src/commands/space/epoch.js.map +1 -1
  135. package/dist/src/commands/space/info.d.ts +1 -1
  136. package/dist/src/commands/space/info.js +5 -7
  137. package/dist/src/commands/space/info.js.map +1 -1
  138. package/dist/src/commands/space/join.d.ts +12 -12
  139. package/dist/src/commands/space/join.d.ts.map +1 -1
  140. package/dist/src/commands/space/join.js +22 -25
  141. package/dist/src/commands/space/join.js.map +1 -1
  142. package/dist/src/commands/space/list.d.ts +11 -11
  143. package/dist/src/commands/space/list.js +16 -18
  144. package/dist/src/commands/space/list.js.map +1 -1
  145. package/dist/src/commands/space/members.d.ts +11 -11
  146. package/dist/src/commands/space/members.js +9 -11
  147. package/dist/src/commands/space/members.js.map +1 -1
  148. package/dist/src/commands/space/open.d.ts +1 -1
  149. package/dist/src/commands/space/open.js +5 -7
  150. package/dist/src/commands/space/open.js.map +1 -1
  151. package/dist/src/commands/space/query.d.ts +12 -12
  152. package/dist/src/commands/space/query.js +15 -17
  153. package/dist/src/commands/space/query.js.map +1 -1
  154. package/dist/src/commands/space/schema/list.d.ts +12 -12
  155. package/dist/src/commands/space/schema/list.js +11 -13
  156. package/dist/src/commands/space/schema/list.js.map +1 -1
  157. package/dist/src/commands/space/share.d.ts +17 -17
  158. package/dist/src/commands/space/share.js +30 -35
  159. package/dist/src/commands/space/share.js.map +1 -1
  160. package/dist/src/commands/tunnel/index.d.ts +11 -11
  161. package/dist/src/commands/tunnel/index.js +16 -18
  162. package/dist/src/commands/tunnel/index.js.map +1 -1
  163. package/dist/src/commands/tunnel/list.d.ts +10 -10
  164. package/dist/src/commands/tunnel/list.js +8 -10
  165. package/dist/src/commands/tunnel/list.js.map +1 -1
  166. package/dist/src/commands/userfunction/upload.d.ts +15 -15
  167. package/dist/src/commands/userfunction/upload.js +29 -34
  168. package/dist/src/commands/userfunction/upload.js.map +1 -1
  169. package/dist/src/components/App.js +11 -18
  170. package/dist/src/components/App.js.map +1 -1
  171. package/dist/src/components/SpaceTable.js +8 -38
  172. package/dist/src/components/SpaceTable.js.map +1 -1
  173. package/dist/src/components/SystemTable.js +6 -36
  174. package/dist/src/components/SystemTable.js.map +1 -1
  175. package/dist/src/components/index.js +3 -19
  176. package/dist/src/components/index.js.map +1 -1
  177. package/dist/src/help.js +8 -15
  178. package/dist/src/help.js.map +1 -1
  179. package/dist/src/hooks/command-not-found.js +4 -9
  180. package/dist/src/hooks/command-not-found.js.map +1 -1
  181. package/dist/src/index.js +2 -19
  182. package/dist/src/index.js.map +1 -1
  183. package/dist/src/util/index.js +4 -20
  184. package/dist/src/util/index.js.map +1 -1
  185. package/dist/src/util/provider/digital-ocean.js +11 -18
  186. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  187. package/dist/src/util/provider/index.js +2 -18
  188. package/dist/src/util/provider/index.js.map +1 -1
  189. package/dist/src/util/provider/provider.js +7 -12
  190. package/dist/src/util/provider/provider.js.map +1 -1
  191. package/dist/src/util/publish/build.js +7 -14
  192. package/dist/src/util/publish/build.js.map +1 -1
  193. package/dist/src/util/publish/common.js +6 -34
  194. package/dist/src/util/publish/common.js.map +1 -1
  195. package/dist/src/util/publish/config.js +14 -21
  196. package/dist/src/util/publish/config.js.map +1 -1
  197. package/dist/src/util/publish/index.js +6 -22
  198. package/dist/src/util/publish/index.js.map +1 -1
  199. package/dist/src/util/publish/ipfs-upload.js +11 -18
  200. package/dist/src/util/publish/ipfs-upload.js.map +1 -1
  201. package/dist/src/util/publish/publish.js +20 -27
  202. package/dist/src/util/publish/publish.js.map +1 -1
  203. package/dist/src/util/publish/publisher-rpc-peer.js +16 -23
  204. package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
  205. package/dist/src/util/supervisor/index.js +1 -17
  206. package/dist/src/util/supervisor/index.js.map +1 -1
  207. package/dist/src/util/supervisor/supervisor-rpc-peer.js +16 -23
  208. package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
  209. package/dist/src/util/tunnel/common.js +5 -10
  210. package/dist/src/util/tunnel/common.js.map +1 -1
  211. package/dist/src/util/tunnel/index.js +2 -18
  212. package/dist/src/util/tunnel/index.js.map +1 -1
  213. package/dist/src/util/tunnel/tunnel-rpc-peer.js +16 -23
  214. package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
  215. package/oclif.manifest.json +377 -155
  216. package/package.json +43 -43
  217. package/bin/dev +0 -22
  218. package/bin/dx +0 -8
  219. package/dist/src/commands/agent/agent.test.d.ts +0 -2
  220. package/dist/src/commands/agent/agent.test.d.ts.map +0 -1
  221. package/dist/src/commands/agent/agent.test.js +0 -186
  222. package/dist/src/commands/agent/agent.test.js.map +0 -1
  223. package/dist/src/commands/app/app.test.d.ts +0 -2
  224. package/dist/src/commands/app/app.test.d.ts.map +0 -1
  225. package/dist/src/commands/app/app.test.js +0 -33
  226. package/dist/src/commands/app/app.test.js.map +0 -1
  227. package/dist/src/commands/config/index.test.d.ts +0 -2
  228. package/dist/src/commands/config/index.test.d.ts.map +0 -1
  229. package/dist/src/commands/config/index.test.js +0 -53
  230. package/dist/src/commands/config/index.test.js.map +0 -1
@@ -97,7 +97,7 @@
97
97
  "pluginType": "core",
98
98
  "strict": true,
99
99
  "enableJsonFlag": true,
100
- "isESM": false,
100
+ "isESM": true,
101
101
  "relativePath": [
102
102
  "dist",
103
103
  "src",
@@ -208,7 +208,7 @@
208
208
  "pluginType": "core",
209
209
  "strict": true,
210
210
  "enableJsonFlag": true,
211
- "isESM": false,
211
+ "isESM": true,
212
212
  "relativePath": [
213
213
  "dist",
214
214
  "src",
@@ -332,7 +332,7 @@
332
332
  "pluginType": "core",
333
333
  "strict": true,
334
334
  "enableJsonFlag": true,
335
- "isESM": false,
335
+ "isESM": true,
336
336
  "relativePath": [
337
337
  "dist",
338
338
  "src",
@@ -450,7 +450,7 @@
450
450
  "pluginType": "core",
451
451
  "strict": true,
452
452
  "enableJsonFlag": true,
453
- "isESM": false,
453
+ "isESM": true,
454
454
  "relativePath": [
455
455
  "dist",
456
456
  "src",
@@ -600,7 +600,7 @@
600
600
  "pluginType": "core",
601
601
  "strict": true,
602
602
  "enableJsonFlag": true,
603
- "isESM": false,
603
+ "isESM": true,
604
604
  "relativePath": [
605
605
  "dist",
606
606
  "src",
@@ -706,7 +706,7 @@
706
706
  "pluginType": "core",
707
707
  "strict": true,
708
708
  "enableJsonFlag": true,
709
- "isESM": false,
709
+ "isESM": true,
710
710
  "relativePath": [
711
711
  "dist",
712
712
  "src",
@@ -830,7 +830,7 @@
830
830
  "pluginType": "core",
831
831
  "strict": true,
832
832
  "enableJsonFlag": true,
833
- "isESM": false,
833
+ "isESM": true,
834
834
  "relativePath": [
835
835
  "dist",
836
836
  "src",
@@ -839,16 +839,10 @@
839
839
  "stop.js"
840
840
  ]
841
841
  },
842
- "app:create": {
842
+ "config": {
843
843
  "aliases": [],
844
- "args": {
845
- "name": {
846
- "description": "App name.",
847
- "name": "name",
848
- "required": true
849
- }
850
- },
851
- "description": "Create template applications.",
844
+ "args": {},
845
+ "description": "Show config file.",
852
846
  "flags": {
853
847
  "json": {
854
848
  "description": "Output as JSON.",
@@ -932,56 +926,35 @@
932
926
  "hasDynamicHelp": false,
933
927
  "multiple": false,
934
928
  "type": "option"
935
- },
936
- "tag": {
937
- "description": "Git tag or branch of the DXOS repo to checkout.",
938
- "name": "tag",
939
- "hasDynamicHelp": false,
940
- "multiple": false,
941
- "type": "option"
942
- },
943
- "template": {
944
- "char": "t",
945
- "description": "Template to use when creating the project.",
946
- "name": "template",
947
- "default": "hello",
948
- "hasDynamicHelp": false,
949
- "multiple": false,
950
- "options": [
951
- "hello",
952
- "bare",
953
- "tasks"
954
- ],
955
- "type": "option"
956
- },
957
- "interactive": {
958
- "char": "i",
959
- "description": "Customize app template options via interactive prompt.",
960
- "name": "interactive",
961
- "allowNo": false,
962
- "type": "boolean"
963
929
  }
964
930
  },
965
931
  "hasDynamicHelp": false,
966
932
  "hiddenAliases": [],
967
- "id": "app:create",
933
+ "id": "config",
968
934
  "pluginAlias": "@dxos/cli",
969
935
  "pluginName": "@dxos/cli",
970
936
  "pluginType": "core",
971
937
  "strict": true,
972
- "isESM": false,
938
+ "enableJsonFlag": true,
939
+ "isESM": true,
973
940
  "relativePath": [
974
941
  "dist",
975
942
  "src",
976
943
  "commands",
977
- "app",
978
- "create.js"
944
+ "config",
945
+ "index.js"
979
946
  ]
980
947
  },
981
- "app:list": {
948
+ "app:create": {
982
949
  "aliases": [],
983
- "args": {},
984
- "description": "List apps (deprecated).",
950
+ "args": {
951
+ "name": {
952
+ "description": "App name.",
953
+ "name": "name",
954
+ "required": true
955
+ }
956
+ },
957
+ "description": "Create template applications.",
985
958
  "flags": {
986
959
  "json": {
987
960
  "description": "Output as JSON.",
@@ -1066,41 +1039,55 @@
1066
1039
  "multiple": false,
1067
1040
  "type": "option"
1068
1041
  },
1069
- "extended": {
1070
- "description": "Show extended table columns.",
1071
- "name": "extended",
1042
+ "tag": {
1043
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1044
+ "name": "tag",
1045
+ "hasDynamicHelp": false,
1046
+ "multiple": false,
1047
+ "type": "option"
1048
+ },
1049
+ "template": {
1050
+ "char": "t",
1051
+ "description": "Template to use when creating the project.",
1052
+ "name": "template",
1053
+ "default": "hello",
1054
+ "hasDynamicHelp": false,
1055
+ "multiple": false,
1056
+ "options": [
1057
+ "hello",
1058
+ "bare",
1059
+ "tasks"
1060
+ ],
1061
+ "type": "option"
1062
+ },
1063
+ "interactive": {
1064
+ "char": "i",
1065
+ "description": "Customize app template options via interactive prompt.",
1066
+ "name": "interactive",
1072
1067
  "allowNo": false,
1073
1068
  "type": "boolean"
1074
1069
  }
1075
1070
  },
1076
1071
  "hasDynamicHelp": false,
1077
1072
  "hiddenAliases": [],
1078
- "id": "app:list",
1073
+ "id": "app:create",
1079
1074
  "pluginAlias": "@dxos/cli",
1080
1075
  "pluginName": "@dxos/cli",
1081
1076
  "pluginType": "core",
1082
- "state": "deprecated",
1083
1077
  "strict": true,
1084
- "enableJsonFlag": true,
1085
- "isESM": false,
1078
+ "isESM": true,
1086
1079
  "relativePath": [
1087
1080
  "dist",
1088
1081
  "src",
1089
1082
  "commands",
1090
1083
  "app",
1091
- "list.js"
1084
+ "create.js"
1092
1085
  ]
1093
1086
  },
1094
- "app:open": {
1087
+ "app:list": {
1095
1088
  "aliases": [],
1096
- "args": {
1097
- "url": {
1098
- "description": "App URL.",
1099
- "name": "url",
1100
- "required": true
1101
- }
1102
- },
1103
- "description": "Opens app with provided url and process device invitation.",
1089
+ "args": {},
1090
+ "description": "List apps (deprecated).",
1104
1091
  "flags": {
1105
1092
  "json": {
1106
1093
  "description": "Output as JSON.",
@@ -1185,42 +1172,41 @@
1185
1172
  "multiple": false,
1186
1173
  "type": "option"
1187
1174
  },
1188
- "instances": {
1189
- "description": "Amount of test instances.",
1190
- "name": "instances",
1191
- "default": 1,
1192
- "hasDynamicHelp": false,
1193
- "multiple": false,
1194
- "type": "option"
1195
- },
1196
- "invite": {
1197
- "description": "If `true` proceed device invitation for all instances.",
1198
- "name": "invite",
1175
+ "extended": {
1176
+ "description": "Show extended table columns.",
1177
+ "name": "extended",
1199
1178
  "allowNo": false,
1200
1179
  "type": "boolean"
1201
1180
  }
1202
1181
  },
1203
1182
  "hasDynamicHelp": false,
1204
1183
  "hiddenAliases": [],
1205
- "id": "app:open",
1184
+ "id": "app:list",
1206
1185
  "pluginAlias": "@dxos/cli",
1207
1186
  "pluginName": "@dxos/cli",
1208
1187
  "pluginType": "core",
1188
+ "state": "deprecated",
1209
1189
  "strict": true,
1210
1190
  "enableJsonFlag": true,
1211
- "isESM": false,
1191
+ "isESM": true,
1212
1192
  "relativePath": [
1213
1193
  "dist",
1214
1194
  "src",
1215
1195
  "commands",
1216
1196
  "app",
1217
- "open.js"
1197
+ "list.js"
1218
1198
  ]
1219
1199
  },
1220
- "app:publish": {
1200
+ "app:open": {
1221
1201
  "aliases": [],
1222
- "args": {},
1223
- "description": "Publish apps (deprecated).",
1202
+ "args": {
1203
+ "url": {
1204
+ "description": "App URL.",
1205
+ "name": "url",
1206
+ "required": true
1207
+ }
1208
+ },
1209
+ "description": "Opens app with provided url and process device invitation.",
1224
1210
  "flags": {
1225
1211
  "json": {
1226
1212
  "description": "Output as JSON.",
@@ -1305,55 +1291,42 @@
1305
1291
  "multiple": false,
1306
1292
  "type": "option"
1307
1293
  },
1308
- "configPath": {
1309
- "description": "Path to dx.yml",
1310
- "name": "configPath",
1311
- "hasDynamicHelp": false,
1312
- "multiple": false,
1313
- "type": "option"
1314
- },
1315
- "accessToken": {
1316
- "description": "Access token for publishing.",
1317
- "name": "accessToken",
1294
+ "instances": {
1295
+ "description": "Amount of test instances.",
1296
+ "name": "instances",
1297
+ "default": 1,
1318
1298
  "hasDynamicHelp": false,
1319
1299
  "multiple": false,
1320
1300
  "type": "option"
1321
1301
  },
1322
- "skipExisting": {
1323
- "description": "Do not update content on KUBE if version already exists.",
1324
- "name": "skipExisting",
1302
+ "invite": {
1303
+ "description": "If `true` proceed device invitation for all instances.",
1304
+ "name": "invite",
1325
1305
  "allowNo": false,
1326
1306
  "type": "boolean"
1327
- },
1328
- "version": {
1329
- "description": "Version of modules to publish.",
1330
- "name": "version",
1331
- "hasDynamicHelp": false,
1332
- "multiple": false,
1333
- "type": "option"
1334
1307
  }
1335
1308
  },
1336
1309
  "hasDynamicHelp": false,
1337
1310
  "hiddenAliases": [],
1338
- "id": "app:publish",
1311
+ "id": "app:open",
1339
1312
  "pluginAlias": "@dxos/cli",
1340
1313
  "pluginName": "@dxos/cli",
1341
1314
  "pluginType": "core",
1342
- "state": "deprecated",
1343
1315
  "strict": true,
1344
- "isESM": false,
1316
+ "enableJsonFlag": true,
1317
+ "isESM": true,
1345
1318
  "relativePath": [
1346
1319
  "dist",
1347
1320
  "src",
1348
1321
  "commands",
1349
1322
  "app",
1350
- "publish.js"
1323
+ "open.js"
1351
1324
  ]
1352
1325
  },
1353
- "config": {
1326
+ "app:publish": {
1354
1327
  "aliases": [],
1355
1328
  "args": {},
1356
- "description": "Show config file.",
1329
+ "description": "Publish apps (deprecated).",
1357
1330
  "flags": {
1358
1331
  "json": {
1359
1332
  "description": "Output as JSON.",
@@ -1437,23 +1410,50 @@
1437
1410
  "hasDynamicHelp": false,
1438
1411
  "multiple": false,
1439
1412
  "type": "option"
1413
+ },
1414
+ "configPath": {
1415
+ "description": "Path to dx.yml",
1416
+ "name": "configPath",
1417
+ "hasDynamicHelp": false,
1418
+ "multiple": false,
1419
+ "type": "option"
1420
+ },
1421
+ "accessToken": {
1422
+ "description": "Access token for publishing.",
1423
+ "name": "accessToken",
1424
+ "hasDynamicHelp": false,
1425
+ "multiple": false,
1426
+ "type": "option"
1427
+ },
1428
+ "skipExisting": {
1429
+ "description": "Do not update content on KUBE if version already exists.",
1430
+ "name": "skipExisting",
1431
+ "allowNo": false,
1432
+ "type": "boolean"
1433
+ },
1434
+ "version": {
1435
+ "description": "Version of modules to publish.",
1436
+ "name": "version",
1437
+ "hasDynamicHelp": false,
1438
+ "multiple": false,
1439
+ "type": "option"
1440
1440
  }
1441
1441
  },
1442
1442
  "hasDynamicHelp": false,
1443
1443
  "hiddenAliases": [],
1444
- "id": "config",
1444
+ "id": "app:publish",
1445
1445
  "pluginAlias": "@dxos/cli",
1446
1446
  "pluginName": "@dxos/cli",
1447
1447
  "pluginType": "core",
1448
+ "state": "deprecated",
1448
1449
  "strict": true,
1449
- "enableJsonFlag": true,
1450
- "isESM": false,
1450
+ "isESM": true,
1451
1451
  "relativePath": [
1452
1452
  "dist",
1453
1453
  "src",
1454
1454
  "commands",
1455
- "config",
1456
- "index.js"
1455
+ "app",
1456
+ "publish.js"
1457
1457
  ]
1458
1458
  },
1459
1459
  "debug:diagnostics": {
@@ -1575,7 +1575,7 @@
1575
1575
  "pluginType": "core",
1576
1576
  "strict": true,
1577
1577
  "enableJsonFlag": true,
1578
- "isESM": false,
1578
+ "isESM": true,
1579
1579
  "relativePath": [
1580
1580
  "dist",
1581
1581
  "src",
@@ -1680,7 +1680,7 @@
1680
1680
  "pluginName": "@dxos/cli",
1681
1681
  "pluginType": "core",
1682
1682
  "strict": true,
1683
- "isESM": false,
1683
+ "isESM": true,
1684
1684
  "relativePath": [
1685
1685
  "dist",
1686
1686
  "src",
@@ -1830,7 +1830,7 @@
1830
1830
  "pluginType": "core",
1831
1831
  "strict": true,
1832
1832
  "enableJsonFlag": true,
1833
- "isESM": false,
1833
+ "isESM": true,
1834
1834
  "relativePath": [
1835
1835
  "dist",
1836
1836
  "src",
@@ -1941,7 +1941,7 @@
1941
1941
  "pluginType": "core",
1942
1942
  "strict": true,
1943
1943
  "enableJsonFlag": true,
1944
- "isESM": false,
1944
+ "isESM": true,
1945
1945
  "relativePath": [
1946
1946
  "dist",
1947
1947
  "src",
@@ -2055,7 +2055,7 @@
2055
2055
  "pluginType": "core",
2056
2056
  "strict": true,
2057
2057
  "enableJsonFlag": true,
2058
- "isESM": false,
2058
+ "isESM": true,
2059
2059
  "relativePath": [
2060
2060
  "dist",
2061
2061
  "src",
@@ -2161,7 +2161,7 @@
2161
2161
  "pluginType": "core",
2162
2162
  "strict": true,
2163
2163
  "enableJsonFlag": true,
2164
- "isESM": false,
2164
+ "isESM": true,
2165
2165
  "relativePath": [
2166
2166
  "dist",
2167
2167
  "src",
@@ -2273,7 +2273,7 @@
2273
2273
  "pluginType": "core",
2274
2274
  "strict": true,
2275
2275
  "enableJsonFlag": true,
2276
- "isESM": false,
2276
+ "isESM": true,
2277
2277
  "relativePath": [
2278
2278
  "dist",
2279
2279
  "src",
@@ -2386,7 +2386,7 @@
2386
2386
  "pluginName": "@dxos/cli",
2387
2387
  "pluginType": "core",
2388
2388
  "strict": true,
2389
- "isESM": false,
2389
+ "isESM": true,
2390
2390
  "relativePath": [
2391
2391
  "dist",
2392
2392
  "src",
@@ -2492,7 +2492,7 @@
2492
2492
  "pluginType": "core",
2493
2493
  "strict": true,
2494
2494
  "enableJsonFlag": true,
2495
- "isESM": false,
2495
+ "isESM": true,
2496
2496
  "relativePath": [
2497
2497
  "dist",
2498
2498
  "src",
@@ -2605,7 +2605,7 @@
2605
2605
  "state": "deprecated",
2606
2606
  "strict": true,
2607
2607
  "enableJsonFlag": true,
2608
- "isESM": false,
2608
+ "isESM": true,
2609
2609
  "relativePath": [
2610
2610
  "dist",
2611
2611
  "src",
@@ -2730,7 +2730,7 @@
2730
2730
  "pluginType": "core",
2731
2731
  "strict": true,
2732
2732
  "enableJsonFlag": true,
2733
- "isESM": false,
2733
+ "isESM": true,
2734
2734
  "relativePath": [
2735
2735
  "dist",
2736
2736
  "src",
@@ -2838,7 +2838,7 @@
2838
2838
  "pluginType": "core",
2839
2839
  "strict": true,
2840
2840
  "enableJsonFlag": true,
2841
- "isESM": false,
2841
+ "isESM": true,
2842
2842
  "relativePath": [
2843
2843
  "dist",
2844
2844
  "src",
@@ -2968,7 +2968,7 @@
2968
2968
  "pluginType": "core",
2969
2969
  "strict": true,
2970
2970
  "enableJsonFlag": true,
2971
- "isESM": false,
2971
+ "isESM": true,
2972
2972
  "relativePath": [
2973
2973
  "dist",
2974
2974
  "src",
@@ -3074,7 +3074,7 @@
3074
3074
  "pluginType": "core",
3075
3075
  "strict": true,
3076
3076
  "enableJsonFlag": true,
3077
- "isESM": false,
3077
+ "isESM": true,
3078
3078
  "relativePath": [
3079
3079
  "dist",
3080
3080
  "src",
@@ -3214,7 +3214,7 @@
3214
3214
  "pluginType": "core",
3215
3215
  "strict": true,
3216
3216
  "enableJsonFlag": true,
3217
- "isESM": false,
3217
+ "isESM": true,
3218
3218
  "relativePath": [
3219
3219
  "dist",
3220
3220
  "src",
@@ -3326,7 +3326,7 @@
3326
3326
  "pluginName": "@dxos/cli",
3327
3327
  "pluginType": "core",
3328
3328
  "strict": true,
3329
- "isESM": false,
3329
+ "isESM": true,
3330
3330
  "relativePath": [
3331
3331
  "dist",
3332
3332
  "src",
@@ -3446,7 +3446,7 @@
3446
3446
  "pluginName": "@dxos/cli",
3447
3447
  "pluginType": "core",
3448
3448
  "strict": true,
3449
- "isESM": false,
3449
+ "isESM": true,
3450
3450
  "relativePath": [
3451
3451
  "dist",
3452
3452
  "src",
@@ -3565,7 +3565,7 @@
3565
3565
  "pluginName": "@dxos/cli",
3566
3566
  "pluginType": "core",
3567
3567
  "strict": true,
3568
- "isESM": false,
3568
+ "isESM": true,
3569
3569
  "relativePath": [
3570
3570
  "dist",
3571
3571
  "src",
@@ -3682,7 +3682,7 @@
3682
3682
  "pluginName": "@dxos/cli",
3683
3683
  "pluginType": "core",
3684
3684
  "strict": true,
3685
- "isESM": false,
3685
+ "isESM": true,
3686
3686
  "relativePath": [
3687
3687
  "dist",
3688
3688
  "src",
@@ -3787,7 +3787,7 @@
3787
3787
  "pluginName": "@dxos/cli",
3788
3788
  "pluginType": "core",
3789
3789
  "strict": true,
3790
- "isESM": false,
3790
+ "isESM": true,
3791
3791
  "relativePath": [
3792
3792
  "dist",
3793
3793
  "src",
@@ -3897,7 +3897,7 @@
3897
3897
  "pluginName": "@dxos/cli",
3898
3898
  "pluginType": "core",
3899
3899
  "strict": true,
3900
- "isESM": false,
3900
+ "isESM": true,
3901
3901
  "relativePath": [
3902
3902
  "dist",
3903
3903
  "src",
@@ -4007,7 +4007,7 @@
4007
4007
  "pluginType": "core",
4008
4008
  "strict": true,
4009
4009
  "enableJsonFlag": true,
4010
- "isESM": false,
4010
+ "isESM": true,
4011
4011
  "relativePath": [
4012
4012
  "dist",
4013
4013
  "src",
@@ -4118,7 +4118,7 @@
4118
4118
  "pluginType": "core",
4119
4119
  "strict": true,
4120
4120
  "enableJsonFlag": true,
4121
- "isESM": false,
4121
+ "isESM": true,
4122
4122
  "relativePath": [
4123
4123
  "dist",
4124
4124
  "src",
@@ -4229,7 +4229,7 @@
4229
4229
  "pluginType": "core",
4230
4230
  "strict": true,
4231
4231
  "enableJsonFlag": true,
4232
- "isESM": false,
4232
+ "isESM": true,
4233
4233
  "relativePath": [
4234
4234
  "dist",
4235
4235
  "src",
@@ -4349,7 +4349,7 @@
4349
4349
  "pluginType": "core",
4350
4350
  "strict": true,
4351
4351
  "enableJsonFlag": true,
4352
- "isESM": false,
4352
+ "isESM": true,
4353
4353
  "relativePath": [
4354
4354
  "dist",
4355
4355
  "src",
@@ -4467,7 +4467,7 @@
4467
4467
  "pluginType": "core",
4468
4468
  "strict": true,
4469
4469
  "enableJsonFlag": true,
4470
- "isESM": false,
4470
+ "isESM": true,
4471
4471
  "relativePath": [
4472
4472
  "dist",
4473
4473
  "src",
@@ -4584,7 +4584,7 @@
4584
4584
  "pluginType": "core",
4585
4585
  "strict": true,
4586
4586
  "enableJsonFlag": true,
4587
- "isESM": false,
4587
+ "isESM": true,
4588
4588
  "relativePath": [
4589
4589
  "dist",
4590
4590
  "src",
@@ -4694,7 +4694,7 @@
4694
4694
  "pluginName": "@dxos/cli",
4695
4695
  "pluginType": "core",
4696
4696
  "strict": true,
4697
- "isESM": false,
4697
+ "isESM": true,
4698
4698
  "relativePath": [
4699
4699
  "dist",
4700
4700
  "src",
@@ -4818,7 +4818,7 @@
4818
4818
  "pluginType": "core",
4819
4819
  "strict": true,
4820
4820
  "enableJsonFlag": true,
4821
- "isESM": false,
4821
+ "isESM": true,
4822
4822
  "relativePath": [
4823
4823
  "dist",
4824
4824
  "src",
@@ -4968,7 +4968,7 @@
4968
4968
  "pluginName": "@dxos/cli",
4969
4969
  "pluginType": "core",
4970
4970
  "strict": true,
4971
- "isESM": false,
4971
+ "isESM": true,
4972
4972
  "relativePath": [
4973
4973
  "dist",
4974
4974
  "src",
@@ -5080,7 +5080,7 @@
5080
5080
  "name": {
5081
5081
  "description": "Tunnel name",
5082
5082
  "name": "name",
5083
- "default": "arizona-high-table-uranus",
5083
+ "default": "nitrogen-eighteen-twenty-hotel",
5084
5084
  "hasDynamicHelp": false,
5085
5085
  "multiple": false,
5086
5086
  "type": "option"
@@ -5095,7 +5095,7 @@
5095
5095
  "state": "deprecated",
5096
5096
  "strict": true,
5097
5097
  "enableJsonFlag": true,
5098
- "isESM": false,
5098
+ "isESM": true,
5099
5099
  "relativePath": [
5100
5100
  "dist",
5101
5101
  "src",
@@ -5208,7 +5208,7 @@
5208
5208
  "state": "deprecated",
5209
5209
  "strict": true,
5210
5210
  "enableJsonFlag": true,
5211
- "isESM": false,
5211
+ "isESM": true,
5212
5212
  "relativePath": [
5213
5213
  "dist",
5214
5214
  "src",
@@ -5347,7 +5347,7 @@
5347
5347
  "pluginType": "core",
5348
5348
  "strict": true,
5349
5349
  "enableJsonFlag": true,
5350
- "isESM": false,
5350
+ "isESM": true,
5351
5351
  "relativePath": [
5352
5352
  "dist",
5353
5353
  "src",
@@ -5477,7 +5477,7 @@
5477
5477
  "pluginType": "core",
5478
5478
  "strict": true,
5479
5479
  "enableJsonFlag": true,
5480
- "isESM": false,
5480
+ "isESM": true,
5481
5481
  "relativePath": [
5482
5482
  "dist",
5483
5483
  "src",
@@ -5589,7 +5589,7 @@
5589
5589
  "pluginName": "@dxos/cli",
5590
5590
  "pluginType": "core",
5591
5591
  "strict": true,
5592
- "isESM": false,
5592
+ "isESM": true,
5593
5593
  "relativePath": [
5594
5594
  "dist",
5595
5595
  "src",
@@ -5714,7 +5714,7 @@
5714
5714
  "pluginType": "core",
5715
5715
  "strict": true,
5716
5716
  "enableJsonFlag": true,
5717
- "isESM": false,
5717
+ "isESM": true,
5718
5718
  "relativePath": [
5719
5719
  "dist",
5720
5720
  "src",
@@ -5724,6 +5724,228 @@
5724
5724
  "list.js"
5725
5725
  ]
5726
5726
  },
5727
+ "halo:recovery:generate": {
5728
+ "aliases": [],
5729
+ "args": {},
5730
+ "description": "Generate a seedphrase that can be used for identity recovery.",
5731
+ "flags": {
5732
+ "json": {
5733
+ "description": "Output as JSON.",
5734
+ "name": "json",
5735
+ "allowNo": false,
5736
+ "type": "boolean"
5737
+ },
5738
+ "verbose": {
5739
+ "char": "v",
5740
+ "description": "Verbose output",
5741
+ "name": "verbose",
5742
+ "allowNo": false,
5743
+ "type": "boolean"
5744
+ },
5745
+ "dry-run": {
5746
+ "description": "Dry run.",
5747
+ "name": "dry-run",
5748
+ "allowNo": false,
5749
+ "type": "boolean"
5750
+ },
5751
+ "profile": {
5752
+ "description": "User profile.",
5753
+ "env": "DX_PROFILE",
5754
+ "name": "profile",
5755
+ "default": "default",
5756
+ "hasDynamicHelp": false,
5757
+ "multiple": false,
5758
+ "type": "option"
5759
+ },
5760
+ "config": {
5761
+ "aliases": [
5762
+ "c"
5763
+ ],
5764
+ "dependsOn": [
5765
+ "profile"
5766
+ ],
5767
+ "description": "Config file.",
5768
+ "env": "DX_CONFIG",
5769
+ "name": "config",
5770
+ "default": "/home/runner/.config/dx/profile/default.yml",
5771
+ "hasDynamicHelp": false,
5772
+ "helpValue": "path",
5773
+ "multiple": false,
5774
+ "type": "option"
5775
+ },
5776
+ "timeout": {
5777
+ "aliases": [
5778
+ "t"
5779
+ ],
5780
+ "description": "Timeout (ms).",
5781
+ "name": "timeout",
5782
+ "default": 60000,
5783
+ "hasDynamicHelp": false,
5784
+ "multiple": false,
5785
+ "type": "option"
5786
+ },
5787
+ "target": {
5788
+ "description": "Target websocket server.",
5789
+ "name": "target",
5790
+ "hasDynamicHelp": false,
5791
+ "multiple": false,
5792
+ "type": "option"
5793
+ },
5794
+ "agent": {
5795
+ "description": "Run command with agent.",
5796
+ "env": "DX_NO_AGENT",
5797
+ "name": "agent",
5798
+ "allowNo": true,
5799
+ "type": "boolean"
5800
+ },
5801
+ "json-log": {
5802
+ "description": "When running in foreground, log JSON format",
5803
+ "name": "json-log",
5804
+ "allowNo": false,
5805
+ "type": "boolean"
5806
+ },
5807
+ "json-logfile": {
5808
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
5809
+ "name": "json-logfile",
5810
+ "default": "stderr",
5811
+ "hasDynamicHelp": false,
5812
+ "multiple": false,
5813
+ "type": "option"
5814
+ }
5815
+ },
5816
+ "hasDynamicHelp": false,
5817
+ "hiddenAliases": [],
5818
+ "id": "halo:recovery:generate",
5819
+ "pluginAlias": "@dxos/cli",
5820
+ "pluginName": "@dxos/cli",
5821
+ "pluginType": "core",
5822
+ "strict": true,
5823
+ "enableJsonFlag": true,
5824
+ "isESM": true,
5825
+ "relativePath": [
5826
+ "dist",
5827
+ "src",
5828
+ "commands",
5829
+ "halo",
5830
+ "recovery",
5831
+ "generate.js"
5832
+ ]
5833
+ },
5834
+ "halo:recovery:use": {
5835
+ "aliases": [],
5836
+ "args": {},
5837
+ "description": "Use a seedphrase to recover identity.",
5838
+ "flags": {
5839
+ "json": {
5840
+ "description": "Output as JSON.",
5841
+ "name": "json",
5842
+ "allowNo": false,
5843
+ "type": "boolean"
5844
+ },
5845
+ "verbose": {
5846
+ "char": "v",
5847
+ "description": "Verbose output",
5848
+ "name": "verbose",
5849
+ "allowNo": false,
5850
+ "type": "boolean"
5851
+ },
5852
+ "dry-run": {
5853
+ "description": "Dry run.",
5854
+ "name": "dry-run",
5855
+ "allowNo": false,
5856
+ "type": "boolean"
5857
+ },
5858
+ "profile": {
5859
+ "description": "User profile.",
5860
+ "env": "DX_PROFILE",
5861
+ "name": "profile",
5862
+ "default": "default",
5863
+ "hasDynamicHelp": false,
5864
+ "multiple": false,
5865
+ "type": "option"
5866
+ },
5867
+ "config": {
5868
+ "aliases": [
5869
+ "c"
5870
+ ],
5871
+ "dependsOn": [
5872
+ "profile"
5873
+ ],
5874
+ "description": "Config file.",
5875
+ "env": "DX_CONFIG",
5876
+ "name": "config",
5877
+ "default": "/home/runner/.config/dx/profile/default.yml",
5878
+ "hasDynamicHelp": false,
5879
+ "helpValue": "path",
5880
+ "multiple": false,
5881
+ "type": "option"
5882
+ },
5883
+ "timeout": {
5884
+ "aliases": [
5885
+ "t"
5886
+ ],
5887
+ "description": "Timeout (ms).",
5888
+ "name": "timeout",
5889
+ "default": 60000,
5890
+ "hasDynamicHelp": false,
5891
+ "multiple": false,
5892
+ "type": "option"
5893
+ },
5894
+ "target": {
5895
+ "description": "Target websocket server.",
5896
+ "name": "target",
5897
+ "hasDynamicHelp": false,
5898
+ "multiple": false,
5899
+ "type": "option"
5900
+ },
5901
+ "agent": {
5902
+ "description": "Run command with agent.",
5903
+ "env": "DX_NO_AGENT",
5904
+ "name": "agent",
5905
+ "allowNo": true,
5906
+ "type": "boolean"
5907
+ },
5908
+ "json-log": {
5909
+ "description": "When running in foreground, log JSON format",
5910
+ "name": "json-log",
5911
+ "allowNo": false,
5912
+ "type": "boolean"
5913
+ },
5914
+ "json-logfile": {
5915
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
5916
+ "name": "json-logfile",
5917
+ "default": "stderr",
5918
+ "hasDynamicHelp": false,
5919
+ "multiple": false,
5920
+ "type": "option"
5921
+ },
5922
+ "seedphrase": {
5923
+ "description": "Seedphrase.",
5924
+ "name": "seedphrase",
5925
+ "required": true,
5926
+ "hasDynamicHelp": false,
5927
+ "multiple": false,
5928
+ "type": "option"
5929
+ }
5930
+ },
5931
+ "hasDynamicHelp": false,
5932
+ "hiddenAliases": [],
5933
+ "id": "halo:recovery:use",
5934
+ "pluginAlias": "@dxos/cli",
5935
+ "pluginName": "@dxos/cli",
5936
+ "pluginType": "core",
5937
+ "strict": true,
5938
+ "enableJsonFlag": true,
5939
+ "isESM": true,
5940
+ "relativePath": [
5941
+ "dist",
5942
+ "src",
5943
+ "commands",
5944
+ "halo",
5945
+ "recovery",
5946
+ "use.js"
5947
+ ]
5948
+ },
5727
5949
  "space:schema:list": {
5728
5950
  "aliases": [],
5729
5951
  "args": {},
@@ -5841,7 +6063,7 @@
5841
6063
  "pluginType": "core",
5842
6064
  "strict": true,
5843
6065
  "enableJsonFlag": true,
5844
- "isESM": false,
6066
+ "isESM": true,
5845
6067
  "relativePath": [
5846
6068
  "dist",
5847
6069
  "src",
@@ -5852,5 +6074,5 @@
5852
6074
  ]
5853
6075
  }
5854
6076
  },
5855
- "version": "0.6.13"
6077
+ "version": "0.6.14-main.69511f5"
5856
6078
  }