@dxos/cli 0.1.54 → 0.1.55-main.26b8765
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 +329 -193
- package/bin/dev +0 -1
- package/dist/src/base-command.d.ts +10 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +56 -11
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +20 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +32 -14
- 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/restart.js +2 -2
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +8 -3
- 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/agent/stop.js +10 -5
- package/dist/src/commands/agent/stop.js.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/create.js +3 -3
- package/dist/src/commands/app/create.js.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/{stats.d.ts → diagnostics.d.ts} +4 -3
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -0
- package/dist/src/commands/debug/diagnostics.js +54 -0
- package/dist/src/commands/debug/diagnostics.js.map +1 -0
- package/dist/src/commands/debug/generate.d.ts +25 -0
- package/dist/src/commands/debug/generate.d.ts.map +1 -0
- package/dist/src/commands/debug/generate.js +75 -0
- package/dist/src/commands/debug/generate.js.map +1 -0
- package/dist/src/commands/debug/status.d.ts +18 -0
- 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 +18 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +5 -0
- package/dist/src/commands/device/list.js.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/halo/credential/list.d.ts +9 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +7 -7
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/{index.d.ts → identity.d.ts} +2 -2
- package/dist/src/commands/halo/identity.d.ts.map +1 -0
- package/dist/src/commands/halo/{index.js → identity.js} +7 -6
- package/dist/src/commands/halo/identity.js.map +1 -0
- package/dist/src/commands/halo/join.d.ts +2 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +20 -13
- package/dist/src/commands/halo/join.js.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/halo/share.js +1 -1
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/kube/auth.js +1 -1
- package/dist/src/commands/kube/auth.js.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 +16 -25
- 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 +12 -7
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts +0 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js +0 -4
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/create.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +9 -5
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +0 -17
- package/dist/src/commands/space/epoch.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +2 -21
- package/dist/src/commands/space/epoch.js.map +1 -1
- 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/join.js +18 -22
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +4 -0
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +48 -4
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +4 -3
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +6 -19
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/{invite.d.ts → query.d.ts} +4 -3
- package/dist/src/commands/space/query.d.ts.map +1 -0
- package/dist/src/commands/space/query.js +39 -0
- package/dist/src/commands/space/query.js.map +1 -0
- package/dist/src/commands/space/share.d.ts +21 -0
- package/dist/src/commands/space/share.d.ts.map +1 -0
- package/dist/src/commands/space/share.js +62 -0
- package/dist/src/commands/space/share.js.map +1 -0
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +3 -4
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts +1 -0
- package/dist/src/commands/tunnel/set.d.ts.map +1 -1
- package/dist/src/commands/tunnel/set.js +1 -1
- package/dist/src/commands/tunnel/set.js.map +1 -1
- 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 +81 -0
- package/dist/src/components/SystemTable.js.map +1 -0
- package/dist/src/components/index.d.ts +2 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/index.js +21 -0
- package/dist/src/components/index.js.map +1 -0
- package/dist/src/errors.d.ts +4 -0
- package/dist/src/errors.d.ts.map +1 -0
- package/dist/src/errors.js +13 -0
- package/dist/src/errors.js.map +1 -0
- package/dist/src/help.d.ts.map +1 -1
- package/dist/src/help.js +8 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/timeouts.d.ts +2 -0
- package/dist/src/timeouts.d.ts.map +1 -0
- package/dist/src/timeouts.js +9 -0
- package/dist/src/timeouts.js.map +1 -0
- package/dist/src/util/index.d.ts +1 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +1 -0
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/invitation.js +1 -1
- package/dist/src/util/invitation.js.map +1 -1
- package/dist/src/util/print.d.ts +17 -2
- package/dist/src/util/print.d.ts.map +1 -1
- package/dist/src/util/print.js +78 -9
- package/dist/src/util/print.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js +11 -7
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/random.d.ts +13 -0
- package/dist/src/util/random.d.ts.map +1 -0
- package/dist/src/util/random.js +27 -0
- package/dist/src/util/random.js.map +1 -0
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/util.d.ts +1 -0
- package/dist/src/util/util.d.ts.map +1 -1
- package/dist/src/util/util.js +25 -6
- package/dist/src/util/util.js.map +1 -1
- package/oclif.manifest.json +969 -387
- package/package.json +21 -25
- package/dist/src/commands/debug/stats.d.ts.map +0 -1
- package/dist/src/commands/debug/stats.js +0 -58
- package/dist/src/commands/debug/stats.js.map +0 -1
- package/dist/src/commands/halo/index.d.ts.map +0 -1
- package/dist/src/commands/halo/index.js.map +0 -1
- package/dist/src/commands/space/index.d.ts +0 -6
- package/dist/src/commands/space/index.d.ts.map +0 -1
- package/dist/src/commands/space/index.js +0 -19
- package/dist/src/commands/space/index.js.map +0 -1
- package/dist/src/commands/space/invite.d.ts.map +0 -1
- package/dist/src/commands/space/invite.js +0 -48
- package/dist/src/commands/space/invite.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.55-main.26b8765",
|
|
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": {
|
|
@@ -54,18 +53,103 @@
|
|
|
54
53
|
"no-agent": {
|
|
55
54
|
"name": "no-agent",
|
|
56
55
|
"type": "boolean",
|
|
57
|
-
"description": "
|
|
56
|
+
"description": "Run command without agent.",
|
|
58
57
|
"allowNo": false
|
|
59
58
|
},
|
|
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": {}
|
|
@@ -122,19 +206,25 @@
|
|
|
122
206
|
"no-agent": {
|
|
123
207
|
"name": "no-agent",
|
|
124
208
|
"type": "boolean",
|
|
125
|
-
"description": "
|
|
209
|
+
"description": "Run command without agent.",
|
|
126
210
|
"allowNo": false
|
|
127
211
|
},
|
|
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",
|
|
@@ -196,19 +286,25 @@
|
|
|
196
286
|
"no-agent": {
|
|
197
287
|
"name": "no-agent",
|
|
198
288
|
"type": "boolean",
|
|
199
|
-
"description": "
|
|
289
|
+
"description": "Run command without agent.",
|
|
200
290
|
"allowNo": false
|
|
201
291
|
},
|
|
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",
|
|
@@ -294,19 +390,25 @@
|
|
|
294
390
|
"no-agent": {
|
|
295
391
|
"name": "no-agent",
|
|
296
392
|
"type": "boolean",
|
|
297
|
-
"description": "
|
|
393
|
+
"description": "Run command without agent.",
|
|
298
394
|
"allowNo": false
|
|
299
395
|
},
|
|
300
396
|
"timeout": {
|
|
301
397
|
"name": "timeout",
|
|
302
398
|
"type": "option",
|
|
303
|
-
"description": "Timeout
|
|
399
|
+
"description": "Timeout (ms).",
|
|
304
400
|
"multiple": false,
|
|
305
|
-
"default":
|
|
401
|
+
"default": 60000,
|
|
306
402
|
"aliases": [
|
|
307
403
|
"t"
|
|
308
404
|
]
|
|
309
405
|
},
|
|
406
|
+
"no-wait": {
|
|
407
|
+
"name": "no-wait",
|
|
408
|
+
"type": "boolean",
|
|
409
|
+
"description": "Do not wait for space to be ready.",
|
|
410
|
+
"allowNo": false
|
|
411
|
+
},
|
|
310
412
|
"all": {
|
|
311
413
|
"name": "all",
|
|
312
414
|
"type": "boolean",
|
|
@@ -374,19 +476,25 @@
|
|
|
374
476
|
"no-agent": {
|
|
375
477
|
"name": "no-agent",
|
|
376
478
|
"type": "boolean",
|
|
377
|
-
"description": "
|
|
479
|
+
"description": "Run command without agent.",
|
|
378
480
|
"allowNo": false
|
|
379
481
|
},
|
|
380
482
|
"timeout": {
|
|
381
483
|
"name": "timeout",
|
|
382
484
|
"type": "option",
|
|
383
|
-
"description": "Timeout
|
|
485
|
+
"description": "Timeout (ms).",
|
|
384
486
|
"multiple": false,
|
|
385
|
-
"default":
|
|
487
|
+
"default": 60000,
|
|
386
488
|
"aliases": [
|
|
387
489
|
"t"
|
|
388
490
|
]
|
|
389
491
|
},
|
|
492
|
+
"no-wait": {
|
|
493
|
+
"name": "no-wait",
|
|
494
|
+
"type": "boolean",
|
|
495
|
+
"description": "Do not wait for space to be ready.",
|
|
496
|
+
"allowNo": false
|
|
497
|
+
},
|
|
390
498
|
"tag": {
|
|
391
499
|
"name": "tag",
|
|
392
500
|
"type": "option",
|
|
@@ -475,18 +583,24 @@
|
|
|
475
583
|
"no-agent": {
|
|
476
584
|
"name": "no-agent",
|
|
477
585
|
"type": "boolean",
|
|
478
|
-
"description": "
|
|
586
|
+
"description": "Run command without agent.",
|
|
479
587
|
"allowNo": false
|
|
480
588
|
},
|
|
481
589
|
"timeout": {
|
|
482
590
|
"name": "timeout",
|
|
483
591
|
"type": "option",
|
|
484
|
-
"description": "Timeout
|
|
592
|
+
"description": "Timeout (ms).",
|
|
485
593
|
"multiple": false,
|
|
486
|
-
"default":
|
|
594
|
+
"default": 60000,
|
|
487
595
|
"aliases": [
|
|
488
596
|
"t"
|
|
489
597
|
]
|
|
598
|
+
},
|
|
599
|
+
"no-wait": {
|
|
600
|
+
"name": "no-wait",
|
|
601
|
+
"type": "boolean",
|
|
602
|
+
"description": "Do not wait for space to be ready.",
|
|
603
|
+
"allowNo": false
|
|
490
604
|
}
|
|
491
605
|
},
|
|
492
606
|
"args": {}
|
|
@@ -544,19 +658,25 @@
|
|
|
544
658
|
"no-agent": {
|
|
545
659
|
"name": "no-agent",
|
|
546
660
|
"type": "boolean",
|
|
547
|
-
"description": "
|
|
661
|
+
"description": "Run command without agent.",
|
|
548
662
|
"allowNo": false
|
|
549
663
|
},
|
|
550
664
|
"timeout": {
|
|
551
665
|
"name": "timeout",
|
|
552
666
|
"type": "option",
|
|
553
|
-
"description": "Timeout
|
|
667
|
+
"description": "Timeout (ms).",
|
|
554
668
|
"multiple": false,
|
|
555
|
-
"default":
|
|
669
|
+
"default": 60000,
|
|
556
670
|
"aliases": [
|
|
557
671
|
"t"
|
|
558
672
|
]
|
|
559
673
|
},
|
|
674
|
+
"no-wait": {
|
|
675
|
+
"name": "no-wait",
|
|
676
|
+
"type": "boolean",
|
|
677
|
+
"description": "Do not wait for space to be ready.",
|
|
678
|
+
"allowNo": false
|
|
679
|
+
},
|
|
560
680
|
"instances": {
|
|
561
681
|
"name": "instances",
|
|
562
682
|
"type": "option",
|
|
@@ -631,19 +751,25 @@
|
|
|
631
751
|
"no-agent": {
|
|
632
752
|
"name": "no-agent",
|
|
633
753
|
"type": "boolean",
|
|
634
|
-
"description": "
|
|
754
|
+
"description": "Run command without agent.",
|
|
635
755
|
"allowNo": false
|
|
636
756
|
},
|
|
637
757
|
"timeout": {
|
|
638
758
|
"name": "timeout",
|
|
639
759
|
"type": "option",
|
|
640
|
-
"description": "Timeout
|
|
760
|
+
"description": "Timeout (ms).",
|
|
641
761
|
"multiple": false,
|
|
642
|
-
"default":
|
|
762
|
+
"default": 60000,
|
|
643
763
|
"aliases": [
|
|
644
764
|
"t"
|
|
645
765
|
]
|
|
646
766
|
},
|
|
767
|
+
"no-wait": {
|
|
768
|
+
"name": "no-wait",
|
|
769
|
+
"type": "boolean",
|
|
770
|
+
"description": "Do not wait for space to be ready.",
|
|
771
|
+
"allowNo": false
|
|
772
|
+
},
|
|
647
773
|
"configPath": {
|
|
648
774
|
"name": "configPath",
|
|
649
775
|
"type": "option",
|
|
@@ -724,25 +850,31 @@
|
|
|
724
850
|
"no-agent": {
|
|
725
851
|
"name": "no-agent",
|
|
726
852
|
"type": "boolean",
|
|
727
|
-
"description": "
|
|
853
|
+
"description": "Run command without agent.",
|
|
728
854
|
"allowNo": false
|
|
729
855
|
},
|
|
730
856
|
"timeout": {
|
|
731
857
|
"name": "timeout",
|
|
732
858
|
"type": "option",
|
|
733
|
-
"description": "Timeout
|
|
859
|
+
"description": "Timeout (ms).",
|
|
734
860
|
"multiple": false,
|
|
735
|
-
"default":
|
|
861
|
+
"default": 60000,
|
|
736
862
|
"aliases": [
|
|
737
863
|
"t"
|
|
738
864
|
]
|
|
865
|
+
},
|
|
866
|
+
"no-wait": {
|
|
867
|
+
"name": "no-wait",
|
|
868
|
+
"type": "boolean",
|
|
869
|
+
"description": "Do not wait for space to be ready.",
|
|
870
|
+
"allowNo": false
|
|
739
871
|
}
|
|
740
872
|
},
|
|
741
873
|
"args": {}
|
|
742
874
|
},
|
|
743
|
-
"debug:
|
|
744
|
-
"id": "debug:
|
|
745
|
-
"description": "Output debug
|
|
875
|
+
"debug:diagnostics": {
|
|
876
|
+
"id": "debug:diagnostics",
|
|
877
|
+
"description": "Output debug diagnostics.",
|
|
746
878
|
"strict": true,
|
|
747
879
|
"pluginName": "@dxos/cli",
|
|
748
880
|
"pluginAlias": "@dxos/cli",
|
|
@@ -791,19 +923,25 @@
|
|
|
791
923
|
"no-agent": {
|
|
792
924
|
"name": "no-agent",
|
|
793
925
|
"type": "boolean",
|
|
794
|
-
"description": "
|
|
926
|
+
"description": "Run command without agent.",
|
|
795
927
|
"allowNo": false
|
|
796
928
|
},
|
|
797
929
|
"timeout": {
|
|
798
930
|
"name": "timeout",
|
|
799
931
|
"type": "option",
|
|
800
|
-
"description": "Timeout
|
|
932
|
+
"description": "Timeout (ms).",
|
|
801
933
|
"multiple": false,
|
|
802
|
-
"default":
|
|
934
|
+
"default": 60000,
|
|
803
935
|
"aliases": [
|
|
804
936
|
"t"
|
|
805
937
|
]
|
|
806
938
|
},
|
|
939
|
+
"no-wait": {
|
|
940
|
+
"name": "no-wait",
|
|
941
|
+
"type": "boolean",
|
|
942
|
+
"description": "Do not wait for space to be ready.",
|
|
943
|
+
"allowNo": false
|
|
944
|
+
},
|
|
807
945
|
"humanize": {
|
|
808
946
|
"name": "humanize",
|
|
809
947
|
"type": "boolean",
|
|
@@ -819,9 +957,9 @@
|
|
|
819
957
|
},
|
|
820
958
|
"args": {}
|
|
821
959
|
},
|
|
822
|
-
"
|
|
823
|
-
"id": "
|
|
824
|
-
"description": "
|
|
960
|
+
"debug:generate": {
|
|
961
|
+
"id": "debug:generate",
|
|
962
|
+
"description": "Generate test data.",
|
|
825
963
|
"strict": true,
|
|
826
964
|
"pluginName": "@dxos/cli",
|
|
827
965
|
"pluginAlias": "@dxos/cli",
|
|
@@ -831,8 +969,7 @@
|
|
|
831
969
|
"json": {
|
|
832
970
|
"name": "json",
|
|
833
971
|
"type": "boolean",
|
|
834
|
-
"description": "
|
|
835
|
-
"helpGroup": "GLOBAL",
|
|
972
|
+
"description": "Output as JSON.",
|
|
836
973
|
"allowNo": false
|
|
837
974
|
},
|
|
838
975
|
"dry-run": {
|
|
@@ -872,107 +1009,75 @@
|
|
|
872
1009
|
"no-agent": {
|
|
873
1010
|
"name": "no-agent",
|
|
874
1011
|
"type": "boolean",
|
|
875
|
-
"description": "
|
|
1012
|
+
"description": "Run command without agent.",
|
|
876
1013
|
"allowNo": false
|
|
877
1014
|
},
|
|
878
1015
|
"timeout": {
|
|
879
1016
|
"name": "timeout",
|
|
880
1017
|
"type": "option",
|
|
881
|
-
"description": "Timeout
|
|
1018
|
+
"description": "Timeout (ms).",
|
|
882
1019
|
"multiple": false,
|
|
883
|
-
"default":
|
|
1020
|
+
"default": 60000,
|
|
884
1021
|
"aliases": [
|
|
885
1022
|
"t"
|
|
886
1023
|
]
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
"args": {}
|
|
890
|
-
},
|
|
891
|
-
"device:list": {
|
|
892
|
-
"id": "device:list",
|
|
893
|
-
"description": "Show device info.",
|
|
894
|
-
"strict": true,
|
|
895
|
-
"pluginName": "@dxos/cli",
|
|
896
|
-
"pluginAlias": "@dxos/cli",
|
|
897
|
-
"pluginType": "core",
|
|
898
|
-
"aliases": [],
|
|
899
|
-
"flags": {
|
|
900
|
-
"json": {
|
|
901
|
-
"name": "json",
|
|
902
|
-
"type": "boolean",
|
|
903
|
-
"description": "Format output as json.",
|
|
904
|
-
"helpGroup": "GLOBAL",
|
|
905
|
-
"allowNo": false
|
|
906
|
-
},
|
|
907
|
-
"dry-run": {
|
|
908
|
-
"name": "dry-run",
|
|
909
|
-
"type": "boolean",
|
|
910
|
-
"description": "Dry run.",
|
|
911
|
-
"allowNo": false
|
|
912
1024
|
},
|
|
913
|
-
"
|
|
914
|
-
"name": "
|
|
1025
|
+
"no-wait": {
|
|
1026
|
+
"name": "no-wait",
|
|
915
1027
|
"type": "boolean",
|
|
916
|
-
"
|
|
917
|
-
"description": "Verbose output",
|
|
1028
|
+
"description": "Do not wait for space to be ready.",
|
|
918
1029
|
"allowNo": false
|
|
919
1030
|
},
|
|
920
|
-
"
|
|
921
|
-
"name": "
|
|
1031
|
+
"interval": {
|
|
1032
|
+
"name": "interval",
|
|
922
1033
|
"type": "option",
|
|
923
|
-
"description": "
|
|
1034
|
+
"description": "Interval between mutations (ms).",
|
|
924
1035
|
"multiple": false,
|
|
925
|
-
"default":
|
|
1036
|
+
"default": 0
|
|
926
1037
|
},
|
|
927
|
-
"
|
|
928
|
-
"name": "
|
|
1038
|
+
"jitter": {
|
|
1039
|
+
"name": "jitter",
|
|
929
1040
|
"type": "option",
|
|
930
|
-
"description": "
|
|
931
|
-
"helpValue": "path",
|
|
1041
|
+
"description": "Inverval variance (ms).",
|
|
932
1042
|
"multiple": false,
|
|
933
|
-
"
|
|
934
|
-
"profile"
|
|
935
|
-
],
|
|
936
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
937
|
-
"aliases": [
|
|
938
|
-
"c"
|
|
939
|
-
]
|
|
1043
|
+
"default": 0
|
|
940
1044
|
},
|
|
941
|
-
"
|
|
942
|
-
"name": "
|
|
943
|
-
"type": "
|
|
944
|
-
"description": "
|
|
945
|
-
"
|
|
1045
|
+
"objects": {
|
|
1046
|
+
"name": "objects",
|
|
1047
|
+
"type": "option",
|
|
1048
|
+
"description": "Number of objects.",
|
|
1049
|
+
"multiple": false,
|
|
1050
|
+
"default": 0
|
|
946
1051
|
},
|
|
947
|
-
"
|
|
948
|
-
"name": "
|
|
1052
|
+
"mutations": {
|
|
1053
|
+
"name": "mutations",
|
|
949
1054
|
"type": "option",
|
|
950
|
-
"description": "
|
|
1055
|
+
"description": "Number of mutations.",
|
|
951
1056
|
"multiple": false,
|
|
952
|
-
"default":
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1057
|
+
"default": 0
|
|
1058
|
+
},
|
|
1059
|
+
"epoch": {
|
|
1060
|
+
"name": "epoch",
|
|
1061
|
+
"type": "option",
|
|
1062
|
+
"description": "Number of mutations per epoch.",
|
|
1063
|
+
"multiple": false
|
|
956
1064
|
}
|
|
957
1065
|
},
|
|
958
|
-
"args": {
|
|
1066
|
+
"args": {
|
|
1067
|
+
"key": {
|
|
1068
|
+
"name": "key",
|
|
1069
|
+
"description": "Space key head in hex."
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
959
1072
|
},
|
|
960
|
-
"
|
|
961
|
-
"id": "
|
|
962
|
-
"description": "
|
|
1073
|
+
"debug:status": {
|
|
1074
|
+
"id": "debug:status",
|
|
1075
|
+
"description": "Display status.",
|
|
963
1076
|
"strict": true,
|
|
964
1077
|
"pluginName": "@dxos/cli",
|
|
965
1078
|
"pluginAlias": "@dxos/cli",
|
|
966
1079
|
"pluginType": "core",
|
|
967
|
-
"aliases": [
|
|
968
|
-
"function:dev"
|
|
969
|
-
],
|
|
970
|
-
"examples": [
|
|
971
|
-
{
|
|
972
|
-
"description": "Run with TypeScript support.",
|
|
973
|
-
"command": "dx function dev-server -r ts-node/register --verbose"
|
|
974
|
-
}
|
|
975
|
-
],
|
|
1080
|
+
"aliases": [],
|
|
976
1081
|
"flags": {
|
|
977
1082
|
"json": {
|
|
978
1083
|
"name": "json",
|
|
@@ -1017,47 +1122,42 @@
|
|
|
1017
1122
|
"no-agent": {
|
|
1018
1123
|
"name": "no-agent",
|
|
1019
1124
|
"type": "boolean",
|
|
1020
|
-
"description": "
|
|
1125
|
+
"description": "Run command without agent.",
|
|
1021
1126
|
"allowNo": false
|
|
1022
1127
|
},
|
|
1023
1128
|
"timeout": {
|
|
1024
1129
|
"name": "timeout",
|
|
1025
1130
|
"type": "option",
|
|
1026
|
-
"description": "Timeout
|
|
1131
|
+
"description": "Timeout (ms).",
|
|
1027
1132
|
"multiple": false,
|
|
1028
|
-
"default":
|
|
1133
|
+
"default": 60000,
|
|
1029
1134
|
"aliases": [
|
|
1030
1135
|
"t"
|
|
1031
1136
|
]
|
|
1032
1137
|
},
|
|
1033
|
-
"
|
|
1034
|
-
"name": "
|
|
1035
|
-
"type": "
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
"ts-node/register"
|
|
1039
|
-
],
|
|
1040
|
-
"aliases": [
|
|
1041
|
-
"r"
|
|
1042
|
-
]
|
|
1138
|
+
"no-wait": {
|
|
1139
|
+
"name": "no-wait",
|
|
1140
|
+
"type": "boolean",
|
|
1141
|
+
"description": "Do not wait for space to be ready.",
|
|
1142
|
+
"allowNo": false
|
|
1043
1143
|
},
|
|
1044
|
-
"
|
|
1045
|
-
"name": "
|
|
1144
|
+
"interval": {
|
|
1145
|
+
"name": "interval",
|
|
1046
1146
|
"type": "option",
|
|
1147
|
+
"description": "Update interval (ms).",
|
|
1047
1148
|
"multiple": false,
|
|
1048
|
-
"default":
|
|
1149
|
+
"default": 1000
|
|
1049
1150
|
}
|
|
1050
1151
|
},
|
|
1051
1152
|
"args": {}
|
|
1052
1153
|
},
|
|
1053
|
-
"
|
|
1054
|
-
"id": "
|
|
1055
|
-
"description": "
|
|
1154
|
+
"device": {
|
|
1155
|
+
"id": "device",
|
|
1156
|
+
"description": "Show device info.",
|
|
1056
1157
|
"strict": true,
|
|
1057
1158
|
"pluginName": "@dxos/cli",
|
|
1058
1159
|
"pluginAlias": "@dxos/cli",
|
|
1059
1160
|
"pluginType": "core",
|
|
1060
|
-
"state": "deprecated",
|
|
1061
1161
|
"aliases": [],
|
|
1062
1162
|
"flags": {
|
|
1063
1163
|
"json": {
|
|
@@ -1104,43 +1204,41 @@
|
|
|
1104
1204
|
"no-agent": {
|
|
1105
1205
|
"name": "no-agent",
|
|
1106
1206
|
"type": "boolean",
|
|
1107
|
-
"description": "
|
|
1207
|
+
"description": "Run command without agent.",
|
|
1108
1208
|
"allowNo": false
|
|
1109
1209
|
},
|
|
1110
1210
|
"timeout": {
|
|
1111
1211
|
"name": "timeout",
|
|
1112
1212
|
"type": "option",
|
|
1113
|
-
"description": "Timeout
|
|
1213
|
+
"description": "Timeout (ms).",
|
|
1114
1214
|
"multiple": false,
|
|
1115
|
-
"default":
|
|
1215
|
+
"default": 60000,
|
|
1116
1216
|
"aliases": [
|
|
1117
1217
|
"t"
|
|
1118
1218
|
]
|
|
1219
|
+
},
|
|
1220
|
+
"no-wait": {
|
|
1221
|
+
"name": "no-wait",
|
|
1222
|
+
"type": "boolean",
|
|
1223
|
+
"description": "Do not wait for space to be ready.",
|
|
1224
|
+
"allowNo": false
|
|
1119
1225
|
}
|
|
1120
1226
|
},
|
|
1121
|
-
"args": {
|
|
1122
|
-
"name": {
|
|
1123
|
-
"name": "name",
|
|
1124
|
-
"description": "Function name.",
|
|
1125
|
-
"required": true
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1227
|
+
"args": {}
|
|
1128
1228
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"id": "
|
|
1131
|
-
"description": "
|
|
1229
|
+
"device:list": {
|
|
1230
|
+
"id": "device:list",
|
|
1231
|
+
"description": "Show device info.",
|
|
1132
1232
|
"strict": true,
|
|
1133
1233
|
"pluginName": "@dxos/cli",
|
|
1134
1234
|
"pluginAlias": "@dxos/cli",
|
|
1135
1235
|
"pluginType": "core",
|
|
1136
|
-
"state": "deprecated",
|
|
1137
1236
|
"aliases": [],
|
|
1138
1237
|
"flags": {
|
|
1139
1238
|
"json": {
|
|
1140
1239
|
"name": "json",
|
|
1141
1240
|
"type": "boolean",
|
|
1142
|
-
"description": "
|
|
1143
|
-
"helpGroup": "GLOBAL",
|
|
1241
|
+
"description": "Output as JSON.",
|
|
1144
1242
|
"allowNo": false
|
|
1145
1243
|
},
|
|
1146
1244
|
"dry-run": {
|
|
@@ -1180,40 +1278,125 @@
|
|
|
1180
1278
|
"no-agent": {
|
|
1181
1279
|
"name": "no-agent",
|
|
1182
1280
|
"type": "boolean",
|
|
1183
|
-
"description": "
|
|
1281
|
+
"description": "Run command without agent.",
|
|
1184
1282
|
"allowNo": false
|
|
1185
1283
|
},
|
|
1186
1284
|
"timeout": {
|
|
1187
1285
|
"name": "timeout",
|
|
1188
1286
|
"type": "option",
|
|
1189
|
-
"description": "Timeout
|
|
1287
|
+
"description": "Timeout (ms).",
|
|
1190
1288
|
"multiple": false,
|
|
1191
|
-
"default":
|
|
1289
|
+
"default": 60000,
|
|
1192
1290
|
"aliases": [
|
|
1193
1291
|
"t"
|
|
1194
1292
|
]
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
},
|
|
1199
|
-
"function:logs": {
|
|
1200
|
-
"id": "function:logs",
|
|
1201
|
-
"description": "Get function logs.",
|
|
1202
|
-
"strict": true,
|
|
1203
|
-
"pluginName": "@dxos/cli",
|
|
1204
|
-
"pluginAlias": "@dxos/cli",
|
|
1205
|
-
"pluginType": "core",
|
|
1206
|
-
"state": "deprecated",
|
|
1207
|
-
"aliases": [],
|
|
1208
|
-
"flags": {
|
|
1209
|
-
"json": {
|
|
1210
|
-
"name": "json",
|
|
1293
|
+
},
|
|
1294
|
+
"no-wait": {
|
|
1295
|
+
"name": "no-wait",
|
|
1211
1296
|
"type": "boolean",
|
|
1212
|
-
"description": "
|
|
1213
|
-
"helpGroup": "GLOBAL",
|
|
1297
|
+
"description": "Do not wait for space to be ready.",
|
|
1214
1298
|
"allowNo": false
|
|
1215
1299
|
},
|
|
1216
|
-
"
|
|
1300
|
+
"columns": {
|
|
1301
|
+
"name": "columns",
|
|
1302
|
+
"type": "option",
|
|
1303
|
+
"description": "only show provided columns (comma-separated)",
|
|
1304
|
+
"multiple": false,
|
|
1305
|
+
"exclusive": [
|
|
1306
|
+
"extended"
|
|
1307
|
+
]
|
|
1308
|
+
},
|
|
1309
|
+
"sort": {
|
|
1310
|
+
"name": "sort",
|
|
1311
|
+
"type": "option",
|
|
1312
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
1313
|
+
"multiple": false
|
|
1314
|
+
},
|
|
1315
|
+
"filter": {
|
|
1316
|
+
"name": "filter",
|
|
1317
|
+
"type": "option",
|
|
1318
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
1319
|
+
"multiple": false
|
|
1320
|
+
},
|
|
1321
|
+
"csv": {
|
|
1322
|
+
"name": "csv",
|
|
1323
|
+
"type": "boolean",
|
|
1324
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
1325
|
+
"allowNo": false,
|
|
1326
|
+
"exclusive": [
|
|
1327
|
+
"no-truncate"
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
"output": {
|
|
1331
|
+
"name": "output",
|
|
1332
|
+
"type": "option",
|
|
1333
|
+
"description": "output in a more machine friendly format",
|
|
1334
|
+
"multiple": false,
|
|
1335
|
+
"options": [
|
|
1336
|
+
"csv",
|
|
1337
|
+
"json",
|
|
1338
|
+
"yaml"
|
|
1339
|
+
],
|
|
1340
|
+
"exclusive": [
|
|
1341
|
+
"no-truncate",
|
|
1342
|
+
"csv"
|
|
1343
|
+
]
|
|
1344
|
+
},
|
|
1345
|
+
"extended": {
|
|
1346
|
+
"name": "extended",
|
|
1347
|
+
"type": "boolean",
|
|
1348
|
+
"char": "x",
|
|
1349
|
+
"description": "show extra columns",
|
|
1350
|
+
"allowNo": false,
|
|
1351
|
+
"exclusive": [
|
|
1352
|
+
"columns"
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
"no-truncate": {
|
|
1356
|
+
"name": "no-truncate",
|
|
1357
|
+
"type": "boolean",
|
|
1358
|
+
"description": "do not truncate output to fit screen",
|
|
1359
|
+
"allowNo": false,
|
|
1360
|
+
"exclusive": [
|
|
1361
|
+
"csv"
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
"no-header": {
|
|
1365
|
+
"name": "no-header",
|
|
1366
|
+
"type": "boolean",
|
|
1367
|
+
"description": "hide table header from output",
|
|
1368
|
+
"allowNo": false,
|
|
1369
|
+
"exclusive": [
|
|
1370
|
+
"csv"
|
|
1371
|
+
]
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"args": {}
|
|
1375
|
+
},
|
|
1376
|
+
"function:dev-server": {
|
|
1377
|
+
"id": "function:dev-server",
|
|
1378
|
+
"description": "Development server.",
|
|
1379
|
+
"strict": true,
|
|
1380
|
+
"pluginName": "@dxos/cli",
|
|
1381
|
+
"pluginAlias": "@dxos/cli",
|
|
1382
|
+
"pluginType": "core",
|
|
1383
|
+
"aliases": [
|
|
1384
|
+
"function:dev"
|
|
1385
|
+
],
|
|
1386
|
+
"examples": [
|
|
1387
|
+
{
|
|
1388
|
+
"description": "Run with TypeScript support.",
|
|
1389
|
+
"command": "dx function dev-server -r ts-node/register --verbose"
|
|
1390
|
+
}
|
|
1391
|
+
],
|
|
1392
|
+
"flags": {
|
|
1393
|
+
"json": {
|
|
1394
|
+
"name": "json",
|
|
1395
|
+
"type": "boolean",
|
|
1396
|
+
"description": "Output as JSON.",
|
|
1397
|
+
"allowNo": false
|
|
1398
|
+
},
|
|
1399
|
+
"dry-run": {
|
|
1217
1400
|
"name": "dry-run",
|
|
1218
1401
|
"type": "boolean",
|
|
1219
1402
|
"description": "Dry run.",
|
|
@@ -1250,35 +1433,53 @@
|
|
|
1250
1433
|
"no-agent": {
|
|
1251
1434
|
"name": "no-agent",
|
|
1252
1435
|
"type": "boolean",
|
|
1253
|
-
"description": "
|
|
1436
|
+
"description": "Run command without agent.",
|
|
1254
1437
|
"allowNo": false
|
|
1255
1438
|
},
|
|
1256
1439
|
"timeout": {
|
|
1257
1440
|
"name": "timeout",
|
|
1258
1441
|
"type": "option",
|
|
1259
|
-
"description": "Timeout
|
|
1442
|
+
"description": "Timeout (ms).",
|
|
1260
1443
|
"multiple": false,
|
|
1261
|
-
"default":
|
|
1444
|
+
"default": 60000,
|
|
1262
1445
|
"aliases": [
|
|
1263
1446
|
"t"
|
|
1264
1447
|
]
|
|
1448
|
+
},
|
|
1449
|
+
"no-wait": {
|
|
1450
|
+
"name": "no-wait",
|
|
1451
|
+
"type": "boolean",
|
|
1452
|
+
"description": "Do not wait for space to be ready.",
|
|
1453
|
+
"allowNo": false
|
|
1454
|
+
},
|
|
1455
|
+
"require": {
|
|
1456
|
+
"name": "require",
|
|
1457
|
+
"type": "option",
|
|
1458
|
+
"multiple": true,
|
|
1459
|
+
"default": [
|
|
1460
|
+
"ts-node/register"
|
|
1461
|
+
],
|
|
1462
|
+
"aliases": [
|
|
1463
|
+
"r"
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
"manifest": {
|
|
1467
|
+
"name": "manifest",
|
|
1468
|
+
"type": "option",
|
|
1469
|
+
"multiple": false,
|
|
1470
|
+
"default": "functions.yml"
|
|
1265
1471
|
}
|
|
1266
1472
|
},
|
|
1267
|
-
"args": {
|
|
1268
|
-
"name": {
|
|
1269
|
-
"name": "name",
|
|
1270
|
-
"description": "Function name.",
|
|
1271
|
-
"required": true
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1473
|
+
"args": {}
|
|
1274
1474
|
},
|
|
1275
|
-
"
|
|
1276
|
-
"id": "
|
|
1277
|
-
"description": "
|
|
1475
|
+
"function:exec": {
|
|
1476
|
+
"id": "function:exec",
|
|
1477
|
+
"description": "Invoke function.",
|
|
1278
1478
|
"strict": true,
|
|
1279
1479
|
"pluginName": "@dxos/cli",
|
|
1280
1480
|
"pluginAlias": "@dxos/cli",
|
|
1281
1481
|
"pluginType": "core",
|
|
1482
|
+
"state": "deprecated",
|
|
1282
1483
|
"aliases": [],
|
|
1283
1484
|
"flags": {
|
|
1284
1485
|
"json": {
|
|
@@ -1325,35 +1526,42 @@
|
|
|
1325
1526
|
"no-agent": {
|
|
1326
1527
|
"name": "no-agent",
|
|
1327
1528
|
"type": "boolean",
|
|
1328
|
-
"description": "
|
|
1529
|
+
"description": "Run command without agent.",
|
|
1329
1530
|
"allowNo": false
|
|
1330
1531
|
},
|
|
1331
1532
|
"timeout": {
|
|
1332
1533
|
"name": "timeout",
|
|
1333
1534
|
"type": "option",
|
|
1334
|
-
"description": "Timeout
|
|
1535
|
+
"description": "Timeout (ms).",
|
|
1335
1536
|
"multiple": false,
|
|
1336
|
-
"default":
|
|
1537
|
+
"default": 60000,
|
|
1337
1538
|
"aliases": [
|
|
1338
1539
|
"t"
|
|
1339
1540
|
]
|
|
1541
|
+
},
|
|
1542
|
+
"no-wait": {
|
|
1543
|
+
"name": "no-wait",
|
|
1544
|
+
"type": "boolean",
|
|
1545
|
+
"description": "Do not wait for space to be ready.",
|
|
1546
|
+
"allowNo": false
|
|
1340
1547
|
}
|
|
1341
1548
|
},
|
|
1342
1549
|
"args": {
|
|
1343
|
-
"
|
|
1344
|
-
"name": "
|
|
1345
|
-
"description": "
|
|
1550
|
+
"name": {
|
|
1551
|
+
"name": "name",
|
|
1552
|
+
"description": "Function name.",
|
|
1346
1553
|
"required": true
|
|
1347
1554
|
}
|
|
1348
1555
|
}
|
|
1349
1556
|
},
|
|
1350
|
-
"
|
|
1351
|
-
"id": "
|
|
1352
|
-
"description": "
|
|
1557
|
+
"function:list": {
|
|
1558
|
+
"id": "function:list",
|
|
1559
|
+
"description": "List functions.",
|
|
1353
1560
|
"strict": true,
|
|
1354
1561
|
"pluginName": "@dxos/cli",
|
|
1355
1562
|
"pluginAlias": "@dxos/cli",
|
|
1356
1563
|
"pluginType": "core",
|
|
1564
|
+
"state": "deprecated",
|
|
1357
1565
|
"aliases": [],
|
|
1358
1566
|
"flags": {
|
|
1359
1567
|
"json": {
|
|
@@ -1400,35 +1608,43 @@
|
|
|
1400
1608
|
"no-agent": {
|
|
1401
1609
|
"name": "no-agent",
|
|
1402
1610
|
"type": "boolean",
|
|
1403
|
-
"description": "
|
|
1611
|
+
"description": "Run command without agent.",
|
|
1404
1612
|
"allowNo": false
|
|
1405
1613
|
},
|
|
1406
1614
|
"timeout": {
|
|
1407
1615
|
"name": "timeout",
|
|
1408
1616
|
"type": "option",
|
|
1409
|
-
"description": "Timeout
|
|
1617
|
+
"description": "Timeout (ms).",
|
|
1410
1618
|
"multiple": false,
|
|
1411
|
-
"default":
|
|
1619
|
+
"default": 60000,
|
|
1412
1620
|
"aliases": [
|
|
1413
1621
|
"t"
|
|
1414
1622
|
]
|
|
1623
|
+
},
|
|
1624
|
+
"no-wait": {
|
|
1625
|
+
"name": "no-wait",
|
|
1626
|
+
"type": "boolean",
|
|
1627
|
+
"description": "Do not wait for space to be ready.",
|
|
1628
|
+
"allowNo": false
|
|
1415
1629
|
}
|
|
1416
1630
|
},
|
|
1417
1631
|
"args": {}
|
|
1418
1632
|
},
|
|
1419
|
-
"
|
|
1420
|
-
"id": "
|
|
1421
|
-
"description": "
|
|
1633
|
+
"function:logs": {
|
|
1634
|
+
"id": "function:logs",
|
|
1635
|
+
"description": "Get function logs.",
|
|
1422
1636
|
"strict": true,
|
|
1423
1637
|
"pluginName": "@dxos/cli",
|
|
1424
1638
|
"pluginAlias": "@dxos/cli",
|
|
1425
1639
|
"pluginType": "core",
|
|
1640
|
+
"state": "deprecated",
|
|
1426
1641
|
"aliases": [],
|
|
1427
1642
|
"flags": {
|
|
1428
1643
|
"json": {
|
|
1429
1644
|
"name": "json",
|
|
1430
1645
|
"type": "boolean",
|
|
1431
|
-
"description": "
|
|
1646
|
+
"description": "Format output as json.",
|
|
1647
|
+
"helpGroup": "GLOBAL",
|
|
1432
1648
|
"allowNo": false
|
|
1433
1649
|
},
|
|
1434
1650
|
"dry-run": {
|
|
@@ -1468,31 +1684,37 @@
|
|
|
1468
1684
|
"no-agent": {
|
|
1469
1685
|
"name": "no-agent",
|
|
1470
1686
|
"type": "boolean",
|
|
1471
|
-
"description": "
|
|
1687
|
+
"description": "Run command without agent.",
|
|
1472
1688
|
"allowNo": false
|
|
1473
1689
|
},
|
|
1474
1690
|
"timeout": {
|
|
1475
1691
|
"name": "timeout",
|
|
1476
1692
|
"type": "option",
|
|
1477
|
-
"description": "Timeout
|
|
1693
|
+
"description": "Timeout (ms).",
|
|
1478
1694
|
"multiple": false,
|
|
1479
|
-
"default":
|
|
1695
|
+
"default": 60000,
|
|
1480
1696
|
"aliases": [
|
|
1481
1697
|
"t"
|
|
1482
1698
|
]
|
|
1483
1699
|
},
|
|
1484
|
-
"
|
|
1485
|
-
"name": "
|
|
1486
|
-
"type": "
|
|
1487
|
-
"description": "
|
|
1488
|
-
"
|
|
1700
|
+
"no-wait": {
|
|
1701
|
+
"name": "no-wait",
|
|
1702
|
+
"type": "boolean",
|
|
1703
|
+
"description": "Do not wait for space to be ready.",
|
|
1704
|
+
"allowNo": false
|
|
1489
1705
|
}
|
|
1490
1706
|
},
|
|
1491
|
-
"args": {
|
|
1707
|
+
"args": {
|
|
1708
|
+
"name": {
|
|
1709
|
+
"name": "name",
|
|
1710
|
+
"description": "Function name.",
|
|
1711
|
+
"required": true
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1492
1714
|
},
|
|
1493
|
-
"halo:
|
|
1494
|
-
"id": "halo:
|
|
1495
|
-
"description": "Create HALO
|
|
1715
|
+
"halo:create": {
|
|
1716
|
+
"id": "halo:create",
|
|
1717
|
+
"description": "Create HALO.",
|
|
1496
1718
|
"strict": true,
|
|
1497
1719
|
"pluginName": "@dxos/cli",
|
|
1498
1720
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1543,31 +1765,37 @@
|
|
|
1543
1765
|
"no-agent": {
|
|
1544
1766
|
"name": "no-agent",
|
|
1545
1767
|
"type": "boolean",
|
|
1546
|
-
"description": "
|
|
1768
|
+
"description": "Run command without agent.",
|
|
1547
1769
|
"allowNo": false
|
|
1548
1770
|
},
|
|
1549
1771
|
"timeout": {
|
|
1550
1772
|
"name": "timeout",
|
|
1551
1773
|
"type": "option",
|
|
1552
|
-
"description": "Timeout
|
|
1774
|
+
"description": "Timeout (ms).",
|
|
1553
1775
|
"multiple": false,
|
|
1554
|
-
"default":
|
|
1776
|
+
"default": 60000,
|
|
1555
1777
|
"aliases": [
|
|
1556
1778
|
"t"
|
|
1557
1779
|
]
|
|
1558
1780
|
},
|
|
1559
|
-
"
|
|
1560
|
-
"name": "
|
|
1781
|
+
"no-wait": {
|
|
1782
|
+
"name": "no-wait",
|
|
1561
1783
|
"type": "boolean",
|
|
1562
|
-
"description": "
|
|
1784
|
+
"description": "Do not wait for space to be ready.",
|
|
1563
1785
|
"allowNo": false
|
|
1564
1786
|
}
|
|
1565
1787
|
},
|
|
1566
|
-
"args": {
|
|
1788
|
+
"args": {
|
|
1789
|
+
"displayName": {
|
|
1790
|
+
"name": "displayName",
|
|
1791
|
+
"description": "Display name",
|
|
1792
|
+
"required": true
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1567
1795
|
},
|
|
1568
|
-
"
|
|
1569
|
-
"id": "
|
|
1570
|
-
"description": "
|
|
1796
|
+
"halo:identity": {
|
|
1797
|
+
"id": "halo:identity",
|
|
1798
|
+
"description": "Show HALO identity.",
|
|
1571
1799
|
"strict": true,
|
|
1572
1800
|
"pluginName": "@dxos/cli",
|
|
1573
1801
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1618,25 +1846,31 @@
|
|
|
1618
1846
|
"no-agent": {
|
|
1619
1847
|
"name": "no-agent",
|
|
1620
1848
|
"type": "boolean",
|
|
1621
|
-
"description": "
|
|
1849
|
+
"description": "Run command without agent.",
|
|
1622
1850
|
"allowNo": false
|
|
1623
1851
|
},
|
|
1624
1852
|
"timeout": {
|
|
1625
1853
|
"name": "timeout",
|
|
1626
1854
|
"type": "option",
|
|
1627
|
-
"description": "Timeout
|
|
1855
|
+
"description": "Timeout (ms).",
|
|
1628
1856
|
"multiple": false,
|
|
1629
|
-
"default":
|
|
1857
|
+
"default": 60000,
|
|
1630
1858
|
"aliases": [
|
|
1631
1859
|
"t"
|
|
1632
1860
|
]
|
|
1861
|
+
},
|
|
1862
|
+
"no-wait": {
|
|
1863
|
+
"name": "no-wait",
|
|
1864
|
+
"type": "boolean",
|
|
1865
|
+
"description": "Do not wait for space to be ready.",
|
|
1866
|
+
"allowNo": false
|
|
1633
1867
|
}
|
|
1634
1868
|
},
|
|
1635
1869
|
"args": {}
|
|
1636
1870
|
},
|
|
1637
|
-
"
|
|
1638
|
-
"id": "
|
|
1639
|
-
"description": "
|
|
1871
|
+
"halo:join": {
|
|
1872
|
+
"id": "halo:join",
|
|
1873
|
+
"description": "Join HALO (device) invitation.",
|
|
1640
1874
|
"strict": true,
|
|
1641
1875
|
"pluginName": "@dxos/cli",
|
|
1642
1876
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1686,51 +1920,43 @@
|
|
|
1686
1920
|
"no-agent": {
|
|
1687
1921
|
"name": "no-agent",
|
|
1688
1922
|
"type": "boolean",
|
|
1689
|
-
"description": "
|
|
1923
|
+
"description": "Run command without agent.",
|
|
1690
1924
|
"allowNo": false
|
|
1691
1925
|
},
|
|
1692
1926
|
"timeout": {
|
|
1693
1927
|
"name": "timeout",
|
|
1694
1928
|
"type": "option",
|
|
1695
|
-
"description": "Timeout
|
|
1929
|
+
"description": "Timeout (ms).",
|
|
1696
1930
|
"multiple": false,
|
|
1697
|
-
"default":
|
|
1931
|
+
"default": 60000,
|
|
1698
1932
|
"aliases": [
|
|
1699
1933
|
"t"
|
|
1700
1934
|
]
|
|
1701
1935
|
},
|
|
1702
|
-
"
|
|
1703
|
-
"name": "
|
|
1704
|
-
"type": "
|
|
1705
|
-
"description": "
|
|
1706
|
-
"
|
|
1707
|
-
"multiple": false
|
|
1936
|
+
"no-wait": {
|
|
1937
|
+
"name": "no-wait",
|
|
1938
|
+
"type": "boolean",
|
|
1939
|
+
"description": "Do not wait for space to be ready.",
|
|
1940
|
+
"allowNo": false
|
|
1708
1941
|
},
|
|
1709
|
-
"
|
|
1710
|
-
"name": "
|
|
1942
|
+
"invitation": {
|
|
1943
|
+
"name": "invitation",
|
|
1711
1944
|
"type": "option",
|
|
1712
|
-
"description": "
|
|
1713
|
-
"multiple": false
|
|
1714
|
-
"default": "digitalocean"
|
|
1945
|
+
"description": "Invitation code",
|
|
1946
|
+
"multiple": false
|
|
1715
1947
|
},
|
|
1716
|
-
"
|
|
1717
|
-
"name": "
|
|
1948
|
+
"secret": {
|
|
1949
|
+
"name": "secret",
|
|
1718
1950
|
"type": "option",
|
|
1719
|
-
"description": "
|
|
1951
|
+
"description": "Invitation secret",
|
|
1720
1952
|
"multiple": false
|
|
1721
|
-
},
|
|
1722
|
-
"dev": {
|
|
1723
|
-
"name": "dev",
|
|
1724
|
-
"type": "boolean",
|
|
1725
|
-
"description": "Deploy latest version from dev channel",
|
|
1726
|
-
"allowNo": false
|
|
1727
1953
|
}
|
|
1728
1954
|
},
|
|
1729
1955
|
"args": {}
|
|
1730
1956
|
},
|
|
1731
|
-
"
|
|
1732
|
-
"id": "
|
|
1733
|
-
"description": "
|
|
1957
|
+
"halo:share": {
|
|
1958
|
+
"id": "halo:share",
|
|
1959
|
+
"description": "Create HALO (device) invitation.",
|
|
1734
1960
|
"strict": true,
|
|
1735
1961
|
"pluginName": "@dxos/cli",
|
|
1736
1962
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1740,7 +1966,8 @@
|
|
|
1740
1966
|
"json": {
|
|
1741
1967
|
"name": "json",
|
|
1742
1968
|
"type": "boolean",
|
|
1743
|
-
"description": "
|
|
1969
|
+
"description": "Format output as json.",
|
|
1970
|
+
"helpGroup": "GLOBAL",
|
|
1744
1971
|
"allowNo": false
|
|
1745
1972
|
},
|
|
1746
1973
|
"dry-run": {
|
|
@@ -1780,31 +2007,37 @@
|
|
|
1780
2007
|
"no-agent": {
|
|
1781
2008
|
"name": "no-agent",
|
|
1782
2009
|
"type": "boolean",
|
|
1783
|
-
"description": "
|
|
2010
|
+
"description": "Run command without agent.",
|
|
1784
2011
|
"allowNo": false
|
|
1785
2012
|
},
|
|
1786
2013
|
"timeout": {
|
|
1787
2014
|
"name": "timeout",
|
|
1788
2015
|
"type": "option",
|
|
1789
|
-
"description": "Timeout
|
|
2016
|
+
"description": "Timeout (ms).",
|
|
1790
2017
|
"multiple": false,
|
|
1791
|
-
"default":
|
|
2018
|
+
"default": 60000,
|
|
1792
2019
|
"aliases": [
|
|
1793
2020
|
"t"
|
|
1794
2021
|
]
|
|
1795
2022
|
},
|
|
1796
|
-
"
|
|
1797
|
-
"name": "
|
|
2023
|
+
"no-wait": {
|
|
2024
|
+
"name": "no-wait",
|
|
1798
2025
|
"type": "boolean",
|
|
1799
|
-
"description": "
|
|
2026
|
+
"description": "Do not wait for space to be ready.",
|
|
2027
|
+
"allowNo": false
|
|
2028
|
+
},
|
|
2029
|
+
"noCode": {
|
|
2030
|
+
"name": "noCode",
|
|
2031
|
+
"type": "boolean",
|
|
2032
|
+
"description": "Flag that specifies if secret auth code is not required",
|
|
1800
2033
|
"allowNo": false
|
|
1801
2034
|
}
|
|
1802
2035
|
},
|
|
1803
2036
|
"args": {}
|
|
1804
2037
|
},
|
|
1805
|
-
"
|
|
1806
|
-
"id": "
|
|
1807
|
-
"description": "
|
|
2038
|
+
"kube:auth": {
|
|
2039
|
+
"id": "kube:auth",
|
|
2040
|
+
"description": "Authenticate with KUBE.",
|
|
1808
2041
|
"strict": true,
|
|
1809
2042
|
"pluginName": "@dxos/cli",
|
|
1810
2043
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1814,7 +2047,8 @@
|
|
|
1814
2047
|
"json": {
|
|
1815
2048
|
"name": "json",
|
|
1816
2049
|
"type": "boolean",
|
|
1817
|
-
"description": "
|
|
2050
|
+
"description": "Format output as json.",
|
|
2051
|
+
"helpGroup": "GLOBAL",
|
|
1818
2052
|
"allowNo": false
|
|
1819
2053
|
},
|
|
1820
2054
|
"dry-run": {
|
|
@@ -1854,25 +2088,31 @@
|
|
|
1854
2088
|
"no-agent": {
|
|
1855
2089
|
"name": "no-agent",
|
|
1856
2090
|
"type": "boolean",
|
|
1857
|
-
"description": "
|
|
2091
|
+
"description": "Run command without agent.",
|
|
1858
2092
|
"allowNo": false
|
|
1859
2093
|
},
|
|
1860
2094
|
"timeout": {
|
|
1861
2095
|
"name": "timeout",
|
|
1862
2096
|
"type": "option",
|
|
1863
|
-
"description": "Timeout
|
|
2097
|
+
"description": "Timeout (ms).",
|
|
1864
2098
|
"multiple": false,
|
|
1865
|
-
"default":
|
|
2099
|
+
"default": 60000,
|
|
1866
2100
|
"aliases": [
|
|
1867
2101
|
"t"
|
|
1868
2102
|
]
|
|
2103
|
+
},
|
|
2104
|
+
"no-wait": {
|
|
2105
|
+
"name": "no-wait",
|
|
2106
|
+
"type": "boolean",
|
|
2107
|
+
"description": "Do not wait for space to be ready.",
|
|
2108
|
+
"allowNo": false
|
|
1869
2109
|
}
|
|
1870
2110
|
},
|
|
1871
2111
|
"args": {}
|
|
1872
2112
|
},
|
|
1873
|
-
"
|
|
1874
|
-
"id": "
|
|
1875
|
-
"description": "
|
|
2113
|
+
"kube:deploy": {
|
|
2114
|
+
"id": "kube:deploy",
|
|
2115
|
+
"description": "Deploy KUBE.",
|
|
1876
2116
|
"strict": true,
|
|
1877
2117
|
"pluginName": "@dxos/cli",
|
|
1878
2118
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1882,8 +2122,7 @@
|
|
|
1882
2122
|
"json": {
|
|
1883
2123
|
"name": "json",
|
|
1884
2124
|
"type": "boolean",
|
|
1885
|
-
"description": "
|
|
1886
|
-
"helpGroup": "GLOBAL",
|
|
2125
|
+
"description": "Output as JSON.",
|
|
1887
2126
|
"allowNo": false
|
|
1888
2127
|
},
|
|
1889
2128
|
"dry-run": {
|
|
@@ -1923,29 +2162,57 @@
|
|
|
1923
2162
|
"no-agent": {
|
|
1924
2163
|
"name": "no-agent",
|
|
1925
2164
|
"type": "boolean",
|
|
1926
|
-
"description": "
|
|
2165
|
+
"description": "Run command without agent.",
|
|
1927
2166
|
"allowNo": false
|
|
1928
2167
|
},
|
|
1929
2168
|
"timeout": {
|
|
1930
2169
|
"name": "timeout",
|
|
1931
2170
|
"type": "option",
|
|
1932
|
-
"description": "Timeout
|
|
2171
|
+
"description": "Timeout (ms).",
|
|
1933
2172
|
"multiple": false,
|
|
1934
|
-
"default":
|
|
2173
|
+
"default": 60000,
|
|
1935
2174
|
"aliases": [
|
|
1936
2175
|
"t"
|
|
1937
2176
|
]
|
|
2177
|
+
},
|
|
2178
|
+
"no-wait": {
|
|
2179
|
+
"name": "no-wait",
|
|
2180
|
+
"type": "boolean",
|
|
2181
|
+
"description": "Do not wait for space to be ready.",
|
|
2182
|
+
"allowNo": false
|
|
2183
|
+
},
|
|
2184
|
+
"hostname": {
|
|
2185
|
+
"name": "hostname",
|
|
2186
|
+
"type": "option",
|
|
2187
|
+
"description": "Hostname",
|
|
2188
|
+
"required": true,
|
|
2189
|
+
"multiple": false
|
|
2190
|
+
},
|
|
2191
|
+
"provider": {
|
|
2192
|
+
"name": "provider",
|
|
2193
|
+
"type": "option",
|
|
2194
|
+
"description": "Cloud Provider",
|
|
2195
|
+
"multiple": false,
|
|
2196
|
+
"default": "digitalocean"
|
|
2197
|
+
},
|
|
2198
|
+
"accessToken": {
|
|
2199
|
+
"name": "accessToken",
|
|
2200
|
+
"type": "option",
|
|
2201
|
+
"description": "Access token for seeding admin identity",
|
|
2202
|
+
"multiple": false
|
|
2203
|
+
},
|
|
2204
|
+
"dev": {
|
|
2205
|
+
"name": "dev",
|
|
2206
|
+
"type": "boolean",
|
|
2207
|
+
"description": "Deploy latest version from dev channel",
|
|
2208
|
+
"allowNo": false
|
|
1938
2209
|
}
|
|
1939
2210
|
},
|
|
1940
|
-
"args": {
|
|
1941
|
-
"name": {
|
|
1942
|
-
"name": "name"
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
2211
|
+
"args": {}
|
|
1945
2212
|
},
|
|
1946
|
-
"
|
|
1947
|
-
"id": "
|
|
1948
|
-
"description": "
|
|
2213
|
+
"reset": {
|
|
2214
|
+
"id": "reset",
|
|
2215
|
+
"description": "Reset user data.",
|
|
1949
2216
|
"strict": true,
|
|
1950
2217
|
"pluginName": "@dxos/cli",
|
|
1951
2218
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1995,103 +2262,111 @@
|
|
|
1995
2262
|
"no-agent": {
|
|
1996
2263
|
"name": "no-agent",
|
|
1997
2264
|
"type": "boolean",
|
|
1998
|
-
"description": "
|
|
2265
|
+
"description": "Run command without agent.",
|
|
1999
2266
|
"allowNo": false
|
|
2000
2267
|
},
|
|
2001
2268
|
"timeout": {
|
|
2002
2269
|
"name": "timeout",
|
|
2003
2270
|
"type": "option",
|
|
2004
|
-
"description": "Timeout
|
|
2271
|
+
"description": "Timeout (ms).",
|
|
2005
2272
|
"multiple": false,
|
|
2006
|
-
"default":
|
|
2273
|
+
"default": 60000,
|
|
2007
2274
|
"aliases": [
|
|
2008
2275
|
"t"
|
|
2009
2276
|
]
|
|
2010
2277
|
},
|
|
2011
|
-
"
|
|
2012
|
-
"name": "
|
|
2013
|
-
"type": "
|
|
2014
|
-
"description": "
|
|
2015
|
-
"
|
|
2016
|
-
"exclusive": [
|
|
2017
|
-
"extended"
|
|
2018
|
-
]
|
|
2278
|
+
"no-wait": {
|
|
2279
|
+
"name": "no-wait",
|
|
2280
|
+
"type": "boolean",
|
|
2281
|
+
"description": "Do not wait for space to be ready.",
|
|
2282
|
+
"allowNo": false
|
|
2019
2283
|
},
|
|
2020
|
-
"
|
|
2021
|
-
"name": "
|
|
2022
|
-
"type": "
|
|
2023
|
-
"description": "
|
|
2024
|
-
"
|
|
2284
|
+
"force": {
|
|
2285
|
+
"name": "force",
|
|
2286
|
+
"type": "boolean",
|
|
2287
|
+
"description": "Force delete.",
|
|
2288
|
+
"allowNo": false
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"args": {}
|
|
2292
|
+
},
|
|
2293
|
+
"shell": {
|
|
2294
|
+
"id": "shell",
|
|
2295
|
+
"description": "Interactive shell.",
|
|
2296
|
+
"strict": true,
|
|
2297
|
+
"pluginName": "@dxos/cli",
|
|
2298
|
+
"pluginAlias": "@dxos/cli",
|
|
2299
|
+
"pluginType": "core",
|
|
2300
|
+
"aliases": [],
|
|
2301
|
+
"flags": {
|
|
2302
|
+
"json": {
|
|
2303
|
+
"name": "json",
|
|
2304
|
+
"type": "boolean",
|
|
2305
|
+
"description": "Output as JSON.",
|
|
2306
|
+
"allowNo": false
|
|
2025
2307
|
},
|
|
2026
|
-
"
|
|
2027
|
-
"name": "
|
|
2028
|
-
"type": "
|
|
2029
|
-
"description": "
|
|
2030
|
-
"
|
|
2308
|
+
"dry-run": {
|
|
2309
|
+
"name": "dry-run",
|
|
2310
|
+
"type": "boolean",
|
|
2311
|
+
"description": "Dry run.",
|
|
2312
|
+
"allowNo": false
|
|
2031
2313
|
},
|
|
2032
|
-
"
|
|
2033
|
-
"name": "
|
|
2314
|
+
"verbose": {
|
|
2315
|
+
"name": "verbose",
|
|
2034
2316
|
"type": "boolean",
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2038
|
-
"no-truncate"
|
|
2039
|
-
]
|
|
2317
|
+
"char": "v",
|
|
2318
|
+
"description": "Verbose output",
|
|
2319
|
+
"allowNo": false
|
|
2040
2320
|
},
|
|
2041
|
-
"
|
|
2042
|
-
"name": "
|
|
2321
|
+
"profile": {
|
|
2322
|
+
"name": "profile",
|
|
2043
2323
|
"type": "option",
|
|
2044
|
-
"description": "
|
|
2324
|
+
"description": "User profile.",
|
|
2045
2325
|
"multiple": false,
|
|
2046
|
-
"
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2326
|
+
"default": "default"
|
|
2327
|
+
},
|
|
2328
|
+
"config": {
|
|
2329
|
+
"name": "config",
|
|
2330
|
+
"type": "option",
|
|
2331
|
+
"description": "Config file.",
|
|
2332
|
+
"helpValue": "path",
|
|
2333
|
+
"multiple": false,
|
|
2334
|
+
"dependsOn": [
|
|
2335
|
+
"profile"
|
|
2050
2336
|
],
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
"
|
|
2337
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2338
|
+
"aliases": [
|
|
2339
|
+
"c"
|
|
2054
2340
|
]
|
|
2055
2341
|
},
|
|
2056
|
-
"
|
|
2057
|
-
"name": "
|
|
2342
|
+
"no-agent": {
|
|
2343
|
+
"name": "no-agent",
|
|
2058
2344
|
"type": "boolean",
|
|
2059
|
-
"
|
|
2060
|
-
"
|
|
2061
|
-
"allowNo": false,
|
|
2062
|
-
"exclusive": [
|
|
2063
|
-
"columns"
|
|
2064
|
-
]
|
|
2345
|
+
"description": "Run command without agent.",
|
|
2346
|
+
"allowNo": false
|
|
2065
2347
|
},
|
|
2066
|
-
"
|
|
2067
|
-
"name": "
|
|
2068
|
-
"type": "
|
|
2069
|
-
"description": "
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2072
|
-
|
|
2348
|
+
"timeout": {
|
|
2349
|
+
"name": "timeout",
|
|
2350
|
+
"type": "option",
|
|
2351
|
+
"description": "Timeout (ms).",
|
|
2352
|
+
"multiple": false,
|
|
2353
|
+
"default": 60000,
|
|
2354
|
+
"aliases": [
|
|
2355
|
+
"t"
|
|
2073
2356
|
]
|
|
2074
2357
|
},
|
|
2075
|
-
"no-
|
|
2076
|
-
"name": "no-
|
|
2358
|
+
"no-wait": {
|
|
2359
|
+
"name": "no-wait",
|
|
2077
2360
|
"type": "boolean",
|
|
2078
|
-
"description": "
|
|
2079
|
-
"allowNo": false
|
|
2080
|
-
"exclusive": [
|
|
2081
|
-
"csv"
|
|
2082
|
-
]
|
|
2361
|
+
"description": "Do not wait for space to be ready.",
|
|
2362
|
+
"allowNo": false
|
|
2083
2363
|
}
|
|
2084
2364
|
},
|
|
2085
|
-
"args": {
|
|
2086
|
-
"key": {
|
|
2087
|
-
"name": "key",
|
|
2088
|
-
"description": "Space key head in hex."
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2365
|
+
"args": {}
|
|
2091
2366
|
},
|
|
2092
|
-
"space": {
|
|
2093
|
-
"id": "space",
|
|
2094
|
-
"description": "
|
|
2367
|
+
"space:create": {
|
|
2368
|
+
"id": "space:create",
|
|
2369
|
+
"description": "Create space.",
|
|
2095
2370
|
"strict": true,
|
|
2096
2371
|
"pluginName": "@dxos/cli",
|
|
2097
2372
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2101,7 +2376,8 @@
|
|
|
2101
2376
|
"json": {
|
|
2102
2377
|
"name": "json",
|
|
2103
2378
|
"type": "boolean",
|
|
2104
|
-
"description": "
|
|
2379
|
+
"description": "Format output as json.",
|
|
2380
|
+
"helpGroup": "GLOBAL",
|
|
2105
2381
|
"allowNo": false
|
|
2106
2382
|
},
|
|
2107
2383
|
"dry-run": {
|
|
@@ -2141,25 +2417,35 @@
|
|
|
2141
2417
|
"no-agent": {
|
|
2142
2418
|
"name": "no-agent",
|
|
2143
2419
|
"type": "boolean",
|
|
2144
|
-
"description": "
|
|
2420
|
+
"description": "Run command without agent.",
|
|
2145
2421
|
"allowNo": false
|
|
2146
2422
|
},
|
|
2147
2423
|
"timeout": {
|
|
2148
2424
|
"name": "timeout",
|
|
2149
2425
|
"type": "option",
|
|
2150
|
-
"description": "Timeout
|
|
2426
|
+
"description": "Timeout (ms).",
|
|
2151
2427
|
"multiple": false,
|
|
2152
|
-
"default":
|
|
2428
|
+
"default": 60000,
|
|
2153
2429
|
"aliases": [
|
|
2154
2430
|
"t"
|
|
2155
2431
|
]
|
|
2432
|
+
},
|
|
2433
|
+
"no-wait": {
|
|
2434
|
+
"name": "no-wait",
|
|
2435
|
+
"type": "boolean",
|
|
2436
|
+
"description": "Do not wait for space to be ready.",
|
|
2437
|
+
"allowNo": false
|
|
2156
2438
|
}
|
|
2157
2439
|
},
|
|
2158
|
-
"args": {
|
|
2440
|
+
"args": {
|
|
2441
|
+
"name": {
|
|
2442
|
+
"name": "name"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2159
2445
|
},
|
|
2160
|
-
"space:
|
|
2161
|
-
"id": "space:
|
|
2162
|
-
"description": "Create
|
|
2446
|
+
"space:epoch": {
|
|
2447
|
+
"id": "space:epoch",
|
|
2448
|
+
"description": "Create new epoch.",
|
|
2163
2449
|
"strict": true,
|
|
2164
2450
|
"pluginName": "@dxos/cli",
|
|
2165
2451
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2169,7 +2455,8 @@
|
|
|
2169
2455
|
"json": {
|
|
2170
2456
|
"name": "json",
|
|
2171
2457
|
"type": "boolean",
|
|
2172
|
-
"description": "
|
|
2458
|
+
"description": "Format output as json.",
|
|
2459
|
+
"helpGroup": "GLOBAL",
|
|
2173
2460
|
"allowNo": false
|
|
2174
2461
|
},
|
|
2175
2462
|
"dry-run": {
|
|
@@ -2209,24 +2496,30 @@
|
|
|
2209
2496
|
"no-agent": {
|
|
2210
2497
|
"name": "no-agent",
|
|
2211
2498
|
"type": "boolean",
|
|
2212
|
-
"description": "
|
|
2499
|
+
"description": "Run command without agent.",
|
|
2213
2500
|
"allowNo": false
|
|
2214
2501
|
},
|
|
2215
2502
|
"timeout": {
|
|
2216
2503
|
"name": "timeout",
|
|
2217
2504
|
"type": "option",
|
|
2218
|
-
"description": "Timeout
|
|
2505
|
+
"description": "Timeout (ms).",
|
|
2219
2506
|
"multiple": false,
|
|
2220
|
-
"default":
|
|
2507
|
+
"default": 60000,
|
|
2221
2508
|
"aliases": [
|
|
2222
2509
|
"t"
|
|
2223
2510
|
]
|
|
2511
|
+
},
|
|
2512
|
+
"no-wait": {
|
|
2513
|
+
"name": "no-wait",
|
|
2514
|
+
"type": "boolean",
|
|
2515
|
+
"description": "Do not wait for space to be ready.",
|
|
2516
|
+
"allowNo": false
|
|
2224
2517
|
}
|
|
2225
2518
|
},
|
|
2226
2519
|
"args": {
|
|
2227
2520
|
"key": {
|
|
2228
2521
|
"name": "key",
|
|
2229
|
-
"
|
|
2522
|
+
"description": "Space key head in hex."
|
|
2230
2523
|
}
|
|
2231
2524
|
}
|
|
2232
2525
|
},
|
|
@@ -2282,19 +2575,25 @@
|
|
|
2282
2575
|
"no-agent": {
|
|
2283
2576
|
"name": "no-agent",
|
|
2284
2577
|
"type": "boolean",
|
|
2285
|
-
"description": "
|
|
2578
|
+
"description": "Run command without agent.",
|
|
2286
2579
|
"allowNo": false
|
|
2287
2580
|
},
|
|
2288
2581
|
"timeout": {
|
|
2289
2582
|
"name": "timeout",
|
|
2290
2583
|
"type": "option",
|
|
2291
|
-
"description": "Timeout
|
|
2584
|
+
"description": "Timeout (ms).",
|
|
2292
2585
|
"multiple": false,
|
|
2293
|
-
"default":
|
|
2586
|
+
"default": 60000,
|
|
2294
2587
|
"aliases": [
|
|
2295
2588
|
"t"
|
|
2296
2589
|
]
|
|
2297
2590
|
},
|
|
2591
|
+
"no-wait": {
|
|
2592
|
+
"name": "no-wait",
|
|
2593
|
+
"type": "boolean",
|
|
2594
|
+
"description": "Do not wait for space to be ready.",
|
|
2595
|
+
"allowNo": false
|
|
2596
|
+
},
|
|
2298
2597
|
"invitation": {
|
|
2299
2598
|
"name": "invitation",
|
|
2300
2599
|
"type": "option",
|
|
@@ -2362,19 +2661,25 @@
|
|
|
2362
2661
|
"no-agent": {
|
|
2363
2662
|
"name": "no-agent",
|
|
2364
2663
|
"type": "boolean",
|
|
2365
|
-
"description": "
|
|
2664
|
+
"description": "Run command without agent.",
|
|
2366
2665
|
"allowNo": false
|
|
2367
2666
|
},
|
|
2368
2667
|
"timeout": {
|
|
2369
2668
|
"name": "timeout",
|
|
2370
2669
|
"type": "option",
|
|
2371
|
-
"description": "Timeout
|
|
2670
|
+
"description": "Timeout (ms).",
|
|
2372
2671
|
"multiple": false,
|
|
2373
|
-
"default":
|
|
2672
|
+
"default": 60000,
|
|
2374
2673
|
"aliases": [
|
|
2375
2674
|
"t"
|
|
2376
2675
|
]
|
|
2377
2676
|
},
|
|
2677
|
+
"no-wait": {
|
|
2678
|
+
"name": "no-wait",
|
|
2679
|
+
"type": "boolean",
|
|
2680
|
+
"description": "Do not wait for space to be ready.",
|
|
2681
|
+
"allowNo": false
|
|
2682
|
+
},
|
|
2378
2683
|
"columns": {
|
|
2379
2684
|
"name": "columns",
|
|
2380
2685
|
"type": "option",
|
|
@@ -2447,6 +2752,12 @@
|
|
|
2447
2752
|
"exclusive": [
|
|
2448
2753
|
"csv"
|
|
2449
2754
|
]
|
|
2755
|
+
},
|
|
2756
|
+
"live": {
|
|
2757
|
+
"name": "live",
|
|
2758
|
+
"type": "boolean",
|
|
2759
|
+
"description": "Live update.",
|
|
2760
|
+
"allowNo": false
|
|
2450
2761
|
}
|
|
2451
2762
|
},
|
|
2452
2763
|
"args": {}
|
|
@@ -2503,19 +2814,25 @@
|
|
|
2503
2814
|
"no-agent": {
|
|
2504
2815
|
"name": "no-agent",
|
|
2505
2816
|
"type": "boolean",
|
|
2506
|
-
"description": "
|
|
2817
|
+
"description": "Run command without agent.",
|
|
2507
2818
|
"allowNo": false
|
|
2508
2819
|
},
|
|
2509
2820
|
"timeout": {
|
|
2510
2821
|
"name": "timeout",
|
|
2511
2822
|
"type": "option",
|
|
2512
|
-
"description": "Timeout
|
|
2823
|
+
"description": "Timeout (ms).",
|
|
2513
2824
|
"multiple": false,
|
|
2514
|
-
"default":
|
|
2825
|
+
"default": 60000,
|
|
2515
2826
|
"aliases": [
|
|
2516
2827
|
"t"
|
|
2517
2828
|
]
|
|
2518
2829
|
},
|
|
2830
|
+
"no-wait": {
|
|
2831
|
+
"name": "no-wait",
|
|
2832
|
+
"type": "boolean",
|
|
2833
|
+
"description": "Do not wait for space to be ready.",
|
|
2834
|
+
"allowNo": false
|
|
2835
|
+
},
|
|
2519
2836
|
"columns": {
|
|
2520
2837
|
"name": "columns",
|
|
2521
2838
|
"type": "option",
|
|
@@ -2597,6 +2914,174 @@
|
|
|
2597
2914
|
}
|
|
2598
2915
|
}
|
|
2599
2916
|
},
|
|
2917
|
+
"space:query": {
|
|
2918
|
+
"id": "space:query",
|
|
2919
|
+
"description": "Query database.",
|
|
2920
|
+
"strict": true,
|
|
2921
|
+
"pluginName": "@dxos/cli",
|
|
2922
|
+
"pluginAlias": "@dxos/cli",
|
|
2923
|
+
"pluginType": "core",
|
|
2924
|
+
"aliases": [],
|
|
2925
|
+
"flags": {
|
|
2926
|
+
"json": {
|
|
2927
|
+
"name": "json",
|
|
2928
|
+
"type": "boolean",
|
|
2929
|
+
"description": "Format output as json.",
|
|
2930
|
+
"helpGroup": "GLOBAL",
|
|
2931
|
+
"allowNo": false
|
|
2932
|
+
},
|
|
2933
|
+
"dry-run": {
|
|
2934
|
+
"name": "dry-run",
|
|
2935
|
+
"type": "boolean",
|
|
2936
|
+
"description": "Dry run.",
|
|
2937
|
+
"allowNo": false
|
|
2938
|
+
},
|
|
2939
|
+
"verbose": {
|
|
2940
|
+
"name": "verbose",
|
|
2941
|
+
"type": "boolean",
|
|
2942
|
+
"char": "v",
|
|
2943
|
+
"description": "Verbose output",
|
|
2944
|
+
"allowNo": false
|
|
2945
|
+
},
|
|
2946
|
+
"profile": {
|
|
2947
|
+
"name": "profile",
|
|
2948
|
+
"type": "option",
|
|
2949
|
+
"description": "User profile.",
|
|
2950
|
+
"multiple": false,
|
|
2951
|
+
"default": "default"
|
|
2952
|
+
},
|
|
2953
|
+
"config": {
|
|
2954
|
+
"name": "config",
|
|
2955
|
+
"type": "option",
|
|
2956
|
+
"description": "Config file.",
|
|
2957
|
+
"helpValue": "path",
|
|
2958
|
+
"multiple": false,
|
|
2959
|
+
"dependsOn": [
|
|
2960
|
+
"profile"
|
|
2961
|
+
],
|
|
2962
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2963
|
+
"aliases": [
|
|
2964
|
+
"c"
|
|
2965
|
+
]
|
|
2966
|
+
},
|
|
2967
|
+
"no-agent": {
|
|
2968
|
+
"name": "no-agent",
|
|
2969
|
+
"type": "boolean",
|
|
2970
|
+
"description": "Run command without agent.",
|
|
2971
|
+
"allowNo": false
|
|
2972
|
+
},
|
|
2973
|
+
"timeout": {
|
|
2974
|
+
"name": "timeout",
|
|
2975
|
+
"type": "option",
|
|
2976
|
+
"description": "Timeout (ms).",
|
|
2977
|
+
"multiple": false,
|
|
2978
|
+
"default": 60000,
|
|
2979
|
+
"aliases": [
|
|
2980
|
+
"t"
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
"no-wait": {
|
|
2984
|
+
"name": "no-wait",
|
|
2985
|
+
"type": "boolean",
|
|
2986
|
+
"description": "Do not wait for space to be ready.",
|
|
2987
|
+
"allowNo": false
|
|
2988
|
+
}
|
|
2989
|
+
},
|
|
2990
|
+
"args": {
|
|
2991
|
+
"key": {
|
|
2992
|
+
"name": "key",
|
|
2993
|
+
"description": "Space key head in hex."
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2997
|
+
"space:share": {
|
|
2998
|
+
"id": "space:share",
|
|
2999
|
+
"description": "Create space invitation.",
|
|
3000
|
+
"strict": true,
|
|
3001
|
+
"pluginName": "@dxos/cli",
|
|
3002
|
+
"pluginAlias": "@dxos/cli",
|
|
3003
|
+
"pluginType": "core",
|
|
3004
|
+
"aliases": [],
|
|
3005
|
+
"flags": {
|
|
3006
|
+
"json": {
|
|
3007
|
+
"name": "json",
|
|
3008
|
+
"type": "boolean",
|
|
3009
|
+
"description": "Output as JSON.",
|
|
3010
|
+
"allowNo": false
|
|
3011
|
+
},
|
|
3012
|
+
"dry-run": {
|
|
3013
|
+
"name": "dry-run",
|
|
3014
|
+
"type": "boolean",
|
|
3015
|
+
"description": "Dry run.",
|
|
3016
|
+
"allowNo": false
|
|
3017
|
+
},
|
|
3018
|
+
"verbose": {
|
|
3019
|
+
"name": "verbose",
|
|
3020
|
+
"type": "boolean",
|
|
3021
|
+
"char": "v",
|
|
3022
|
+
"description": "Verbose output",
|
|
3023
|
+
"allowNo": false
|
|
3024
|
+
},
|
|
3025
|
+
"profile": {
|
|
3026
|
+
"name": "profile",
|
|
3027
|
+
"type": "option",
|
|
3028
|
+
"description": "User profile.",
|
|
3029
|
+
"multiple": false,
|
|
3030
|
+
"default": "default"
|
|
3031
|
+
},
|
|
3032
|
+
"config": {
|
|
3033
|
+
"name": "config",
|
|
3034
|
+
"type": "option",
|
|
3035
|
+
"description": "Config file.",
|
|
3036
|
+
"helpValue": "path",
|
|
3037
|
+
"multiple": false,
|
|
3038
|
+
"dependsOn": [
|
|
3039
|
+
"profile"
|
|
3040
|
+
],
|
|
3041
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3042
|
+
"aliases": [
|
|
3043
|
+
"c"
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
"no-agent": {
|
|
3047
|
+
"name": "no-agent",
|
|
3048
|
+
"type": "boolean",
|
|
3049
|
+
"description": "Run command without agent.",
|
|
3050
|
+
"allowNo": false
|
|
3051
|
+
},
|
|
3052
|
+
"timeout": {
|
|
3053
|
+
"name": "timeout",
|
|
3054
|
+
"type": "option",
|
|
3055
|
+
"description": "Timeout in milliseconds.",
|
|
3056
|
+
"multiple": false,
|
|
3057
|
+
"default": 5000
|
|
3058
|
+
},
|
|
3059
|
+
"no-wait": {
|
|
3060
|
+
"name": "no-wait",
|
|
3061
|
+
"type": "boolean",
|
|
3062
|
+
"description": "Do not wait for space to be ready.",
|
|
3063
|
+
"allowNo": false
|
|
3064
|
+
},
|
|
3065
|
+
"multiple": {
|
|
3066
|
+
"name": "multiple",
|
|
3067
|
+
"type": "boolean",
|
|
3068
|
+
"description": "Multiple use.",
|
|
3069
|
+
"allowNo": false
|
|
3070
|
+
},
|
|
3071
|
+
"no-auth": {
|
|
3072
|
+
"name": "no-auth",
|
|
3073
|
+
"type": "boolean",
|
|
3074
|
+
"description": "Skip authentication challenge.",
|
|
3075
|
+
"allowNo": false
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
"args": {
|
|
3079
|
+
"key": {
|
|
3080
|
+
"name": "key",
|
|
3081
|
+
"description": "Space key head in hex."
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
},
|
|
2600
3085
|
"tunnel:list": {
|
|
2601
3086
|
"id": "tunnel:list",
|
|
2602
3087
|
"description": "List tunnels.",
|
|
@@ -2650,18 +3135,24 @@
|
|
|
2650
3135
|
"no-agent": {
|
|
2651
3136
|
"name": "no-agent",
|
|
2652
3137
|
"type": "boolean",
|
|
2653
|
-
"description": "
|
|
3138
|
+
"description": "Run command without agent.",
|
|
2654
3139
|
"allowNo": false
|
|
2655
3140
|
},
|
|
2656
3141
|
"timeout": {
|
|
2657
3142
|
"name": "timeout",
|
|
2658
3143
|
"type": "option",
|
|
2659
|
-
"description": "Timeout
|
|
3144
|
+
"description": "Timeout (ms).",
|
|
2660
3145
|
"multiple": false,
|
|
2661
|
-
"default":
|
|
3146
|
+
"default": 60000,
|
|
2662
3147
|
"aliases": [
|
|
2663
3148
|
"t"
|
|
2664
3149
|
]
|
|
3150
|
+
},
|
|
3151
|
+
"no-wait": {
|
|
3152
|
+
"name": "no-wait",
|
|
3153
|
+
"type": "boolean",
|
|
3154
|
+
"description": "Do not wait for space to be ready.",
|
|
3155
|
+
"allowNo": false
|
|
2665
3156
|
}
|
|
2666
3157
|
},
|
|
2667
3158
|
"args": {}
|
|
@@ -2718,19 +3209,25 @@
|
|
|
2718
3209
|
"no-agent": {
|
|
2719
3210
|
"name": "no-agent",
|
|
2720
3211
|
"type": "boolean",
|
|
2721
|
-
"description": "
|
|
3212
|
+
"description": "Run command without agent.",
|
|
2722
3213
|
"allowNo": false
|
|
2723
3214
|
},
|
|
2724
3215
|
"timeout": {
|
|
2725
3216
|
"name": "timeout",
|
|
2726
3217
|
"type": "option",
|
|
2727
|
-
"description": "Timeout
|
|
3218
|
+
"description": "Timeout (ms).",
|
|
2728
3219
|
"multiple": false,
|
|
2729
|
-
"default":
|
|
3220
|
+
"default": 60000,
|
|
2730
3221
|
"aliases": [
|
|
2731
3222
|
"t"
|
|
2732
3223
|
]
|
|
2733
3224
|
},
|
|
3225
|
+
"no-wait": {
|
|
3226
|
+
"name": "no-wait",
|
|
3227
|
+
"type": "boolean",
|
|
3228
|
+
"description": "Do not wait for space to be ready.",
|
|
3229
|
+
"allowNo": false
|
|
3230
|
+
},
|
|
2734
3231
|
"app": {
|
|
2735
3232
|
"name": "app",
|
|
2736
3233
|
"type": "option",
|
|
@@ -2805,18 +3302,24 @@
|
|
|
2805
3302
|
"no-agent": {
|
|
2806
3303
|
"name": "no-agent",
|
|
2807
3304
|
"type": "boolean",
|
|
2808
|
-
"description": "
|
|
3305
|
+
"description": "Run command without agent.",
|
|
2809
3306
|
"allowNo": false
|
|
2810
3307
|
},
|
|
2811
3308
|
"timeout": {
|
|
2812
3309
|
"name": "timeout",
|
|
2813
3310
|
"type": "option",
|
|
2814
|
-
"description": "Timeout
|
|
3311
|
+
"description": "Timeout (ms).",
|
|
2815
3312
|
"multiple": false,
|
|
2816
|
-
"default":
|
|
3313
|
+
"default": 60000,
|
|
2817
3314
|
"aliases": [
|
|
2818
3315
|
"t"
|
|
2819
3316
|
]
|
|
3317
|
+
},
|
|
3318
|
+
"no-wait": {
|
|
3319
|
+
"name": "no-wait",
|
|
3320
|
+
"type": "boolean",
|
|
3321
|
+
"description": "Do not wait for space to be ready.",
|
|
3322
|
+
"allowNo": false
|
|
2820
3323
|
}
|
|
2821
3324
|
},
|
|
2822
3325
|
"args": {
|
|
@@ -2879,19 +3382,98 @@
|
|
|
2879
3382
|
"no-agent": {
|
|
2880
3383
|
"name": "no-agent",
|
|
2881
3384
|
"type": "boolean",
|
|
2882
|
-
"description": "
|
|
3385
|
+
"description": "Run command without agent.",
|
|
2883
3386
|
"allowNo": false
|
|
2884
3387
|
},
|
|
2885
3388
|
"timeout": {
|
|
2886
3389
|
"name": "timeout",
|
|
2887
3390
|
"type": "option",
|
|
2888
|
-
"description": "Timeout
|
|
3391
|
+
"description": "Timeout (ms).",
|
|
2889
3392
|
"multiple": false,
|
|
2890
|
-
"default":
|
|
3393
|
+
"default": 60000,
|
|
2891
3394
|
"aliases": [
|
|
2892
3395
|
"t"
|
|
2893
3396
|
]
|
|
2894
3397
|
},
|
|
3398
|
+
"no-wait": {
|
|
3399
|
+
"name": "no-wait",
|
|
3400
|
+
"type": "boolean",
|
|
3401
|
+
"description": "Do not wait for space to be ready.",
|
|
3402
|
+
"allowNo": false
|
|
3403
|
+
},
|
|
3404
|
+
"columns": {
|
|
3405
|
+
"name": "columns",
|
|
3406
|
+
"type": "option",
|
|
3407
|
+
"description": "only show provided columns (comma-separated)",
|
|
3408
|
+
"multiple": false,
|
|
3409
|
+
"exclusive": [
|
|
3410
|
+
"extended"
|
|
3411
|
+
]
|
|
3412
|
+
},
|
|
3413
|
+
"sort": {
|
|
3414
|
+
"name": "sort",
|
|
3415
|
+
"type": "option",
|
|
3416
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
3417
|
+
"multiple": false
|
|
3418
|
+
},
|
|
3419
|
+
"filter": {
|
|
3420
|
+
"name": "filter",
|
|
3421
|
+
"type": "option",
|
|
3422
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
3423
|
+
"multiple": false
|
|
3424
|
+
},
|
|
3425
|
+
"csv": {
|
|
3426
|
+
"name": "csv",
|
|
3427
|
+
"type": "boolean",
|
|
3428
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
3429
|
+
"allowNo": false,
|
|
3430
|
+
"exclusive": [
|
|
3431
|
+
"no-truncate"
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
3434
|
+
"output": {
|
|
3435
|
+
"name": "output",
|
|
3436
|
+
"type": "option",
|
|
3437
|
+
"description": "output in a more machine friendly format",
|
|
3438
|
+
"multiple": false,
|
|
3439
|
+
"options": [
|
|
3440
|
+
"csv",
|
|
3441
|
+
"json",
|
|
3442
|
+
"yaml"
|
|
3443
|
+
],
|
|
3444
|
+
"exclusive": [
|
|
3445
|
+
"no-truncate",
|
|
3446
|
+
"csv"
|
|
3447
|
+
]
|
|
3448
|
+
},
|
|
3449
|
+
"extended": {
|
|
3450
|
+
"name": "extended",
|
|
3451
|
+
"type": "boolean",
|
|
3452
|
+
"char": "x",
|
|
3453
|
+
"description": "show extra columns",
|
|
3454
|
+
"allowNo": false,
|
|
3455
|
+
"exclusive": [
|
|
3456
|
+
"columns"
|
|
3457
|
+
]
|
|
3458
|
+
},
|
|
3459
|
+
"no-truncate": {
|
|
3460
|
+
"name": "no-truncate",
|
|
3461
|
+
"type": "boolean",
|
|
3462
|
+
"description": "do not truncate output to fit screen",
|
|
3463
|
+
"allowNo": false,
|
|
3464
|
+
"exclusive": [
|
|
3465
|
+
"csv"
|
|
3466
|
+
]
|
|
3467
|
+
},
|
|
3468
|
+
"no-header": {
|
|
3469
|
+
"name": "no-header",
|
|
3470
|
+
"type": "boolean",
|
|
3471
|
+
"description": "hide table header from output",
|
|
3472
|
+
"allowNo": false,
|
|
3473
|
+
"exclusive": [
|
|
3474
|
+
"csv"
|
|
3475
|
+
]
|
|
3476
|
+
},
|
|
2895
3477
|
"type": {
|
|
2896
3478
|
"name": "type",
|
|
2897
3479
|
"type": "option",
|