@dxos/cli 0.1.48 → 0.1.49-next.c888fc1

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/README.md +444 -217
  2. package/bin/dev +5 -4
  3. package/bin/dev.cmd +1 -1
  4. package/bin/run +1 -1
  5. package/config/config-default.yml +9 -11
  6. package/config/config-dev.yml +10 -10
  7. package/config/config-local.yml +2 -2
  8. package/config/config-staging.yml +10 -10
  9. package/config/config.yml +11 -11
  10. package/dist/src/base-command.d.ts +49 -13
  11. package/dist/src/base-command.d.ts.map +1 -1
  12. package/dist/src/base-command.js +142 -109
  13. package/dist/src/base-command.js.map +1 -1
  14. package/dist/src/commands/agent/list.d.ts +8 -0
  15. package/dist/src/commands/agent/list.d.ts.map +1 -0
  16. package/dist/src/commands/agent/list.js +37 -0
  17. package/dist/src/commands/agent/list.js.map +1 -0
  18. package/dist/src/commands/agent/restart.d.ts +7 -0
  19. package/dist/src/commands/agent/restart.d.ts.map +1 -0
  20. package/dist/src/commands/{daemon → agent}/restart.js +2 -3
  21. package/dist/src/commands/agent/restart.js.map +1 -0
  22. package/dist/src/commands/agent/run.d.ts +19 -0
  23. package/dist/src/commands/agent/run.d.ts.map +1 -0
  24. package/dist/src/commands/agent/run.js +60 -0
  25. package/dist/src/commands/agent/run.js.map +1 -0
  26. package/dist/src/commands/{daemon → agent}/start.d.ts +1 -1
  27. package/dist/src/commands/agent/start.d.ts.map +1 -0
  28. package/dist/src/commands/{daemon → agent}/start.js +3 -4
  29. package/dist/src/commands/agent/start.js.map +1 -0
  30. package/dist/src/commands/{daemon → agent}/stop.d.ts +1 -1
  31. package/dist/src/commands/agent/stop.d.ts.map +1 -0
  32. package/dist/src/commands/{daemon → agent}/stop.js +3 -4
  33. package/dist/src/commands/agent/stop.js.map +1 -0
  34. package/dist/src/commands/app/app.test.js.map +1 -1
  35. package/dist/src/commands/app/create.d.ts +4 -2
  36. package/dist/src/commands/app/create.d.ts.map +1 -1
  37. package/dist/src/commands/app/create.js +23 -34
  38. package/dist/src/commands/app/create.js.map +1 -1
  39. package/dist/src/commands/app/list.d.ts +1 -1
  40. package/dist/src/commands/app/list.d.ts.map +1 -1
  41. package/dist/src/commands/app/list.js +5 -12
  42. package/dist/src/commands/app/list.js.map +1 -1
  43. package/dist/src/commands/app/open.d.ts +5 -2
  44. package/dist/src/commands/app/open.d.ts.map +1 -1
  45. package/dist/src/commands/app/open.js +5 -6
  46. package/dist/src/commands/app/open.js.map +1 -1
  47. package/dist/src/commands/app/publish.d.ts +5 -3
  48. package/dist/src/commands/app/publish.d.ts.map +1 -1
  49. package/dist/src/commands/app/publish.js +31 -43
  50. package/dist/src/commands/app/publish.js.map +1 -1
  51. package/dist/src/commands/config/index.d.ts +1 -1
  52. package/dist/src/commands/config/index.d.ts.map +1 -1
  53. package/dist/src/commands/config/index.js +1 -2
  54. package/dist/src/commands/config/index.js.map +1 -1
  55. package/dist/src/commands/{daemon/run.d.ts → debug/stats.d.ts} +11 -4
  56. package/dist/src/commands/debug/stats.d.ts.map +1 -0
  57. package/dist/src/commands/debug/stats.js +31 -0
  58. package/dist/src/commands/debug/stats.js.map +1 -0
  59. package/dist/src/commands/{daemon/restart.d.ts → device/index.d.ts} +2 -2
  60. package/dist/src/commands/device/index.d.ts.map +1 -0
  61. package/dist/src/commands/device/index.js +19 -0
  62. package/dist/src/commands/device/index.js.map +1 -0
  63. package/dist/src/commands/{daemon → device}/list.d.ts +1 -1
  64. package/dist/src/commands/device/list.d.ts.map +1 -0
  65. package/dist/src/commands/device/list.js +20 -0
  66. package/dist/src/commands/device/list.js.map +1 -0
  67. package/dist/src/commands/function/exec.d.ts +10 -0
  68. package/dist/src/commands/function/exec.d.ts.map +1 -0
  69. package/dist/src/commands/function/exec.js +35 -0
  70. package/dist/src/commands/function/exec.js.map +1 -0
  71. package/dist/src/commands/function/list.d.ts +8 -0
  72. package/dist/src/commands/function/list.d.ts.map +1 -0
  73. package/dist/src/commands/function/list.js +43 -0
  74. package/dist/src/commands/function/list.js.map +1 -0
  75. package/dist/src/commands/function/logs.d.ts +10 -0
  76. package/dist/src/commands/function/logs.d.ts.map +1 -0
  77. package/dist/src/commands/function/logs.js +38 -0
  78. package/dist/src/commands/function/logs.js.map +1 -0
  79. package/dist/src/commands/halo/create.d.ts +2 -2
  80. package/dist/src/commands/halo/create.d.ts.map +1 -1
  81. package/dist/src/commands/halo/create.js +4 -5
  82. package/dist/src/commands/halo/create.js.map +1 -1
  83. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  84. package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
  85. package/dist/src/commands/halo/credential/add.js +1 -3
  86. package/dist/src/commands/halo/credential/add.js.map +1 -1
  87. package/dist/src/commands/halo/credential/list.d.ts +5 -2
  88. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  89. package/dist/src/commands/halo/credential/list.js +2 -3
  90. package/dist/src/commands/halo/credential/list.js.map +1 -1
  91. package/dist/src/commands/halo/index.d.ts +1 -1
  92. package/dist/src/commands/halo/index.d.ts.map +1 -1
  93. package/dist/src/commands/halo/index.js +1 -2
  94. package/dist/src/commands/halo/index.js.map +1 -1
  95. package/dist/src/commands/halo/join.d.ts +5 -2
  96. package/dist/src/commands/halo/join.d.ts.map +1 -1
  97. package/dist/src/commands/halo/join.js +1 -2
  98. package/dist/src/commands/halo/join.js.map +1 -1
  99. package/dist/src/commands/halo/share.d.ts +5 -2
  100. package/dist/src/commands/halo/share.d.ts.map +1 -1
  101. package/dist/src/commands/halo/share.js +2 -3
  102. package/dist/src/commands/halo/share.js.map +1 -1
  103. package/dist/src/commands/kube/auth.d.ts +1 -1
  104. package/dist/src/commands/kube/auth.d.ts.map +1 -1
  105. package/dist/src/commands/kube/auth.js +2 -3
  106. package/dist/src/commands/kube/auth.js.map +1 -1
  107. package/dist/src/commands/kube/deploy.d.ts +5 -2
  108. package/dist/src/commands/kube/deploy.d.ts.map +1 -1
  109. package/dist/src/commands/kube/deploy.js +1 -2
  110. package/dist/src/commands/kube/deploy.js.map +1 -1
  111. package/dist/src/commands/reset/index.d.ts +10 -1
  112. package/dist/src/commands/reset/index.d.ts.map +1 -1
  113. package/dist/src/commands/reset/index.js +30 -9
  114. package/dist/src/commands/reset/index.js.map +1 -1
  115. package/dist/src/commands/shell/index.d.ts +1 -1
  116. package/dist/src/commands/shell/index.d.ts.map +1 -1
  117. package/dist/src/commands/shell/index.js.map +1 -1
  118. package/dist/src/commands/space/create.d.ts +1 -1
  119. package/dist/src/commands/space/create.d.ts.map +1 -1
  120. package/dist/src/commands/space/create.js +2 -3
  121. package/dist/src/commands/space/create.js.map +1 -1
  122. package/dist/src/commands/space/{new-epoch.d.ts → epoch.d.ts} +6 -3
  123. package/dist/src/commands/space/epoch.d.ts.map +1 -0
  124. package/dist/src/commands/space/{new-epoch.js → epoch.js} +8 -9
  125. package/dist/src/commands/space/epoch.js.map +1 -0
  126. package/dist/src/commands/space/index.d.ts +1 -1
  127. package/dist/src/commands/space/index.d.ts.map +1 -1
  128. package/dist/src/commands/space/index.js +1 -0
  129. package/dist/src/commands/space/index.js.map +1 -1
  130. package/dist/src/commands/space/invite.d.ts +1 -1
  131. package/dist/src/commands/space/invite.d.ts.map +1 -1
  132. package/dist/src/commands/space/invite.js +1 -2
  133. package/dist/src/commands/space/invite.js.map +1 -1
  134. package/dist/src/commands/space/join.d.ts +5 -2
  135. package/dist/src/commands/space/join.d.ts.map +1 -1
  136. package/dist/src/commands/space/join.js +1 -2
  137. package/dist/src/commands/space/join.js.map +1 -1
  138. package/dist/src/commands/space/list.d.ts +5 -2
  139. package/dist/src/commands/space/list.d.ts.map +1 -1
  140. package/dist/src/commands/space/list.js +2 -3
  141. package/dist/src/commands/space/list.js.map +1 -1
  142. package/dist/src/commands/space/members.d.ts +5 -2
  143. package/dist/src/commands/space/members.d.ts.map +1 -1
  144. package/dist/src/commands/space/members.js +3 -4
  145. package/dist/src/commands/space/members.js.map +1 -1
  146. package/dist/src/commands/tunnel/list.d.ts +1 -1
  147. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  148. package/dist/src/commands/tunnel/list.js +7 -16
  149. package/dist/src/commands/tunnel/list.js.map +1 -1
  150. package/dist/src/commands/tunnel/set.d.ts +5 -2
  151. package/dist/src/commands/tunnel/set.d.ts.map +1 -1
  152. package/dist/src/commands/tunnel/set.js +8 -15
  153. package/dist/src/commands/tunnel/set.js.map +1 -1
  154. package/dist/src/util/credential.js.map +1 -1
  155. package/dist/src/util/exec.d.ts.map +1 -1
  156. package/dist/src/util/exec.js.map +1 -1
  157. package/dist/src/util/print.d.ts +6 -0
  158. package/dist/src/util/print.d.ts.map +1 -1
  159. package/dist/src/util/print.js +33 -10
  160. package/dist/src/util/print.js.map +1 -1
  161. package/dist/src/util/provider/provider.js +2 -2
  162. package/dist/src/util/publish/common.d.ts +1 -1
  163. package/dist/src/util/publish/common.d.ts.map +1 -1
  164. package/dist/src/util/publish/common.js +2 -2
  165. package/dist/src/util/publish/common.js.map +1 -1
  166. package/dist/src/util/telemetry.d.ts.map +1 -1
  167. package/dist/src/util/telemetry.js +1 -0
  168. package/dist/src/util/telemetry.js.map +1 -1
  169. package/dist/src/util/telemetryrc.json +2 -2
  170. package/dist/src/util/tunnel/common.js +3 -3
  171. package/dist/src/util/util.d.ts +1 -0
  172. package/dist/src/util/util.d.ts.map +1 -1
  173. package/dist/src/util/util.js +11 -1
  174. package/dist/src/util/util.js.map +1 -1
  175. package/oclif.manifest.json +1433 -407
  176. package/package.json +24 -23
  177. package/dist/src/commands/daemon/list.d.ts.map +0 -1
  178. package/dist/src/commands/daemon/list.js +0 -19
  179. package/dist/src/commands/daemon/list.js.map +0 -1
  180. package/dist/src/commands/daemon/restart.d.ts.map +0 -1
  181. package/dist/src/commands/daemon/restart.js.map +0 -1
  182. package/dist/src/commands/daemon/run.d.ts.map +0 -1
  183. package/dist/src/commands/daemon/run.js +0 -33
  184. package/dist/src/commands/daemon/run.js.map +0 -1
  185. package/dist/src/commands/daemon/start.d.ts.map +0 -1
  186. package/dist/src/commands/daemon/start.js.map +0 -1
  187. package/dist/src/commands/daemon/stop.d.ts.map +0 -1
  188. package/dist/src/commands/daemon/stop.js.map +0 -1
  189. package/dist/src/commands/space/new-epoch.d.ts.map +0 -1
  190. package/dist/src/commands/space/new-epoch.js.map +0 -1
  191. package/dist/src/daemon/daemon.d.ts +0 -15
  192. package/dist/src/daemon/daemon.d.ts.map +0 -1
  193. package/dist/src/daemon/daemon.js +0 -6
  194. package/dist/src/daemon/daemon.js.map +0 -1
  195. package/dist/src/daemon/faas/api.d.ts +0 -346
  196. package/dist/src/daemon/faas/api.d.ts.map +0 -1
  197. package/dist/src/daemon/faas/api.js +0 -11
  198. package/dist/src/daemon/faas/api.js.map +0 -1
  199. package/dist/src/daemon/faas/connector.d.ts +0 -46
  200. package/dist/src/daemon/faas/connector.d.ts.map +0 -1
  201. package/dist/src/daemon/faas/connector.js +0 -185
  202. package/dist/src/daemon/faas/connector.js.map +0 -1
  203. package/dist/src/daemon/forever/forever-daemon.d.ts +0 -15
  204. package/dist/src/daemon/forever/forever-daemon.d.ts.map +0 -1
  205. package/dist/src/daemon/forever/forever-daemon.js +0 -83
  206. package/dist/src/daemon/forever/forever-daemon.js.map +0 -1
  207. package/dist/src/daemon/forever/index.d.ts +0 -2
  208. package/dist/src/daemon/forever/index.d.ts.map +0 -1
  209. package/dist/src/daemon/forever/index.js +0 -21
  210. package/dist/src/daemon/forever/index.js.map +0 -1
  211. package/dist/src/daemon/index.d.ts +0 -5
  212. package/dist/src/daemon/index.d.ts.map +0 -1
  213. package/dist/src/daemon/index.js +0 -24
  214. package/dist/src/daemon/index.js.map +0 -1
  215. package/dist/src/daemon/pm2/index.d.ts +0 -2
  216. package/dist/src/daemon/pm2/index.d.ts.map +0 -1
  217. package/dist/src/daemon/pm2/index.js +0 -21
  218. package/dist/src/daemon/pm2/index.js.map +0 -1
  219. package/dist/src/daemon/pm2/pm2-daemon.d.ts +0 -21
  220. package/dist/src/daemon/pm2/pm2-daemon.d.ts.map +0 -1
  221. package/dist/src/daemon/pm2/pm2-daemon.js +0 -107
  222. package/dist/src/daemon/pm2/pm2-daemon.js.map +0 -1
  223. package/dist/src/daemon/run-services.d.ts +0 -7
  224. package/dist/src/daemon/run-services.d.ts.map +0 -1
  225. package/dist/src/daemon/run-services.js +0 -109
  226. package/dist/src/daemon/run-services.js.map +0 -1
  227. package/dist/src/daemon/util.d.ts +0 -8
  228. package/dist/src/daemon/util.d.ts.map +0 -1
  229. package/dist/src/daemon/util.js +0 -38
  230. package/dist/src/daemon/util.js.map +0 -1
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "0.1.48",
2
+ "version": "0.1.49-next.c888fc1",
3
3
  "commands": {
4
- "app:create": {
5
- "id": "app:create",
6
- "description": "Create a DXOS project.",
4
+ "agent:list": {
5
+ "id": "agent:list",
6
+ "description": "List agents.",
7
7
  "strict": true,
8
8
  "pluginName": "@dxos/cli",
9
9
  "pluginAlias": "@dxos/cli",
@@ -17,34 +17,421 @@
17
17
  "helpGroup": "GLOBAL",
18
18
  "allowNo": false
19
19
  },
20
+ "dry-run": {
21
+ "name": "dry-run",
22
+ "type": "boolean",
23
+ "description": "Dry run.",
24
+ "allowNo": false
25
+ },
26
+ "verbose": {
27
+ "name": "verbose",
28
+ "type": "boolean",
29
+ "char": "v",
30
+ "description": "Verbose output",
31
+ "allowNo": false
32
+ },
33
+ "profile": {
34
+ "name": "profile",
35
+ "type": "option",
36
+ "description": "User profile.",
37
+ "multiple": false,
38
+ "default": "default"
39
+ },
20
40
  "config": {
21
41
  "name": "config",
22
42
  "type": "option",
23
- "description": "Specify config file",
43
+ "description": "Config file.",
24
44
  "multiple": false,
25
45
  "dependsOn": [
26
46
  "profile"
27
47
  ],
48
+ "default": "/home/runner/.config/dx/profile/default.yml",
28
49
  "aliases": [
29
50
  "c"
30
51
  ]
31
52
  },
53
+ "no-agent": {
54
+ "name": "no-agent",
55
+ "type": "boolean",
56
+ "description": "Auto-start agent.",
57
+ "allowNo": false
58
+ },
32
59
  "timeout": {
33
60
  "name": "timeout",
34
61
  "type": "option",
35
- "description": "Timeout in seconds",
62
+ "description": "Timeout in seconds.",
36
63
  "multiple": false,
37
64
  "default": 30,
38
65
  "aliases": [
39
66
  "t"
40
67
  ]
68
+ }
69
+ },
70
+ "args": {}
71
+ },
72
+ "agent:restart": {
73
+ "id": "agent:restart",
74
+ "description": "Restart agent daemon.",
75
+ "strict": true,
76
+ "pluginName": "@dxos/cli",
77
+ "pluginAlias": "@dxos/cli",
78
+ "pluginType": "core",
79
+ "aliases": [],
80
+ "flags": {
81
+ "json": {
82
+ "name": "json",
83
+ "type": "boolean",
84
+ "description": "Format output as json.",
85
+ "helpGroup": "GLOBAL",
86
+ "allowNo": false
87
+ },
88
+ "dry-run": {
89
+ "name": "dry-run",
90
+ "type": "boolean",
91
+ "description": "Dry run.",
92
+ "allowNo": false
93
+ },
94
+ "verbose": {
95
+ "name": "verbose",
96
+ "type": "boolean",
97
+ "char": "v",
98
+ "description": "Verbose output",
99
+ "allowNo": false
41
100
  },
42
101
  "profile": {
43
102
  "name": "profile",
44
103
  "type": "option",
45
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
104
+ "description": "User profile.",
105
+ "multiple": false,
106
+ "default": "default"
107
+ },
108
+ "config": {
109
+ "name": "config",
110
+ "type": "option",
111
+ "description": "Config file.",
46
112
  "multiple": false,
47
- "default": "dxos-default"
113
+ "dependsOn": [
114
+ "profile"
115
+ ],
116
+ "default": "/home/runner/.config/dx/profile/default.yml",
117
+ "aliases": [
118
+ "c"
119
+ ]
120
+ },
121
+ "no-agent": {
122
+ "name": "no-agent",
123
+ "type": "boolean",
124
+ "description": "Auto-start agent.",
125
+ "allowNo": false
126
+ },
127
+ "timeout": {
128
+ "name": "timeout",
129
+ "type": "option",
130
+ "description": "Timeout in seconds.",
131
+ "multiple": false,
132
+ "default": 30,
133
+ "aliases": [
134
+ "t"
135
+ ]
136
+ }
137
+ },
138
+ "args": {}
139
+ },
140
+ "agent:run": {
141
+ "id": "agent:run",
142
+ "description": "Run agent as foreground process.",
143
+ "strict": true,
144
+ "pluginName": "@dxos/cli",
145
+ "pluginAlias": "@dxos/cli",
146
+ "pluginType": "core",
147
+ "aliases": [],
148
+ "flags": {
149
+ "json": {
150
+ "name": "json",
151
+ "type": "boolean",
152
+ "description": "Format output as json.",
153
+ "helpGroup": "GLOBAL",
154
+ "allowNo": false
155
+ },
156
+ "dry-run": {
157
+ "name": "dry-run",
158
+ "type": "boolean",
159
+ "description": "Dry run.",
160
+ "allowNo": false
161
+ },
162
+ "verbose": {
163
+ "name": "verbose",
164
+ "type": "boolean",
165
+ "char": "v",
166
+ "description": "Verbose output",
167
+ "allowNo": false
168
+ },
169
+ "profile": {
170
+ "name": "profile",
171
+ "type": "option",
172
+ "description": "User profile.",
173
+ "multiple": false,
174
+ "default": "default"
175
+ },
176
+ "config": {
177
+ "name": "config",
178
+ "type": "option",
179
+ "description": "Config file.",
180
+ "multiple": false,
181
+ "dependsOn": [
182
+ "profile"
183
+ ],
184
+ "default": "/home/runner/.config/dx/profile/default.yml",
185
+ "aliases": [
186
+ "c"
187
+ ]
188
+ },
189
+ "no-agent": {
190
+ "name": "no-agent",
191
+ "type": "boolean",
192
+ "description": "Auto-start agent.",
193
+ "allowNo": false
194
+ },
195
+ "timeout": {
196
+ "name": "timeout",
197
+ "type": "option",
198
+ "description": "Timeout in seconds.",
199
+ "multiple": false,
200
+ "default": 30,
201
+ "aliases": [
202
+ "t"
203
+ ]
204
+ },
205
+ "socket": {
206
+ "name": "socket",
207
+ "type": "boolean",
208
+ "description": "Expose socket.",
209
+ "allowNo": false
210
+ },
211
+ "web-socket": {
212
+ "name": "web-socket",
213
+ "type": "option",
214
+ "description": "Expose web socket port.",
215
+ "multiple": false,
216
+ "aliases": [
217
+ "ws"
218
+ ]
219
+ },
220
+ "http": {
221
+ "name": "http",
222
+ "type": "option",
223
+ "description": "Expose HTTP proxy.",
224
+ "multiple": false
225
+ },
226
+ "epoch": {
227
+ "name": "epoch",
228
+ "type": "option",
229
+ "description": "Manage epochs (set to \"auto\" or message count).",
230
+ "multiple": false
231
+ }
232
+ },
233
+ "args": {}
234
+ },
235
+ "agent:start": {
236
+ "id": "agent:start",
237
+ "description": "Start agent daemon.",
238
+ "strict": true,
239
+ "pluginName": "@dxos/cli",
240
+ "pluginAlias": "@dxos/cli",
241
+ "pluginType": "core",
242
+ "aliases": [],
243
+ "flags": {
244
+ "json": {
245
+ "name": "json",
246
+ "type": "boolean",
247
+ "description": "Format output as json.",
248
+ "helpGroup": "GLOBAL",
249
+ "allowNo": false
250
+ },
251
+ "dry-run": {
252
+ "name": "dry-run",
253
+ "type": "boolean",
254
+ "description": "Dry run.",
255
+ "allowNo": false
256
+ },
257
+ "verbose": {
258
+ "name": "verbose",
259
+ "type": "boolean",
260
+ "char": "v",
261
+ "description": "Verbose output",
262
+ "allowNo": false
263
+ },
264
+ "profile": {
265
+ "name": "profile",
266
+ "type": "option",
267
+ "description": "User profile.",
268
+ "multiple": false,
269
+ "default": "default"
270
+ },
271
+ "config": {
272
+ "name": "config",
273
+ "type": "option",
274
+ "description": "Config file.",
275
+ "multiple": false,
276
+ "dependsOn": [
277
+ "profile"
278
+ ],
279
+ "default": "/home/runner/.config/dx/profile/default.yml",
280
+ "aliases": [
281
+ "c"
282
+ ]
283
+ },
284
+ "no-agent": {
285
+ "name": "no-agent",
286
+ "type": "boolean",
287
+ "description": "Auto-start agent.",
288
+ "allowNo": false
289
+ },
290
+ "timeout": {
291
+ "name": "timeout",
292
+ "type": "option",
293
+ "description": "Timeout in seconds.",
294
+ "multiple": false,
295
+ "default": 30,
296
+ "aliases": [
297
+ "t"
298
+ ]
299
+ }
300
+ },
301
+ "args": {}
302
+ },
303
+ "agent:stop": {
304
+ "id": "agent:stop",
305
+ "description": "Stop agent daemon.",
306
+ "strict": true,
307
+ "pluginName": "@dxos/cli",
308
+ "pluginAlias": "@dxos/cli",
309
+ "pluginType": "core",
310
+ "aliases": [],
311
+ "flags": {
312
+ "json": {
313
+ "name": "json",
314
+ "type": "boolean",
315
+ "description": "Format output as json.",
316
+ "helpGroup": "GLOBAL",
317
+ "allowNo": false
318
+ },
319
+ "dry-run": {
320
+ "name": "dry-run",
321
+ "type": "boolean",
322
+ "description": "Dry run.",
323
+ "allowNo": false
324
+ },
325
+ "verbose": {
326
+ "name": "verbose",
327
+ "type": "boolean",
328
+ "char": "v",
329
+ "description": "Verbose output",
330
+ "allowNo": false
331
+ },
332
+ "profile": {
333
+ "name": "profile",
334
+ "type": "option",
335
+ "description": "User profile.",
336
+ "multiple": false,
337
+ "default": "default"
338
+ },
339
+ "config": {
340
+ "name": "config",
341
+ "type": "option",
342
+ "description": "Config file.",
343
+ "multiple": false,
344
+ "dependsOn": [
345
+ "profile"
346
+ ],
347
+ "default": "/home/runner/.config/dx/profile/default.yml",
348
+ "aliases": [
349
+ "c"
350
+ ]
351
+ },
352
+ "no-agent": {
353
+ "name": "no-agent",
354
+ "type": "boolean",
355
+ "description": "Auto-start agent.",
356
+ "allowNo": false
357
+ },
358
+ "timeout": {
359
+ "name": "timeout",
360
+ "type": "option",
361
+ "description": "Timeout in seconds.",
362
+ "multiple": false,
363
+ "default": 30,
364
+ "aliases": [
365
+ "t"
366
+ ]
367
+ }
368
+ },
369
+ "args": {}
370
+ },
371
+ "app:create": {
372
+ "id": "app:create",
373
+ "description": "Manage applications.",
374
+ "strict": true,
375
+ "pluginName": "@dxos/cli",
376
+ "pluginAlias": "@dxos/cli",
377
+ "pluginType": "core",
378
+ "aliases": [],
379
+ "flags": {
380
+ "json": {
381
+ "name": "json",
382
+ "type": "boolean",
383
+ "description": "Format output as json.",
384
+ "helpGroup": "GLOBAL",
385
+ "allowNo": false
386
+ },
387
+ "dry-run": {
388
+ "name": "dry-run",
389
+ "type": "boolean",
390
+ "description": "Dry run.",
391
+ "allowNo": false
392
+ },
393
+ "verbose": {
394
+ "name": "verbose",
395
+ "type": "boolean",
396
+ "char": "v",
397
+ "description": "Verbose output",
398
+ "allowNo": false
399
+ },
400
+ "profile": {
401
+ "name": "profile",
402
+ "type": "option",
403
+ "description": "User profile.",
404
+ "multiple": false,
405
+ "default": "default"
406
+ },
407
+ "config": {
408
+ "name": "config",
409
+ "type": "option",
410
+ "description": "Config file.",
411
+ "multiple": false,
412
+ "dependsOn": [
413
+ "profile"
414
+ ],
415
+ "default": "/home/runner/.config/dx/profile/default.yml",
416
+ "aliases": [
417
+ "c"
418
+ ]
419
+ },
420
+ "no-agent": {
421
+ "name": "no-agent",
422
+ "type": "boolean",
423
+ "description": "Auto-start agent.",
424
+ "allowNo": false
425
+ },
426
+ "timeout": {
427
+ "name": "timeout",
428
+ "type": "option",
429
+ "description": "Timeout in seconds.",
430
+ "multiple": false,
431
+ "default": 30,
432
+ "aliases": [
433
+ "t"
434
+ ]
48
435
  },
49
436
  "tag": {
50
437
  "name": "tag",
@@ -69,21 +456,14 @@
69
456
  "name": "interactive",
70
457
  "type": "boolean",
71
458
  "char": "i",
72
- "description": "Customize app template options via interactive prompt",
73
- "allowNo": false
74
- },
75
- "verbose": {
76
- "name": "verbose",
77
- "type": "boolean",
78
- "char": "v",
79
- "description": "Verbose output",
459
+ "description": "Customize app template options via interactive prompt.",
80
460
  "allowNo": false
81
461
  }
82
462
  },
83
463
  "args": {
84
464
  "name": {
85
465
  "name": "name",
86
- "description": "Name of the project",
466
+ "description": "App name.",
87
467
  "required": true
88
468
  }
89
469
  }
@@ -104,34 +484,54 @@
104
484
  "helpGroup": "GLOBAL",
105
485
  "allowNo": false
106
486
  },
