@dxos/cli 0.1.41 → 0.1.45-next.45667d4
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.
- package/README.md +219 -30
- package/config/config-default.yml +1 -1
- package/dist/src/base-command.d.ts +5 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +62 -31
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/app/app.test.d.ts +2 -0
- package/dist/src/commands/app/app.test.d.ts.map +1 -0
- package/dist/src/commands/app/app.test.js +25 -0
- package/dist/src/commands/app/app.test.js.map +1 -0
- package/dist/src/commands/app/create.d.ts +2 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +10 -10
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.js +1 -1
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +17 -0
- package/dist/src/commands/app/open.d.ts.map +1 -0
- package/dist/src/commands/app/open.js +84 -0
- package/dist/src/commands/app/open.js.map +1 -0
- package/dist/src/commands/app/publish.d.ts +2 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +9 -9
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/config/index.js +1 -1
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/daemon/list.d.ts +7 -0
- package/dist/src/commands/daemon/list.d.ts.map +1 -0
- package/dist/src/commands/daemon/list.js +19 -0
- package/dist/src/commands/daemon/list.js.map +1 -0
- package/dist/src/commands/daemon/restart.d.ts +7 -0
- package/dist/src/commands/daemon/restart.d.ts.map +1 -0
- package/dist/src/commands/daemon/restart.js +19 -0
- package/dist/src/commands/daemon/restart.js.map +1 -0
- package/dist/src/commands/daemon/run.d.ts +13 -0
- package/dist/src/commands/daemon/run.d.ts.map +1 -0
- package/dist/src/commands/daemon/run.js +33 -0
- package/dist/src/commands/daemon/run.js.map +1 -0
- package/dist/src/commands/daemon/start.d.ts +7 -0
- package/dist/src/commands/daemon/start.d.ts.map +1 -0
- package/dist/src/commands/daemon/start.js +19 -0
- package/dist/src/commands/daemon/start.js.map +1 -0
- package/dist/src/commands/daemon/stop.d.ts +7 -0
- package/dist/src/commands/daemon/stop.d.ts.map +1 -0
- package/dist/src/commands/daemon/stop.js +19 -0
- package/dist/src/commands/daemon/stop.js.map +1 -0
- package/dist/src/commands/halo/create.js +2 -2
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.js +2 -2
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +2 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +3 -3
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/index.js +2 -2
- package/dist/src/commands/halo/index.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +2 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +27 -45
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +6 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +30 -33
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/kube/auth.js +3 -3
- package/dist/src/commands/kube/auth.js.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +2 -1
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.js +7 -7
- package/dist/src/commands/kube/deploy.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +5 -2
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.js +1 -1
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/create.js +2 -2
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/index.js +1 -1
- package/dist/src/commands/space/index.js.map +1 -1
- package/dist/src/commands/space/invite.d.ts.map +1 -1
- package/dist/src/commands/space/invite.js +21 -26
- package/dist/src/commands/space/invite.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +2 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +31 -17
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +6 -5
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +2 -2
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +7 -6
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +9 -4
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/tunnel/list.js +1 -1
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts +2 -1
- package/dist/src/commands/tunnel/set.d.ts.map +1 -1
- package/dist/src/commands/tunnel/set.js +5 -5
- package/dist/src/commands/tunnel/set.js.map +1 -1
- package/dist/src/daemon/daemon.d.ts +15 -0
- package/dist/src/daemon/daemon.d.ts.map +1 -0
- package/dist/src/daemon/daemon.js +6 -0
- package/dist/src/daemon/daemon.js.map +1 -0
- package/dist/src/daemon/forever/forever-daemon.d.ts +15 -0
- package/dist/src/daemon/forever/forever-daemon.d.ts.map +1 -0
- package/dist/src/daemon/forever/forever-daemon.js +83 -0
- package/dist/src/daemon/forever/forever-daemon.js.map +1 -0
- package/dist/src/daemon/forever/index.d.ts +2 -0
- package/dist/src/daemon/forever/index.d.ts.map +1 -0
- package/dist/src/daemon/forever/index.js +21 -0
- package/dist/src/daemon/forever/index.js.map +1 -0
- package/dist/src/daemon/index.d.ts +5 -0
- package/dist/src/daemon/index.d.ts.map +1 -0
- package/dist/src/daemon/index.js +24 -0
- package/dist/src/daemon/index.js.map +1 -0
- package/dist/src/daemon/pm2/index.d.ts +2 -0
- package/dist/src/daemon/pm2/index.d.ts.map +1 -0
- package/dist/src/daemon/pm2/index.js +21 -0
- package/dist/src/daemon/pm2/index.js.map +1 -0
- package/dist/src/daemon/pm2/pm2-daemon.d.ts +21 -0
- package/dist/src/daemon/pm2/pm2-daemon.d.ts.map +1 -0
- package/dist/src/daemon/pm2/pm2-daemon.js +107 -0
- package/dist/src/daemon/pm2/pm2-daemon.js.map +1 -0
- package/dist/src/daemon/run-services.d.ts +7 -0
- package/dist/src/daemon/run-services.d.ts.map +1 -0
- package/dist/src/daemon/run-services.js +99 -0
- package/dist/src/daemon/run-services.js.map +1 -0
- package/dist/src/daemon/util.d.ts +8 -0
- package/dist/src/daemon/util.d.ts.map +1 -0
- package/dist/src/daemon/util.js +38 -0
- package/dist/src/daemon/util.js.map +1 -0
- package/dist/src/util/credential.js +1 -1
- package/dist/src/util/exec.d.ts +1 -1
- package/dist/src/util/exec.d.ts.map +1 -1
- package/dist/src/util/exec.js +1 -1
- package/dist/src/util/index.d.ts +2 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +2 -0
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/invitation.d.ts +18 -0
- package/dist/src/util/invitation.d.ts.map +1 -0
- package/dist/src/util/invitation.js +69 -0
- package/dist/src/util/invitation.js.map +1 -0
- package/dist/src/util/print.js +17 -17
- package/dist/src/util/provider/digital-ocean.js +2 -2
- package/dist/src/util/provider/provider.d.ts +1 -1
- package/dist/src/util/provider/provider.d.ts.map +1 -1
- package/dist/src/util/provider/provider.js +5 -5
- package/dist/src/util/publish/build.js +2 -2
- package/dist/src/util/publish/common.d.ts +3 -3
- package/dist/src/util/publish/common.d.ts.map +1 -1
- package/dist/src/util/publish/common.js +11 -11
- package/dist/src/util/publish/config.js +3 -3
- package/dist/src/util/publish/ipfs-upload.js +3 -3
- package/dist/src/util/publish/publish.js +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js +3 -3
- package/dist/src/util/supervisor/supervisor-rpc-peer.js +3 -3
- package/dist/src/util/telemetry.d.ts +1 -1
- package/dist/src/util/telemetry.d.ts.map +1 -1
- package/dist/src/util/telemetry.js +2 -2
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/test-util.d.ts +2 -0
- package/dist/src/util/test-util.d.ts.map +1 -0
- package/dist/src/util/test-util.js +21 -0
- package/dist/src/util/test-util.js.map +1 -0
- package/dist/src/util/util.js +3 -3
- package/oclif.manifest.json +458 -2
- package/package.json +23 -18
- package/dist/src/commands/app/publish-workflow.test.d.ts +0 -2
- package/dist/src/commands/app/publish-workflow.test.d.ts.map +0 -1
- package/dist/src/commands/app/publish-workflow.test.js +0 -56
- package/dist/src/commands/app/publish-workflow.test.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.45-next.45667d4",
|
|
3
3
|
"commands": {
|
|
4
4
|
"app:create": {
|
|
5
5
|
"id": "app:create",
|
|
@@ -36,6 +36,13 @@
|
|
|
36
36
|
"t"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
+
"profile": {
|
|
40
|
+
"name": "profile",
|
|
41
|
+
"type": "option",
|
|
42
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
43
|
+
"multiple": false,
|
|
44
|
+
"default": "dxos-default"
|
|
45
|
+
},
|
|
39
46
|
"tag": {
|
|
40
47
|
"name": "tag",
|
|
41
48
|
"type": "option",
|
|
@@ -112,10 +119,81 @@
|
|
|
112
119
|
"aliases": [
|
|
113
120
|
"t"
|
|
114
121
|
]
|
|
122
|
+
},
|
|
123
|
+
"profile": {
|
|
124
|
+
"name": "profile",
|
|
125
|
+
"type": "option",
|
|
126
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
127
|
+
"multiple": false,
|
|
128
|
+
"default": "dxos-default"
|
|
115
129
|
}
|
|
116
130
|
},
|
|
117
131
|
"args": {}
|
|
118
132
|
},
|
|
133
|
+
"app:open": {
|
|
134
|
+
"id": "app:open",
|
|
135
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
136
|
+
"strict": true,
|
|
137
|
+
"pluginName": "@dxos/cli",
|
|
138
|
+
"pluginAlias": "@dxos/cli",
|
|
139
|
+
"pluginType": "core",
|
|
140
|
+
"aliases": [],
|
|
141
|
+
"flags": {
|
|
142
|
+
"json": {
|
|
143
|
+
"name": "json",
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"description": "Format output as json.",
|
|
146
|
+
"helpGroup": "GLOBAL",
|
|
147
|
+
"allowNo": false
|
|
148
|
+
},
|
|
149
|
+
"config": {
|
|
150
|
+
"name": "config",
|
|
151
|
+
"type": "option",
|
|
152
|
+
"description": "Specify config file",
|
|
153
|
+
"multiple": false,
|
|
154
|
+
"aliases": [
|
|
155
|
+
"c"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"timeout": {
|
|
159
|
+
"name": "timeout",
|
|
160
|
+
"type": "option",
|
|
161
|
+
"description": "Timeout in seconds",
|
|
162
|
+
"multiple": false,
|
|
163
|
+
"default": 30,
|
|
164
|
+
"aliases": [
|
|
165
|
+
"t"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"profile": {
|
|
169
|
+
"name": "profile",
|
|
170
|
+
"type": "option",
|
|
171
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
172
|
+
"multiple": false,
|
|
173
|
+
"default": "dxos-default"
|
|
174
|
+
},
|
|
175
|
+
"instances": {
|
|
176
|
+
"name": "instances",
|
|
177
|
+
"type": "option",
|
|
178
|
+
"description": "Amount of test instances.",
|
|
179
|
+
"multiple": false,
|
|
180
|
+
"default": 1
|
|
181
|
+
},
|
|
182
|
+
"invite": {
|
|
183
|
+
"name": "invite",
|
|
184
|
+
"type": "boolean",
|
|
185
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
186
|
+
"allowNo": false
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"args": {
|
|
190
|
+
"url": {
|
|
191
|
+
"name": "url",
|
|
192
|
+
"description": "App URL.",
|
|
193
|
+
"required": true
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
119
197
|
"app:publish": {
|
|
120
198
|
"id": "app:publish",
|
|
121
199
|
"description": "Publish apps.",
|
|
@@ -151,6 +229,13 @@
|
|
|
151
229
|
"t"
|
|
152
230
|
]
|
|
153
231
|
},
|
|
232
|
+
"profile": {
|
|
233
|
+
"name": "profile",
|
|
234
|
+
"type": "option",
|
|
235
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
236
|
+
"multiple": false,
|
|
237
|
+
"default": "dxos-default"
|
|
238
|
+
},
|
|
154
239
|
"configPath": {
|
|
155
240
|
"name": "configPath",
|
|
156
241
|
"type": "option",
|
|
@@ -218,6 +303,245 @@
|
|
|
218
303
|
"aliases": [
|
|
219
304
|
"t"
|
|
220
305
|
]
|
|
306
|
+
},
|
|
307
|
+
"profile": {
|
|
308
|
+
"name": "profile",
|
|
309
|
+
"type": "option",
|
|
310
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
311
|
+
"multiple": false,
|
|
312
|
+
"default": "dxos-default"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"args": {}
|
|
316
|
+
},
|
|
317
|
+
"daemon:list": {
|
|
318
|
+
"id": "daemon:list",
|
|
319
|
+
"description": "List daemons currently running.",
|
|
320
|
+
"strict": true,
|
|
321
|
+
"pluginName": "@dxos/cli",
|
|
322
|
+
"pluginAlias": "@dxos/cli",
|
|
323
|
+
"pluginType": "core",
|
|
324
|
+
"aliases": [],
|
|
325
|
+
"flags": {
|
|
326
|
+
"json": {
|
|
327
|
+
"name": "json",
|
|
328
|
+
"type": "boolean",
|
|
329
|
+
"description": "Format output as json.",
|
|
330
|
+
"helpGroup": "GLOBAL",
|
|
331
|
+
"allowNo": false
|
|
332
|
+
},
|
|
333
|
+
"config": {
|
|
334
|
+
"name": "config",
|
|
335
|
+
"type": "option",
|
|
336
|
+
"description": "Specify config file",
|
|
337
|
+
"multiple": false,
|
|
338
|
+
"aliases": [
|
|
339
|
+
"c"
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
"timeout": {
|
|
343
|
+
"name": "timeout",
|
|
344
|
+
"type": "option",
|
|
345
|
+
"description": "Timeout in seconds",
|
|
346
|
+
"multiple": false,
|
|
347
|
+
"default": 30,
|
|
348
|
+
"aliases": [
|
|
349
|
+
"t"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"profile": {
|
|
353
|
+
"name": "profile",
|
|
354
|
+
"type": "option",
|
|
355
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
356
|
+
"multiple": false,
|
|
357
|
+
"default": "dxos-default"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"args": {}
|
|
361
|
+
},
|
|
362
|
+
"daemon:restart": {
|
|
363
|
+
"id": "daemon:restart",
|
|
364
|
+
"description": "Restart daemon process.",
|
|
365
|
+
"strict": true,
|
|
366
|
+
"pluginName": "@dxos/cli",
|
|
367
|
+
"pluginAlias": "@dxos/cli",
|
|
368
|
+
"pluginType": "core",
|
|
369
|
+
"aliases": [],
|
|
370
|
+
"flags": {
|
|
371
|
+
"json": {
|
|
372
|
+
"name": "json",
|
|
373
|
+
"type": "boolean",
|
|
374
|
+
"description": "Format output as json.",
|
|
375
|
+
"helpGroup": "GLOBAL",
|
|
376
|
+
"allowNo": false
|
|
377
|
+
},
|
|
378
|
+
"config": {
|
|
379
|
+
"name": "config",
|
|
380
|
+
"type": "option",
|
|
381
|
+
"description": "Specify config file",
|
|
382
|
+
"multiple": false,
|
|
383
|
+
"aliases": [
|
|
384
|
+
"c"
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"timeout": {
|
|
388
|
+
"name": "timeout",
|
|
389
|
+
"type": "option",
|
|
390
|
+
"description": "Timeout in seconds",
|
|
391
|
+
"multiple": false,
|
|
392
|
+
"default": 30,
|
|
393
|
+
"aliases": [
|
|
394
|
+
"t"
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"profile": {
|
|
398
|
+
"name": "profile",
|
|
399
|
+
"type": "option",
|
|
400
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
401
|
+
"multiple": false,
|
|
402
|
+
"default": "dxos-default"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"args": {}
|
|
406
|
+
},
|
|
407
|
+
"daemon:run": {
|
|
408
|
+
"id": "daemon:run",
|
|
409
|
+
"description": "Run daemon process.",
|
|
410
|
+
"strict": true,
|
|
411
|
+
"pluginName": "@dxos/cli",
|
|
412
|
+
"pluginAlias": "@dxos/cli",
|
|
413
|
+
"pluginType": "core",
|
|
414
|
+
"aliases": [],
|
|
415
|
+
"flags": {
|
|
416
|
+
"json": {
|
|
417
|
+
"name": "json",
|
|
418
|
+
"type": "boolean",
|
|
419
|
+
"description": "Format output as json.",
|
|
420
|
+
"helpGroup": "GLOBAL",
|
|
421
|
+
"allowNo": false
|
|
422
|
+
},
|
|
423
|
+
"config": {
|
|
424
|
+
"name": "config",
|
|
425
|
+
"type": "option",
|
|
426
|
+
"description": "Specify config file",
|
|
427
|
+
"multiple": false,
|
|
428
|
+
"aliases": [
|
|
429
|
+
"c"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"timeout": {
|
|
433
|
+
"name": "timeout",
|
|
434
|
+
"type": "option",
|
|
435
|
+
"description": "Timeout in seconds",
|
|
436
|
+
"multiple": false,
|
|
437
|
+
"default": 30,
|
|
438
|
+
"aliases": [
|
|
439
|
+
"t"
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
"profile": {
|
|
443
|
+
"name": "profile",
|
|
444
|
+
"type": "option",
|
|
445
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
446
|
+
"multiple": false,
|
|
447
|
+
"default": "dxos-default"
|
|
448
|
+
},
|
|
449
|
+
"listen": {
|
|
450
|
+
"name": "listen",
|
|
451
|
+
"type": "option",
|
|
452
|
+
"description": "Expose services.",
|
|
453
|
+
"required": true,
|
|
454
|
+
"multiple": true
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"args": {}
|
|
458
|
+
},
|
|
459
|
+
"daemon:start": {
|
|
460
|
+
"id": "daemon:start",
|
|
461
|
+
"description": "Start daemon process.",
|
|
462
|
+
"strict": true,
|
|
463
|
+
"pluginName": "@dxos/cli",
|
|
464
|
+
"pluginAlias": "@dxos/cli",
|
|
465
|
+
"pluginType": "core",
|
|
466
|
+
"aliases": [],
|
|
467
|
+
"flags": {
|
|
468
|
+
"json": {
|
|
469
|
+
"name": "json",
|
|
470
|
+
"type": "boolean",
|
|
471
|
+
"description": "Format output as json.",
|
|
472
|
+
"helpGroup": "GLOBAL",
|
|
473
|
+
"allowNo": false
|
|
474
|
+
},
|
|
475
|
+
"config": {
|
|
476
|
+
"name": "config",
|
|
477
|
+
"type": "option",
|
|
478
|
+
"description": "Specify config file",
|
|
479
|
+
"multiple": false,
|
|
480
|
+
"aliases": [
|
|
481
|
+
"c"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
"timeout": {
|
|
485
|
+
"name": "timeout",
|
|
486
|
+
"type": "option",
|
|
487
|
+
"description": "Timeout in seconds",
|
|
488
|
+
"multiple": false,
|
|
489
|
+
"default": 30,
|
|
490
|
+
"aliases": [
|
|
491
|
+
"t"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"profile": {
|
|
495
|
+
"name": "profile",
|
|
496
|
+
"type": "option",
|
|
497
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
498
|
+
"multiple": false,
|
|
499
|
+
"default": "dxos-default"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"args": {}
|
|
503
|
+
},
|
|
504
|
+
"daemon:stop": {
|
|
505
|
+
"id": "daemon:stop",
|
|
506
|
+
"description": "Stop daemon process.",
|
|
507
|
+
"strict": true,
|
|
508
|
+
"pluginName": "@dxos/cli",
|
|
509
|
+
"pluginAlias": "@dxos/cli",
|
|
510
|
+
"pluginType": "core",
|
|
511
|
+
"aliases": [],
|
|
512
|
+
"flags": {
|
|
513
|
+
"json": {
|
|
514
|
+
"name": "json",
|
|
515
|
+
"type": "boolean",
|
|
516
|
+
"description": "Format output as json.",
|
|
517
|
+
"helpGroup": "GLOBAL",
|
|
518
|
+
"allowNo": false
|
|
519
|
+
},
|
|
520
|
+
"config": {
|
|
521
|
+
"name": "config",
|
|
522
|
+
"type": "option",
|
|
523
|
+
"description": "Specify config file",
|
|
524
|
+
"multiple": false,
|
|
525
|
+
"aliases": [
|
|
526
|
+
"c"
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
"timeout": {
|
|
530
|
+
"name": "timeout",
|
|
531
|
+
"type": "option",
|
|
532
|
+
"description": "Timeout in seconds",
|
|
533
|
+
"multiple": false,
|
|
534
|
+
"default": 30,
|
|
535
|
+
"aliases": [
|
|
536
|
+
"t"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
"profile": {
|
|
540
|
+
"name": "profile",
|
|
541
|
+
"type": "option",
|
|
542
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
543
|
+
"multiple": false,
|
|
544
|
+
"default": "dxos-default"
|
|
221
545
|
}
|
|
222
546
|
},
|
|
223
547
|
"args": {}
|
|
@@ -256,6 +580,13 @@
|
|
|
256
580
|
"aliases": [
|
|
257
581
|
"t"
|
|
258
582
|
]
|
|
583
|
+
},
|
|
584
|
+
"profile": {
|
|
585
|
+
"name": "profile",
|
|
586
|
+
"type": "option",
|
|
587
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
588
|
+
"multiple": false,
|
|
589
|
+
"default": "dxos-default"
|
|
259
590
|
}
|
|
260
591
|
},
|
|
261
592
|
"args": {
|
|
@@ -299,6 +630,13 @@
|
|
|
299
630
|
"aliases": [
|
|
300
631
|
"t"
|
|
301
632
|
]
|
|
633
|
+
},
|
|
634
|
+
"profile": {
|
|
635
|
+
"name": "profile",
|
|
636
|
+
"type": "option",
|
|
637
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
638
|
+
"multiple": false,
|
|
639
|
+
"default": "dxos-default"
|
|
302
640
|
}
|
|
303
641
|
},
|
|
304
642
|
"args": {}
|
|
@@ -338,6 +676,13 @@
|
|
|
338
676
|
"t"
|
|
339
677
|
]
|
|
340
678
|
},
|
|
679
|
+
"profile": {
|
|
680
|
+
"name": "profile",
|
|
681
|
+
"type": "option",
|
|
682
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
683
|
+
"multiple": false,
|
|
684
|
+
"default": "dxos-default"
|
|
685
|
+
},
|
|
341
686
|
"invitation": {
|
|
342
687
|
"name": "invitation",
|
|
343
688
|
"type": "option",
|
|
@@ -381,6 +726,19 @@
|
|
|
381
726
|
"aliases": [
|
|
382
727
|
"t"
|
|
383
728
|
]
|
|
729
|
+
},
|
|
730
|
+
"profile": {
|
|
731
|
+
"name": "profile",
|
|
732
|
+
"type": "option",
|
|
733
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
734
|
+
"multiple": false,
|
|
735
|
+
"default": "dxos-default"
|
|
736
|
+
},
|
|
737
|
+
"noCode": {
|
|
738
|
+
"name": "noCode",
|
|
739
|
+
"type": "boolean",
|
|
740
|
+
"description": "Flag that specifies if secret auth code is not required",
|
|
741
|
+
"allowNo": false
|
|
384
742
|
}
|
|
385
743
|
},
|
|
386
744
|
"args": {}
|
|
@@ -419,6 +777,13 @@
|
|
|
419
777
|
"aliases": [
|
|
420
778
|
"t"
|
|
421
779
|
]
|
|
780
|
+
},
|
|
781
|
+
"profile": {
|
|
782
|
+
"name": "profile",
|
|
783
|
+
"type": "option",
|
|
784
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
785
|
+
"multiple": false,
|
|
786
|
+
"default": "dxos-default"
|
|
422
787
|
}
|
|
423
788
|
},
|
|
424
789
|
"args": {}
|
|
@@ -458,6 +823,13 @@
|
|
|
458
823
|
"t"
|
|
459
824
|
]
|
|
460
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
|
+
},
|
|
461
833
|
"hostname": {
|
|
462
834
|
"name": "hostname",
|
|
463
835
|
"type": "option",
|
|
@@ -521,6 +893,13 @@
|
|
|
521
893
|
"aliases": [
|
|
522
894
|
"t"
|
|
523
895
|
]
|
|
896
|
+
},
|
|
897
|
+
"profile": {
|
|
898
|
+
"name": "profile",
|
|
899
|
+
"type": "option",
|
|
900
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
901
|
+
"multiple": false,
|
|
902
|
+
"default": "dxos-default"
|
|
524
903
|
}
|
|
525
904
|
},
|
|
526
905
|
"args": {}
|
|
@@ -559,6 +938,13 @@
|
|
|
559
938
|
"aliases": [
|
|
560
939
|
"t"
|
|
561
940
|
]
|
|
941
|
+
},
|
|
942
|
+
"profile": {
|
|
943
|
+
"name": "profile",
|
|
944
|
+
"type": "option",
|
|
945
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
946
|
+
"multiple": false,
|
|
947
|
+
"default": "dxos-default"
|
|
562
948
|
}
|
|
563
949
|
},
|
|
564
950
|
"args": {}
|
|
@@ -597,6 +983,13 @@
|
|
|
597
983
|
"aliases": [
|
|
598
984
|
"t"
|
|
599
985
|
]
|
|
986
|
+
},
|
|
987
|
+
"profile": {
|
|
988
|
+
"name": "profile",
|
|
989
|
+
"type": "option",
|
|
990
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
991
|
+
"multiple": false,
|
|
992
|
+
"default": "dxos-default"
|
|
600
993
|
}
|
|
601
994
|
},
|
|
602
995
|
"args": {
|
|
@@ -639,6 +1032,13 @@
|
|
|
639
1032
|
"aliases": [
|
|
640
1033
|
"t"
|
|
641
1034
|
]
|
|
1035
|
+
},
|
|
1036
|
+
"profile": {
|
|
1037
|
+
"name": "profile",
|
|
1038
|
+
"type": "option",
|
|
1039
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1040
|
+
"multiple": false,
|
|
1041
|
+
"default": "dxos-default"
|
|
642
1042
|
}
|
|
643
1043
|
},
|
|
644
1044
|
"args": {}
|
|
@@ -677,6 +1077,13 @@
|
|
|
677
1077
|
"aliases": [
|
|
678
1078
|
"t"
|
|
679
1079
|
]
|
|
1080
|
+
},
|
|
1081
|
+
"profile": {
|
|
1082
|
+
"name": "profile",
|
|
1083
|
+
"type": "option",
|
|
1084
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1085
|
+
"multiple": false,
|
|
1086
|
+
"default": "dxos-default"
|
|
680
1087
|
}
|
|
681
1088
|
},
|
|
682
1089
|
"args": {
|
|
@@ -721,6 +1128,13 @@
|
|
|
721
1128
|
"t"
|
|
722
1129
|
]
|
|
723
1130
|
},
|
|
1131
|
+
"profile": {
|
|
1132
|
+
"name": "profile",
|
|
1133
|
+
"type": "option",
|
|
1134
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1135
|
+
"multiple": false,
|
|
1136
|
+
"default": "dxos-default"
|
|
1137
|
+
},
|
|
724
1138
|
"invitation": {
|
|
725
1139
|
"name": "invitation",
|
|
726
1140
|
"type": "option",
|
|
@@ -771,6 +1185,13 @@
|
|
|
771
1185
|
"t"
|
|
772
1186
|
]
|
|
773
1187
|
},
|
|
1188
|
+
"profile": {
|
|
1189
|
+
"name": "profile",
|
|
1190
|
+
"type": "option",
|
|
1191
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1192
|
+
"multiple": false,
|
|
1193
|
+
"default": "dxos-default"
|
|
1194
|
+
},
|
|
774
1195
|
"columns": {
|
|
775
1196
|
"name": "columns",
|
|
776
1197
|
"type": "option",
|
|
@@ -882,6 +1303,13 @@
|
|
|
882
1303
|
"t"
|
|
883
1304
|
]
|
|
884
1305
|
},
|
|
1306
|
+
"profile": {
|
|
1307
|
+
"name": "profile",
|
|
1308
|
+
"type": "option",
|
|
1309
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1310
|
+
"multiple": false,
|
|
1311
|
+
"default": "dxos-default"
|
|
1312
|
+
},
|
|
885
1313
|
"columns": {
|
|
886
1314
|
"name": "columns",
|
|
887
1315
|
"type": "option",
|
|
@@ -959,7 +1387,7 @@
|
|
|
959
1387
|
"args": {
|
|
960
1388
|
"key": {
|
|
961
1389
|
"name": "key",
|
|
962
|
-
"
|
|
1390
|
+
"description": "Space key head in hex."
|
|
963
1391
|
}
|
|
964
1392
|
}
|
|
965
1393
|
},
|
|
@@ -997,6 +1425,13 @@
|
|
|
997
1425
|
"aliases": [
|
|
998
1426
|
"t"
|
|
999
1427
|
]
|
|
1428
|
+
},
|
|
1429
|
+
"profile": {
|
|
1430
|
+
"name": "profile",
|
|
1431
|
+
"type": "option",
|
|
1432
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1433
|
+
"multiple": false,
|
|
1434
|
+
"default": "dxos-default"
|
|
1000
1435
|
}
|
|
1001
1436
|
},
|
|
1002
1437
|
"args": {}
|
|
@@ -1036,6 +1471,13 @@
|
|
|
1036
1471
|
"t"
|
|
1037
1472
|
]
|
|
1038
1473
|
},
|
|
1474
|
+
"profile": {
|
|
1475
|
+
"name": "profile",
|
|
1476
|
+
"type": "option",
|
|
1477
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1478
|
+
"multiple": false,
|
|
1479
|
+
"default": "dxos-default"
|
|
1480
|
+
},
|
|
1039
1481
|
"app": {
|
|
1040
1482
|
"name": "app",
|
|
1041
1483
|
"type": "option",
|
|
@@ -1092,6 +1534,13 @@
|
|
|
1092
1534
|
"aliases": [
|
|
1093
1535
|
"t"
|
|
1094
1536
|
]
|
|
1537
|
+
},
|
|
1538
|
+
"profile": {
|
|
1539
|
+
"name": "profile",
|
|
1540
|
+
"type": "option",
|
|
1541
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1542
|
+
"multiple": false,
|
|
1543
|
+
"default": "dxos-default"
|
|
1095
1544
|
}
|
|
1096
1545
|
},
|
|
1097
1546
|
"args": {
|
|
@@ -1137,6 +1586,13 @@
|
|
|
1137
1586
|
"t"
|
|
1138
1587
|
]
|
|
1139
1588
|
},
|
|
1589
|
+
"profile": {
|
|
1590
|
+
"name": "profile",
|
|
1591
|
+
"type": "option",
|
|
1592
|
+
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1593
|
+
"multiple": false,
|
|
1594
|
+
"default": "dxos-default"
|
|
1595
|
+
},
|
|
1140
1596
|
"type": {
|
|
1141
1597
|
"name": "type",
|
|
1142
1598
|
"type": "option",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.45-next.45667d4",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"debug": "^4.3.3",
|
|
33
33
|
"do-wrapper": "^4.5.1",
|
|
34
34
|
"faker": "^5.5.3",
|
|
35
|
+
"forever": "^4.0.3",
|
|
35
36
|
"fs-extra": "^8.1.0",
|
|
36
37
|
"get-folder-size": "^2.0.1",
|
|
37
38
|
"inquirer": "^8.2.0",
|
|
@@ -41,26 +42,29 @@
|
|
|
41
42
|
"lodash.defaultsdeep": "^4.6.1",
|
|
42
43
|
"node-fetch": "^2.6.0",
|
|
43
44
|
"oclif": "^3.7.0",
|
|
45
|
+
"pm2": "^5.3.0",
|
|
44
46
|
"react": "^18.2.0",
|
|
45
47
|
"tempy": "^1.0.1",
|
|
46
48
|
"uuid": "^8.3.2",
|
|
47
49
|
"ws": "^7.4.4",
|
|
48
|
-
"@dxos/async": "0.1.
|
|
49
|
-
"@dxos/bare-template": "0.1.
|
|
50
|
-
"@dxos/client": "0.1.
|
|
51
|
-
"@dxos/client-services": "0.1.
|
|
52
|
-
"@dxos/codec-protobuf": "0.1.
|
|
53
|
-
"@dxos/config": "0.1.
|
|
54
|
-
"@dxos/debug": "0.1.
|
|
55
|
-
"@dxos/hello-template": "0.1.
|
|
56
|
-
"@dxos/keys": "0.1.
|
|
57
|
-
"@dxos/log": "0.1.
|
|
58
|
-
"@dxos/plate": "0.1.
|
|
59
|
-
"@dxos/protocols": "0.1.
|
|
60
|
-
"@dxos/rpc": "0.1.
|
|
61
|
-
"@dxos/sentry": "0.1.
|
|
62
|
-
"@dxos/tasks-template": "0.1.
|
|
63
|
-
"@dxos/telemetry": "0.1.
|
|
50
|
+
"@dxos/async": "0.1.45-next.45667d4",
|
|
51
|
+
"@dxos/bare-template": "0.1.45-next.45667d4",
|
|
52
|
+
"@dxos/client": "0.1.45-next.45667d4",
|
|
53
|
+
"@dxos/client-services": "0.1.45-next.45667d4",
|
|
54
|
+
"@dxos/codec-protobuf": "0.1.45-next.45667d4",
|
|
55
|
+
"@dxos/config": "0.1.45-next.45667d4",
|
|
56
|
+
"@dxos/debug": "0.1.45-next.45667d4",
|
|
57
|
+
"@dxos/hello-template": "0.1.45-next.45667d4",
|
|
58
|
+
"@dxos/keys": "0.1.45-next.45667d4",
|
|
59
|
+
"@dxos/log": "0.1.45-next.45667d4",
|
|
60
|
+
"@dxos/plate": "0.1.45-next.45667d4",
|
|
61
|
+
"@dxos/protocols": "0.1.45-next.45667d4",
|
|
62
|
+
"@dxos/rpc": "0.1.45-next.45667d4",
|
|
63
|
+
"@dxos/sentry": "0.1.45-next.45667d4",
|
|
64
|
+
"@dxos/tasks-template": "0.1.45-next.45667d4",
|
|
65
|
+
"@dxos/telemetry": "0.1.45-next.45667d4",
|
|
66
|
+
"@dxos/util": "0.1.45-next.45667d4",
|
|
67
|
+
"@dxos/websocket-rpc": "0.1.45-next.45667d4"
|
|
64
68
|
},
|
|
65
69
|
"devDependencies": {
|
|
66
70
|
"@oclif/test": "^2.3.11",
|
|
@@ -73,8 +77,9 @@
|
|
|
73
77
|
"@types/node": "^18.11.9",
|
|
74
78
|
"@types/node-fetch": "^2.5.10",
|
|
75
79
|
"globby": "^11.1.0",
|
|
80
|
+
"nodemon": "^2.0.22",
|
|
76
81
|
"shx": "^0.3.3",
|
|
77
|
-
"typescript": "^
|
|
82
|
+
"typescript": "^5.0.4"
|
|
78
83
|
},
|
|
79
84
|
"engines": {
|
|
80
85
|
"node": ">=12.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"publish-workflow.test.d.ts","sourceRoot":"","sources":["../../../../src/commands/app/publish-workflow.test.ts"],"names":[],"mappings":""}
|