@dxos/cli 0.1.55-main.fc12f7c → 0.1.55
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 +312 -115
- package/bin/dev +1 -2
- package/dist/src/base-command.d.ts +6 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +29 -15
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +19 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +25 -39
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +4 -2
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +18 -10
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -0
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +1 -0
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -0
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +6 -4
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +20 -18
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +4 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +25 -18
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +10 -0
- package/dist/src/commands/debug/metrics.d.ts.map +1 -0
- package/dist/src/commands/debug/metrics.js +43 -0
- package/dist/src/commands/debug/metrics.js.map +1 -0
- package/dist/src/commands/{tunnel/set.d.ts → debug/status.d.ts} +4 -5
- package/dist/src/commands/debug/status.d.ts.map +1 -0
- package/dist/src/commands/debug/status.js +34 -0
- package/dist/src/commands/debug/status.js.map +1 -0
- package/dist/src/commands/device/list.d.ts +1 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/function/dev-server.d.ts +1 -0
- package/dist/src/commands/function/dev-server.d.ts.map +1 -1
- package/dist/src/commands/function/dev-server.js +3 -3
- package/dist/src/commands/function/dev-server.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/{info.d.ts → identity.d.ts} +2 -2
- package/dist/src/commands/halo/identity.d.ts.map +1 -0
- package/dist/src/commands/halo/{info.js → identity.js} +5 -5
- package/dist/src/commands/halo/identity.js.map +1 -0
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +1 -0
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.js +1 -1
- package/dist/src/commands/kube/deploy.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -0
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +4 -5
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/space/close.d.ts +9 -0
- package/dist/src/commands/space/close.d.ts.map +1 -0
- package/dist/src/commands/space/close.js +21 -0
- package/dist/src/commands/space/close.js.map +1 -0
- package/dist/src/commands/space/create.js +1 -1
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/info.d.ts +10 -0
- package/dist/src/commands/space/info.d.ts.map +1 -0
- package/dist/src/commands/space/info.js +29 -0
- package/dist/src/commands/space/info.js.map +1 -0
- package/dist/src/commands/space/join.d.ts +1 -0
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +2 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +22 -22
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -0
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/open.d.ts +9 -0
- package/dist/src/commands/space/open.d.ts.map +1 -0
- package/dist/src/commands/space/open.js +20 -0
- package/dist/src/commands/space/open.js.map +1 -0
- package/dist/src/commands/space/share.d.ts +1 -0
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +21 -0
- package/dist/src/commands/tunnel/index.d.ts.map +1 -0
- package/dist/src/commands/tunnel/index.js +41 -0
- package/dist/src/commands/tunnel/index.js.map +1 -0
- package/dist/src/components/App.d.ts +10 -0
- package/dist/src/components/App.d.ts.map +1 -0
- package/dist/src/components/App.js +38 -0
- package/dist/src/components/App.js.map +1 -0
- package/dist/src/components/SpaceTable.d.ts +10 -0
- package/dist/src/components/SpaceTable.d.ts.map +1 -0
- package/dist/src/components/SpaceTable.js +60 -0
- package/dist/src/components/SpaceTable.js.map +1 -0
- package/dist/src/components/SystemTable.d.ts +8 -0
- package/dist/src/components/SystemTable.d.ts.map +1 -0
- package/dist/src/components/SystemTable.js +87 -0
- package/dist/src/components/SystemTable.js.map +1 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/index.js +23 -0
- package/dist/src/components/index.js.map +1 -0
- package/dist/src/errors.d.ts +1 -1
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +2 -2
- package/dist/src/errors.js.map +1 -1
- package/dist/src/help.d.ts.map +1 -1
- package/dist/src/help.js +9 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/timeouts.d.ts +1 -1
- package/dist/src/timeouts.d.ts.map +1 -1
- package/dist/src/timeouts.js +2 -1
- package/dist/src/timeouts.js.map +1 -1
- package/dist/src/util/agents.d.ts +3 -0
- package/dist/src/util/agents.d.ts.map +1 -0
- package/dist/src/util/agents.js +44 -0
- package/dist/src/util/agents.js.map +1 -0
- package/dist/src/util/credentials.d.ts +11 -0
- package/dist/src/util/credentials.d.ts.map +1 -0
- package/dist/src/util/credentials.js +63 -0
- package/dist/src/util/credentials.js.map +1 -0
- package/dist/src/util/devices.d.ts +7 -0
- package/dist/src/util/devices.d.ts.map +1 -0
- package/dist/src/util/devices.js +29 -0
- package/dist/src/util/devices.js.map +1 -0
- package/dist/src/util/index.d.ts +7 -5
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +7 -5
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/{invitation.d.ts → invitations.d.ts} +1 -1
- package/dist/src/util/invitations.d.ts.map +1 -0
- package/dist/src/util/{invitation.js → invitations.js} +1 -1
- package/dist/src/util/invitations.js.map +1 -0
- package/dist/src/util/{print.d.ts → spaces.d.ts} +4 -16
- package/dist/src/util/spaces.d.ts.map +1 -0
- package/dist/src/util/{print.js → spaces.js} +50 -64
- package/dist/src/util/spaces.js.map +1 -0
- package/dist/src/util/telemetry.d.ts +3 -3
- package/dist/src/util/telemetry.d.ts.map +1 -1
- package/dist/src/util/telemetryrc.json +4 -4
- package/dist/src/util/{test-util.d.ts → testing.d.ts} +1 -1
- package/dist/src/util/testing.d.ts.map +1 -0
- package/dist/src/util/{test-util.js → testing.js} +1 -1
- package/dist/src/util/testing.js.map +1 -0
- package/dist/src/util/types.d.ts +4 -0
- package/dist/src/util/types.d.ts.map +1 -0
- package/dist/src/util/types.js +20 -0
- package/dist/src/util/types.js.map +1 -0
- package/oclif.manifest.json +883 -168
- package/package.json +22 -19
- package/dist/src/commands/halo/info.d.ts.map +0 -1
- package/dist/src/commands/halo/info.js.map +0 -1
- package/dist/src/commands/tunnel/set.d.ts.map +0 -1
- package/dist/src/commands/tunnel/set.js +0 -42
- package/dist/src/commands/tunnel/set.js.map +0 -1
- package/dist/src/util/credential.d.ts +0 -4
- package/dist/src/util/credential.d.ts.map +0 -1
- package/dist/src/util/credential.js +0 -33
- package/dist/src/util/credential.js.map +0 -1
- package/dist/src/util/invitation.d.ts.map +0 -1
- package/dist/src/util/invitation.js.map +0 -1
- package/dist/src/util/print.d.ts.map +0 -1
- package/dist/src/util/print.js.map +0 -1
- package/dist/src/util/test-util.d.ts.map +0 -1
- package/dist/src/util/test-util.js.map +0 -1
- package/dist/src/util/util.d.ts +0 -7
- package/dist/src/util/util.d.ts.map +0 -1
- package/dist/src/util/util.js +0 -60
- package/dist/src/util/util.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.55
|
|
2
|
+
"version": "0.1.55",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"json": {
|
|
14
14
|
"name": "json",
|
|
15
15
|
"type": "boolean",
|
|
16
|
-
"description": "
|
|
17
|
-
"helpGroup": "GLOBAL",
|
|
16
|
+
"description": "Output as JSON.",
|
|
18
17
|
"allowNo": false
|
|
19
18
|
},
|
|
20
19
|
"dry-run": {
|
|
@@ -60,12 +59,97 @@
|
|
|
60
59
|
"timeout": {
|
|
61
60
|
"name": "timeout",
|
|
62
61
|
"type": "option",
|
|
63
|
-
"description": "Timeout
|
|
62
|
+
"description": "Timeout (ms).",
|
|
64
63
|
"multiple": false,
|
|
65
|
-
"default":
|
|
64
|
+
"default": 60000,
|
|
66
65
|
"aliases": [
|
|
67
66
|
"t"
|
|
68
67
|
]
|
|
68
|
+
},
|
|
69
|
+
"no-wait": {
|
|
70
|
+
"name": "no-wait",
|
|
71
|
+
"type": "boolean",
|
|
72
|
+
"description": "Do not wait for space to be ready.",
|
|
73
|
+
"allowNo": false
|
|
74
|
+
},
|
|
75
|
+
"columns": {
|
|
76
|
+
"name": "columns",
|
|
77
|
+
"type": "option",
|
|
78
|
+
"description": "only show provided columns (comma-separated)",
|
|
79
|
+
"multiple": false,
|
|
80
|
+
"exclusive": [
|
|
81
|
+
"extended"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"sort": {
|
|
85
|
+
"name": "sort",
|
|
86
|
+
"type": "option",
|
|
87
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
88
|
+
"multiple": false
|
|
89
|
+
},
|
|
90
|
+
"filter": {
|
|
91
|
+
"name": "filter",
|
|
92
|
+
"type": "option",
|
|
93
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
94
|
+
"multiple": false
|
|
95
|
+
},
|
|
96
|
+
"csv": {
|
|
97
|
+
"name": "csv",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
100
|
+
"allowNo": false,
|
|
101
|
+
"exclusive": [
|
|
102
|
+
"no-truncate"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"output": {
|
|
106
|
+
"name": "output",
|
|
107
|
+
"type": "option",
|
|
108
|
+
"description": "output in a more machine friendly format",
|
|
109
|
+
"multiple": false,
|
|
110
|
+
"options": [
|
|
111
|
+
"csv",
|
|
112
|
+
"json",
|
|
113
|
+
"yaml"
|
|
114
|
+
],
|
|
115
|
+
"exclusive": [
|
|
116
|
+
"no-truncate",
|
|
117
|
+
"csv"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"extended": {
|
|
121
|
+
"name": "extended",
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"char": "x",
|
|
124
|
+
"description": "show extra columns",
|
|
125
|
+
"allowNo": false,
|
|
126
|
+
"exclusive": [
|
|
127
|
+
"columns"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"no-truncate": {
|
|
131
|
+
"name": "no-truncate",
|
|
132
|
+
"type": "boolean",
|
|
133
|
+
"description": "do not truncate output to fit screen",
|
|
134
|
+
"allowNo": false,
|
|
135
|
+
"exclusive": [
|
|
136
|
+
"csv"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"no-header": {
|
|
140
|
+
"name": "no-header",
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"description": "hide table header from output",
|
|
143
|
+
"allowNo": false,
|
|
144
|
+
"exclusive": [
|
|
145
|
+
"csv"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"live": {
|
|
149
|
+
"name": "live",
|
|
150
|
+
"type": "boolean",
|
|
151
|
+
"description": "Live update.",
|
|
152
|
+
"allowNo": false
|
|
69
153
|
}
|
|
70
154
|
},
|
|
71
155
|
"args": {}
|
|
@@ -128,13 +212,19 @@
|
|
|
128
212
|
"timeout": {
|
|
129
213
|
"name": "timeout",
|
|
130
214
|
"type": "option",
|
|
131
|
-
"description": "Timeout
|
|
215
|
+
"description": "Timeout (ms).",
|
|
132
216
|
"multiple": false,
|
|
133
|
-
"default":
|
|
217
|
+
"default": 60000,
|
|
134
218
|
"aliases": [
|
|
135
219
|
"t"
|
|
136
220
|
]
|
|
137
221
|
},
|
|
222
|
+
"no-wait": {
|
|
223
|
+
"name": "no-wait",
|
|
224
|
+
"type": "boolean",
|
|
225
|
+
"description": "Do not wait for space to be ready.",
|
|
226
|
+
"allowNo": false
|
|
227
|
+
},
|
|
138
228
|
"force": {
|
|
139
229
|
"name": "force",
|
|
140
230
|
"type": "boolean",
|
|
@@ -202,13 +292,19 @@
|
|
|
202
292
|
"timeout": {
|
|
203
293
|
"name": "timeout",
|
|
204
294
|
"type": "option",
|
|
205
|
-
"description": "Timeout
|
|
295
|
+
"description": "Timeout (ms).",
|
|
206
296
|
"multiple": false,
|
|
207
|
-
"default":
|
|
297
|
+
"default": 60000,
|
|
208
298
|
"aliases": [
|
|
209
299
|
"t"
|
|
210
300
|
]
|
|
211
301
|
},
|
|
302
|
+
"no-wait": {
|
|
303
|
+
"name": "no-wait",
|
|
304
|
+
"type": "boolean",
|
|
305
|
+
"description": "Do not wait for space to be ready.",
|
|
306
|
+
"allowNo": false
|
|
307
|
+
},
|
|
212
308
|
"foreground": {
|
|
213
309
|
"name": "foreground",
|
|
214
310
|
"type": "boolean",
|
|
@@ -216,14 +312,14 @@
|
|
|
216
312
|
"description": "Run in foreground.",
|
|
217
313
|
"allowNo": false
|
|
218
314
|
},
|
|
219
|
-
"
|
|
220
|
-
"name": "
|
|
315
|
+
"ws": {
|
|
316
|
+
"name": "ws",
|
|
221
317
|
"type": "option",
|
|
222
318
|
"description": "Expose web socket port.",
|
|
223
319
|
"helpValue": "port",
|
|
224
320
|
"multiple": false,
|
|
225
321
|
"aliases": [
|
|
226
|
-
"
|
|
322
|
+
"web-socket"
|
|
227
323
|
]
|
|
228
324
|
},
|
|
229
325
|
"echo": {
|
|
@@ -238,6 +334,12 @@
|
|
|
238
334
|
"type": "boolean",
|
|
239
335
|
"description": "Run epoch monitoring.",
|
|
240
336
|
"allowNo": false
|
|
337
|
+
},
|
|
338
|
+
"metrics": {
|
|
339
|
+
"name": "metrics",
|
|
340
|
+
"type": "boolean",
|
|
341
|
+
"description": "Start metrics recording.",
|
|
342
|
+
"allowNo": false
|
|
241
343
|
}
|
|
242
344
|
},
|
|
243
345
|
"args": {}
|
|
@@ -300,13 +402,19 @@
|
|
|
300
402
|
"timeout": {
|
|
301
403
|
"name": "timeout",
|
|
302
404
|
"type": "option",
|
|
303
|
-
"description": "Timeout
|
|
405
|
+
"description": "Timeout (ms).",
|
|
304
406
|
"multiple": false,
|
|
305
|
-
"default":
|
|
407
|
+
"default": 60000,
|
|
306
408
|
"aliases": [
|
|
307
409
|
"t"
|
|
308
410
|
]
|
|
309
411
|
},
|
|
412
|
+
"no-wait": {
|
|
413
|
+
"name": "no-wait",
|
|
414
|
+
"type": "boolean",
|
|
415
|
+
"description": "Do not wait for space to be ready.",
|
|
416
|
+
"allowNo": false
|
|
417
|
+
},
|
|
310
418
|
"all": {
|
|
311
419
|
"name": "all",
|
|
312
420
|
"type": "boolean",
|
|
@@ -380,13 +488,19 @@
|
|
|
380
488
|
"timeout": {
|
|
381
489
|
"name": "timeout",
|
|
382
490
|
"type": "option",
|
|
383
|
-
"description": "Timeout
|
|
491
|
+
"description": "Timeout (ms).",
|
|
384
492
|
"multiple": false,
|
|
385
|
-
"default":
|
|
493
|
+
"default": 60000,
|
|
386
494
|
"aliases": [
|
|
387
495
|
"t"
|
|
388
496
|
]
|
|
389
497
|
},
|
|
498
|
+
"no-wait": {
|
|
499
|
+
"name": "no-wait",
|
|
500
|
+
"type": "boolean",
|
|
501
|
+
"description": "Do not wait for space to be ready.",
|
|
502
|
+
"allowNo": false
|
|
503
|
+
},
|
|
390
504
|
"tag": {
|
|
391
505
|
"name": "tag",
|
|
392
506
|
"type": "option",
|
|
@@ -481,12 +595,18 @@
|
|
|
481
595
|
"timeout": {
|
|
482
596
|
"name": "timeout",
|
|
483
597
|
"type": "option",
|
|
484
|
-
"description": "Timeout
|
|
598
|
+
"description": "Timeout (ms).",
|
|
485
599
|
"multiple": false,
|
|
486
|
-
"default":
|
|
600
|
+
"default": 60000,
|
|
487
601
|
"aliases": [
|
|
488
602
|
"t"
|
|
489
603
|
]
|
|
604
|
+
},
|
|
605
|
+
"no-wait": {
|
|
606
|
+
"name": "no-wait",
|
|
607
|
+
"type": "boolean",
|
|
608
|
+
"description": "Do not wait for space to be ready.",
|
|
609
|
+
"allowNo": false
|
|
490
610
|
}
|
|
491
611
|
},
|
|
492
612
|
"args": {}
|
|
@@ -550,13 +670,19 @@
|
|
|
550
670
|
"timeout": {
|
|
551
671
|
"name": "timeout",
|
|
552
672
|
"type": "option",
|
|
553
|
-
"description": "Timeout
|
|
673
|
+
"description": "Timeout (ms).",
|
|
554
674
|
"multiple": false,
|
|
555
|
-
"default":
|
|
675
|
+
"default": 60000,
|
|
556
676
|
"aliases": [
|
|
557
677
|
"t"
|
|
558
678
|
]
|
|
559
679
|
},
|
|
680
|
+
"no-wait": {
|
|
681
|
+
"name": "no-wait",
|
|
682
|
+
"type": "boolean",
|
|
683
|
+
"description": "Do not wait for space to be ready.",
|
|
684
|
+
"allowNo": false
|
|
685
|
+
},
|
|
560
686
|
"instances": {
|
|
561
687
|
"name": "instances",
|
|
562
688
|
"type": "option",
|
|
@@ -637,13 +763,19 @@
|
|
|
637
763
|
"timeout": {
|
|
638
764
|
"name": "timeout",
|
|
639
765
|
"type": "option",
|
|
640
|
-
"description": "Timeout
|
|
766
|
+
"description": "Timeout (ms).",
|
|
641
767
|
"multiple": false,
|
|
642
|
-
"default":
|
|
768
|
+
"default": 60000,
|
|
643
769
|
"aliases": [
|
|
644
770
|
"t"
|
|
645
771
|
]
|
|
646
772
|
},
|
|
773
|
+
"no-wait": {
|
|
774
|
+
"name": "no-wait",
|
|
775
|
+
"type": "boolean",
|
|
776
|
+
"description": "Do not wait for space to be ready.",
|
|
777
|
+
"allowNo": false
|
|
778
|
+
},
|
|
647
779
|
"configPath": {
|
|
648
780
|
"name": "configPath",
|
|
649
781
|
"type": "option",
|
|
@@ -730,24 +862,40 @@
|
|
|
730
862
|
"timeout": {
|
|
731
863
|
"name": "timeout",
|
|
732
864
|
"type": "option",
|
|
733
|
-
"description": "Timeout
|
|
865
|
+
"description": "Timeout (ms).",
|
|
734
866
|
"multiple": false,
|
|
735
|
-
"default":
|
|
867
|
+
"default": 60000,
|
|
736
868
|
"aliases": [
|
|
737
869
|
"t"
|
|
738
870
|
]
|
|
871
|
+
},
|
|
872
|
+
"no-wait": {
|
|
873
|
+
"name": "no-wait",
|
|
874
|
+
"type": "boolean",
|
|
875
|
+
"description": "Do not wait for space to be ready.",
|
|
876
|
+
"allowNo": false
|
|
739
877
|
}
|
|
740
878
|
},
|
|
741
879
|
"args": {}
|
|
742
880
|
},
|
|
743
881
|
"debug:diagnostics": {
|
|
744
882
|
"id": "debug:diagnostics",
|
|
745
|
-
"description": "
|
|
883
|
+
"description": "Create diagnostics report.",
|
|
746
884
|
"strict": true,
|
|
747
885
|
"pluginName": "@dxos/cli",
|
|
748
886
|
"pluginAlias": "@dxos/cli",
|
|
749
887
|
"pluginType": "core",
|
|
750
888
|
"aliases": [],
|
|
889
|
+
"examples": [
|
|
890
|
+
{
|
|
891
|
+
"description": "Inspect diagnostics.",
|
|
892
|
+
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"description": "Upload diagnostics to GitHub.",
|
|
896
|
+
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
751
899
|
"flags": {
|
|
752
900
|
"json": {
|
|
753
901
|
"name": "json",
|
|
@@ -764,7 +912,8 @@
|
|
|
764
912
|
"verbose": {
|
|
765
913
|
"name": "verbose",
|
|
766
914
|
"type": "boolean",
|
|
767
|
-
"
|
|
915
|
+
"char": "v",
|
|
916
|
+
"description": "Verbose output",
|
|
768
917
|
"allowNo": false
|
|
769
918
|
},
|
|
770
919
|
"profile": {
|
|
@@ -797,17 +946,23 @@
|
|
|
797
946
|
"timeout": {
|
|
798
947
|
"name": "timeout",
|
|
799
948
|
"type": "option",
|
|
800
|
-
"description": "Timeout
|
|
949
|
+
"description": "Timeout (ms).",
|
|
801
950
|
"multiple": false,
|
|
802
|
-
"default":
|
|
951
|
+
"default": 60000,
|
|
803
952
|
"aliases": [
|
|
804
953
|
"t"
|
|
805
954
|
]
|
|
806
955
|
},
|
|
956
|
+
"no-wait": {
|
|
957
|
+
"name": "no-wait",
|
|
958
|
+
"type": "boolean",
|
|
959
|
+
"description": "Do not wait for space to be ready.",
|
|
960
|
+
"allowNo": false
|
|
961
|
+
},
|
|
807
962
|
"humanize": {
|
|
808
963
|
"name": "humanize",
|
|
809
964
|
"type": "boolean",
|
|
810
|
-
"description": "
|
|
965
|
+
"description": "Humanize keys.",
|
|
811
966
|
"allowNo": false
|
|
812
967
|
},
|
|
813
968
|
"truncate": {
|
|
@@ -877,13 +1032,33 @@
|
|
|
877
1032
|
"timeout": {
|
|
878
1033
|
"name": "timeout",
|
|
879
1034
|
"type": "option",
|
|
880
|
-
"description": "Timeout
|
|
1035
|
+
"description": "Timeout (ms).",
|
|
881
1036
|
"multiple": false,
|
|
882
|
-
"default":
|
|
1037
|
+
"default": 60000,
|
|
883
1038
|
"aliases": [
|
|
884
1039
|
"t"
|
|
885
1040
|
]
|
|
886
1041
|
},
|
|
1042
|
+
"no-wait": {
|
|
1043
|
+
"name": "no-wait",
|
|
1044
|
+
"type": "boolean",
|
|
1045
|
+
"description": "Do not wait for space to be ready.",
|
|
1046
|
+
"allowNo": false
|
|
1047
|
+
},
|
|
1048
|
+
"interval": {
|
|
1049
|
+
"name": "interval",
|
|
1050
|
+
"type": "option",
|
|
1051
|
+
"description": "Interval between mutations (ms).",
|
|
1052
|
+
"multiple": false,
|
|
1053
|
+
"default": 0
|
|
1054
|
+
},
|
|
1055
|
+
"jitter": {
|
|
1056
|
+
"name": "jitter",
|
|
1057
|
+
"type": "option",
|
|
1058
|
+
"description": "Inverval variance (ms).",
|
|
1059
|
+
"multiple": false,
|
|
1060
|
+
"default": 0
|
|
1061
|
+
},
|
|
887
1062
|
"objects": {
|
|
888
1063
|
"name": "objects",
|
|
889
1064
|
"type": "option",
|
|
@@ -898,8 +1073,8 @@
|
|
|
898
1073
|
"multiple": false,
|
|
899
1074
|
"default": 0
|
|
900
1075
|
},
|
|
901
|
-
"
|
|
902
|
-
"name": "
|
|
1076
|
+
"epoch": {
|
|
1077
|
+
"name": "epoch",
|
|
903
1078
|
"type": "option",
|
|
904
1079
|
"description": "Number of mutations per epoch.",
|
|
905
1080
|
"multiple": false
|
|
@@ -912,6 +1087,167 @@
|
|
|
912
1087
|
}
|
|
913
1088
|
}
|
|
914
1089
|
},
|
|
1090
|
+
"debug:metrics": {
|
|
1091
|
+
"id": "debug:metrics",
|
|
1092
|
+
"description": "Control metrics.",
|
|
1093
|
+
"strict": true,
|
|
1094
|
+
"pluginName": "@dxos/cli",
|
|
1095
|
+
"pluginAlias": "@dxos/cli",
|
|
1096
|
+
"pluginType": "core",
|
|
1097
|
+
"aliases": [],
|
|
1098
|
+
"flags": {
|
|
1099
|
+
"json": {
|
|
1100
|
+
"name": "json",
|
|
1101
|
+
"type": "boolean",
|
|
1102
|
+
"description": "Format output as json.",
|
|
1103
|
+
"helpGroup": "GLOBAL",
|
|
1104
|
+
"allowNo": false
|
|
1105
|
+
},
|
|
1106
|
+
"dry-run": {
|
|
1107
|
+
"name": "dry-run",
|
|
1108
|
+
"type": "boolean",
|
|
1109
|
+
"description": "Dry run.",
|
|
1110
|
+
"allowNo": false
|
|
1111
|
+
},
|
|
1112
|
+
"verbose": {
|
|
1113
|
+
"name": "verbose",
|
|
1114
|
+
"type": "boolean",
|
|
1115
|
+
"char": "v",
|
|
1116
|
+
"description": "Verbose output",
|
|
1117
|
+
"allowNo": false
|
|
1118
|
+
},
|
|
1119
|
+
"profile": {
|
|
1120
|
+
"name": "profile",
|
|
1121
|
+
"type": "option",
|
|
1122
|
+
"description": "User profile.",
|
|
1123
|
+
"multiple": false,
|
|
1124
|
+
"default": "default"
|
|
1125
|
+
},
|
|
1126
|
+
"config": {
|
|
1127
|
+
"name": "config",
|
|
1128
|
+
"type": "option",
|
|
1129
|
+
"description": "Config file.",
|
|
1130
|
+
"helpValue": "path",
|
|
1131
|
+
"multiple": false,
|
|
1132
|
+
"dependsOn": [
|
|
1133
|
+
"profile"
|
|
1134
|
+
],
|
|
1135
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1136
|
+
"aliases": [
|
|
1137
|
+
"c"
|
|
1138
|
+
]
|
|
1139
|
+
},
|
|
1140
|
+
"no-agent": {
|
|
1141
|
+
"name": "no-agent",
|
|
1142
|
+
"type": "boolean",
|
|
1143
|
+
"description": "Run command without agent.",
|
|
1144
|
+
"allowNo": false
|
|
1145
|
+
},
|
|
1146
|
+
"timeout": {
|
|
1147
|
+
"name": "timeout",
|
|
1148
|
+
"type": "option",
|
|
1149
|
+
"description": "Timeout (ms).",
|
|
1150
|
+
"multiple": false,
|
|
1151
|
+
"default": 60000,
|
|
1152
|
+
"aliases": [
|
|
1153
|
+
"t"
|
|
1154
|
+
]
|
|
1155
|
+
},
|
|
1156
|
+
"no-wait": {
|
|
1157
|
+
"name": "no-wait",
|
|
1158
|
+
"type": "boolean",
|
|
1159
|
+
"description": "Do not wait for space to be ready.",
|
|
1160
|
+
"allowNo": false
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"args": {
|
|
1164
|
+
"command": {
|
|
1165
|
+
"name": "command",
|
|
1166
|
+
"description": "Control metrics recording."
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"debug:status": {
|
|
1171
|
+
"id": "debug:status",
|
|
1172
|
+
"description": "Display status.",
|
|
1173
|
+
"strict": true,
|
|
1174
|
+
"pluginName": "@dxos/cli",
|
|
1175
|
+
"pluginAlias": "@dxos/cli",
|
|
1176
|
+
"pluginType": "core",
|
|
1177
|
+
"aliases": [],
|
|
1178
|
+
"flags": {
|
|
1179
|
+
"json": {
|
|
1180
|
+
"name": "json",
|
|
1181
|
+
"type": "boolean",
|
|
1182
|
+
"description": "Output as JSON.",
|
|
1183
|
+
"allowNo": false
|
|
1184
|
+
},
|
|
1185
|
+
"dry-run": {
|
|
1186
|
+
"name": "dry-run",
|
|
1187
|
+
"type": "boolean",
|
|
1188
|
+
"description": "Dry run.",
|
|
1189
|
+
"allowNo": false
|
|
1190
|
+
},
|
|
1191
|
+
"verbose": {
|
|
1192
|
+
"name": "verbose",
|
|
1193
|
+
"type": "boolean",
|
|
1194
|
+
"char": "v",
|
|
1195
|
+
"description": "Verbose output",
|
|
1196
|
+
"allowNo": false
|
|
1197
|
+
},
|
|
1198
|
+
"profile": {
|
|
1199
|
+
"name": "profile",
|
|
1200
|
+
"type": "option",
|
|
1201
|
+
"description": "User profile.",
|
|
1202
|
+
"multiple": false,
|
|
1203
|
+
"default": "default"
|
|
1204
|
+
},
|
|
1205
|
+
"config": {
|
|
1206
|
+
"name": "config",
|
|
1207
|
+
"type": "option",
|
|
1208
|
+
"description": "Config file.",
|
|
1209
|
+
"helpValue": "path",
|
|
1210
|
+
"multiple": false,
|
|
1211
|
+
"dependsOn": [
|
|
1212
|
+
"profile"
|
|
1213
|
+
],
|
|
1214
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1215
|
+
"aliases": [
|
|
1216
|
+
"c"
|
|
1217
|
+
]
|
|
1218
|
+
},
|
|
1219
|
+
"no-agent": {
|
|
1220
|
+
"name": "no-agent",
|
|
1221
|
+
"type": "boolean",
|
|
1222
|
+
"description": "Run command without agent.",
|
|
1223
|
+
"allowNo": false
|
|
1224
|
+
},
|
|
1225
|
+
"timeout": {
|
|
1226
|
+
"name": "timeout",
|
|
1227
|
+
"type": "option",
|
|
1228
|
+
"description": "Timeout (ms).",
|
|
1229
|
+
"multiple": false,
|
|
1230
|
+
"default": 60000,
|
|
1231
|
+
"aliases": [
|
|
1232
|
+
"t"
|
|
1233
|
+
]
|
|
1234
|
+
},
|
|
1235
|
+
"no-wait": {
|
|
1236
|
+
"name": "no-wait",
|
|
1237
|
+
"type": "boolean",
|
|
1238
|
+
"description": "Do not wait for space to be ready.",
|
|
1239
|
+
"allowNo": false
|
|
1240
|
+
},
|
|
1241
|
+
"interval": {
|
|
1242
|
+
"name": "interval",
|
|
1243
|
+
"type": "option",
|
|
1244
|
+
"description": "Update interval (ms).",
|
|
1245
|
+
"multiple": false,
|
|
1246
|
+
"default": 1000
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"args": {}
|
|
1250
|
+
},
|
|
915
1251
|
"device": {
|
|
916
1252
|
"id": "device",
|
|
917
1253
|
"description": "Show device info.",
|
|
@@ -971,12 +1307,18 @@
|
|
|
971
1307
|
"timeout": {
|
|
972
1308
|
"name": "timeout",
|
|
973
1309
|
"type": "option",
|
|
974
|
-
"description": "Timeout
|
|
1310
|
+
"description": "Timeout (ms).",
|
|
975
1311
|
"multiple": false,
|
|
976
|
-
"default":
|
|
1312
|
+
"default": 60000,
|
|
977
1313
|
"aliases": [
|
|
978
1314
|
"t"
|
|
979
1315
|
]
|
|
1316
|
+
},
|
|
1317
|
+
"no-wait": {
|
|
1318
|
+
"name": "no-wait",
|
|
1319
|
+
"type": "boolean",
|
|
1320
|
+
"description": "Do not wait for space to be ready.",
|
|
1321
|
+
"allowNo": false
|
|
980
1322
|
}
|
|
981
1323
|
},
|
|
982
1324
|
"args": {}
|
|
@@ -1039,13 +1381,19 @@
|
|
|
1039
1381
|
"timeout": {
|
|
1040
1382
|
"name": "timeout",
|
|
1041
1383
|
"type": "option",
|
|
1042
|
-
"description": "Timeout
|
|
1384
|
+
"description": "Timeout (ms).",
|
|
1043
1385
|
"multiple": false,
|
|
1044
|
-
"default":
|
|
1386
|
+
"default": 60000,
|
|
1045
1387
|
"aliases": [
|
|
1046
1388
|
"t"
|
|
1047
1389
|
]
|
|
1048
1390
|
},
|
|
1391
|
+
"no-wait": {
|
|
1392
|
+
"name": "no-wait",
|
|
1393
|
+
"type": "boolean",
|
|
1394
|
+
"description": "Do not wait for space to be ready.",
|
|
1395
|
+
"allowNo": false
|
|
1396
|
+
},
|
|
1049
1397
|
"columns": {
|
|
1050
1398
|
"name": "columns",
|
|
1051
1399
|
"type": "option",
|
|
@@ -1188,13 +1536,19 @@
|
|
|
1188
1536
|
"timeout": {
|
|
1189
1537
|
"name": "timeout",
|
|
1190
1538
|
"type": "option",
|
|
1191
|
-
"description": "Timeout
|
|
1539
|
+
"description": "Timeout (ms).",
|
|
1192
1540
|
"multiple": false,
|
|
1193
|
-
"default":
|
|
1541
|
+
"default": 60000,
|
|
1194
1542
|
"aliases": [
|
|
1195
1543
|
"t"
|
|
1196
1544
|
]
|
|
1197
1545
|
},
|
|
1546
|
+
"no-wait": {
|
|
1547
|
+
"name": "no-wait",
|
|
1548
|
+
"type": "boolean",
|
|
1549
|
+
"description": "Do not wait for space to be ready.",
|
|
1550
|
+
"allowNo": false
|
|
1551
|
+
},
|
|
1198
1552
|
"require": {
|
|
1199
1553
|
"name": "require",
|
|
1200
1554
|
"type": "option",
|
|
@@ -1275,12 +1629,18 @@
|
|
|
1275
1629
|
"timeout": {
|
|
1276
1630
|
"name": "timeout",
|
|
1277
1631
|
"type": "option",
|
|
1278
|
-
"description": "Timeout
|
|
1632
|
+
"description": "Timeout (ms).",
|
|
1279
1633
|
"multiple": false,
|
|
1280
|
-
"default":
|
|
1634
|
+
"default": 60000,
|
|
1281
1635
|
"aliases": [
|
|
1282
1636
|
"t"
|
|
1283
1637
|
]
|
|
1638
|
+
},
|
|
1639
|
+
"no-wait": {
|
|
1640
|
+
"name": "no-wait",
|
|
1641
|
+
"type": "boolean",
|
|
1642
|
+
"description": "Do not wait for space to be ready.",
|
|
1643
|
+
"allowNo": false
|
|
1284
1644
|
}
|
|
1285
1645
|
},
|
|
1286
1646
|
"args": {
|
|
@@ -1351,12 +1711,18 @@
|
|
|
1351
1711
|
"timeout": {
|
|
1352
1712
|
"name": "timeout",
|
|
1353
1713
|
"type": "option",
|
|
1354
|
-
"description": "Timeout
|
|
1714
|
+
"description": "Timeout (ms).",
|
|
1355
1715
|
"multiple": false,
|
|
1356
|
-
"default":
|
|
1716
|
+
"default": 60000,
|
|
1357
1717
|
"aliases": [
|
|
1358
1718
|
"t"
|
|
1359
1719
|
]
|
|
1720
|
+
},
|
|
1721
|
+
"no-wait": {
|
|
1722
|
+
"name": "no-wait",
|
|
1723
|
+
"type": "boolean",
|
|
1724
|
+
"description": "Do not wait for space to be ready.",
|
|
1725
|
+
"allowNo": false
|
|
1360
1726
|
}
|
|
1361
1727
|
},
|
|
1362
1728
|
"args": {}
|
|
@@ -1421,12 +1787,18 @@
|
|
|
1421
1787
|
"timeout": {
|
|
1422
1788
|
"name": "timeout",
|
|
1423
1789
|
"type": "option",
|
|
1424
|
-
"description": "Timeout
|
|
1790
|
+
"description": "Timeout (ms).",
|
|
1425
1791
|
"multiple": false,
|
|
1426
|
-
"default":
|
|
1792
|
+
"default": 60000,
|
|
1427
1793
|
"aliases": [
|
|
1428
1794
|
"t"
|
|
1429
1795
|
]
|
|
1796
|
+
},
|
|
1797
|
+
"no-wait": {
|
|
1798
|
+
"name": "no-wait",
|
|
1799
|
+
"type": "boolean",
|
|
1800
|
+
"description": "Do not wait for space to be ready.",
|
|
1801
|
+
"allowNo": false
|
|
1430
1802
|
}
|
|
1431
1803
|
},
|
|
1432
1804
|
"args": {
|
|
@@ -1496,12 +1868,18 @@
|
|
|
1496
1868
|
"timeout": {
|
|
1497
1869
|
"name": "timeout",
|
|
1498
1870
|
"type": "option",
|
|
1499
|
-
"description": "Timeout
|
|
1871
|
+
"description": "Timeout (ms).",
|
|
1500
1872
|
"multiple": false,
|
|
1501
|
-
"default":
|
|
1873
|
+
"default": 60000,
|
|
1502
1874
|
"aliases": [
|
|
1503
1875
|
"t"
|
|
1504
1876
|
]
|
|
1877
|
+
},
|
|
1878
|
+
"no-wait": {
|
|
1879
|
+
"name": "no-wait",
|
|
1880
|
+
"type": "boolean",
|
|
1881
|
+
"description": "Do not wait for space to be ready.",
|
|
1882
|
+
"allowNo": false
|
|
1505
1883
|
}
|
|
1506
1884
|
},
|
|
1507
1885
|
"args": {
|
|
@@ -1512,9 +1890,9 @@
|
|
|
1512
1890
|
}
|
|
1513
1891
|
}
|
|
1514
1892
|
},
|
|
1515
|
-
"halo:
|
|
1516
|
-
"id": "halo:
|
|
1517
|
-
"description": "Show HALO
|
|
1893
|
+
"halo:identity": {
|
|
1894
|
+
"id": "halo:identity",
|
|
1895
|
+
"description": "Show HALO identity.",
|
|
1518
1896
|
"strict": true,
|
|
1519
1897
|
"pluginName": "@dxos/cli",
|
|
1520
1898
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1571,12 +1949,18 @@
|
|
|
1571
1949
|
"timeout": {
|
|
1572
1950
|
"name": "timeout",
|
|
1573
1951
|
"type": "option",
|
|
1574
|
-
"description": "Timeout
|
|
1952
|
+
"description": "Timeout (ms).",
|
|
1575
1953
|
"multiple": false,
|
|
1576
|
-
"default":
|
|
1954
|
+
"default": 60000,
|
|
1577
1955
|
"aliases": [
|
|
1578
1956
|
"t"
|
|
1579
1957
|
]
|
|
1958
|
+
},
|
|
1959
|
+
"no-wait": {
|
|
1960
|
+
"name": "no-wait",
|
|
1961
|
+
"type": "boolean",
|
|
1962
|
+
"description": "Do not wait for space to be ready.",
|
|
1963
|
+
"allowNo": false
|
|
1580
1964
|
}
|
|
1581
1965
|
},
|
|
1582
1966
|
"args": {}
|
|
@@ -1639,13 +2023,19 @@
|
|
|
1639
2023
|
"timeout": {
|
|
1640
2024
|
"name": "timeout",
|
|
1641
2025
|
"type": "option",
|
|
1642
|
-
"description": "Timeout
|
|
2026
|
+
"description": "Timeout (ms).",
|
|
1643
2027
|
"multiple": false,
|
|
1644
|
-
"default":
|
|
2028
|
+
"default": 60000,
|
|
1645
2029
|
"aliases": [
|
|
1646
2030
|
"t"
|
|
1647
2031
|
]
|
|
1648
2032
|
},
|
|
2033
|
+
"no-wait": {
|
|
2034
|
+
"name": "no-wait",
|
|
2035
|
+
"type": "boolean",
|
|
2036
|
+
"description": "Do not wait for space to be ready.",
|
|
2037
|
+
"allowNo": false
|
|
2038
|
+
},
|
|
1649
2039
|
"invitation": {
|
|
1650
2040
|
"name": "invitation",
|
|
1651
2041
|
"type": "option",
|
|
@@ -1673,8 +2063,163 @@
|
|
|
1673
2063
|
"json": {
|
|
1674
2064
|
"name": "json",
|
|
1675
2065
|
"type": "boolean",
|
|
1676
|
-
"description": "Format output as json.",
|
|
1677
|
-
"helpGroup": "GLOBAL",
|
|
2066
|
+
"description": "Format output as json.",
|
|
2067
|
+
"helpGroup": "GLOBAL",
|
|
2068
|
+
"allowNo": false
|
|
2069
|
+
},
|
|
2070
|
+
"dry-run": {
|
|
2071
|
+
"name": "dry-run",
|
|
2072
|
+
"type": "boolean",
|
|
2073
|
+
"description": "Dry run.",
|
|
2074
|
+
"allowNo": false
|
|
2075
|
+
},
|
|
2076
|
+
"verbose": {
|
|
2077
|
+
"name": "verbose",
|
|
2078
|
+
"type": "boolean",
|
|
2079
|
+
"char": "v",
|
|
2080
|
+
"description": "Verbose output",
|
|
2081
|
+
"allowNo": false
|
|
2082
|
+
},
|
|
2083
|
+
"profile": {
|
|
2084
|
+
"name": "profile",
|
|
2085
|
+
"type": "option",
|
|
2086
|
+
"description": "User profile.",
|
|
2087
|
+
"multiple": false,
|
|
2088
|
+
"default": "default"
|
|
2089
|
+
},
|
|
2090
|
+
"config": {
|
|
2091
|
+
"name": "config",
|
|
2092
|
+
"type": "option",
|
|
2093
|
+
"description": "Config file.",
|
|
2094
|
+
"helpValue": "path",
|
|
2095
|
+
"multiple": false,
|
|
2096
|
+
"dependsOn": [
|
|
2097
|
+
"profile"
|
|
2098
|
+
],
|
|
2099
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2100
|
+
"aliases": [
|
|
2101
|
+
"c"
|
|
2102
|
+
]
|
|
2103
|
+
},
|
|
2104
|
+
"no-agent": {
|
|
2105
|
+
"name": "no-agent",
|
|
2106
|
+
"type": "boolean",
|
|
2107
|
+
"description": "Run command without agent.",
|
|
2108
|
+
"allowNo": false
|
|
2109
|
+
},
|
|
2110
|
+
"timeout": {
|
|
2111
|
+
"name": "timeout",
|
|
2112
|
+
"type": "option",
|
|
2113
|
+
"description": "Timeout (ms).",
|
|
2114
|
+
"multiple": false,
|
|
2115
|
+
"default": 60000,
|
|
2116
|
+
"aliases": [
|
|
2117
|
+
"t"
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
"no-wait": {
|
|
2121
|
+
"name": "no-wait",
|
|
2122
|
+
"type": "boolean",
|
|
2123
|
+
"description": "Do not wait for space to be ready.",
|
|
2124
|
+
"allowNo": false
|
|
2125
|
+
},
|
|
2126
|
+
"noCode": {
|
|
2127
|
+
"name": "noCode",
|
|
2128
|
+
"type": "boolean",
|
|
2129
|
+
"description": "Flag that specifies if secret auth code is not required",
|
|
2130
|
+
"allowNo": false
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
"args": {}
|
|
2134
|
+
},
|
|
2135
|
+
"kube:auth": {
|
|
2136
|
+
"id": "kube:auth",
|
|
2137
|
+
"description": "Authenticate with KUBE.",
|
|
2138
|
+
"strict": true,
|
|
2139
|
+
"pluginName": "@dxos/cli",
|
|
2140
|
+
"pluginAlias": "@dxos/cli",
|
|
2141
|
+
"pluginType": "core",
|
|
2142
|
+
"aliases": [],
|
|
2143
|
+
"flags": {
|
|
2144
|
+
"json": {
|
|
2145
|
+
"name": "json",
|
|
2146
|
+
"type": "boolean",
|
|
2147
|
+
"description": "Format output as json.",
|
|
2148
|
+
"helpGroup": "GLOBAL",
|
|
2149
|
+
"allowNo": false
|
|
2150
|
+
},
|
|
2151
|
+
"dry-run": {
|
|
2152
|
+
"name": "dry-run",
|
|
2153
|
+
"type": "boolean",
|
|
2154
|
+
"description": "Dry run.",
|
|
2155
|
+
"allowNo": false
|
|
2156
|
+
},
|
|
2157
|
+
"verbose": {
|
|
2158
|
+
"name": "verbose",
|
|
2159
|
+
"type": "boolean",
|
|
2160
|
+
"char": "v",
|
|
2161
|
+
"description": "Verbose output",
|
|
2162
|
+
"allowNo": false
|
|
2163
|
+
},
|
|
2164
|
+
"profile": {
|
|
2165
|
+
"name": "profile",
|
|
2166
|
+
"type": "option",
|
|
2167
|
+
"description": "User profile.",
|
|
2168
|
+
"multiple": false,
|
|
2169
|
+
"default": "default"
|
|
2170
|
+
},
|
|
2171
|
+
"config": {
|
|
2172
|
+
"name": "config",
|
|
2173
|
+
"type": "option",
|
|
2174
|
+
"description": "Config file.",
|
|
2175
|
+
"helpValue": "path",
|
|
2176
|
+
"multiple": false,
|
|
2177
|
+
"dependsOn": [
|
|
2178
|
+
"profile"
|
|
2179
|
+
],
|
|
2180
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2181
|
+
"aliases": [
|
|
2182
|
+
"c"
|
|
2183
|
+
]
|
|
2184
|
+
},
|
|
2185
|
+
"no-agent": {
|
|
2186
|
+
"name": "no-agent",
|
|
2187
|
+
"type": "boolean",
|
|
2188
|
+
"description": "Run command without agent.",
|
|
2189
|
+
"allowNo": false
|
|
2190
|
+
},
|
|
2191
|
+
"timeout": {
|
|
2192
|
+
"name": "timeout",
|
|
2193
|
+
"type": "option",
|
|
2194
|
+
"description": "Timeout (ms).",
|
|
2195
|
+
"multiple": false,
|
|
2196
|
+
"default": 60000,
|
|
2197
|
+
"aliases": [
|
|
2198
|
+
"t"
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
"no-wait": {
|
|
2202
|
+
"name": "no-wait",
|
|
2203
|
+
"type": "boolean",
|
|
2204
|
+
"description": "Do not wait for space to be ready.",
|
|
2205
|
+
"allowNo": false
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"args": {}
|
|
2209
|
+
},
|
|
2210
|
+
"kube:deploy": {
|
|
2211
|
+
"id": "kube:deploy",
|
|
2212
|
+
"description": "Deploy KUBE.",
|
|
2213
|
+
"strict": true,
|
|
2214
|
+
"pluginName": "@dxos/cli",
|
|
2215
|
+
"pluginAlias": "@dxos/cli",
|
|
2216
|
+
"pluginType": "core",
|
|
2217
|
+
"aliases": [],
|
|
2218
|
+
"flags": {
|
|
2219
|
+
"json": {
|
|
2220
|
+
"name": "json",
|
|
2221
|
+
"type": "boolean",
|
|
2222
|
+
"description": "Output as JSON.",
|
|
1678
2223
|
"allowNo": false
|
|
1679
2224
|
},
|
|
1680
2225
|
"dry-run": {
|
|
@@ -1720,25 +2265,51 @@
|
|
|
1720
2265
|
"timeout": {
|
|
1721
2266
|
"name": "timeout",
|
|
1722
2267
|
"type": "option",
|
|
1723
|
-
"description": "Timeout
|
|
2268
|
+
"description": "Timeout (ms).",
|
|
1724
2269
|
"multiple": false,
|
|
1725
|
-
"default":
|
|
2270
|
+
"default": 60000,
|
|
1726
2271
|
"aliases": [
|
|
1727
2272
|
"t"
|
|
1728
2273
|
]
|
|
1729
2274
|
},
|
|
1730
|
-
"
|
|
1731
|
-
"name": "
|
|
2275
|
+
"no-wait": {
|
|
2276
|
+
"name": "no-wait",
|
|
1732
2277
|
"type": "boolean",
|
|
1733
|
-
"description": "
|
|
2278
|
+
"description": "Do not wait for space to be ready.",
|
|
2279
|
+
"allowNo": false
|
|
2280
|
+
},
|
|
2281
|
+
"hostname": {
|
|
2282
|
+
"name": "hostname",
|
|
2283
|
+
"type": "option",
|
|
2284
|
+
"description": "Hostname",
|
|
2285
|
+
"required": true,
|
|
2286
|
+
"multiple": false
|
|
2287
|
+
},
|
|
2288
|
+
"provider": {
|
|
2289
|
+
"name": "provider",
|
|
2290
|
+
"type": "option",
|
|
2291
|
+
"description": "Cloud Provider",
|
|
2292
|
+
"multiple": false,
|
|
2293
|
+
"default": "digitalocean"
|
|
2294
|
+
},
|
|
2295
|
+
"accessToken": {
|
|
2296
|
+
"name": "accessToken",
|
|
2297
|
+
"type": "option",
|
|
2298
|
+
"description": "Access token for seeding admin identity",
|
|
2299
|
+
"multiple": false
|
|
2300
|
+
},
|
|
2301
|
+
"dev": {
|
|
2302
|
+
"name": "dev",
|
|
2303
|
+
"type": "boolean",
|
|
2304
|
+
"description": "Deploy latest version from dev channel",
|
|
1734
2305
|
"allowNo": false
|
|
1735
2306
|
}
|
|
1736
2307
|
},
|
|
1737
2308
|
"args": {}
|
|
1738
2309
|
},
|
|
1739
|
-
"
|
|
1740
|
-
"id": "
|
|
1741
|
-
"description": "
|
|
2310
|
+
"reset": {
|
|
2311
|
+
"id": "reset",
|
|
2312
|
+
"description": "Reset user data.",
|
|
1742
2313
|
"strict": true,
|
|
1743
2314
|
"pluginName": "@dxos/cli",
|
|
1744
2315
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1748,8 +2319,7 @@
|
|
|
1748
2319
|
"json": {
|
|
1749
2320
|
"name": "json",
|
|
1750
2321
|
"type": "boolean",
|
|
1751
|
-
"description": "
|
|
1752
|
-
"helpGroup": "GLOBAL",
|
|
2322
|
+
"description": "Output as JSON.",
|
|
1753
2323
|
"allowNo": false
|
|
1754
2324
|
},
|
|
1755
2325
|
"dry-run": {
|
|
@@ -1795,19 +2365,31 @@
|
|
|
1795
2365
|
"timeout": {
|
|
1796
2366
|
"name": "timeout",
|
|
1797
2367
|
"type": "option",
|
|
1798
|
-
"description": "Timeout
|
|
2368
|
+
"description": "Timeout (ms).",
|
|
1799
2369
|
"multiple": false,
|
|
1800
|
-
"default":
|
|
2370
|
+
"default": 60000,
|
|
1801
2371
|
"aliases": [
|
|
1802
2372
|
"t"
|
|
1803
2373
|
]
|
|
2374
|
+
},
|
|
2375
|
+
"no-wait": {
|
|
2376
|
+
"name": "no-wait",
|
|
2377
|
+
"type": "boolean",
|
|
2378
|
+
"description": "Do not wait for space to be ready.",
|
|
2379
|
+
"allowNo": false
|
|
2380
|
+
},
|
|
2381
|
+
"force": {
|
|
2382
|
+
"name": "force",
|
|
2383
|
+
"type": "boolean",
|
|
2384
|
+
"description": "Force delete.",
|
|
2385
|
+
"allowNo": false
|
|
1804
2386
|
}
|
|
1805
2387
|
},
|
|
1806
2388
|
"args": {}
|
|
1807
2389
|
},
|
|
1808
|
-
"
|
|
1809
|
-
"id": "
|
|
1810
|
-
"description": "
|
|
2390
|
+
"shell": {
|
|
2391
|
+
"id": "shell",
|
|
2392
|
+
"description": "Interactive shell.",
|
|
1811
2393
|
"strict": true,
|
|
1812
2394
|
"pluginName": "@dxos/cli",
|
|
1813
2395
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1863,45 +2445,25 @@
|
|
|
1863
2445
|
"timeout": {
|
|
1864
2446
|
"name": "timeout",
|
|
1865
2447
|
"type": "option",
|
|
1866
|
-
"description": "Timeout
|
|
2448
|
+
"description": "Timeout (ms).",
|
|
1867
2449
|
"multiple": false,
|
|
1868
|
-
"default":
|
|
2450
|
+
"default": 60000,
|
|
1869
2451
|
"aliases": [
|
|
1870
2452
|
"t"
|
|
1871
2453
|
]
|
|
1872
2454
|
},
|
|
1873
|
-
"
|
|
1874
|
-
"name": "
|
|
1875
|
-
"type": "option",
|
|
1876
|
-
"description": "Hostname",
|
|
1877
|
-
"required": true,
|
|
1878
|
-
"multiple": false
|
|
1879
|
-
},
|
|
1880
|
-
"provider": {
|
|
1881
|
-
"name": "provider",
|
|
1882
|
-
"type": "option",
|
|
1883
|
-
"description": "Cloud Provider",
|
|
1884
|
-
"multiple": false,
|
|
1885
|
-
"default": "digitalocean"
|
|
1886
|
-
},
|
|
1887
|
-
"accessToken": {
|
|
1888
|
-
"name": "accessToken",
|
|
1889
|
-
"type": "option",
|
|
1890
|
-
"description": "Access token for seeding admin identity",
|
|
1891
|
-
"multiple": false
|
|
1892
|
-
},
|
|
1893
|
-
"dev": {
|
|
1894
|
-
"name": "dev",
|
|
2455
|
+
"no-wait": {
|
|
2456
|
+
"name": "no-wait",
|
|
1895
2457
|
"type": "boolean",
|
|
1896
|
-
"description": "
|
|
2458
|
+
"description": "Do not wait for space to be ready.",
|
|
1897
2459
|
"allowNo": false
|
|
1898
2460
|
}
|
|
1899
2461
|
},
|
|
1900
2462
|
"args": {}
|
|
1901
2463
|
},
|
|
1902
|
-
"
|
|
1903
|
-
"id": "
|
|
1904
|
-
"description": "
|
|
2464
|
+
"space:close": {
|
|
2465
|
+
"id": "space:close",
|
|
2466
|
+
"description": "Close space.",
|
|
1905
2467
|
"strict": true,
|
|
1906
2468
|
"pluginName": "@dxos/cli",
|
|
1907
2469
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1957,25 +2519,29 @@
|
|
|
1957
2519
|
"timeout": {
|
|
1958
2520
|
"name": "timeout",
|
|
1959
2521
|
"type": "option",
|
|
1960
|
-
"description": "Timeout
|
|
2522
|
+
"description": "Timeout (ms).",
|
|
1961
2523
|
"multiple": false,
|
|
1962
|
-
"default":
|
|
2524
|
+
"default": 60000,
|
|
1963
2525
|
"aliases": [
|
|
1964
2526
|
"t"
|
|
1965
2527
|
]
|
|
1966
2528
|
},
|
|
1967
|
-
"
|
|
1968
|
-
"name": "
|
|
2529
|
+
"no-wait": {
|
|
2530
|
+
"name": "no-wait",
|
|
1969
2531
|
"type": "boolean",
|
|
1970
|
-
"description": "
|
|
2532
|
+
"description": "Do not wait for space to be ready.",
|
|
1971
2533
|
"allowNo": false
|
|
1972
2534
|
}
|
|
1973
2535
|
},
|
|
1974
|
-
"args": {
|
|
2536
|
+
"args": {
|
|
2537
|
+
"key": {
|
|
2538
|
+
"name": "key"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
1975
2541
|
},
|
|
1976
|
-
"
|
|
1977
|
-
"id": "
|
|
1978
|
-
"description": "
|
|
2542
|
+
"space:create": {
|
|
2543
|
+
"id": "space:create",
|
|
2544
|
+
"description": "Create space.",
|
|
1979
2545
|
"strict": true,
|
|
1980
2546
|
"pluginName": "@dxos/cli",
|
|
1981
2547
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1985,7 +2551,8 @@
|
|
|
1985
2551
|
"json": {
|
|
1986
2552
|
"name": "json",
|
|
1987
2553
|
"type": "boolean",
|
|
1988
|
-
"description": "
|
|
2554
|
+
"description": "Format output as json.",
|
|
2555
|
+
"helpGroup": "GLOBAL",
|
|
1989
2556
|
"allowNo": false
|
|
1990
2557
|
},
|
|
1991
2558
|
"dry-run": {
|
|
@@ -2031,19 +2598,29 @@
|
|
|
2031
2598
|
"timeout": {
|
|
2032
2599
|
"name": "timeout",
|
|
2033
2600
|
"type": "option",
|
|
2034
|
-
"description": "Timeout
|
|
2601
|
+
"description": "Timeout (ms).",
|
|
2035
2602
|
"multiple": false,
|
|
2036
|
-
"default":
|
|
2603
|
+
"default": 60000,
|
|
2037
2604
|
"aliases": [
|
|
2038
2605
|
"t"
|
|
2039
2606
|
]
|
|
2607
|
+
},
|
|
2608
|
+
"no-wait": {
|
|
2609
|
+
"name": "no-wait",
|
|
2610
|
+
"type": "boolean",
|
|
2611
|
+
"description": "Do not wait for space to be ready.",
|
|
2612
|
+
"allowNo": false
|
|
2040
2613
|
}
|
|
2041
2614
|
},
|
|
2042
|
-
"args": {
|
|
2615
|
+
"args": {
|
|
2616
|
+
"name": {
|
|
2617
|
+
"name": "name"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2043
2620
|
},
|
|
2044
|
-
"space:
|
|
2045
|
-
"id": "space:
|
|
2046
|
-
"description": "Create
|
|
2621
|
+
"space:epoch": {
|
|
2622
|
+
"id": "space:epoch",
|
|
2623
|
+
"description": "Create new epoch.",
|
|
2047
2624
|
"strict": true,
|
|
2048
2625
|
"pluginName": "@dxos/cli",
|
|
2049
2626
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2100,23 +2677,30 @@
|
|
|
2100
2677
|
"timeout": {
|
|
2101
2678
|
"name": "timeout",
|
|
2102
2679
|
"type": "option",
|
|
2103
|
-
"description": "Timeout
|
|
2680
|
+
"description": "Timeout (ms).",
|
|
2104
2681
|
"multiple": false,
|
|
2105
|
-
"default":
|
|
2682
|
+
"default": 60000,
|
|
2106
2683
|
"aliases": [
|
|
2107
2684
|
"t"
|
|
2108
2685
|
]
|
|
2686
|
+
},
|
|
2687
|
+
"no-wait": {
|
|
2688
|
+
"name": "no-wait",
|
|
2689
|
+
"type": "boolean",
|
|
2690
|
+
"description": "Do not wait for space to be ready.",
|
|
2691
|
+
"allowNo": false
|
|
2109
2692
|
}
|
|
2110
2693
|
},
|
|
2111
2694
|
"args": {
|
|
2112
|
-
"
|
|
2113
|
-
"name": "
|
|
2695
|
+
"key": {
|
|
2696
|
+
"name": "key",
|
|
2697
|
+
"description": "Space key head in hex."
|
|
2114
2698
|
}
|
|
2115
2699
|
}
|
|
2116
2700
|
},
|
|
2117
|
-
"space:
|
|
2118
|
-
"id": "space:
|
|
2119
|
-
"description": "
|
|
2701
|
+
"space:info": {
|
|
2702
|
+
"id": "space:info",
|
|
2703
|
+
"description": "Show space info.",
|
|
2120
2704
|
"strict": true,
|
|
2121
2705
|
"pluginName": "@dxos/cli",
|
|
2122
2706
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2173,18 +2757,23 @@
|
|
|
2173
2757
|
"timeout": {
|
|
2174
2758
|
"name": "timeout",
|
|
2175
2759
|
"type": "option",
|
|
2176
|
-
"description": "Timeout
|
|
2760
|
+
"description": "Timeout (ms).",
|
|
2177
2761
|
"multiple": false,
|
|
2178
|
-
"default":
|
|
2762
|
+
"default": 60000,
|
|
2179
2763
|
"aliases": [
|
|
2180
2764
|
"t"
|
|
2181
2765
|
]
|
|
2766
|
+
},
|
|
2767
|
+
"no-wait": {
|
|
2768
|
+
"name": "no-wait",
|
|
2769
|
+
"type": "boolean",
|
|
2770
|
+
"description": "Do not wait for space to be ready.",
|
|
2771
|
+
"allowNo": false
|
|
2182
2772
|
}
|
|
2183
2773
|
},
|
|
2184
2774
|
"args": {
|
|
2185
2775
|
"key": {
|
|
2186
|
-
"name": "key"
|
|
2187
|
-
"description": "Space key head in hex."
|
|
2776
|
+
"name": "key"
|
|
2188
2777
|
}
|
|
2189
2778
|
}
|
|
2190
2779
|
},
|
|
@@ -2246,13 +2835,19 @@
|
|
|
2246
2835
|
"timeout": {
|
|
2247
2836
|
"name": "timeout",
|
|
2248
2837
|
"type": "option",
|
|
2249
|
-
"description": "Timeout
|
|
2838
|
+
"description": "Timeout (ms).",
|
|
2250
2839
|
"multiple": false,
|
|
2251
|
-
"default":
|
|
2840
|
+
"default": 60000,
|
|
2252
2841
|
"aliases": [
|
|
2253
2842
|
"t"
|
|
2254
2843
|
]
|
|
2255
2844
|
},
|
|
2845
|
+
"no-wait": {
|
|
2846
|
+
"name": "no-wait",
|
|
2847
|
+
"type": "boolean",
|
|
2848
|
+
"description": "Do not wait for space to be ready.",
|
|
2849
|
+
"allowNo": false
|
|
2850
|
+
},
|
|
2256
2851
|
"invitation": {
|
|
2257
2852
|
"name": "invitation",
|
|
2258
2853
|
"type": "option",
|
|
@@ -2326,13 +2921,19 @@
|
|
|
2326
2921
|
"timeout": {
|
|
2327
2922
|
"name": "timeout",
|
|
2328
2923
|
"type": "option",
|
|
2329
|
-
"description": "Timeout
|
|
2924
|
+
"description": "Timeout (ms).",
|
|
2330
2925
|
"multiple": false,
|
|
2331
|
-
"default":
|
|
2926
|
+
"default": 60000,
|
|
2332
2927
|
"aliases": [
|
|
2333
2928
|
"t"
|
|
2334
2929
|
]
|
|
2335
2930
|
},
|
|
2931
|
+
"no-wait": {
|
|
2932
|
+
"name": "no-wait",
|
|
2933
|
+
"type": "boolean",
|
|
2934
|
+
"description": "Do not wait for space to be ready.",
|
|
2935
|
+
"allowNo": false
|
|
2936
|
+
},
|
|
2336
2937
|
"columns": {
|
|
2337
2938
|
"name": "columns",
|
|
2338
2939
|
"type": "option",
|
|
@@ -2473,13 +3074,19 @@
|
|
|
2473
3074
|
"timeout": {
|
|
2474
3075
|
"name": "timeout",
|
|
2475
3076
|
"type": "option",
|
|
2476
|
-
"description": "Timeout
|
|
3077
|
+
"description": "Timeout (ms).",
|
|
2477
3078
|
"multiple": false,
|
|
2478
|
-
"default":
|
|
3079
|
+
"default": 60000,
|
|
2479
3080
|
"aliases": [
|
|
2480
3081
|
"t"
|
|
2481
3082
|
]
|
|
2482
3083
|
},
|
|
3084
|
+
"no-wait": {
|
|
3085
|
+
"name": "no-wait",
|
|
3086
|
+
"type": "boolean",
|
|
3087
|
+
"description": "Do not wait for space to be ready.",
|
|
3088
|
+
"allowNo": false
|
|
3089
|
+
},
|
|
2483
3090
|
"columns": {
|
|
2484
3091
|
"name": "columns",
|
|
2485
3092
|
"type": "option",
|
|
@@ -2561,6 +3168,84 @@
|
|
|
2561
3168
|
}
|
|
2562
3169
|
}
|
|
2563
3170
|
},
|
|
3171
|
+
"space:open": {
|
|
3172
|
+
"id": "space:open",
|
|
3173
|
+
"description": "Open space.",
|
|
3174
|
+
"strict": true,
|
|
3175
|
+
"pluginName": "@dxos/cli",
|
|
3176
|
+
"pluginAlias": "@dxos/cli",
|
|
3177
|
+
"pluginType": "core",
|
|
3178
|
+
"aliases": [],
|
|
3179
|
+
"flags": {
|
|
3180
|
+
"json": {
|
|
3181
|
+
"name": "json",
|
|
3182
|
+
"type": "boolean",
|
|
3183
|
+
"description": "Output as JSON.",
|
|
3184
|
+
"allowNo": false
|
|
3185
|
+
},
|
|
3186
|
+
"dry-run": {
|
|
3187
|
+
"name": "dry-run",
|
|
3188
|
+
"type": "boolean",
|
|
3189
|
+
"description": "Dry run.",
|
|
3190
|
+
"allowNo": false
|
|
3191
|
+
},
|
|
3192
|
+
"verbose": {
|
|
3193
|
+
"name": "verbose",
|
|
3194
|
+
"type": "boolean",
|
|
3195
|
+
"char": "v",
|
|
3196
|
+
"description": "Verbose output",
|
|
3197
|
+
"allowNo": false
|
|
3198
|
+
},
|
|
3199
|
+
"profile": {
|
|
3200
|
+
"name": "profile",
|
|
3201
|
+
"type": "option",
|
|
3202
|
+
"description": "User profile.",
|
|
3203
|
+
"multiple": false,
|
|
3204
|
+
"default": "default"
|
|
3205
|
+
},
|
|
3206
|
+
"config": {
|
|
3207
|
+
"name": "config",
|
|
3208
|
+
"type": "option",
|
|
3209
|
+
"description": "Config file.",
|
|
3210
|
+
"helpValue": "path",
|
|
3211
|
+
"multiple": false,
|
|
3212
|
+
"dependsOn": [
|
|
3213
|
+
"profile"
|
|
3214
|
+
],
|
|
3215
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3216
|
+
"aliases": [
|
|
3217
|
+
"c"
|
|
3218
|
+
]
|
|
3219
|
+
},
|
|
3220
|
+
"no-agent": {
|
|
3221
|
+
"name": "no-agent",
|
|
3222
|
+
"type": "boolean",
|
|
3223
|
+
"description": "Run command without agent.",
|
|
3224
|
+
"allowNo": false
|
|
3225
|
+
},
|
|
3226
|
+
"timeout": {
|
|
3227
|
+
"name": "timeout",
|
|
3228
|
+
"type": "option",
|
|
3229
|
+
"description": "Timeout (ms).",
|
|
3230
|
+
"multiple": false,
|
|
3231
|
+
"default": 60000,
|
|
3232
|
+
"aliases": [
|
|
3233
|
+
"t"
|
|
3234
|
+
]
|
|
3235
|
+
},
|
|
3236
|
+
"no-wait": {
|
|
3237
|
+
"name": "no-wait",
|
|
3238
|
+
"type": "boolean",
|
|
3239
|
+
"description": "Do not wait for space to be ready.",
|
|
3240
|
+
"allowNo": false
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"args": {
|
|
3244
|
+
"key": {
|
|
3245
|
+
"name": "key"
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
2564
3249
|
"space:query": {
|
|
2565
3250
|
"id": "space:query",
|
|
2566
3251
|
"description": "Query database.",
|
|
@@ -2620,12 +3305,18 @@
|
|
|
2620
3305
|
"timeout": {
|
|
2621
3306
|
"name": "timeout",
|
|
2622
3307
|
"type": "option",
|
|
2623
|
-
"description": "Timeout
|
|
3308
|
+
"description": "Timeout (ms).",
|
|
2624
3309
|
"multiple": false,
|
|
2625
|
-
"default":
|
|
3310
|
+
"default": 60000,
|
|
2626
3311
|
"aliases": [
|
|
2627
3312
|
"t"
|
|
2628
3313
|
]
|
|
3314
|
+
},
|
|
3315
|
+
"no-wait": {
|
|
3316
|
+
"name": "no-wait",
|
|
3317
|
+
"type": "boolean",
|
|
3318
|
+
"description": "Do not wait for space to be ready.",
|
|
3319
|
+
"allowNo": false
|
|
2629
3320
|
}
|
|
2630
3321
|
},
|
|
2631
3322
|
"args": {
|
|
@@ -2697,6 +3388,12 @@
|
|
|
2697
3388
|
"multiple": false,
|
|
2698
3389
|
"default": 5000
|
|
2699
3390
|
},
|
|
3391
|
+
"no-wait": {
|
|
3392
|
+
"name": "no-wait",
|
|
3393
|
+
"type": "boolean",
|
|
3394
|
+
"description": "Do not wait for space to be ready.",
|
|
3395
|
+
"allowNo": false
|
|
3396
|
+
},
|
|
2700
3397
|
"multiple": {
|
|
2701
3398
|
"name": "multiple",
|
|
2702
3399
|
"type": "boolean",
|
|
@@ -2717,9 +3414,9 @@
|
|
|
2717
3414
|
}
|
|
2718
3415
|
}
|
|
2719
3416
|
},
|
|
2720
|
-
"tunnel
|
|
2721
|
-
"id": "tunnel
|
|
2722
|
-
"description": "
|
|
3417
|
+
"tunnel": {
|
|
3418
|
+
"id": "tunnel",
|
|
3419
|
+
"description": "Enable or disable tunnel.",
|
|
2723
3420
|
"strict": true,
|
|
2724
3421
|
"pluginName": "@dxos/cli",
|
|
2725
3422
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2729,8 +3426,7 @@
|
|
|
2729
3426
|
"json": {
|
|
2730
3427
|
"name": "json",
|
|
2731
3428
|
"type": "boolean",
|
|
2732
|
-
"description": "
|
|
2733
|
-
"helpGroup": "GLOBAL",
|
|
3429
|
+
"description": "Output as JSON.",
|
|
2734
3430
|
"allowNo": false
|
|
2735
3431
|
},
|
|
2736
3432
|
"dry-run": {
|
|
@@ -2776,19 +3472,38 @@
|
|
|
2776
3472
|
"timeout": {
|
|
2777
3473
|
"name": "timeout",
|
|
2778
3474
|
"type": "option",
|
|
2779
|
-
"description": "Timeout
|
|
3475
|
+
"description": "Timeout (ms).",
|
|
2780
3476
|
"multiple": false,
|
|
2781
|
-
"default":
|
|
3477
|
+
"default": 60000,
|
|
2782
3478
|
"aliases": [
|
|
2783
3479
|
"t"
|
|
2784
3480
|
]
|
|
3481
|
+
},
|
|
3482
|
+
"no-wait": {
|
|
3483
|
+
"name": "no-wait",
|
|
3484
|
+
"type": "boolean",
|
|
3485
|
+
"description": "Do not wait for space to be ready.",
|
|
3486
|
+
"allowNo": false
|
|
3487
|
+
},
|
|
3488
|
+
"name": {
|
|
3489
|
+
"name": "name",
|
|
3490
|
+
"type": "option",
|
|
3491
|
+
"description": "Tunnel name",
|
|
3492
|
+
"multiple": false,
|
|
3493
|
+
"default": "shade-idaho-quebec-grey"
|
|
2785
3494
|
}
|
|
2786
3495
|
},
|
|
2787
|
-
"args": {
|
|
3496
|
+
"args": {
|
|
3497
|
+
"command": {
|
|
3498
|
+
"name": "command",
|
|
3499
|
+
"description": "Start.",
|
|
3500
|
+
"required": true
|
|
3501
|
+
}
|
|
3502
|
+
}
|
|
2788
3503
|
},
|
|
2789
|
-
"tunnel:
|
|
2790
|
-
"id": "tunnel:
|
|
2791
|
-
"description": "
|
|
3504
|
+
"tunnel:list": {
|
|
3505
|
+
"id": "tunnel:list",
|
|
3506
|
+
"description": "List tunnels.",
|
|
2792
3507
|
"strict": true,
|
|
2793
3508
|
"pluginName": "@dxos/cli",
|
|
2794
3509
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2798,7 +3513,8 @@
|
|
|
2798
3513
|
"json": {
|
|
2799
3514
|
"name": "json",
|
|
2800
3515
|
"type": "boolean",
|
|
2801
|
-
"description": "
|
|
3516
|
+
"description": "Format output as json.",
|
|
3517
|
+
"helpGroup": "GLOBAL",
|
|
2802
3518
|
"allowNo": false
|
|
2803
3519
|
},
|
|
2804
3520
|
"dry-run": {
|
|
@@ -2844,30 +3560,17 @@
|
|
|
2844
3560
|
"timeout": {
|
|
2845
3561
|
"name": "timeout",
|
|
2846
3562
|
"type": "option",
|
|
2847
|
-
"description": "Timeout
|
|
3563
|
+
"description": "Timeout (ms).",
|
|
2848
3564
|
"multiple": false,
|
|
2849
|
-
"default":
|
|
3565
|
+
"default": 60000,
|
|
2850
3566
|
"aliases": [
|
|
2851
3567
|
"t"
|
|
2852
3568
|
]
|
|
2853
3569
|
},
|
|
2854
|
-
"
|
|
2855
|
-
"name": "
|
|
2856
|
-
"type": "option",
|
|
2857
|
-
"description": "Application name",
|
|
2858
|
-
"required": true,
|
|
2859
|
-
"multiple": false
|
|
2860
|
-
},
|
|
2861
|
-
"enabled": {
|
|
2862
|
-
"name": "enabled",
|
|
2863
|
-
"type": "boolean",
|
|
2864
|
-
"description": "Enable tunnel.",
|
|
2865
|
-
"allowNo": false
|
|
2866
|
-
},
|
|
2867
|
-
"disabled": {
|
|
2868
|
-
"name": "disabled",
|
|
3570
|
+
"no-wait": {
|
|
3571
|
+
"name": "no-wait",
|
|
2869
3572
|
"type": "boolean",
|
|
2870
|
-
"description": "
|
|
3573
|
+
"description": "Do not wait for space to be ready.",
|
|
2871
3574
|
"allowNo": false
|
|
2872
3575
|
}
|
|
2873
3576
|
},
|
|
@@ -2931,12 +3634,18 @@
|
|
|
2931
3634
|
"timeout": {
|
|
2932
3635
|
"name": "timeout",
|
|
2933
3636
|
"type": "option",
|
|
2934
|
-
"description": "Timeout
|
|
3637
|
+
"description": "Timeout (ms).",
|
|
2935
3638
|
"multiple": false,
|
|
2936
|
-
"default":
|
|
3639
|
+
"default": 60000,
|
|
2937
3640
|
"aliases": [
|
|
2938
3641
|
"t"
|
|
2939
3642
|
]
|
|
3643
|
+
},
|
|
3644
|
+
"no-wait": {
|
|
3645
|
+
"name": "no-wait",
|
|
3646
|
+
"type": "boolean",
|
|
3647
|
+
"description": "Do not wait for space to be ready.",
|
|
3648
|
+
"allowNo": false
|
|
2940
3649
|
}
|
|
2941
3650
|
},
|
|
2942
3651
|
"args": {
|
|
@@ -3005,13 +3714,19 @@
|
|
|
3005
3714
|
"timeout": {
|
|
3006
3715
|
"name": "timeout",
|
|
3007
3716
|
"type": "option",
|
|
3008
|
-
"description": "Timeout
|
|
3717
|
+
"description": "Timeout (ms).",
|
|
3009
3718
|
"multiple": false,
|
|
3010
|
-
"default":
|
|
3719
|
+
"default": 60000,
|
|
3011
3720
|
"aliases": [
|
|
3012
3721
|
"t"
|
|
3013
3722
|
]
|
|
3014
3723
|
},
|
|
3724
|
+
"no-wait": {
|
|
3725
|
+
"name": "no-wait",
|
|
3726
|
+
"type": "boolean",
|
|
3727
|
+
"description": "Do not wait for space to be ready.",
|
|
3728
|
+
"allowNo": false
|
|
3729
|
+
},
|
|
3015
3730
|
"columns": {
|
|
3016
3731
|
"name": "columns",
|
|
3017
3732
|
"type": "option",
|