487
+ "dry-run": {
488
+ "name": "dry-run",
489
+ "type": "boolean",
490
+ "description": "Dry run.",
491
+ "allowNo": false
492
+ },
493
+ "verbose": {
494
+ "name": "verbose",
495
+ "type": "boolean",
496
+ "char": "v",
497
+ "description": "Verbose output",
498
+ "allowNo": false
499
+ },
500
+ "profile": {
501
+ "name": "profile",
502
+ "type": "option",
503
+ "description": "User profile.",
504
+ "multiple": false,
505
+ "default": "default"
506
+ },
107
507
  "config": {
108
508
  "name": "config",
109
509
  "type": "option",
110
- "description": "Specify config file",
510
+ "description": "Config file.",
111
511
  "multiple": false,
112
512
  "dependsOn": [
113
513
  "profile"
114
514
  ],
515
+ "default": "/home/runner/.config/dx/profile/default.yml",
115
516
  "aliases": [
116
517
  "c"
117
518
  ]
118
519
  },
520
+ "no-agent": {
521
+ "name": "no-agent",
522
+ "type": "boolean",
523
+ "description": "Auto-start agent.",
524
+ "allowNo": false
525
+ },
119
526
  "timeout": {
120
527
  "name": "timeout",
121
528
  "type": "option",
122
- "description": "Timeout in seconds",
529
+ "description": "Timeout in seconds.",
123
530
  "multiple": false,
124
531
  "default": 30,
125
532
  "aliases": [
126
533
  "t"
127
534
  ]
128
- },
129
- "profile": {
130
- "name": "profile",
131
- "type": "option",
132
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
133
- "multiple": false,
134
- "default": "dxos-default"
135
535
  }
