@dxos/cli 0.5.3-main.a3ea5f1 → 0.5.3-main.ac5e73c

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 (215) hide show
  1. package/dist/src/{base.d.ts → base-command.d.ts} +4 -32
  2. package/dist/src/base-command.d.ts.map +1 -0
  3. package/dist/src/{base.js → base-command.js} +11 -47
  4. package/dist/src/base-command.js.map +1 -0
  5. package/dist/src/commands/agent/invitations.d.ts +1 -1
  6. package/dist/src/commands/agent/invitations.d.ts.map +1 -1
  7. package/dist/src/commands/agent/invitations.js +3 -3
  8. package/dist/src/commands/agent/invitations.js.map +1 -1
  9. package/dist/src/commands/agent/list.d.ts +1 -1
  10. package/dist/src/commands/agent/list.d.ts.map +1 -1
  11. package/dist/src/commands/agent/list.js +3 -3
  12. package/dist/src/commands/agent/list.js.map +1 -1
  13. package/dist/src/commands/agent/restart.d.ts +1 -1
  14. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  15. package/dist/src/commands/agent/restart.js +3 -3
  16. package/dist/src/commands/agent/restart.js.map +1 -1
  17. package/dist/src/commands/agent/start.d.ts +1 -1
  18. package/dist/src/commands/agent/start.d.ts.map +1 -1
  19. package/dist/src/commands/agent/start.js +3 -3
  20. package/dist/src/commands/agent/start.js.map +1 -1
  21. package/dist/src/commands/agent/status.d.ts +1 -1
  22. package/dist/src/commands/agent/status.d.ts.map +1 -1
  23. package/dist/src/commands/agent/status.js +3 -3
  24. package/dist/src/commands/agent/status.js.map +1 -1
  25. package/dist/src/commands/agent/stop.d.ts +1 -1
  26. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  27. package/dist/src/commands/agent/stop.js +3 -3
  28. package/dist/src/commands/agent/stop.js.map +1 -1
  29. package/dist/src/commands/app/create.d.ts +1 -5
  30. package/dist/src/commands/app/create.d.ts.map +1 -1
  31. package/dist/src/commands/app/create.js +6 -10
  32. package/dist/src/commands/app/create.js.map +1 -1
  33. package/dist/src/commands/app/list.d.ts +1 -5
  34. package/dist/src/commands/app/list.d.ts.map +1 -1
  35. package/dist/src/commands/app/list.js +2 -6
  36. package/dist/src/commands/app/list.js.map +1 -1
  37. package/dist/src/commands/app/open.d.ts +1 -5
  38. package/dist/src/commands/app/open.d.ts.map +1 -1
  39. package/dist/src/commands/app/open.js +3 -7
  40. package/dist/src/commands/app/open.js.map +1 -1
  41. package/dist/src/commands/app/publish.d.ts +1 -5
  42. package/dist/src/commands/app/publish.d.ts.map +1 -1
  43. package/dist/src/commands/app/publish.js +3 -7
  44. package/dist/src/commands/app/publish.js.map +1 -1
  45. package/dist/src/commands/config/index.d.ts +1 -1
  46. package/dist/src/commands/config/index.d.ts.map +1 -1
  47. package/dist/src/commands/config/index.js +2 -2
  48. package/dist/src/commands/config/index.js.map +1 -1
  49. package/dist/src/commands/debug/diagnostics.d.ts +1 -1
  50. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  51. package/dist/src/commands/debug/diagnostics.js +3 -3
  52. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  53. package/dist/src/commands/debug/error.d.ts +1 -1
  54. package/dist/src/commands/debug/error.d.ts.map +1 -1
  55. package/dist/src/commands/debug/error.js +2 -2
  56. package/dist/src/commands/debug/error.js.map +1 -1
  57. package/dist/src/commands/debug/generate.d.ts +1 -1
  58. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  59. package/dist/src/commands/debug/generate.js +5 -4
  60. package/dist/src/commands/debug/generate.js.map +1 -1
  61. package/dist/src/commands/debug/metrics.d.ts +1 -1
  62. package/dist/src/commands/debug/metrics.d.ts.map +1 -1
  63. package/dist/src/commands/debug/metrics.js +2 -2
  64. package/dist/src/commands/debug/metrics.js.map +1 -1
  65. package/dist/src/commands/debug/status.d.ts +1 -1
  66. package/dist/src/commands/debug/status.d.ts.map +1 -1
  67. package/dist/src/commands/debug/status.js +3 -3
  68. package/dist/src/commands/debug/status.js.map +1 -1
  69. package/dist/src/commands/device/info.d.ts +1 -1
  70. package/dist/src/commands/device/info.d.ts.map +1 -1
  71. package/dist/src/commands/device/info.js +2 -2
  72. package/dist/src/commands/device/info.js.map +1 -1
  73. package/dist/src/commands/device/list.d.ts +1 -1
  74. package/dist/src/commands/device/list.d.ts.map +1 -1
  75. package/dist/src/commands/device/list.js +3 -3
  76. package/dist/src/commands/device/list.js.map +1 -1
  77. package/dist/src/commands/device/update.d.ts +1 -1
  78. package/dist/src/commands/device/update.d.ts.map +1 -1
  79. package/dist/src/commands/device/update.js +3 -3
  80. package/dist/src/commands/device/update.js.map +1 -1
  81. package/dist/src/commands/function/dev.d.ts +1 -2
  82. package/dist/src/commands/function/dev.d.ts.map +1 -1
  83. package/dist/src/commands/function/dev.js +16 -26
  84. package/dist/src/commands/function/dev.js.map +1 -1
  85. package/dist/src/commands/function/list.d.ts +1 -1
  86. package/dist/src/commands/function/list.d.ts.map +1 -1
  87. package/dist/src/commands/function/list.js +2 -2
  88. package/dist/src/commands/function/list.js.map +1 -1
  89. package/dist/src/commands/function/logs.d.ts +1 -1
  90. package/dist/src/commands/function/logs.d.ts.map +1 -1
  91. package/dist/src/commands/function/logs.js +2 -2
  92. package/dist/src/commands/function/logs.js.map +1 -1
  93. package/dist/src/commands/halo/create.d.ts +1 -1
  94. package/dist/src/commands/halo/create.d.ts.map +1 -1
  95. package/dist/src/commands/halo/create.js +3 -3
  96. package/dist/src/commands/halo/create.js.map +1 -1
  97. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  98. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  99. package/dist/src/commands/halo/credential/add.js +2 -2
  100. package/dist/src/commands/halo/credential/add.js.map +1 -1
  101. package/dist/src/commands/halo/credential/list.d.ts +1 -1
  102. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  103. package/dist/src/commands/halo/credential/list.js +3 -3
  104. package/dist/src/commands/halo/credential/list.js.map +1 -1
  105. package/dist/src/commands/halo/identity.d.ts +1 -1
  106. package/dist/src/commands/halo/identity.d.ts.map +1 -1
  107. package/dist/src/commands/halo/identity.js +2 -2
  108. package/dist/src/commands/halo/identity.js.map +1 -1
  109. package/dist/src/commands/halo/join.d.ts +1 -1
  110. package/dist/src/commands/halo/join.d.ts.map +1 -1
  111. package/dist/src/commands/halo/join.js +3 -3
  112. package/dist/src/commands/halo/join.js.map +1 -1
  113. package/dist/src/commands/halo/keys.d.ts +1 -1
  114. package/dist/src/commands/halo/keys.d.ts.map +1 -1
  115. package/dist/src/commands/halo/keys.js +2 -2
  116. package/dist/src/commands/halo/keys.js.map +1 -1
  117. package/dist/src/commands/halo/share.d.ts +1 -1
  118. package/dist/src/commands/halo/share.d.ts.map +1 -1
  119. package/dist/src/commands/halo/share.js +3 -3
  120. package/dist/src/commands/halo/share.js.map +1 -1
  121. package/dist/src/commands/halo/update.d.ts +1 -1
  122. package/dist/src/commands/halo/update.d.ts.map +1 -1
  123. package/dist/src/commands/halo/update.js +3 -3
  124. package/dist/src/commands/halo/update.js.map +1 -1
  125. package/dist/src/commands/reset/index.d.ts +1 -1
  126. package/dist/src/commands/reset/index.d.ts.map +1 -1
  127. package/dist/src/commands/reset/index.js +3 -3
  128. package/dist/src/commands/reset/index.js.map +1 -1
  129. package/dist/src/commands/shell/index.d.ts +1 -1
  130. package/dist/src/commands/shell/index.d.ts.map +1 -1
  131. package/dist/src/commands/shell/index.js +2 -2
  132. package/dist/src/commands/shell/index.js.map +1 -1
  133. package/dist/src/commands/space/close.d.ts +1 -1
  134. package/dist/src/commands/space/close.d.ts.map +1 -1
  135. package/dist/src/commands/space/close.js +4 -3
  136. package/dist/src/commands/space/close.js.map +1 -1
  137. package/dist/src/commands/space/create.d.ts +1 -1
  138. package/dist/src/commands/space/create.d.ts.map +1 -1
  139. package/dist/src/commands/space/create.js +3 -3
  140. package/dist/src/commands/space/create.js.map +1 -1
  141. package/dist/src/commands/space/epoch.d.ts +1 -1
  142. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  143. package/dist/src/commands/space/epoch.js +4 -3
  144. package/dist/src/commands/space/epoch.js.map +1 -1
  145. package/dist/src/commands/space/info.d.ts +1 -1
  146. package/dist/src/commands/space/info.d.ts.map +1 -1
  147. package/dist/src/commands/space/info.js +4 -3
  148. package/dist/src/commands/space/info.js.map +1 -1
  149. package/dist/src/commands/space/join.d.ts +1 -1
  150. package/dist/src/commands/space/join.d.ts.map +1 -1
  151. package/dist/src/commands/space/join.js +3 -3
  152. package/dist/src/commands/space/join.js.map +1 -1
  153. package/dist/src/commands/space/list.d.ts +1 -1
  154. package/dist/src/commands/space/list.d.ts.map +1 -1
  155. package/dist/src/commands/space/list.js +4 -4
  156. package/dist/src/commands/space/list.js.map +1 -1
  157. package/dist/src/commands/space/members.d.ts +1 -1
  158. package/dist/src/commands/space/members.d.ts.map +1 -1
  159. package/dist/src/commands/space/members.js +4 -4
  160. package/dist/src/commands/space/members.js.map +1 -1
  161. package/dist/src/commands/space/open.d.ts +1 -1
  162. package/dist/src/commands/space/open.d.ts.map +1 -1
  163. package/dist/src/commands/space/open.js +4 -3
  164. package/dist/src/commands/space/open.js.map +1 -1
  165. package/dist/src/commands/space/query.d.ts +1 -1
  166. package/dist/src/commands/space/query.d.ts.map +1 -1
  167. package/dist/src/commands/space/query.js +24 -21
  168. package/dist/src/commands/space/query.js.map +1 -1
  169. package/dist/src/commands/space/share.d.ts +1 -1
  170. package/dist/src/commands/space/share.d.ts.map +1 -1
  171. package/dist/src/commands/space/share.js +4 -6
  172. package/dist/src/commands/space/share.js.map +1 -1
  173. package/dist/src/commands/tunnel/index.d.ts +6 -4
  174. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  175. package/dist/src/commands/tunnel/index.js +8 -16
  176. package/dist/src/commands/tunnel/index.js.map +1 -1
  177. package/dist/src/commands/tunnel/list.d.ts +3 -4
  178. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  179. package/dist/src/commands/tunnel/list.js +4 -12
  180. package/dist/src/commands/tunnel/list.js.map +1 -1
  181. package/dist/src/hooks/command-not-found.d.ts.map +1 -1
  182. package/dist/src/hooks/command-not-found.js +1 -1
  183. package/dist/src/hooks/command-not-found.js.map +1 -1
  184. package/dist/src/util/credentials.js +4 -4
  185. package/dist/src/util/credentials.js.map +1 -1
  186. package/dist/src/util/devices.js +2 -2
  187. package/dist/src/util/devices.js.map +1 -1
  188. package/dist/src/util/index.d.ts +1 -1
  189. package/dist/src/util/index.d.ts.map +1 -1
  190. package/dist/src/util/index.js +1 -1
  191. package/dist/src/util/index.js.map +1 -1
  192. package/dist/src/util/spaces.js +3 -3
  193. package/dist/src/util/spaces.js.map +1 -1
  194. package/dist/src/util/{keys.d.ts → types.d.ts} +1 -2
  195. package/dist/src/util/types.d.ts.map +1 -0
  196. package/dist/src/util/{keys.js → types.js} +2 -4
  197. package/dist/src/util/types.js.map +1 -0
  198. package/oclif.manifest.json +77 -469
  199. package/package.json +38 -42
  200. package/dist/src/base.d.ts.map +0 -1
  201. package/dist/src/base.js.map +0 -1
  202. package/dist/src/commands/composer/base.d.ts +0 -18
  203. package/dist/src/commands/composer/base.d.ts.map +0 -1
  204. package/dist/src/commands/composer/base.js +0 -114
  205. package/dist/src/commands/composer/base.js.map +0 -1
  206. package/dist/src/commands/composer/import.d.ts +0 -31
  207. package/dist/src/commands/composer/import.d.ts.map +0 -1
  208. package/dist/src/commands/composer/import.js +0 -71
  209. package/dist/src/commands/composer/import.js.map +0 -1
  210. package/dist/src/commands/composer/query.d.ts +0 -23
  211. package/dist/src/commands/composer/query.d.ts.map +0 -1
  212. package/dist/src/commands/composer/query.js +0 -61
  213. package/dist/src/commands/composer/query.js.map +0 -1
  214. package/dist/src/util/keys.d.ts.map +0 -1
  215. package/dist/src/util/keys.js.map +0 -1