136
536
  },
137
537
  "args": {}
@@ -152,35 +552,55 @@
152
552
  "helpGroup": "GLOBAL",
153
553
  "allowNo": false
154
554
  },
555
+ "dry-run": {
556
+ "name": "dry-run",
557
+ "type": "boolean",
558
+ "description": "Dry run.",
559
+ "allowNo": false
560
+ },
561
+ "verbose": {
562
+ "name": "verbose",
563
+ "type": "boolean",
564
+ "char": "v",
565
+ "description": "Verbose output",
566
+ "allowNo": false
567
+ },
568
+ "profile": {
569
+ "name": "profile",
570
+ "type": "option",
571
+ "description": "User profile.",
572
+ "multiple": false,
573
+ "default": "default"
574
+ },
155
575
  "config": {
156
576
  "name": "config",
157
577
  "type": "option",
158
- "description": "Specify config file",
578
+ "description": "Config file.",
159
579
  "multiple": false,
160
580
  "dependsOn": [
161
581
  "profile"
162
582
  ],
583
+ "default": "/home/runner/.config/dx/profile/default.yml",
163
584
  "aliases": [
164
585
  "c"
165
586
  ]
166
587
  },
588
+ "no-agent": {
589
+ "name": "no-agent",
590
+ "type": "boolean",
591
+ "description": "Auto-start agent.",
592
+ "allowNo": false
593
+ },
167
594
  "timeout": {
168
595
  "name": "timeout",
169
596
  "type": "option",
170
- "description": "Timeout in seconds",
597
+ "description": "Timeout in seconds.",
171
598
  "multiple": false,
172
599
  "default": 30,
173
600
  "aliases": [
174
601
  "t"
175
602
  ]
176
603
  },
177
- "profile": {
178
- "name": "profile",
179
- "type": "option",
180
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
181
- "multiple": false,
182
- "default": "dxos-default"
183
- },
184
604
  "instances": {
185
605
  "name": "instances",
186
606
  "type": "option",
@@ -219,35 +639,55 @@
219
639
  "helpGroup": "GLOBAL",
220
640
  "allowNo": false
221
641
  },
642
+ "dry-run": {
643
+ "name": "dry-run",
644
+ "type": "boolean",
645
+ "description": "Dry run.",
646
+ "allowNo": false
647
+ },
648
+ "verbose": {
649
+ "name": "verbose",
650
+ "type": "boolean",
651
+ "char": "v",
652
+ "description": "Verbose output",
653
+ "allowNo": false
654
+ },
655
+ "profile": {
656
+ "name": "profile",
657
+ "type": "option",
658
+ "description": "User profile.",
659
+ "multiple": false,
660
+ "default": "default"
661
+ },
222
662
  "config": {
223
663
  "name": "config",
224
664
  "type": "option",
225
- "description": "Specify config file",
665
+ "description": "Config file.",
226
666
  "multiple": false,
227
667
  "dependsOn": [
228
668
  "profile"
229
669
  ],
670
+ "default": "/home/runner/.config/dx/profile/default.yml",
230
671
  "aliases": [
231
672
  "c"
232
673
  ]
233
674
  },
675
+ "no-agent": {
676
+ "name": "no-agent",
677
+ "type": "boolean",
678
+ "description": "Auto-start agent.",
679
+ "allowNo": false
680
+ },
234
681
  "timeout": {
235
682
  "name": "timeout",
236
683
  "type": "option",
237
- "description": "Timeout in seconds",
684
+ "description": "Timeout in seconds.",
238
685
  "multiple": false,
239
686
  "default": 30,
240
687
  "aliases": [
241
688
  "t"
242
689
  ]
243
690
  },
244
- "profile": {
245
- "name": "profile",
246
- "type": "option",
247
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
248
- "multiple": false,
249
- "default": "dxos-default"
250
- },
251
691
  "configPath": {
252
692
  "name": "configPath",
253
693
  "type": "option",
@@ -257,25 +697,19 @@
257
697
  "accessToken": {
258
698
  "name": "accessToken",
259
699
  "type": "option",
260
- "description": "Access token for publishing",
700
+ "description": "Access token for publishing.",
261
701
  "multiple": false
262
702
  },
263
703
  "skipExisting": {
264
704
  "name": "skipExisting",
265
705
  "type": "boolean",
266
- "description": "Do not update content on KUBE if version already exists",
267
- "allowNo": false
268
- },
269
- "verbose": {
270
- "name": "verbose",
271
- "type": "boolean",
272
- "description": "Verbose output",
706
+ "description": "Do not update content on KUBE if version already exists.",
273
707
  "allowNo": false
274
708
  },
275
709
  "version": {
276
710
  "name": "version",
277
711
  "type": "option",
278
- "description": "Version of modules to publish",
712
+ "description": "Version of modules to publish.",
279
713
  "multiple": false
280
714
  }
281
715
  },
@@ -297,41 +731,141 @@
297
731
  "helpGroup": "GLOBAL",
298
732
  "allowNo": false
299
733
  },
734
+ "dry-run": {
735
+ "name": "dry-run",
736
+ "type": "boolean",
737
+ "description": "Dry run.",
738
+ "allowNo": false
739
+ },
740
+ "verbose": {
741
+ "name": "verbose",
742
+ "type": "boolean",
743
+ "char": "v",
744
+ "description": "Verbose output",
745
+ "allowNo": false
746
+ },
747
+ "profile": {
748
+ "name": "profile",
749
+ "type": "option",
750
+ "description": "User profile.",
751
+ "multiple": false,
752
+ "default": "default"
753
+ },
300
754
  "config": {
301
755
  "name": "config",
302
756
  "type": "option",
303
- "description": "Specify config file",
757
+ "description": "Config file.",
304
758
  "multiple": false,
305
759
  "dependsOn": [
306
760
  "profile"
307
761
  ],
762
+ "default": "/home/runner/.config/dx/profile/default.yml",
308
763
  "aliases": [
309
764
  "c"
310
765
  ]
311
766
  },
767
+ "no-agent": {
768
+ "name": "no-agent",
769
+ "type": "boolean",
770
+ "description": "Auto-start agent.",
771
+ "allowNo": false
772
+ },
312
773
  "timeout": {
313
774
  "name": "timeout",
314
775
  "type": "option",
315
- "description": "Timeout in seconds",
776
+ "description": "Timeout in seconds.",
316
777
  "multiple": false,
317
778
  "default": 30,
318
779
  "aliases": [
319
780
  "t"
320
781
  ]
782
+ }
783
+ },
784
+ "args": {}
785
+ },
786
+ "debug:stats": {
787
+ "id": "debug:stats",
788
+ "description": "Output debug stats.",
789
+ "strict": true,
790
+ "pluginName": "@dxos/cli",
791
+ "pluginAlias": "@dxos/cli",
792
+ "pluginType": "core",
793
+ "aliases": [],
794
+ "flags": {
795
+ "json": {
796
+ "name": "json",
797
+ "type": "boolean",
798
+ "description": "Format output as json.",
799
+ "helpGroup": "GLOBAL",
800
+ "allowNo": false
801
+ },
802
+ "dry-run": {
803
+ "name": "dry-run",
804
+ "type": "boolean",
805
+ "description": "Dry run.",
806
+ "allowNo": false
807
+ },
808
+ "verbose": {
809
+ "name": "verbose",
810
+ "type": "boolean",
811
+ "char": "v",
812
+ "description": "Verbose output",
813
+ "allowNo": false
321
814
  },
322
815
  "profile": {
323
816
  "name": "profile",
324
817
  "type": "option",
325
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
818
+ "description": "User profile.",
819
+ "multiple": false,
820
+ "default": "default"
821
+ },
822
+ "config": {
823
+ "name": "config",
824
+ "type": "option",
825
+ "description": "Config file.",
326
826
  "multiple": false,
327
- "default": "dxos-default"
827
+ "dependsOn": [
828
+ "profile"
829
+ ],
830
+ "default": "/home/runner/.config/dx/profile/default.yml",
831
+ "aliases": [
832
+ "c"
833
+ ]
834
+ },
835
+ "no-agent": {
836
+ "name": "no-agent",
837
+ "type": "boolean",
838
+ "description": "Auto-start agent.",
839
+ "allowNo": false
840
+ },
841
+ "timeout": {
842
+ "name": "timeout",
843
+ "type": "option",
844
+ "description": "Timeout in seconds.",
845
+ "multiple": false,
846
+ "default": 30,
847
+ "aliases": [
848
+ "t"
849
+ ]
850
+ },
851
+ "humanize": {
852
+ "name": "humanize",
853
+ "type": "boolean",
854
+ "description": "Humanized keys.",
855
+ "allowNo": false
856
+ },
857
+ "truncate": {
858
+ "name": "truncate",
859
+ "type": "boolean",
860
+ "description": "Truncate keys.",
861
+ "allowNo": false
328
862
  }
329
863
  },
330
864
  "args": {}
331
865
  },
332
- "daemon:list": {
333
- "id": "daemon:list",
334
- "description": "List daemons currently running.",
866
+ "device": {
867
+ "id": "device",
868
+ "description": "Show device info.",
335
869
  "strict": true,
336
870
  "pluginName": "@dxos/cli",
337
871
  "pluginAlias": "@dxos/cli",
@@ -345,41 +879,61 @@
345
879
  "helpGroup": "GLOBAL",
346
880
  "allowNo": false
347
881
  },
882
+ "dry-run": {
883
+ "name": "dry-run",
884
+ "type": "boolean",
885
+ "description": "Dry run.",
886
+ "allowNo": false
887
+ },
888
+ "verbose": {
889
+ "name": "verbose",
890
+ "type": "boolean",
891
+ "char": "v",
892
+ "description": "Verbose output",
893
+ "allowNo": false
894
+ },
895
+ "profile": {
896
+ "name": "profile",
897
+ "type": "option",
898
+ "description": "User profile.",
899
+ "multiple": false,
900
+ "default": "default"
901
+ },
348
902
  "config": {
349
903
  "name": "config",
350
904
  "type": "option",
351
- "description": "Specify config file",
905
+ "description": "Config file.",
352
906
  "multiple": false,
353
907
  "dependsOn": [
354
908
  "profile"
355
909
  ],
910
+ "default": "/home/runner/.config/dx/profile/default.yml",
356
911
  "aliases": [
357
912
  "c"
358
913
  ]
359
914
  },
915
+ "no-agent": {
916
+ "name": "no-agent",
917
+ "type": "boolean",
918
+ "description": "Auto-start agent.",
919
+ "allowNo": false
920
+ },
360
921
  "timeout": {
361
922
  "name": "timeout",
362
923
  "type": "option",
363
- "description": "Timeout in seconds",
924
+ "description": "Timeout in seconds.",
364
925
  "multiple": false,
365
926
  "default": 30,
366
927
  "aliases": [
367
928
  "t"
368
929
  ]
369
- },
370
- "profile": {
371
- "name": "profile",
372
- "type": "option",
373
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
374
- "multiple": false,
375
- "default": "dxos-default"
376
930
  }
377
931
  },
378
932
  "args": {}
379
933
  },
380
- "daemon:restart": {
381
- "id": "daemon:restart",
382
- "description": "Restart daemon process.",
934
+ "device:list": {
935
+ "id": "device:list",
936
+ "description": "Show device info.",
383
937
  "strict": true,
384
938
  "pluginName": "@dxos/cli",
385
939
  "pluginAlias": "@dxos/cli",
@@ -393,41 +947,61 @@
393
947
  "helpGroup": "GLOBAL",
394
948
  "allowNo": false
395
949
  },
950
+ "dry-run": {
951
+ "name": "dry-run",
952
+ "type": "boolean",
953
+ "description": "Dry run.",
954
+ "allowNo": false
955
+ },
956
+ "verbose": {
957
+ "name": "verbose",
958
+ "type": "boolean",
959
+ "char": "v",
960
+ "description": "Verbose output",
961
+ "allowNo": false
962
+ },
963
+ "profile": {
964
+ "name": "profile",
965
+ "type": "option",
966
+ "description": "User profile.",
967
+ "multiple": false,
968
+ "default": "default"
969
+ },
396
970
  "config": {
397
971
  "name": "config",
398
972
  "type": "option",
399
- "description": "Specify config file",
973
+ "description": "Config file.",
400
974
  "multiple": false,
401
975
  "dependsOn": [
402
976
  "profile"
403
977
  ],
978
+ "default": "/home/runner/.config/dx/profile/default.yml",
404
979
  "aliases": [
405
980
  "c"
406
981
  ]
407
982
  },
983
+ "no-agent": {
984
+ "name": "no-agent",
985
+ "type": "boolean",
986
+ "description": "Auto-start agent.",
987
+ "allowNo": false
988
+ },
408
989
  "timeout": {
409
990
  "name": "timeout",
410
991
  "type": "option",
411
- "description": "Timeout in seconds",
992
+ "description": "Timeout in seconds.",
412
993
  "multiple": false,
413
994
  "default": 30,
414
995
  "aliases": [
415
996
  "t"
416
997
  ]
417
- },
418
- "profile": {
419
- "name": "profile",
420
- "type": "option",
421
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
422
- "multiple": false,
423
- "default": "dxos-default"
424
998
  }
425
999
  },
426
1000
  "args": {}
427
1001
  },
428
- "daemon:run": {
429
- "id": "daemon:run",
430
- "description": "Run daemon process.",
1002
+ "function:exec": {
1003
+ "id": "function:exec",
1004
+ "description": "Invoke function.",
431
1005
  "strict": true,
432
1006
  "pluginName": "@dxos/cli",
433
1007
  "pluginAlias": "@dxos/cli",
@@ -441,48 +1015,67 @@
441
1015
  "helpGroup": "GLOBAL",
442
1016
  "allowNo": false
443
1017
  },
1018
+ "dry-run": {
1019
+ "name": "dry-run",
1020
+ "type": "boolean",
1021
+ "description": "Dry run.",
1022
+ "allowNo": false
1023
+ },
1024
+ "verbose": {
1025
+ "name": "verbose",
1026
+ "type": "boolean",
1027
+ "char": "v",
1028
+ "description": "Verbose output",
1029
+ "allowNo": false
1030
+ },
1031
+ "profile": {
1032
+ "name": "profile",
1033
+ "type": "option",
1034
+ "description": "User profile.",
1035
+ "multiple": false,
1036
+ "default": "default"
1037
+ },
444
1038
  "config": {
445
1039
  "name": "config",
446
1040
  "type": "option",
447
- "description": "Specify config file",
1041
+ "description": "Config file.",
448
1042
  "multiple": false,
449
1043
  "dependsOn": [
450
1044
  "profile"
451
1045
  ],
1046
+ "default": "/home/runner/.config/dx/profile/default.yml",
452
1047
  "aliases": [
453
1048
  "c"
454
1049
  ]
455
1050
  },
1051
+ "no-agent": {
1052
+ "name": "no-agent",
1053
+ "type": "boolean",
1054
+ "description": "Auto-start agent.",
1055
+ "allowNo": false
1056
+ },
456
1057
  "timeout": {
457
1058
  "name": "timeout",
458
1059
  "type": "option",
459
- "description": "Timeout in seconds",
1060
+ "description": "Timeout in seconds.",
460
1061
  "multiple": false,
461
1062
  "default": 30,
462
1063
  "aliases": [
463
1064
  "t"
464
1065
  ]
465
- },
466
- "profile": {
467
- "name": "profile",
468
- "type": "option",
469
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
470
- "multiple": false,
471
- "default": "dxos-default"
472
- },
473
- "listen": {
474
- "name": "listen",
475
- "type": "option",
476
- "description": "Expose services.",
477
- "required": true,
478
- "multiple": true
479
1066
  }
480
1067
  },
481
- "args": {}
1068
+ "args": {
1069
+ "name": {
1070
+ "name": "name",
1071
+ "description": "Function name.",
1072
+ "required": true
1073
+ }
1074
+ }
482
1075
  },
483
- "daemon:start": {
484
- "id": "daemon:start",
485
- "description": "Start daemon process.",
1076
+ "function:list": {
1077
+ "id": "function:list",
1078
+ "description": "List functions.",
486
1079
  "strict": true,
487
1080
  "pluginName": "@dxos/cli",
488
1081
  "pluginAlias": "@dxos/cli",
@@ -496,41 +1089,61 @@
496
1089
  "helpGroup": "GLOBAL",
497
1090
  "allowNo": false
498
1091
  },
1092
+ "dry-run": {
1093
+ "name": "dry-run",
1094
+ "type": "boolean",
1095
+ "description": "Dry run.",
1096
+ "allowNo": false
1097
+ },
1098
+ "verbose": {
1099
+ "name": "verbose",
1100
+ "type": "boolean",
1101
+ "char": "v",
1102
+ "description": "Verbose output",
1103
+ "allowNo": false
1104
+ },
1105
+ "profile": {
1106
+ "name": "profile",
1107
+ "type": "option",
1108
+ "description": "User profile.",
1109
+ "multiple": false,
1110
+ "default": "default"
1111
+ },
499
1112
  "config": {
500
1113
  "name": "config",
501
1114
  "type": "option",
502
- "description": "Specify config file",
1115
+ "description": "Config file.",
503
1116
  "multiple": false,
504
1117
  "dependsOn": [
505
1118
  "profile"
506
1119
  ],
1120
+ "default": "/home/runner/.config/dx/profile/default.yml",
507
1121
  "aliases": [
508
1122
  "c"
509
1123
  ]
510
1124
  },
1125
+ "no-agent": {
1126
+ "name": "no-agent",
1127
+ "type": "boolean",
1128
+ "description": "Auto-start agent.",
1129
+ "allowNo": false
1130
+ },
511
1131
  "timeout": {
512
1132
  "name": "timeout",
513
1133
  "type": "option",
514
- "description": "Timeout in seconds",
1134
+ "description": "Timeout in seconds.",
515
1135
  "multiple": false,
516
1136
  "default": 30,
517
1137
  "aliases": [
518
1138
  "t"
519
1139
  ]
520
- },
521
- "profile": {
522
- "name": "profile",
523
- "type": "option",
524
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
525
- "multiple": false,
526
- "default": "dxos-default"
527
1140
  }
528
1141
  },