@@ -871,162 +871,10 @@
871
871
  "stop.js"
872
872
  ]
873
873
  },
874
- "app:create": {
875
- "aliases": [],
876
- "args": {
877
- "name": {
878
- "description": "App name.",
879
- "name": "name",
880
- "required": true
881
- }
882
- },
883
- "description": "Manage applications (deprecated).",
884
- "flags": {
885
- "json": {
886
- "description": "Output as JSON.",
887
- "name": "json",
888
- "allowNo": false,
889
- "type": "boolean"
890
- },
891
- "dry-run": {
892
- "description": "Dry run.",
893
- "name": "dry-run",
894
- "allowNo": false,
895
- "type": "boolean"
896
- },
897
- "verbose": {
898
- "char": "v",
899
- "description": "Verbose output",
900
- "name": "verbose",
901
- "allowNo": false,
902
- "type": "boolean"
903
- },
904
- "profile": {
905
- "description": "User profile.",
906
- "env": "DX_PROFILE",
907
- "name": "profile",
908
- "default": "default",
909
- "hasDynamicHelp": false,
910
- "multiple": false,
911
- "type": "option"
912
- },
913
- "config": {
914
- "aliases": [
915
- "c"
916
- ],
917
- "dependsOn": [
918
- "profile"
919
- ],
920
- "description": "Config file.",
921
- "env": "DX_CONFIG",
922
- "name": "config",
923
- "default": "/home/runner/.config/dx/profile/default.yml",
924
- "hasDynamicHelp": false,
925
- "helpValue": "path",
926
- "multiple": false,
927
- "type": "option"
928
- },
929
- "target": {
930
- "description": "Target websocket server.",
931
- "name": "target",
932
- "hasDynamicHelp": false,
933
- "multiple": false,
934
- "type": "option"
935
- },
936
- "no-agent": {
937
- "description": "Run command without using an agent.",
938
- "name": "no-agent",
939
- "allowNo": false,
940
- "type": "boolean"
941
- },
942
- "no-start-agent": {
943
- "description": "Do not automatically start an agent if one is not running.",
944
- "name": "no-start-agent",
945
- "allowNo": false,
946
- "type": "boolean"
947
- },
948
- "timeout": {
949
- "aliases": [
950
- "t"
951
- ],
952
- "description": "Timeout (ms).",
953
- "name": "timeout",
954
- "default": 60000,
955
- "hasDynamicHelp": false,
956
- "multiple": false,
957
- "type": "option"
958
- },
959
- "no-wait": {
960
- "description": "Do not wait for space to be ready.",
961
- "name": "no-wait",
962
- "allowNo": false,
963
- "type": "boolean"
964
- },
965
- "json-log": {
966
- "description": "When running in foreground, log JSON format",
967
- "name": "json-log",
968
- "allowNo": false,
969
- "type": "boolean"
970
- },
971
- "json-logfile": {
972
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
973
- "name": "json-logfile",
974
- "default": "stderr",
975
- "hasDynamicHelp": false,
976
- "multiple": false,
977
- "type": "option"
978
- },
979
- "tag": {
980
- "description": "Git tag or branch of the DXOS repo to checkout.",
981
- "name": "tag",
982
- "hasDynamicHelp": false,
983
- "multiple": false,
984
- "type": "option"
985
- },
986
- "template": {
987
- "char": "t",
988
- "description": "Template to use when creating the project.",
989
- "name": "template",
990
- "default": "hello",
991
- "hasDynamicHelp": false,
992
- "multiple": false,
993
- "options": [
994
- "hello",
995
- "bare",
996
- "tasks"
997
- ],
998
- "type": "option"
999
- },
1000
- "interactive": {
1001
- "char": "i",
1002
- "description": "Customize app template options via interactive prompt.",
1003
- "name": "interactive",
1004
- "allowNo": false,
1005
- "type": "boolean"
1006
- }
1007
- },
1008
- "hasDynamicHelp": false,
1009
- "hiddenAliases": [],
1010
- "id": "app:create",
1011
- "pluginAlias": "@dxos/cli",
1012
- "pluginName": "@dxos/cli",
1013
- "pluginType": "core",
1014
- "state": "deprecated",
1015
- "strict": true,
1016
- "enableJsonFlag": true,
1017
- "isESM": false,
1018
- "relativePath": [
1019
- "dist",
1020
- "src",
1021
- "commands",
1022
- "app",
1023
- "create.js"
1024
- ]
1025
- },
1026
- "app:list": {
874
+ "config": {
1027
875
  "aliases": [],
1028
876
  "args": {},
1029
- "description": "List apps.",
877
+ "description": "Show config file.",
1030
878
  "flags": {
1031
879
  "json": {
1032
880
  "description": "Output as JSON.",
@@ -1125,11 +973,10 @@
1125
973
  },
1126
974
  "hasDynamicHelp": false,
1127
975
  "hiddenAliases": [],
1128
- "id": "app:list",
976
+ "id": "config",
1129
977
  "pluginAlias": "@dxos/cli",
1130
978
  "pluginName": "@dxos/cli",
1131
979
  "pluginType": "core",
1132
- "state": "deprecated",
1133
980
  "strict": true,
1134
981
  "enableJsonFlag": true,
1135
982
  "isESM": false,
@@ -1137,20 +984,20 @@
1137
984
  "dist",
1138
985
  "src",
1139
986
  "commands",
1140
- "app",
1141
- "list.js"
987
+ "config",
988
+ "index.js"
1142
989
  ]
1143
990
  },
1144
- "app:open": {
991
+ "app:create": {
1145
992
  "aliases": [],
1146
993
  "args": {
1147
- "url": {
1148
- "description": "App URL.",
1149
- "name": "url",
994
+ "name": {
995
+ "description": "App name.",
996
+ "name": "name",
1150
997
  "required": true
1151
998
  }
1152
999
  },
1153
- "description": "Opens app with provided url and process device invitation.",
1000
+ "description": "Manage applications.",
1154
1001
  "flags": {
1155
1002
  "json": {
1156
1003
  "description": "Output as JSON.",
@@ -1246,173 +1093,41 @@
1246
1093
  "multiple": false,
1247
1094
  "type": "option"
1248
1095
  },
1249
- "instances": {
1250
- "description": "Amount of test instances.",
1251
- "name": "instances",
1252
- "default": 1,
1253
- "hasDynamicHelp": false,
1254
- "multiple": false,
1255
- "type": "option"
1256
- },
1257
- "invite": {
1258
- "description": "If `true` proceed device invitation for all instances.",
1259
- "name": "invite",
1260
- "allowNo": false,
1261
- "type": "boolean"
1262
- }
1263
- },
1264
- "hasDynamicHelp": false,
1265
- "hiddenAliases": [],
1266
- "id": "app:open",
1267
- "pluginAlias": "@dxos/cli",
1268
- "pluginName": "@dxos/cli",
1269
- "pluginType": "core",
1270
- "state": "deprecated",
1271
- "strict": true,
1272
- "enableJsonFlag": true,
1273
- "isESM": false,
1274
- "relativePath": [
1275
- "dist",
1276
- "src",
1277
- "commands",
1278
- "app",
1279
- "open.js"
1280
- ]
1281
- },
1282
- "app:publish": {
1283
- "aliases": [],
1284
- "args": {},
1285
- "description": "Publish apps.",
1286
- "flags": {
1287
- "json": {
1288
- "description": "Output as JSON.",
1289
- "name": "json",
1290
- "allowNo": false,
1291
- "type": "boolean"
1292
- },
1293
- "dry-run": {
1294
- "description": "Dry run.",
1295
- "name": "dry-run",
1296
- "allowNo": false,
1297
- "type": "boolean"
1298
- },
1299
- "verbose": {
1300
- "char": "v",
1301
- "description": "Verbose output",
1302
- "name": "verbose",
1303
- "allowNo": false,
1304
- "type": "boolean"
1305
- },
1306
- "profile": {
1307
- "description": "User profile.",
1308
- "env": "DX_PROFILE",
1309
- "name": "profile",
1310
- "default": "default",
1311
- "hasDynamicHelp": false,
1312
- "multiple": false,
1313
- "type": "option"
1314
- },
1315
- "config": {
1316
- "aliases": [
1317
- "c"
1318
- ],
1319
- "dependsOn": [
1320
- "profile"
1321
- ],
1322
- "description": "Config file.",
1323
- "env": "DX_CONFIG",
1324
- "name": "config",
1325
- "default": "/home/runner/.config/dx/profile/default.yml",
1096
+ "tag": {
1097
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1098
+ "name": "tag",
1326
1099
  "hasDynamicHelp": false,
1327
- "helpValue": "path",
1328
1100
  "multiple": false,
1329
1101
  "type": "option"
1330
1102
  },
1331
- "target": {
1332
- "description": "Target websocket server.",
1333
- "name": "target",
1103
+ "template": {
1104
+ "char": "t",
1105
+ "description": "Template to use when creating the project.",
1106
+ "name": "template",
1107
+ "default": "hello",
1334
1108
  "hasDynamicHelp": false,
1335
1109
  "multiple": false,
1336
- "type": "option"
1337
- },
1338
- "no-agent": {
1339
- "description": "Run command without using an agent.",
1340
- "name": "no-agent",
1341
- "allowNo": false,
1342
- "type": "boolean"
1343
- },
1344
- "no-start-agent": {
1345
- "description": "Do not automatically start an agent if one is not running.",
1346
- "name": "no-start-agent",
1347
- "allowNo": false,
1348
- "type": "boolean"
1349
- },
1350
- "timeout": {
1351
- "aliases": [
1352
- "t"
1110
+ "options": [
1111
+ "hello",
1112
+ "bare",
1113
+ "tasks"
1353
1114
  ],
1354
- "description": "Timeout (ms).",
1355
- "name": "timeout",
1356
- "default": 60000,
1357
- "hasDynamicHelp": false,
1358
- "multiple": false,
1359
- "type": "option"
1360
- },
1361
- "no-wait": {
1362
- "description": "Do not wait for space to be ready.",
1363
- "name": "no-wait",
1364
- "allowNo": false,
1365
- "type": "boolean"
1366
- },
1367
- "json-log": {
1368
- "description": "When running in foreground, log JSON format",
1369
- "name": "json-log",
1370
- "allowNo": false,
1371
- "type": "boolean"
1372
- },
1373
- "json-logfile": {
1374
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1375
- "name": "json-logfile",
1376
- "default": "stderr",
1377
- "hasDynamicHelp": false,
1378
- "multiple": false,
1379
- "type": "option"
1380
- },
1381
- "configPath": {
1382
- "description": "Path to dx.yml",
1383
- "name": "configPath",
1384
- "hasDynamicHelp": false,
1385
- "multiple": false,
1386
- "type": "option"
1387
- },
1388
- "accessToken": {
1389
- "description": "Access token for publishing.",
1390
- "name": "accessToken",
1391
- "hasDynamicHelp": false,
1392
- "multiple": false,
1393
1115
  "type": "option"
1394
1116
  },
1395
- "skipExisting": {
1396
- "description": "Do not update content on KUBE if version already exists.",
1397
- "name": "skipExisting",
1117
+ "interactive": {
1118
+ "char": "i",
1119
+ "description": "Customize app template options via interactive prompt.",
1120
+ "name": "interactive",
1398
1121
  "allowNo": false,
1399
1122
  "type": "boolean"
1400
- },
1401
- "version": {
1402
- "description": "Version of modules to publish.",
1403
- "name": "version",
1404
- "hasDynamicHelp": false,
1405
- "multiple": false,
1406
- "type": "option"
1407
1123
  }
1408
1124
  },
1409
1125
  "hasDynamicHelp": false,
1410
1126
  "hiddenAliases": [],
1411
- "id": "app:publish",
1127
+ "id": "app:create",
1412
1128
  "pluginAlias": "@dxos/cli",
1413
1129
  "pluginName": "@dxos/cli",
1414
1130
  "pluginType": "core",
1415
- "state": "deprecated",
1416
1131
  "strict": true,
1417
1132
  "enableJsonFlag": true,
1418
1133
  "isESM": false,
@@ -1421,12 +1136,13 @@
1421
1136
  "src",
1422
1137
  "commands",
1423
1138
  "app",
1424
- "publish.js"
1139
+ "create.js"
1425
1140
  ]
1426
1141
  },
1427
- "composer:base": {
1142
+ "app:list": {
1428
1143
  "aliases": [],
1429
1144
  "args": {},
1145
+ "description": "List apps.",
1430
1146
  "flags": {
1431
1147
  "json": {
1432
1148
  "description": "Output as JSON.",
@@ -1525,7 +1241,7 @@
1525
1241
  },
1526
1242
  "hasDynamicHelp": false,
1527
1243
  "hiddenAliases": [],
1528
- "id": "composer:base",
1244
+ "id": "app:list",
1529
1245
  "pluginAlias": "@dxos/cli",
1530
1246
  "pluginName": "@dxos/cli",
1531
1247
  "pluginType": "core",
@@ -1536,19 +1252,20 @@
1536
1252
  "dist",
1537
1253
  "src",
1538
1254
  "commands",
1539
- "composer",
1540
- "base.js"
1255
+ "app",
1256
+ "list.js"
1541
1257
  ]
1542
1258
  },
1543
- "composer:import": {
1259
+ "app:open": {
1544
1260
  "aliases": [],
1545
1261
  "args": {
1546
- "file": {
1547
- "name": "file",
1262
+ "url": {
1263
+ "description": "App URL.",
1264
+ "name": "url",
1548
1265
  "required": true
1549
1266
  }
1550
1267
  },
1551
- "description": "Import ECHO objects.",
1268
+ "description": "Opens app with provided url and process device invitation.",
1552
1269
  "flags": {
1553
1270
  "json": {
1554
1271
  "description": "Output as JSON.",
@@ -1644,17 +1361,24 @@
1644
1361
  "multiple": false,
1645
1362
  "type": "option"
1646
1363
  },
1647
- "key": {
1648
- "description": "Space key(s) head in hex.",
1649
- "name": "key",
1364
+ "instances": {
1365
+ "description": "Amount of test instances.",
1366
+ "name": "instances",
1367
+ "default": 1,
1650
1368
  "hasDynamicHelp": false,
1651
- "multiple": true,
1369
+ "multiple": false,
1652
1370
  "type": "option"
1371
+ },
1372
+ "invite": {
1373
+ "description": "If `true` proceed device invitation for all instances.",
1374
+ "name": "invite",
1375
+ "allowNo": false,
1376
+ "type": "boolean"
1653
1377
  }
1654
1378
  },
1655
1379
  "hasDynamicHelp": false,
1656
1380
  "hiddenAliases": [],
1657
- "id": "composer:import",
1381
+ "id": "app:open",
1658
1382
  "pluginAlias": "@dxos/cli",
1659
1383
  "pluginName": "@dxos/cli",
1660
1384
  "pluginType": "core",
@@ -1665,14 +1389,14 @@
1665
1389
  "dist",
1666
1390
  "src",
1667
1391
  "commands",
1668
- "composer",
1669
- "import.js"
1392
+ "app",
1393
+ "open.js"
1670
1394
  ]
1671
1395
  },
1672
- "composer:query": {
1396
+ "app:publish": {
1673
1397
  "aliases": [],
1674
1398
  "args": {},
1675
- "description": "Query database.",
1399
+ "description": "Publish apps.",
1676
1400
  "flags": {
1677
1401
  "json": {
1678
1402
  "description": "Output as JSON.",
@@ -1768,133 +1492,29 @@
1768
1492
  "multiple": false,
1769
1493
  "type": "option"
1770
1494
  },
1771
- "key": {
1772
- "description": "Space key(s) head in hex.",
1773
- "name": "key",
1774
- "hasDynamicHelp": false,
1775
- "multiple": true,
1776
- "type": "option"
1777
- },
1778
- "type": {
1779
- "description": "Data type.",
1780
- "name": "type",
1781
- "hasDynamicHelp": false,
1782
- "multiple": false,
1783
- "type": "option"
1784
- }
1785
- },
1786
- "hasDynamicHelp": false,
1787
- "hiddenAliases": [],
1788
- "id": "composer:query",
1789
- "pluginAlias": "@dxos/cli",
1790
- "pluginName": "@dxos/cli",
1791
- "pluginType": "core",
1792
- "strict": true,
1793
- "enableJsonFlag": true,
1794
- "isESM": false,
1795
- "relativePath": [
1796
- "dist",
1797
- "src",
1798
- "commands",
1799
- "composer",
1800
- "query.js"
1801
- ]
1802
- },
1803
- "config": {
1804
- "aliases": [],
1805
- "args": {},
1806
- "description": "Show config file.",
1807
- "flags": {
1808
- "json": {
1809
- "description": "Output as JSON.",
1810
- "name": "json",
1811
- "allowNo": false,
1812
- "type": "boolean"
1813
- },
1814
- "dry-run": {
1815
- "description": "Dry run.",
1816
- "name": "dry-run",
1817
- "allowNo": false,
1818
- "type": "boolean"
1819
- },
1820
- "verbose": {
1821
- "char": "v",
1822
- "description": "Verbose output",
1823
- "name": "verbose",
1824
- "allowNo": false,
1825
- "type": "boolean"
1826
- },
1827
- "profile": {
1828
- "description": "User profile.",
1829
- "env": "DX_PROFILE",
1830
- "name": "profile",
1831
- "default": "default",
1832
- "hasDynamicHelp": false,
1833
- "multiple": false,
1834
- "type": "option"
1835
- },
1836
- "config": {
1837
- "aliases": [
1838
- "c"
1839
- ],
1840
- "dependsOn": [
1841
- "profile"
1842
- ],
1843
- "description": "Config file.",
1844
- "env": "DX_CONFIG",
1845
- "name": "config",
1846
- "default": "/home/runner/.config/dx/profile/default.yml",
1847
- "hasDynamicHelp": false,
1848
- "helpValue": "path",
1849
- "multiple": false,
1850
- "type": "option"
1851
- },
1852
- "target": {
1853
- "description": "Target websocket server.",
1854
- "name": "target",
1495
+ "configPath": {
1496
+ "description": "Path to dx.yml",
1497
+ "name": "configPath",
1855
1498
  "hasDynamicHelp": false,
1856
1499
  "multiple": false,
1857
1500
  "type": "option"
1858
1501
  },
1859
- "no-agent": {
1860
- "description": "Run command without using an agent.",
1861
- "name": "no-agent",
1862
- "allowNo": false,
1863
- "type": "boolean"
1864
- },
1865
- "no-start-agent": {
1866
- "description": "Do not automatically start an agent if one is not running.",
1867
- "name": "no-start-agent",
1868
- "allowNo": false,
1869
- "type": "boolean"
1870
- },
1871
- "timeout": {
1872
- "aliases": [
1873
- "t"
1874
- ],
1875
- "description": "Timeout (ms).",
1876
- "name": "timeout",
1877
- "default": 60000,
1502
+ "accessToken": {
1503
+ "description": "Access token for publishing.",
1504
+ "name": "accessToken",
1878
1505
  "hasDynamicHelp": false,
1879
1506
  "multiple": false,
1880
1507
  "type": "option"
1881
1508
  },
1882
- "no-wait": {
1883
- "description": "Do not wait for space to be ready.",
1884
- "name": "no-wait",
1885
- "allowNo": false,
1886
- "type": "boolean"
1887
- },
1888
- "json-log": {
1889
- "description": "When running in foreground, log JSON format",
1890
- "name": "json-log",
1509
+ "skipExisting": {
1510
+ "description": "Do not update content on KUBE if version already exists.",
1511
+ "name": "skipExisting",
1891
1512
  "allowNo": false,
1892
1513
  "type": "boolean"
1893
1514
  },
1894
- "json-logfile": {
1895
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1896
- "name": "json-logfile",
1897
- "default": "stderr",
1515
+ "version": {
1516
+ "description": "Version of modules to publish.",
1517
+ "name": "version",
1898
1518
  "hasDynamicHelp": false,
1899
1519
  "multiple": false,
1900
1520
  "type": "option"
@@ -1902,7 +1522,7 @@
1902
1522
  },
1903
1523
  "hasDynamicHelp": false,
1904
1524
  "hiddenAliases": [],
1905
- "id": "config",
1525
+ "id": "app:publish",
1906
1526
  "pluginAlias": "@dxos/cli",
1907
1527
  "pluginName": "@dxos/cli",
1908
1528
  "pluginType": "core",
@@ -1913,8 +1533,8 @@
1913
1533
  "dist",
1914
1534
  "src",
1915
1535
  "commands",
1916
- "config",
1917
- "index.js"
1536
+ "app",
1537
+ "publish.js"
1918
1538
  ]
1919
1539
  },
1920
1540
  "debug:diagnostics": {
@@ -2177,7 +1797,7 @@
2177
1797
  "aliases": [],
2178
1798
  "args": {
2179
1799
  "key": {
2180
- "description": "Space key(s) head in hex.",
1800
+ "description": "Space key head in hex.",
2181
1801
  "name": "key"
2182
1802
  }
2183
1803
  },
@@ -3124,13 +2744,6 @@
3124
2744
  "multiple": false,
3125
2745
  "type": "option"
3126
2746
  },
3127
- "key": {
3128
- "description": "Space key(s) head in hex.",
3129
- "name": "key",
3130
- "hasDynamicHelp": false,
3131
- "multiple": true,
3132
- "type": "option"
3133
- },
3134
2747
  "require": {
3135
2748
  "aliases": [
3136
2749
  "r"
@@ -4458,7 +4071,6 @@
4458
4071
  "aliases": [],
4459
4072
  "args": {
4460
4073
  "key": {
4461
- "description": "Space key(s) head in hex.",
4462
4074
  "name": "key"
4463
4075
  }
4464
4076
  },
@@ -4701,7 +4313,7 @@
4701
4313
  "aliases": [],
4702
4314
  "args": {
4703
4315
  "key": {
4704
- "description": "Space key(s) head in hex.",
4316
+ "description": "Space key head in hex.",
4705
4317
  "name": "key"
4706
4318
  }
4707
4319
  },
@@ -4823,7 +4435,6 @@
4823
4435
  "aliases": [],
4824
4436
  "args": {
4825
4437
  "key": {
4826
- "description": "Space key(s) head in hex.",
4827
4438
  "name": "key"
4828
4439
  }
4829
4440
  },
@@ -5276,7 +4887,7 @@
5276
4887
  "aliases": [],
5277
4888
  "args": {
5278
4889
  "key": {
5279
- "description": "Space key(s) head in hex.",
4890
+ "description": "Space key head in hex.",
5280
4891
  "name": "key"
5281
4892
  }
5282
4893
  },
@@ -5475,7 +5086,6 @@
5475
5086
  "aliases": [],
5476
5087
  "args": {
5477
5088
  "key": {
5478
- "description": "Space key(s) head in hex.",
5479
5089
  "name": "key"
5480
5090
  }
5481
5091
  },
@@ -5597,7 +5207,7 @@
5597
5207
  "aliases": [],
5598
5208
  "args": {
5599
5209
  "key": {
5600
- "description": "Space key(s) head in hex.",
5210
+ "description": "Space key head in hex.",
5601
5211
  "name": "key"
5602
5212
  }
5603
5213
  },
@@ -5719,7 +5329,7 @@
5719
5329
  "aliases": [],
5720
5330
  "args": {
5721
5331
  "key": {
5722
- "description": "Space key(s) head in hex.",
5332
+ "description": "Space key head in hex.",
5723
5333
  "name": "key"
5724
5334
  }
5725
5335
  },
@@ -5886,7 +5496,7 @@
5886
5496
  "required": true
5887
5497
  }
5888
5498
  },
5889
- "description": "Enable or disable tunnel (deprecated).",
5499
+ "description": "Enable or disable tunnel.",
5890
5500
  "flags": {
5891
5501
  "json": {
5892
5502
  "description": "Output as JSON.",
@@ -5985,7 +5595,7 @@
5985
5595
  "name": {
5986
5596
  "description": "Tunnel name",
5987
5597
  "name": "name",
5988
- "default": "iowa-lithium-winner-sodium",
5598
+ "default": "summer-red-eighteen-diet",
5989
5599
  "hasDynamicHelp": false,
5990
5600
  "multiple": false,
5991
5601
  "type": "option"
@@ -5997,7 +5607,6 @@
5997
5607
  "pluginAlias": "@dxos/cli",
5998
5608
  "pluginName": "@dxos/cli",
5999
5609
  "pluginType": "core",
6000
- "state": "deprecated",
6001
5610
  "strict": true,
6002
5611
  "enableJsonFlag": true,
6003
5612
  "isESM": false,
@@ -6115,7 +5724,6 @@
6115
5724
  "pluginAlias": "@dxos/cli",
6116
5725
  "pluginName": "@dxos/cli",
6117
5726
  "pluginType": "core",
6118
- "state": "deprecated",
6119
5727
  "strict": true,
6120
5728
  "enableJsonFlag": true,
6121
5729
  "isESM": false,
@@ -6459,5 +6067,5 @@
6459
6067
  ]
6460
6068
  }
6461
6069
  },
6462
- "version": "0.5.3-main.a3ea5f1"
6070
+ "version": "0.5.3-main.ac5e73c"
6463
6071
  }