529
1142
  "args": {}
530
1143
  },
531
- "daemon:stop": {
532
- "id": "daemon:stop",
533
- "description": "Stop daemon process.",
1144
+ "function:logs": {
1145
+ "id": "function:logs",
1146
+ "description": "Get function logs.",
534
1147
  "strict": true,
535
1148
  "pluginName": "@dxos/cli",
536
1149
  "pluginAlias": "@dxos/cli",
@@ -544,37 +1157,63 @@
544
1157
  "helpGroup": "GLOBAL",
545
1158
  "allowNo": false
546
1159
  },
1160
+ "dry-run": {
1161
+ "name": "dry-run",
1162
+ "type": "boolean",
1163
+ "description": "Dry run.",
1164
+ "allowNo": false
1165
+ },
1166
+ "verbose": {
1167
+ "name": "verbose",
1168
+ "type": "boolean",
1169
+ "char": "v",
1170
+ "description": "Verbose output",
1171
+ "allowNo": false
1172
+ },
1173
+ "profile": {
1174
+ "name": "profile",
1175
+ "type": "option",
1176
+ "description": "User profile.",
1177
+ "multiple": false,
1178
+ "default": "default"
1179
+ },
547
1180
  "config": {
548
1181
  "name": "config",
549
1182
  "type": "option",
550
- "description": "Specify config file",
1183
+ "description": "Config file.",
551
1184
  "multiple": false,
552
1185
  "dependsOn": [
553
1186
  "profile"
554
1187
  ],
1188
+ "default": "/home/runner/.config/dx/profile/default.yml",
555
1189
  "aliases": [
556
1190
  "c"
557
1191
  ]
558
1192
  },
1193
+ "no-agent": {
1194
+ "name": "no-agent",
1195
+ "type": "boolean",
1196
+ "description": "Auto-start agent.",
1197
+ "allowNo": false
1198
+ },
559
1199
  "timeout": {
560
1200
  "name": "timeout",
561
1201
  "type": "option",
562
- "description": "Timeout in seconds",
1202
+ "description": "Timeout in seconds.",
563
1203
  "multiple": false,
564
1204
  "default": 30,
565
1205
  "aliases": [
566
1206
  "t"
567
1207
  ]
568
- },
569
- "profile": {
570
- "name": "profile",
571
- "type": "option",
572
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
573
- "multiple": false,
574
- "default": "dxos-default"
575
1208
  }
576
1209
  },
577
- "args": {}
1210
+ "args": {
1211
+ "name": {
1212
+ "name": "name",
1213
+ "description": "Function name.",
1214
+ "required": true
1215
+ }
1216
+ }
578
1217
  },
579
1218
  "halo:create": {
580
1219
  "id": "halo:create",
@@ -592,40 +1231,61 @@
592
1231
  "helpGroup": "GLOBAL",
593
1232
  "allowNo": false
594
1233
  },
1234
+ "dry-run": {
1235
+ "name": "dry-run",
1236
+ "type": "boolean",
1237
+ "description": "Dry run.",
1238
+ "allowNo": false
1239
+ },
1240
+ "verbose": {
1241
+ "name": "verbose",
1242
+ "type": "boolean",
1243
+ "char": "v",
1244
+ "description": "Verbose output",
1245
+ "allowNo": false
1246
+ },
1247
+ "profile": {
1248
+ "name": "profile",
1249
+ "type": "option",
1250
+ "description": "User profile.",
1251
+ "multiple": false,
1252
+ "default": "default"
1253
+ },
595
1254
  "config": {
596
1255
  "name": "config",
597
1256
  "type": "option",
598
- "description": "Specify config file",
1257
+ "description": "Config file.",
599
1258
  "multiple": false,
600
1259
  "dependsOn": [
601
1260
  "profile"
602
1261
  ],
1262
+ "default": "/home/runner/.config/dx/profile/default.yml",
603
1263
  "aliases": [
604
1264
  "c"
605
1265
  ]
606
1266
  },
1267
+ "no-agent": {
1268
+ "name": "no-agent",
1269
+ "type": "boolean",
1270
+ "description": "Auto-start agent.",
1271
+ "allowNo": false
1272
+ },
607
1273
  "timeout": {
608
1274
  "name": "timeout",
609
1275
  "type": "option",
610
- "description": "Timeout in seconds",
1276
+ "description": "Timeout in seconds.",
611
1277
  "multiple": false,
612
1278
  "default": 30,
613
1279
  "aliases": [
614
1280
  "t"
615
1281
  ]
616
- },
617
- "profile": {
618
- "name": "profile",
619
- "type": "option",
620
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
621
- "multiple": false,
622
- "default": "dxos-default"
623
1282
  }
624
1283
  },
625
1284
  "args": {
626
1285
  "displayName": {
627
1286
  "name": "displayName",
628
- "description": "Display name"
1287
+ "description": "Display name",
1288
+ "required": true
629
1289
  }
630
1290
  }
631
1291
  },
@@ -645,34 +1305,54 @@
645
1305
  "helpGroup": "GLOBAL",
646
1306
  "allowNo": false
647
1307
  },
1308
+ "dry-run": {
1309
+ "name": "dry-run",
1310
+ "type": "boolean",
1311
+ "description": "Dry run.",
1312
+ "allowNo": false
1313
+ },
1314
+ "verbose": {
1315
+ "name": "verbose",
1316
+ "type": "boolean",
1317
+ "char": "v",
1318
+ "description": "Verbose output",
1319
+ "allowNo": false
1320
+ },
1321
+ "profile": {
1322
+ "name": "profile",
1323
+ "type": "option",
1324
+ "description": "User profile.",
1325
+ "multiple": false,
1326
+ "default": "default"
1327
+ },
648
1328
  "config": {
649
1329
  "name": "config",
650
1330
  "type": "option",
651
- "description": "Specify config file",
1331
+ "description": "Config file.",
652
1332
  "multiple": false,
653
1333
  "dependsOn": [
654
1334
  "profile"
655
1335
  ],
1336
+ "default": "/home/runner/.config/dx/profile/default.yml",
656
1337
  "aliases": [
657
1338
  "c"
658
1339
  ]
659
1340
  },
1341
+ "no-agent": {
1342
+ "name": "no-agent",
1343
+ "type": "boolean",
1344
+ "description": "Auto-start agent.",
1345
+ "allowNo": false
1346
+ },
660
1347
  "timeout": {
661
1348
  "name": "timeout",
662
1349
  "type": "option",
663
- "description": "Timeout in seconds",
1350
+ "description": "Timeout in seconds.",
664
1351
  "multiple": false,
665
1352
  "default": 30,
666
1353
  "aliases": [
667
1354
  "t"
668
1355
  ]
669
- },
670
- "profile": {
671
- "name": "profile",
672
- "type": "option",
673
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
674
- "multiple": false,
675
- "default": "dxos-default"
676
1356
  }
677
1357
  },
678
1358
  "args": {}
@@ -693,35 +1373,55 @@
693
1373
  "helpGroup": "GLOBAL",
694
1374
  "allowNo": false
695
1375
  },
1376
+ "dry-run": {
1377
+ "name": "dry-run",
1378
+ "type": "boolean",
1379
+ "description": "Dry run.",
1380
+ "allowNo": false
1381
+ },
1382
+ "verbose": {
1383
+ "name": "verbose",
1384
+ "type": "boolean",
1385
+ "char": "v",
1386
+ "description": "Verbose output",
1387
+ "allowNo": false
1388
+ },
1389
+ "profile": {
1390
+ "name": "profile",
1391
+ "type": "option",
1392
+ "description": "User profile.",
1393
+ "multiple": false,
1394
+ "default": "default"
1395
+ },
696
1396
  "config": {
697
1397
  "name": "config",
698
1398
  "type": "option",
699
- "description": "Specify config file",
1399
+ "description": "Config file.",
700
1400
  "multiple": false,
701
1401
  "dependsOn": [
702
1402
  "profile"
703
1403
  ],
1404
+ "default": "/home/runner/.config/dx/profile/default.yml",
704
1405
  "aliases": [
705
1406
  "c"
706
1407
  ]
707
1408
  },
1409
+ "no-agent": {
1410
+ "name": "no-agent",
1411
+ "type": "boolean",
1412
+ "description": "Auto-start agent.",
1413
+ "allowNo": false
1414
+ },
708
1415
  "timeout": {
709
1416
  "name": "timeout",
710
1417
  "type": "option",
711
- "description": "Timeout in seconds",
1418
+ "description": "Timeout in seconds.",
712
1419
  "multiple": false,
713
1420
  "default": 30,
714
1421
  "aliases": [
715
1422
  "t"
716
1423
  ]
717
1424
  },
718
- "profile": {
719
- "name": "profile",
720
- "type": "option",
721
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
722
- "multiple": false,
723
- "default": "dxos-default"
724
- },
725
1425
  "invitation": {
726
1426
  "name": "invitation",
727
1427
  "type": "option",
@@ -747,35 +1447,55 @@
747
1447
  "helpGroup": "GLOBAL",
748
1448
  "allowNo": false
749
1449
  },
1450
+ "dry-run": {
1451
+ "name": "dry-run",
1452
+ "type": "boolean",
1453
+ "description": "Dry run.",
1454
+ "allowNo": false
1455
+ },
1456
+ "verbose": {
1457
+ "name": "verbose",
1458
+ "type": "boolean",
1459
+ "char": "v",
1460
+ "description": "Verbose output",
1461
+ "allowNo": false
1462
+ },
1463
+ "profile": {
1464
+ "name": "profile",
1465
+ "type": "option",
1466
+ "description": "User profile.",
1467
+ "multiple": false,
1468
+ "default": "default"
1469
+ },
750
1470
  "config": {
751
1471
  "name": "config",
752
1472
  "type": "option",
753
- "description": "Specify config file",
1473
+ "description": "Config file.",
754
1474
  "multiple": false,
755
1475
  "dependsOn": [
756
1476
  "profile"
757
1477
  ],
1478
+ "default": "/home/runner/.config/dx/profile/default.yml",
758
1479
  "aliases": [
759
1480
  "c"
760
1481
  ]
761
1482
  },
1483
+ "no-agent": {
1484
+ "name": "no-agent",
1485
+ "type": "boolean",
1486
+ "description": "Auto-start agent.",
1487
+ "allowNo": false
1488
+ },
762
1489
  "timeout": {
763
1490
  "name": "timeout",
764
1491
  "type": "option",
765
- "description": "Timeout in seconds",
1492
+ "description": "Timeout in seconds.",
766
1493
  "multiple": false,
767
1494
  "default": 30,
768
1495
  "aliases": [
769
1496
  "t"
770
1497
  ]
771
1498
  },
772
- "profile": {
773
- "name": "profile",
774
- "type": "option",
775
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
776
- "multiple": false,
777
- "default": "dxos-default"
778
- },
779
1499
  "noCode": {
780
1500
  "name": "noCode",
781
1501
  "type": "boolean",
@@ -801,34 +1521,54 @@
801
1521
  "helpGroup": "GLOBAL",
802
1522
  "allowNo": false
803
1523
  },
1524
+ "dry-run": {
1525
+ "name": "dry-run",
1526
+ "type": "boolean",
1527
+ "description": "Dry run.",
1528
+ "allowNo": false
1529
+ },
1530
+ "verbose": {
1531
+ "name": "verbose",
1532
+ "type": "boolean",
1533
+ "char": "v",
1534
+ "description": "Verbose output",
1535
+ "allowNo": false
1536
+ },
1537
+ "profile": {
1538
+ "name": "profile",
1539
+ "type": "option",
1540
+ "description": "User profile.",
1541
+ "multiple": false,
1542
+ "default": "default"
1543
+ },
804
1544
  "config": {
805
1545
  "name": "config",
806
1546
  "type": "option",
807
- "description": "Specify config file",
1547
+ "description": "Config file.",
808
1548
  "multiple": false,
809
1549
  "dependsOn": [
810
1550
  "profile"
811
1551
  ],
1552
+ "default": "/home/runner/.config/dx/profile/default.yml",
812
1553
  "aliases": [
813
1554
  "c"
814
1555
  ]
815
1556
  },
1557
+ "no-agent": {
1558
+ "name": "no-agent",
1559
+ "type": "boolean",
1560
+ "description": "Auto-start agent.",
1561
+ "allowNo": false
1562
+ },
816
1563
  "timeout": {
817
1564
  "name": "timeout",
818
1565
  "type": "option",
819
- "description": "Timeout in seconds",
1566
+ "description": "Timeout in seconds.",
820
1567
  "multiple": false,
821
1568
  "default": 30,
822
1569
  "aliases": [
823
1570
  "t"
824
1571
  ]
825
- },
826
- "profile": {
827
- "name": "profile",
828
- "type": "option",
829
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
830
- "multiple": false,
831
- "default": "dxos-default"
832
1572
  }
833
1573
  },
834
1574
  "args": {}
@@ -849,34 +1589,54 @@
849
1589
  "helpGroup": "GLOBAL",
850
1590
  "allowNo": false
851
1591
  },
1592
+ "dry-run": {
1593
+ "name": "dry-run",
1594
+ "type": "boolean",
1595
+ "description": "Dry run.",
1596
+ "allowNo": false
1597
+ },
1598
+ "verbose": {
1599
+ "name": "verbose",
1600
+ "type": "boolean",
1601
+ "char": "v",
1602
+ "description": "Verbose output",
1603
+ "allowNo": false
1604
+ },
1605
+ "profile": {
1606
+ "name": "profile",
1607
+ "type": "option",
1608
+ "description": "User profile.",
1609
+ "multiple": false,
1610
+ "default": "default"
1611
+ },
852
1612
  "config": {
853
1613
  "name": "config",
854
1614
  "type": "option",
855
- "description": "Specify config file",
1615
+ "description": "Config file.",
856
1616
  "multiple": false,
857
1617
  "dependsOn": [
858
1618
  "profile"
859
1619
  ],
1620
+ "default": "/home/runner/.config/dx/profile/default.yml",
860
1621
  "aliases": [
861
1622
  "c"
862
1623
  ]
863
1624
  },
1625
+ "no-agent": {
1626
+ "name": "no-agent",
1627
+ "type": "boolean",
1628
+ "description": "Auto-start agent.",
1629
+ "allowNo": false
1630
+ },
864
1631
  "timeout": {
865
1632
  "name": "timeout",
866
1633
  "type": "option",
867
- "description": "Timeout in seconds",
1634
+ "description": "Timeout in seconds.",
868
1635
  "multiple": false,
869
1636
  "default": 30,
870
1637
  "aliases": [
871
- "t"
872
- ]
873
- },
874
- "profile": {
875
- "name": "profile",
876
- "type": "option",
877
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
878
- "multiple": false,
879
- "default": "dxos-default"
1638
+ "t"
1639
+ ]
880
1640
  },
881
1641
  "hostname": {
882
1642
  "name": "hostname",
@@ -909,7 +1669,7 @@
909
1669
  },
910
1670
  "reset": {
911
1671
  "id": "reset",
912
- "description": "Reset all data.",
1672
+ "description": "Reset user data.",
913
1673
  "strict": true,
914
1674
  "pluginName": "@dxos/cli",
915
1675
  "pluginAlias": "@dxos/cli",
@@ -923,34 +1683,60 @@
923
1683
  "helpGroup": "GLOBAL",
924
1684
  "allowNo": false
925
1685
  },
1686
+ "dry-run": {
1687
+ "name": "dry-run",
1688
+ "type": "boolean",
1689
+ "description": "Dry run.",
1690
+ "allowNo": false
1691
+ },
1692
+ "verbose": {
1693
+ "name": "verbose",
1694
+ "type": "boolean",
1695
+ "char": "v",
1696
+ "description": "Verbose output",
1697
+ "allowNo": false
1698
+ },
1699
+ "profile": {
1700
+ "name": "profile",
1701
+ "type": "option",
1702
+ "description": "User profile.",
1703
+ "multiple": false,
1704
+ "default": "default"
1705
+ },
926
1706
  "config": {
927
1707
  "name": "config",
928
1708
  "type": "option",
929
- "description": "Specify config file",
1709
+ "description": "Config file.",
930
1710
  "multiple": false,
931
1711
  "dependsOn": [
932
1712
  "profile"
933
1713
  ],
1714
+ "default": "/home/runner/.config/dx/profile/default.yml",
934
1715
  "aliases": [
935
1716
  "c"
936
1717
  ]
937
1718
  },
1719
+ "no-agent": {
1720
+ "name": "no-agent",
1721
+ "type": "boolean",
1722
+ "description": "Auto-start agent.",
1723
+ "allowNo": false
1724
+ },
938
1725
  "timeout": {
939
1726
  "name": "timeout",
940
1727
  "type": "option",
941
- "description": "Timeout in seconds",
1728
+ "description": "Timeout in seconds.",
942
1729
  "multiple": false,
943
1730
  "default": 30,
944
1731
  "aliases": [
945
1732
  "t"
946
1733
  ]
947
1734
  },
948
- "profile": {
949
- "name": "profile",
950
- "type": "option",
951
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
952
- "multiple": false,
953
- "default": "dxos-default"
1735
+ "force": {
1736
+ "name": "force",
1737
+ "type": "boolean",
1738
+ "description": "Force delete.",
1739
+ "allowNo": false
954
1740
  }
955
1741
  },
956
1742
  "args": {}
@@ -971,34 +1757,54 @@
971
1757
  "helpGroup": "GLOBAL",
972
1758
  "allowNo": false
973
1759
  },
1760
+ "dry-run": {
1761
+ "name": "dry-run",
1762
+ "type": "boolean",
1763
+ "description": "Dry run.",
1764
+ "allowNo": false
1765
+ },
1766
+ "verbose": {
1767
+ "name": "verbose",
1768
+ "type": "boolean",
1769
+ "char": "v",
1770
+ "description": "Verbose output",
1771
+ "allowNo": false
1772
+ },
1773
+ "profile": {
1774
+ "name": "profile",
1775
+ "type": "option",
1776
+ "description": "User profile.",
1777
+ "multiple": false,
1778
+ "default": "default"
1779
+ },
974
1780
  "config": {
975
1781
  "name": "config",
976
1782
  "type": "option",
977
- "description": "Specify config file",
1783
+ "description": "Config file.",
978
1784
  "multiple": false,
979
1785
  "dependsOn": [
980
1786
  "profile"
981
1787
  ],
1788
+ "default": "/home/runner/.config/dx/profile/default.yml",
982
1789
  "aliases": [
983
1790
  "c"
984
1791
  ]
985
1792
  },
1793
+ "no-agent": {
1794
+ "name": "no-agent",
1795
+ "type": "boolean",
1796
+ "description": "Auto-start agent.",
1797
+ "allowNo": false
1798
+ },
986
1799
  "timeout": {
987
1800
  "name": "timeout",
988
1801
  "type": "option",
989
- "description": "Timeout in seconds",
1802
+ "description": "Timeout in seconds.",
990
1803
  "multiple": false,
991
1804
  "default": 30,
992
1805
  "aliases": [
993
1806
  "t"
994
1807
  ]
995
- },
996
- "profile": {
997
- "name": "profile",
998
- "type": "option",
999
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1000
- "multiple": false,
1001
- "default": "dxos-default"
1002
1808
  }
1003
1809
  },
1004
1810
  "args": {}
@@ -1019,39 +1825,205 @@
1019
1825
  "helpGroup": "GLOBAL",
1020
1826
  "allowNo": false
1021
1827
  },
1828
+ "dry-run": {
1829
+ "name": "dry-run",
1830
+ "type": "boolean",
1831
+ "description": "Dry run.",
1832
+ "allowNo": false
1833
+ },
1834
+ "verbose": {
1835
+ "name": "verbose",
1836
+ "type": "boolean",
1837
+ "char": "v",
1838
+ "description": "Verbose output",
1839
+ "allowNo": false
1840
+ },
1841
+ "profile": {
1842
+ "name": "profile",
1843
+ "type": "option",
1844
+ "description": "User profile.",
1845
+ "multiple": false,
1846
+ "default": "default"
1847
+ },
1022
1848
  "config": {
1023
1849
  "name": "config",
1024
1850
  "type": "option",
1025
- "description": "Specify config file",
1851
+ "description": "Config file.",
1026
1852
  "multiple": false,
1027
1853
  "dependsOn": [
1028
1854
  "profile"
1029
1855
  ],
1856
+ "default": "/home/runner/.config/dx/profile/default.yml",
1030
1857
  "aliases": [
1031
1858
  "c"
1032
1859
  ]
1033
1860
  },
1861
+ "no-agent": {
1862
+ "name": "no-agent",
1863
+ "type": "boolean",
1864
+ "description": "Auto-start agent.",
1865
+ "allowNo": false
1866
+ },
1034
1867
  "timeout": {
1035
1868
  "name": "timeout",
1036
1869
  "type": "option",
1037
- "description": "Timeout in seconds",
1870
+ "description": "Timeout in seconds.",
1038
1871
  "multiple": false,
1039
1872
  "default": 30,
1040
1873
  "aliases": [
1041
1874
  "t"
1042
1875
  ]
1876
+ }
1877
+ },
1878
+ "args": {
1879
+ "name": {
1880
+ "name": "name"
1881
+ }
1882
+ }
1883
+ },
1884
+ "space:epoch": {
1885
+ "id": "space:epoch",
1886
+ "description": "Create new epoch.",
1887
+ "strict": true,
1888
+ "pluginName": "@dxos/cli",
1889
+ "pluginAlias": "@dxos/cli",
1890
+ "pluginType": "core",
1891
+ "aliases": [],
1892
+ "flags": {
1893
+ "json": {
1894
+ "name": "json",
1895
+ "type": "boolean",
1896
+ "description": "Format output as json.",
1897
+ "helpGroup": "GLOBAL",
1898
+ "allowNo": false
1899
+ },
1900
+ "dry-run": {
1901
+ "name": "dry-run",
1902
+ "type": "boolean",
1903
+ "description": "Dry run.",
1904
+ "allowNo": false
1905
+ },
1906
+ "verbose": {
1907
+ "name": "verbose",
1908
+ "type": "boolean",
1909
+ "char": "v",
1910
+ "description": "Verbose output",
1911
+ "allowNo": false
1043
1912
  },
1044
1913
  "profile": {
1045
1914
  "name": "profile",
1046
1915
  "type": "option",
1047
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1916
+ "description": "User profile.",
1917
+ "multiple": false,
1918
+ "default": "default"
1919
+ },
1920
+ "config": {
1921
+ "name": "config",
1922
+ "type": "option",
1923
+ "description": "Config file.",
1924
+ "multiple": false,
1925
+ "dependsOn": [
1926
+ "profile"
1927
+ ],
1928
+ "default": "/home/runner/.config/dx/profile/default.yml",
1929
+ "aliases": [
1930
+ "c"
1931
+ ]
1932
+ },
1933
+ "no-agent": {
1934
+ "name": "no-agent",
1935
+ "type": "boolean",
1936
+ "description": "Auto-start agent.",
1937
+ "allowNo": false
1938
+ },
1939
+ "timeout": {
1940
+ "name": "timeout",
1941
+ "type": "option",
1942
+ "description": "Timeout in seconds.",
1943
+ "multiple": false,
1944
+ "default": 30,
1945
+ "aliases": [
1946
+ "t"
1947
+ ]
1948
+ },
1949
+ "columns": {
1950
+ "name": "columns",
1951
+ "type": "option",
1952
+ "description": "only show provided columns (comma-separated)",
1953
+ "multiple": false,
1954
+ "exclusive": [
1955
+ "extended"
1956
+ ]
1957
+ },
1958
+ "sort": {
1959
+ "name": "sort",
1960
+ "type": "option",
1961
+ "description": "property to sort by (prepend '-' for descending)",
1962
+ "multiple": false
1963
+ },
1964
+ "filter": {
1965
+ "name": "filter",
1966
+ "type": "option",
1967
+ "description": "filter property by partial string matching, ex: name=foo",
1968
+ "multiple": false
1969
+ },
1970
+ "csv": {
1971
+ "name": "csv",
1972
+ "type": "boolean",
1973
+ "description": "output is csv format [alias: --output=csv]",
1974
+ "allowNo": false,
1975
+ "exclusive": [
1976
+ "no-truncate"
1977
+ ]
1978
+ },
1979
+ "output": {
1980
+ "name": "output",
1981
+ "type": "option",
1982
+ "description": "output in a more machine friendly format",
1048
1983
  "multiple": false,
1049
- "default": "dxos-default"
1984
+ "options": [
1985
+ "csv",
1986
+ "json",
1987
+ "yaml"
1988
+ ],
1989
+ "exclusive": [
1990
+ "no-truncate",
1991
+ "csv"
1992
+ ]
1993
+ },
1994
+ "extended": {
1995
+ "name": "extended",
1996
+ "type": "boolean",
1997
+ "char": "x",
1998
+ "description": "show extra columns",
1999
+ "allowNo": false,
2000
+ "exclusive": [
2001
+ "columns"
2002
+ ]
2003
+ },
2004
+ "no-truncate": {
2005
+ "name": "no-truncate",
2006
+ "type": "boolean",
2007
+ "description": "do not truncate output to fit screen",
2008
+ "allowNo": false,
2009
+ "exclusive": [
2010
+ "csv"
2011
+ ]
2012
+ },
2013
+ "no-header": {
2014
+ "name": "no-header",
2015
+ "type": "boolean",
2016
+ "description": "hide table header from output",
2017
+ "allowNo": false,
2018
+ "exclusive": [
2019
+ "csv"
2020
+ ]
1050
2021
  }
1051
2022
  },
1052
2023
  "args": {
1053
- "name": {
1054
- "name": "name"
2024
+ "key": {
2025
+ "name": "key",
2026
+ "description": "Space key head in hex."
1055
2027
  }
1056
2028
  }
1057
2029
  },
@@ -1071,34 +2043,54 @@
1071
2043
  "helpGroup": "GLOBAL",
1072
2044
  "allowNo": false
1073
2045
  },
2046
+ "dry-run": {
2047
+ "name": "dry-run",
2048
+ "type": "boolean",
2049
+ "description": "Dry run.",
2050
+ "allowNo": false
2051
+ },
2052
+ "verbose": {
2053
+ "name": "verbose",
2054
+ "type": "boolean",
2055
+ "char": "v",
2056
+ "description": "Verbose output",
2057
+ "allowNo": false
2058
+ },
2059
+ "profile": {
2060
+ "name": "profile",
2061
+ "type": "option",
2062
+ "description": "User profile.",
2063
+ "multiple": false,
2064
+ "default": "default"
2065
+ },
1074
2066
  "config": {
1075
2067
  "name": "config",
1076
2068
  "type": "option",
1077
- "description": "Specify config file",
2069
+ "description": "Config file.",
1078
2070
  "multiple": false,
1079
2071
  "dependsOn": [
1080
2072
  "profile"
1081
2073
  ],
2074
+ "default": "/home/runner/.config/dx/profile/default.yml",
1082
2075
  "aliases": [
1083
2076
  "c"
1084
2077
  ]
1085
2078
  },
2079
+ "no-agent": {
2080
+ "name": "no-agent",
2081
+ "type": "boolean",
2082
+ "description": "Auto-start agent.",
2083
+ "allowNo": false
2084
+ },
1086
2085
  "timeout": {
1087
2086
  "name": "timeout",
1088
2087
  "type": "option",
1089
- "description": "Timeout in seconds",
2088
+ "description": "Timeout in seconds.",
1090
2089
  "multiple": false,
1091
2090
  "default": 30,
1092
2091
  "aliases": [
1093
2092
  "t"
1094
2093
  ]
1095
- },
1096
- "profile": {
1097
- "name": "profile",
1098
- "type": "option",
1099
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1100
- "multiple": false,
1101
- "default": "dxos-default"
1102
2094
  }
1103
2095
  },
1104
2096
  "args": {}
@@ -1119,34 +2111,54 @@
1119
2111
  "helpGroup": "GLOBAL",
1120
2112
  "allowNo": false
1121
2113
  },
2114
+ "dry-run": {
2115
+ "name": "dry-run",
2116
+ "type": "boolean",
2117
+ "description": "Dry run.",
2118
+ "allowNo": false
2119
+ },
2120
+ "verbose": {
2121
+ "name": "verbose",
2122
+ "type": "boolean",
2123
+ "char": "v",
2124
+ "description": "Verbose output",
2125
+ "allowNo": false
2126
+ },
2127
+ "profile": {
2128
+ "name": "profile",
2129
+ "type": "option",
2130
+ "description": "User profile.",
2131
+ "multiple": false,
2132
+ "default": "default"
2133
+ },
1122
2134
  "config": {
1123
2135
  "name": "config",
1124
2136
  "type": "option",
1125
- "description": "Specify config file",
2137
+ "description": "Config file.",
1126
2138
  "multiple": false,
1127
2139
  "dependsOn": [
1128
2140
  "profile"
1129
2141
  ],
2142
+ "default": "/home/runner/.config/dx/profile/default.yml",
1130
2143
  "aliases": [
1131
2144
  "c"
1132
2145
  ]
1133
2146
  },
2147
+ "no-agent": {
2148
+ "name": "no-agent",
2149
+ "type": "boolean",
2150
+ "description": "Auto-start agent.",
2151
+ "allowNo": false
2152
+ },
1134
2153
  "timeout": {
1135
2154
  "name": "timeout",
1136
2155
  "type": "option",
1137
- "description": "Timeout in seconds",
2156
+ "description": "Timeout in seconds.",
1138
2157
  "multiple": false,
1139
2158
  "default": 30,
1140
2159
  "aliases": [
1141
2160
  "t"
1142
2161
  ]
1143
- },
1144
- "profile": {
1145
- "name": "profile",
1146
- "type": "option",
1147
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1148
- "multiple": false,
1149
- "default": "dxos-default"
1150
2162
  }
1151
2163
  },
1152
2164
  "args": {
@@ -1172,35 +2184,55 @@
1172
2184
  "helpGroup": "GLOBAL",
1173
2185
  "allowNo": false
1174
2186
  },
2187
+ "dry-run": {
2188
+ "name": "dry-run",
2189
+ "type": "boolean",
2190
+ "description": "Dry run.",
2191
+ "allowNo": false
2192
+ },
2193
+ "verbose": {
2194
+ "name": "verbose",
2195
+ "type": "boolean",
2196
+ "char": "v",
2197
+ "description": "Verbose output",
2198
+ "allowNo": false
2199
+ },
2200
+ "profile": {
2201
+ "name": "profile",
2202
+ "type": "option",
2203
+ "description": "User profile.",
2204
+ "multiple": false,
2205
+ "default": "default"
2206
+ },
1175
2207
  "config": {
1176
2208
  "name": "config",
1177
2209
  "type": "option",
1178
- "description": "Specify config file",
2210
+ "description": "Config file.",
1179
2211
  "multiple": false,
1180
2212
  "dependsOn": [
1181
2213
  "profile"
1182
2214
  ],
2215
+ "default": "/home/runner/.config/dx/profile/default.yml",
1183
2216
  "aliases": [
1184
2217
  "c"
1185
2218
  ]
1186
2219
  },
2220
+ "no-agent": {
2221
+ "name": "no-agent",
2222
+ "type": "boolean",
2223
+ "description": "Auto-start agent.",
2224
+ "allowNo": false
2225
+ },
1187
2226
  "timeout": {
1188
2227
  "name": "timeout",
1189
2228
  "type": "option",
1190
- "description": "Timeout in seconds",
2229
+ "description": "Timeout in seconds.",
1191
2230
  "multiple": false,
1192
2231
  "default": 30,
1193
2232
  "aliases": [
1194
2233
  "t"
1195
2234
  ]
1196
2235
  },
1197
- "profile": {
1198
- "name": "profile",
1199
- "type": "option",
1200
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1201
- "multiple": false,
1202
- "default": "dxos-default"
1203
- },
1204
2236
  "invitation": {
1205
2237
  "name": "invitation",
1206
2238
  "type": "option",
@@ -1232,35 +2264,55 @@
1232
2264
  "helpGroup": "GLOBAL",
1233
2265
  "allowNo": false
1234
2266
  },
2267
+ "dry-run": {
2268
+ "name": "dry-run",
2269
+ "type": "boolean",
2270
+ "description": "Dry run.",
2271
+ "allowNo": false
2272
+ },
2273
+ "verbose": {
2274
+ "name": "verbose",
2275
+ "type": "boolean",
2276
+ "char": "v",
2277
+ "description": "Verbose output",
2278
+ "allowNo": false
2279
+ },
2280
+ "profile": {
2281
+ "name": "profile",
2282
+ "type": "option",
2283
+ "description": "User profile.",
2284
+ "multiple": false,
2285
+ "default": "default"
2286
+ },
1235
2287
  "config": {
1236
2288
  "name": "config",
1237
2289
  "type": "option",
1238
- "description": "Specify config file",
2290
+ "description": "Config file.",
1239
2291
  "multiple": false,
1240
2292
  "dependsOn": [
1241
2293
  "profile"
1242
2294
  ],
2295
+ "default": "/home/runner/.config/dx/profile/default.yml",
1243
2296
  "aliases": [
1244
2297
  "c"
1245
2298
  ]
1246
2299
  },
2300
+ "no-agent": {
2301
+ "name": "no-agent",
2302
+ "type": "boolean",
2303
+ "description": "Auto-start agent.",
2304
+ "allowNo": false
2305
+ },
1247
2306
  "timeout": {
1248
2307
  "name": "timeout",
1249
2308
  "type": "option",
1250
- "description": "Timeout in seconds",
2309
+ "description": "Timeout in seconds.",
1251
2310
  "multiple": false,
1252
2311
  "default": 30,
1253
2312
  "aliases": [
1254
2313
  "t"
1255
2314
  ]
1256
2315
  },
1257
- "profile": {
1258
- "name": "profile",
1259
- "type": "option",
1260
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1261
- "multiple": false,
1262
- "default": "dxos-default"
1263
- },
1264
2316
  "columns": {
1265
2317
  "name": "columns",
1266
2318
  "type": "option",
@@ -1353,161 +2405,55 @@
1353
2405
  "helpGroup": "GLOBAL",
1354
2406
  "allowNo": false
1355
2407
  },
1356
- "config": {
1357
- "name": "config",
1358
- "type": "option",
1359
- "description": "Specify config file",
1360
- "multiple": false,
1361
- "dependsOn": [
1362
- "profile"
1363
- ],
1364
- "aliases": [
1365
- "c"
1366
- ]
2408
+ "dry-run": {
2409
+ "name": "dry-run",
2410
+ "type": "boolean",
2411
+ "description": "Dry run.",
2412
+ "allowNo": false
1367
2413
  },
1368
- "timeout": {
1369
- "name": "timeout",
1370
- "type": "option",
1371
- "description": "Timeout in seconds",
1372
- "multiple": false,
1373
- "default": 30,
1374
- "aliases": [
1375
- "t"
1376
- ]
2414
+ "verbose": {
2415
+ "name": "verbose",
2416
+ "type": "boolean",
2417
+ "char": "v",
2418
+ "description": "Verbose output",
2419
+ "allowNo": false
1377
2420
  },
1378
2421
  "profile": {
1379
2422
  "name": "profile",
1380
2423
  "type": "option",
1381
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1382
- "multiple": false,
1383
- "default": "dxos-default"
1384
- },
1385
- "columns": {
1386
- "name": "columns",
1387
- "type": "option",
1388
- "description": "only show provided columns (comma-separated)",
1389
- "multiple": false,
1390
- "exclusive": [
1391
- "extended"
1392
- ]
1393
- },
1394
- "sort": {
1395
- "name": "sort",
1396
- "type": "option",
1397
- "description": "property to sort by (prepend '-' for descending)",
1398
- "multiple": false
1399
- },
1400
- "filter": {
1401
- "name": "filter",
1402
- "type": "option",
1403
- "description": "filter property by partial string matching, ex: name=foo",
1404
- "multiple": false
1405
- },
1406
- "csv": {
1407
- "name": "csv",
1408
- "type": "boolean",
1409
- "description": "output is csv format [alias: --output=csv]",
1410
- "allowNo": false,
1411
- "exclusive": [
1412
- "no-truncate"
1413
- ]
1414
- },
1415
- "output": {
1416
- "name": "output",
1417
- "type": "option",
1418
- "description": "output in a more machine friendly format",
2424
+ "description": "User profile.",
1419
2425
  "multiple": false,
1420
- "options": [
1421
- "csv",
1422
- "json",
1423
- "yaml"
1424
- ],
1425
- "exclusive": [
1426
- "no-truncate",
1427
- "csv"
1428
- ]
1429
- },
1430
- "extended": {
1431
- "name": "extended",
1432
- "type": "boolean",
1433
- "char": "x",
1434
- "description": "show extra columns",
1435
- "allowNo": false,
1436
- "exclusive": [
1437
- "columns"
1438
- ]
1439
- },
1440
- "no-truncate": {
1441
- "name": "no-truncate",
1442
- "type": "boolean",
1443
- "description": "do not truncate output to fit screen",
1444
- "allowNo": false,
1445
- "exclusive": [
1446
- "csv"
1447
- ]
1448
- },
1449
- "no-header": {
1450
- "name": "no-header",
1451
- "type": "boolean",
1452
- "description": "hide table header from output",
1453
- "allowNo": false,
1454
- "exclusive": [
1455
- "csv"
1456
- ]
1457
- }
1458
- },
1459
- "args": {
1460
- "key": {
1461
- "name": "key",
1462
- "description": "Space key head in hex."
1463
- }
1464
- }
1465
- },
1466
- "space:new-epoch": {
1467
- "id": "space:new-epoch",
1468
- "description": "Create new epoch.",
1469
- "strict": true,
1470
- "pluginName": "@dxos/cli",
1471
- "pluginAlias": "@dxos/cli",
1472
- "pluginType": "core",
1473
- "aliases": [],
1474
- "flags": {
1475
- "json": {
1476
- "name": "json",
1477
- "type": "boolean",
1478
- "description": "Format output as json.",
1479
- "helpGroup": "GLOBAL",
1480
- "allowNo": false
2426
+ "default": "default"
1481
2427
  },
1482
2428
  "config": {
1483
2429
  "name": "config",
1484
2430
  "type": "option",
1485
- "description": "Specify config file",
2431
+ "description": "Config file.",
1486
2432
  "multiple": false,
1487
2433
  "dependsOn": [
1488
2434
  "profile"
1489
2435
  ],
2436
+ "default": "/home/runner/.config/dx/profile/default.yml",
1490
2437
  "aliases": [
1491
2438
  "c"
1492
2439
  ]
1493
2440
  },
2441
+ "no-agent": {
2442
+ "name": "no-agent",
2443
+ "type": "boolean",
2444
+ "description": "Auto-start agent.",
2445
+ "allowNo": false
2446
+ },
1494
2447
  "timeout": {
1495
2448
  "name": "timeout",
1496
2449
  "type": "option",
1497
- "description": "Timeout in seconds",
2450
+ "description": "Timeout in seconds.",
1498
2451
  "multiple": false,
1499
2452
  "default": 30,
1500
2453
  "aliases": [
1501
2454
  "t"
1502
2455
  ]
1503
2456
  },
1504
- "profile": {
1505
- "name": "profile",
1506
- "type": "option",
1507
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1508
- "multiple": false,
1509
- "default": "dxos-default"
1510
- },
1511
2457
  "columns": {
1512
2458
  "name": "columns",
1513
2459
  "type": "option",
@@ -1605,34 +2551,54 @@
1605
2551
  "helpGroup": "GLOBAL",
1606
2552
  "allowNo": false
1607
2553
  },
2554
+ "dry-run": {
2555
+ "name": "dry-run",
2556
+ "type": "boolean",
2557
+ "description": "Dry run.",
2558
+ "allowNo": false
2559
+ },
2560
+ "verbose": {
2561
+ "name": "verbose",
2562
+ "type": "boolean",
2563
+ "char": "v",
2564
+ "description": "Verbose output",
2565
+ "allowNo": false
2566
+ },
2567
+ "profile": {
2568
+ "name": "profile",
2569
+ "type": "option",
2570
+ "description": "User profile.",
2571
+ "multiple": false,
2572
+ "default": "default"
2573
+ },
1608
2574
  "config": {
1609
2575
  "name": "config",
1610
2576
  "type": "option",
1611
- "description": "Specify config file",
2577
+ "description": "Config file.",
1612
2578
  "multiple": false,
1613
2579
  "dependsOn": [
1614
2580
  "profile"
1615
2581
  ],
2582
+ "default": "/home/runner/.config/dx/profile/default.yml",
1616
2583
  "aliases": [
1617
2584
  "c"
1618
2585
  ]
1619
2586
  },
2587
+ "no-agent": {
2588
+ "name": "no-agent",
2589
+ "type": "boolean",
2590
+ "description": "Auto-start agent.",
2591
+ "allowNo": false
2592
+ },
1620
2593
  "timeout": {
1621
2594
  "name": "timeout",
1622
2595
  "type": "option",
1623
- "description": "Timeout in seconds",
2596
+ "description": "Timeout in seconds.",
1624
2597
  "multiple": false,
1625
2598
  "default": 30,
1626
2599
  "aliases": [
1627
2600
  "t"
1628
2601
  ]
1629
- },
1630
- "profile": {
1631
- "name": "profile",
1632
- "type": "option",
1633
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1634
- "multiple": false,
1635
- "default": "dxos-default"
1636
2602
  }
1637
2603
  },
1638
2604
  "args": {}
@@ -1653,35 +2619,55 @@
1653
2619
  "helpGroup": "GLOBAL",
1654
2620
  "allowNo": false
1655
2621
  },
2622
+ "dry-run": {
2623
+ "name": "dry-run",
2624
+ "type": "boolean",
2625
+ "description": "Dry run.",
2626
+ "allowNo": false
2627
+ },
2628
+ "verbose": {
2629
+ "name": "verbose",
2630
+ "type": "boolean",
2631
+ "char": "v",
2632
+ "description": "Verbose output",
2633
+ "allowNo": false
2634
+ },
2635
+ "profile": {
2636
+ "name": "profile",
2637
+ "type": "option",
2638
+ "description": "User profile.",
2639
+ "multiple": false,
2640
+ "default": "default"
2641
+ },
1656
2642
  "config": {
1657
2643
  "name": "config",
1658
2644
  "type": "option",
1659
- "description": "Specify config file",
2645
+ "description": "Config file.",
1660
2646
  "multiple": false,
1661
2647
  "dependsOn": [
1662
2648
  "profile"
1663
2649
  ],
2650
+ "default": "/home/runner/.config/dx/profile/default.yml",
1664
2651
  "aliases": [
1665
2652
  "c"
1666
2653
  ]
1667
2654
  },
2655
+ "no-agent": {
2656
+ "name": "no-agent",
2657
+ "type": "boolean",
2658
+ "description": "Auto-start agent.",
2659
+ "allowNo": false
2660
+ },
1668
2661
  "timeout": {
1669
2662
  "name": "timeout",
1670
2663
  "type": "option",
1671
- "description": "Timeout in seconds",
2664
+ "description": "Timeout in seconds.",
1672
2665
  "multiple": false,
1673
2666
  "default": 30,
1674
2667
  "aliases": [
1675
2668
  "t"
1676
2669
  ]
1677
2670
  },
1678
- "profile": {
1679
- "name": "profile",
1680
- "type": "option",
1681
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1682
- "multiple": false,
1683
- "default": "dxos-default"
1684
- },
1685
2671
  "app": {
1686
2672
  "name": "app",
1687
2673
  "type": "option",
@@ -1720,34 +2706,54 @@
1720
2706
  "helpGroup": "GLOBAL",
1721
2707
  "allowNo": false
1722
2708
  },
2709
+ "dry-run": {
2710
+ "name": "dry-run",
2711
+ "type": "boolean",
2712
+ "description": "Dry run.",
2713
+ "allowNo": false
2714
+ },
2715
+ "verbose": {
2716
+ "name": "verbose",
2717
+ "type": "boolean",
2718
+ "char": "v",
2719
+ "description": "Verbose output",
2720
+ "allowNo": false
2721
+ },
2722
+ "profile": {
2723
+ "name": "profile",
2724
+ "type": "option",
2725
+ "description": "User profile.",
2726
+ "multiple": false,
2727
+ "default": "default"
2728
+ },
1723
2729
  "config": {
1724
2730
  "name": "config",
1725
2731
  "type": "option",
1726
- "description": "Specify config file",
2732
+ "description": "Config file.",
1727
2733
  "multiple": false,
1728
2734
  "dependsOn": [
1729
2735
  "profile"
1730
2736
  ],
2737
+ "default": "/home/runner/.config/dx/profile/default.yml",
1731
2738
  "aliases": [
1732
2739
  "c"
1733
2740
  ]
1734
2741
  },
2742
+ "no-agent": {
2743
+ "name": "no-agent",
2744
+ "type": "boolean",
2745
+ "description": "Auto-start agent.",
2746
+ "allowNo": false
2747
+ },
1735
2748
  "timeout": {
1736
2749
  "name": "timeout",
1737
2750
  "type": "option",
1738
- "description": "Timeout in seconds",
2751
+ "description": "Timeout in seconds.",
1739
2752
  "multiple": false,
1740
2753
  "default": 30,
1741
2754
  "aliases": [
1742
2755
  "t"
1743
2756
  ]
1744
- },
1745
- "profile": {
1746
- "name": "profile",
1747
- "type": "option",
1748
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1749
- "multiple": false,
1750
- "default": "dxos-default"
1751
2757
  }
1752
2758
  },
1753
2759
  "args": {
@@ -1774,35 +2780,55 @@
1774
2780
  "helpGroup": "GLOBAL",
1775
2781
  "allowNo": false
1776
2782
  },
2783
+ "dry-run": {
2784
+ "name": "dry-run",
2785
+ "type": "boolean",
2786
+ "description": "Dry run.",
2787
+ "allowNo": false
2788
+ },
2789
+ "verbose": {
2790
+ "name": "verbose",
2791
+ "type": "boolean",
2792
+ "char": "v",
2793
+ "description": "Verbose output",
2794
+ "allowNo": false
2795
+ },
2796
+ "profile": {
2797
+ "name": "profile",
2798
+ "type": "option",
2799
+ "description": "User profile.",
2800
+ "multiple": false,
2801
+ "default": "default"
2802
+ },
1777
2803
  "config": {
1778
2804
  "name": "config",
1779
2805
  "type": "option",
1780
- "description": "Specify config file",
2806
+ "description": "Config file.",
1781
2807
  "multiple": false,
1782
2808
  "dependsOn": [
1783
2809
  "profile"
1784
2810
  ],
2811
+ "default": "/home/runner/.config/dx/profile/default.yml",
1785
2812
  "aliases": [
1786
2813
  "c"
1787
2814
  ]
1788
2815
  },
2816
+ "no-agent": {
2817
+ "name": "no-agent",
2818
+ "type": "boolean",
2819
+ "description": "Auto-start agent.",
2820
+ "allowNo": false
2821
+ },
1789
2822
  "timeout": {
1790
2823
  "name": "timeout",
1791
2824
  "type": "option",
1792
- "description": "Timeout in seconds",
2825
+ "description": "Timeout in seconds.",
1793
2826
  "multiple": false,
1794
2827
  "default": 30,
1795
2828
  "aliases": [
1796
2829
  "t"
1797
2830
  ]
1798
2831
  },
1799
- "profile": {
1800
- "name": "profile",
1801
- "type": "option",
1802
- "description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
1803
- "multiple": false,
1804
- "default": "dxos-default"
1805
- },
1806
2832
  "type": {
1807
2833
  "name": "type",
1808
2834
  "type": "option",