@dxos/cli 0.1.48-next.83f55fd → 0.1.49-next.55d8a92
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 +213 -219
- package/bin/dev +4 -3
- package/bin/dev.cmd +1 -1
- package/bin/run +1 -1
- package/config/config-default.yml +0 -2
- package/dist/src/base-command.d.ts +21 -10
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +91 -68
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/{daemon → agent}/list.d.ts +1 -0
- package/dist/src/commands/agent/list.d.ts.map +1 -0
- package/dist/src/commands/agent/list.js +37 -0
- package/dist/src/commands/agent/list.js.map +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/restart.js +1 -1
- package/dist/src/commands/agent/restart.js.map +1 -0
- package/dist/src/commands/{daemon → agent}/run.d.ts +1 -1
- package/dist/src/commands/agent/run.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/run.js +7 -8
- package/dist/src/commands/agent/run.js.map +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/start.js +1 -1
- package/dist/src/commands/agent/start.js.map +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/stop.js +1 -1
- package/dist/src/commands/agent/stop.js.map +1 -0
- package/dist/src/commands/app/create.d.ts +1 -1
- package/dist/src/commands/app/open.d.ts +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -1
- package/dist/src/commands/debug/stats.d.ts +17 -0
- package/dist/src/commands/debug/stats.d.ts.map +1 -0
- package/dist/src/commands/debug/stats.js +90 -0
- package/dist/src/commands/debug/stats.js.map +1 -0
- package/dist/src/commands/halo/create.d.ts +1 -1
- package/dist/src/commands/halo/create.js +4 -4
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -1
- package/dist/src/commands/kube/deploy.d.ts +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +1 -1
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/space/create.js +1 -1
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/{new-epoch.d.ts → epoch.d.ts} +3 -3
- package/dist/src/commands/space/epoch.d.ts.map +1 -0
- package/dist/src/commands/space/{new-epoch.js → epoch.js} +9 -8
- package/dist/src/commands/space/epoch.js.map +1 -0
- package/dist/src/commands/space/index.d.ts.map +1 -1
- package/dist/src/commands/space/index.js +1 -0
- package/dist/src/commands/space/index.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -1
- package/dist/src/commands/space/list.d.ts +1 -1
- package/dist/src/commands/space/members.d.ts +1 -1
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +3 -5
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts +1 -1
- package/dist/src/util/exec.d.ts.map +1 -1
- package/dist/src/util/exec.js.map +1 -1
- package/dist/src/util/print.d.ts +1 -0
- package/dist/src/util/print.d.ts.map +1 -1
- package/dist/src/util/print.js +13 -8
- package/dist/src/util/print.js.map +1 -1
- package/dist/src/util/provider/provider.js +2 -2
- package/dist/src/util/publish/common.js +2 -2
- package/dist/src/util/telemetry.d.ts.map +1 -1
- package/dist/src/util/telemetry.js +1 -0
- package/dist/src/util/telemetry.js.map +1 -1
- package/dist/src/util/telemetryrc.json +1 -1
- package/dist/src/util/tunnel/common.js +3 -3
- package/oclif.manifest.json +584 -493
- package/package.json +23 -23
- package/dist/src/commands/daemon/list.d.ts.map +0 -1
- package/dist/src/commands/daemon/list.js +0 -19
- package/dist/src/commands/daemon/list.js.map +0 -1
- package/dist/src/commands/daemon/restart.d.ts.map +0 -1
- package/dist/src/commands/daemon/restart.js.map +0 -1
- package/dist/src/commands/daemon/run.d.ts.map +0 -1
- package/dist/src/commands/daemon/run.js.map +0 -1
- package/dist/src/commands/daemon/start.d.ts.map +0 -1
- package/dist/src/commands/daemon/start.js.map +0 -1
- package/dist/src/commands/daemon/stop.d.ts.map +0 -1
- package/dist/src/commands/daemon/stop.js.map +0 -1
- package/dist/src/commands/space/new-epoch.d.ts.map +0 -1
- package/dist/src/commands/space/new-epoch.js.map +0 -1
- package/dist/src/daemon/daemon.d.ts +0 -15
- package/dist/src/daemon/daemon.d.ts.map +0 -1
- package/dist/src/daemon/daemon.js +0 -6
- package/dist/src/daemon/daemon.js.map +0 -1
- package/dist/src/daemon/faas/api.d.ts +0 -346
- package/dist/src/daemon/faas/api.d.ts.map +0 -1
- package/dist/src/daemon/faas/api.js +0 -11
- package/dist/src/daemon/faas/api.js.map +0 -1
- package/dist/src/daemon/faas/connector.d.ts +0 -46
- package/dist/src/daemon/faas/connector.d.ts.map +0 -1
- package/dist/src/daemon/faas/connector.js +0 -185
- package/dist/src/daemon/faas/connector.js.map +0 -1
- package/dist/src/daemon/forever/forever-daemon.d.ts +0 -15
- package/dist/src/daemon/forever/forever-daemon.d.ts.map +0 -1
- package/dist/src/daemon/forever/forever-daemon.js +0 -83
- package/dist/src/daemon/forever/forever-daemon.js.map +0 -1
- package/dist/src/daemon/forever/index.d.ts +0 -2
- package/dist/src/daemon/forever/index.d.ts.map +0 -1
- package/dist/src/daemon/forever/index.js +0 -21
- package/dist/src/daemon/forever/index.js.map +0 -1
- package/dist/src/daemon/index.d.ts +0 -5
- package/dist/src/daemon/index.d.ts.map +0 -1
- package/dist/src/daemon/index.js +0 -24
- package/dist/src/daemon/index.js.map +0 -1
- package/dist/src/daemon/pm2/index.d.ts +0 -2
- package/dist/src/daemon/pm2/index.d.ts.map +0 -1
- package/dist/src/daemon/pm2/index.js +0 -21
- package/dist/src/daemon/pm2/index.js.map +0 -1
- package/dist/src/daemon/pm2/pm2-daemon.d.ts +0 -21
- package/dist/src/daemon/pm2/pm2-daemon.d.ts.map +0 -1
- package/dist/src/daemon/pm2/pm2-daemon.js +0 -107
- package/dist/src/daemon/pm2/pm2-daemon.js.map +0 -1
- package/dist/src/daemon/run-services.d.ts +0 -7
- package/dist/src/daemon/run-services.d.ts.map +0 -1
- package/dist/src/daemon/run-services.js +0 -109
- package/dist/src/daemon/run-services.js.map +0 -1
- package/dist/src/daemon/util.d.ts +0 -8
- package/dist/src/daemon/util.d.ts.map +0 -1
- package/dist/src/daemon/util.js +0 -38
- package/dist/src/daemon/util.js.map +0 -1
- /package/dist/src/commands/{daemon → agent}/restart.d.ts +0 -0
- /package/dist/src/commands/{daemon → agent}/start.d.ts +0 -0
- /package/dist/src/commands/{daemon → agent}/stop.d.ts +0 -0
package/oclif.manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.49-next.55d8a92",
|
|
3
3
|
"commands": {
|
|
4
|
-
"
|
|
5
|
-
"id": "
|
|
6
|
-
"description": "
|
|
4
|
+
"agent:list": {
|
|
5
|
+
"id": "agent:list",
|
|
6
|
+
"description": "List agents.",
|
|
7
7
|
"strict": true,
|
|
8
8
|
"pluginName": "@dxos/cli",
|
|
9
9
|
"pluginAlias": "@dxos/cli",
|
|
@@ -17,14 +17,22 @@
|
|
|
17
17
|
"helpGroup": "GLOBAL",
|
|
18
18
|
"allowNo": false
|
|
19
19
|
},
|
|
20
|
+
"profile": {
|
|
21
|
+
"name": "profile",
|
|
22
|
+
"type": "option",
|
|
23
|
+
"description": "User profile.",
|
|
24
|
+
"multiple": false,
|
|
25
|
+
"default": "default"
|
|
26
|
+
},
|
|
20
27
|
"config": {
|
|
21
28
|
"name": "config",
|
|
22
29
|
"type": "option",
|
|
23
|
-
"description": "Specify config file",
|
|
30
|
+
"description": "Specify config file.",
|
|
24
31
|
"multiple": false,
|
|
25
32
|
"dependsOn": [
|
|
26
33
|
"profile"
|
|
27
34
|
],
|
|
35
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
28
36
|
"aliases": [
|
|
29
37
|
"c"
|
|
30
38
|
]
|
|
@@ -32,65 +40,68 @@
|
|
|
32
40
|
"timeout": {
|
|
33
41
|
"name": "timeout",
|
|
34
42
|
"type": "option",
|
|
35
|
-
"description": "Timeout in seconds",
|
|
43
|
+
"description": "Timeout in seconds.",
|
|
36
44
|
"multiple": false,
|
|
37
45
|
"default": 30,
|
|
38
46
|
"aliases": [
|
|
39
47
|
"t"
|
|
40
48
|
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"args": {}
|
|
52
|
+
},
|
|
53
|
+
"agent:restart": {
|
|
54
|
+
"id": "agent:restart",
|
|
55
|
+
"description": "Restart agent daemon.",
|
|
56
|
+
"strict": true,
|
|
57
|
+
"pluginName": "@dxos/cli",
|
|
58
|
+
"pluginAlias": "@dxos/cli",
|
|
59
|
+
"pluginType": "core",
|
|
60
|
+
"aliases": [],
|
|
61
|
+
"flags": {
|
|
62
|
+
"json": {
|
|
63
|
+
"name": "json",
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"description": "Format output as json.",
|
|
66
|
+
"helpGroup": "GLOBAL",
|
|
67
|
+
"allowNo": false
|
|
41
68
|
},
|
|
42
69
|
"profile": {
|
|
43
70
|
"name": "profile",
|
|
44
71
|
"type": "option",
|
|
45
|
-
"description": "
|
|
72
|
+
"description": "User profile.",
|
|
46
73
|
"multiple": false,
|
|
47
|
-
"default": "
|
|
74
|
+
"default": "default"
|
|
48
75
|
},
|
|
49
|
-
"
|
|
50
|
-
"name": "
|
|
51
|
-
"type": "option",
|
|
52
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
53
|
-
"multiple": false
|
|
54
|
-
},
|
|
55
|
-
"template": {
|
|
56
|
-
"name": "template",
|
|
76
|
+
"config": {
|
|
77
|
+
"name": "config",
|
|
57
78
|
"type": "option",
|
|
58
|
-
"
|
|
59
|
-
"description": "Template to use when creating the project.",
|
|
79
|
+
"description": "Specify config file.",
|
|
60
80
|
"multiple": false,
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"bare",
|
|
64
|
-
"tasks"
|
|
81
|
+
"dependsOn": [
|
|
82
|
+
"profile"
|
|
65
83
|
],
|
|
66
|
-
"default": "
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"type": "boolean",
|
|
71
|
-
"char": "i",
|
|
72
|
-
"description": "Customize app template options via interactive prompt",
|
|
73
|
-
"allowNo": false
|
|
84
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
85
|
+
"aliases": [
|
|
86
|
+
"c"
|
|
87
|
+
]
|
|
74
88
|
},
|
|
75
|
-
"
|
|
76
|
-
"name": "
|
|
77
|
-
"type": "
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
89
|
+
"timeout": {
|
|
90
|
+
"name": "timeout",
|
|
91
|
+
"type": "option",
|
|
92
|
+
"description": "Timeout in seconds.",
|
|
93
|
+
"multiple": false,
|
|
94
|
+
"default": 30,
|
|
95
|
+
"aliases": [
|
|
96
|
+
"t"
|
|
97
|
+
]
|
|
81
98
|
}
|
|
82
99
|
},
|
|
83
|
-
"args": {
|
|
84
|
-
"name": {
|
|
85
|
-
"name": "name",
|
|
86
|
-
"description": "Name of the project",
|
|
87
|
-
"required": true
|
|
88
|
-
}
|
|
89
|
-
}
|
|
100
|
+
"args": {}
|
|
90
101
|
},
|
|
91
|
-
"
|
|
92
|
-
"id": "
|
|
93
|
-
"description": "
|
|
102
|
+
"agent:run": {
|
|
103
|
+
"id": "agent:run",
|
|
104
|
+
"description": "Run agent.",
|
|
94
105
|
"strict": true,
|
|
95
106
|
"pluginName": "@dxos/cli",
|
|
96
107
|
"pluginAlias": "@dxos/cli",
|
|
@@ -104,14 +115,22 @@
|
|
|
104
115
|
"helpGroup": "GLOBAL",
|
|
105
116
|
"allowNo": false
|
|
106
117
|
},
|
|
118
|
+
"profile": {
|
|
119
|
+
"name": "profile",
|
|
120
|
+
"type": "option",
|
|
121
|
+
"description": "User profile.",
|
|
122
|
+
"multiple": false,
|
|
123
|
+
"default": "default"
|
|
124
|
+
},
|
|
107
125
|
"config": {
|
|
108
126
|
"name": "config",
|
|
109
127
|
"type": "option",
|
|
110
|
-
"description": "Specify config file",
|
|
128
|
+
"description": "Specify config file.",
|
|
111
129
|
"multiple": false,
|
|
112
130
|
"dependsOn": [
|
|
113
131
|
"profile"
|
|
114
132
|
],
|
|
133
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
115
134
|
"aliases": [
|
|
116
135
|
"c"
|
|
117
136
|
]
|
|
@@ -119,26 +138,26 @@
|
|
|
119
138
|
"timeout": {
|
|
120
139
|
"name": "timeout",
|
|
121
140
|
"type": "option",
|
|
122
|
-
"description": "Timeout in seconds",
|
|
141
|
+
"description": "Timeout in seconds.",
|
|
123
142
|
"multiple": false,
|
|
124
143
|
"default": 30,
|
|
125
144
|
"aliases": [
|
|
126
145
|
"t"
|
|
127
146
|
]
|
|
128
147
|
},
|
|
129
|
-
"
|
|
130
|
-
"name": "
|
|
148
|
+
"listen": {
|
|
149
|
+
"name": "listen",
|
|
131
150
|
"type": "option",
|
|
132
|
-
"description": "
|
|
133
|
-
"
|
|
134
|
-
"
|
|
151
|
+
"description": "RPC endpoints.",
|
|
152
|
+
"required": true,
|
|
153
|
+
"multiple": true
|
|
135
154
|
}
|
|
136
155
|
},
|
|
137
156
|
"args": {}
|
|
138
157
|
},
|
|
139
|
-
"
|
|
140
|
-
"id": "
|
|
141
|
-
"description": "
|
|
158
|
+
"agent:start": {
|
|
159
|
+
"id": "agent:start",
|
|
160
|
+
"description": "Start agent daemon.",
|
|
142
161
|
"strict": true,
|
|
143
162
|
"pluginName": "@dxos/cli",
|
|
144
163
|
"pluginAlias": "@dxos/cli",
|
|
@@ -152,14 +171,22 @@
|
|
|
152
171
|
"helpGroup": "GLOBAL",
|
|
153
172
|
"allowNo": false
|
|
154
173
|
},
|
|
174
|
+
"profile": {
|
|
175
|
+
"name": "profile",
|
|
176
|
+
"type": "option",
|
|
177
|
+
"description": "User profile.",
|
|
178
|
+
"multiple": false,
|
|
179
|
+
"default": "default"
|
|
180
|
+
},
|
|
155
181
|
"config": {
|
|
156
182
|
"name": "config",
|
|
157
183
|
"type": "option",
|
|
158
|
-
"description": "Specify config file",
|
|
184
|
+
"description": "Specify config file.",
|
|
159
185
|
"multiple": false,
|
|
160
186
|
"dependsOn": [
|
|
161
187
|
"profile"
|
|
162
188
|
],
|
|
189
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
163
190
|
"aliases": [
|
|
164
191
|
"c"
|
|
165
192
|
]
|
|
@@ -167,45 +194,19 @@
|
|
|
167
194
|
"timeout": {
|
|
168
195
|
"name": "timeout",
|
|
169
196
|
"type": "option",
|
|
170
|
-
"description": "Timeout in seconds",
|
|
197
|
+
"description": "Timeout in seconds.",
|
|
171
198
|
"multiple": false,
|
|
172
199
|
"default": 30,
|
|
173
200
|
"aliases": [
|
|
174
201
|
"t"
|
|
175
202
|
]
|
|
176
|
-
},
|
|
177
|
-
"profile": {
|
|
178
|
-
"name": "profile",
|
|
179
|
-
"type": "option",
|
|
180
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
181
|
-
"multiple": false,
|
|
182
|
-
"default": "dxos-default"
|
|
183
|
-
},
|
|
184
|
-
"instances": {
|
|
185
|
-
"name": "instances",
|
|
186
|
-
"type": "option",
|
|
187
|
-
"description": "Amount of test instances.",
|
|
188
|
-
"multiple": false,
|
|
189
|
-
"default": 1
|
|
190
|
-
},
|
|
191
|
-
"invite": {
|
|
192
|
-
"name": "invite",
|
|
193
|
-
"type": "boolean",
|
|
194
|
-
"description": "If `true` proceed device invitation for all instances.",
|
|
195
|
-
"allowNo": false
|
|
196
203
|
}
|
|
197
204
|
},
|
|
198
|
-
"args": {
|
|
199
|
-
"url": {
|
|
200
|
-
"name": "url",
|
|
201
|
-
"description": "App URL.",
|
|
202
|
-
"required": true
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
+
"args": {}
|
|
205
206
|
},
|
|
206
|
-
"
|
|
207
|
-
"id": "
|
|
208
|
-
"description": "
|
|
207
|
+
"agent:stop": {
|
|
208
|
+
"id": "agent:stop",
|
|
209
|
+
"description": "Stop agent daemon.",
|
|
209
210
|
"strict": true,
|
|
210
211
|
"pluginName": "@dxos/cli",
|
|
211
212
|
"pluginAlias": "@dxos/cli",
|
|
@@ -219,14 +220,22 @@
|
|
|
219
220
|
"helpGroup": "GLOBAL",
|
|
220
221
|
"allowNo": false
|
|
221
222
|
},
|
|
223
|
+
"profile": {
|
|
224
|
+
"name": "profile",
|
|
225
|
+
"type": "option",
|
|
226
|
+
"description": "User profile.",
|
|
227
|
+
"multiple": false,
|
|
228
|
+
"default": "default"
|
|
229
|
+
},
|
|
222
230
|
"config": {
|
|
223
231
|
"name": "config",
|
|
224
232
|
"type": "option",
|
|
225
|
-
"description": "Specify config file",
|
|
233
|
+
"description": "Specify config file.",
|
|
226
234
|
"multiple": false,
|
|
227
235
|
"dependsOn": [
|
|
228
236
|
"profile"
|
|
229
237
|
],
|
|
238
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
230
239
|
"aliases": [
|
|
231
240
|
"c"
|
|
232
241
|
]
|
|
@@ -234,56 +243,19 @@
|
|
|
234
243
|
"timeout": {
|
|
235
244
|
"name": "timeout",
|
|
236
245
|
"type": "option",
|
|
237
|
-
"description": "Timeout in seconds",
|
|
246
|
+
"description": "Timeout in seconds.",
|
|
238
247
|
"multiple": false,
|
|
239
248
|
"default": 30,
|
|
240
249
|
"aliases": [
|
|
241
250
|
"t"
|
|
242
251
|
]
|
|
243
|
-
},
|
|
244
|
-
"profile": {
|
|
245
|
-
"name": "profile",
|
|
246
|
-
"type": "option",
|
|
247
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
248
|
-
"multiple": false,
|
|
249
|
-
"default": "dxos-default"
|
|
250
|
-
},
|
|
251
|
-
"configPath": {
|
|
252
|
-
"name": "configPath",
|
|
253
|
-
"type": "option",
|
|
254
|
-
"description": "Path to dx.yml",
|
|
255
|
-
"multiple": false
|
|
256
|
-
},
|
|
257
|
-
"accessToken": {
|
|
258
|
-
"name": "accessToken",
|
|
259
|
-
"type": "option",
|
|
260
|
-
"description": "Access token for publishing",
|
|
261
|
-
"multiple": false
|
|
262
|
-
},
|
|
263
|
-
"skipExisting": {
|
|
264
|
-
"name": "skipExisting",
|
|
265
|
-
"type": "boolean",
|
|
266
|
-
"description": "Do not update content on KUBE if version already exists",
|
|
267
|
-
"allowNo": false
|
|
268
|
-
},
|
|
269
|
-
"verbose": {
|
|
270
|
-
"name": "verbose",
|
|
271
|
-
"type": "boolean",
|
|
272
|
-
"description": "Verbose output",
|
|
273
|
-
"allowNo": false
|
|
274
|
-
},
|
|
275
|
-
"version": {
|
|
276
|
-
"name": "version",
|
|
277
|
-
"type": "option",
|
|
278
|
-
"description": "Version of modules to publish",
|
|
279
|
-
"multiple": false
|
|
280
252
|
}
|
|
281
253
|
},
|
|
282
254
|
"args": {}
|
|
283
255
|
},
|
|
284
|
-
"
|
|
285
|
-
"id": "
|
|
286
|
-
"description": "
|
|
256
|
+
"app:create": {
|
|
257
|
+
"id": "app:create",
|
|
258
|
+
"description": "Create a DXOS project.",
|
|
287
259
|
"strict": true,
|
|
288
260
|
"pluginName": "@dxos/cli",
|
|
289
261
|
"pluginAlias": "@dxos/cli",
|
|
@@ -297,14 +269,22 @@
|
|
|
297
269
|
"helpGroup": "GLOBAL",
|
|
298
270
|
"allowNo": false
|
|
299
271
|
},
|
|
272
|
+
"profile": {
|
|
273
|
+
"name": "profile",
|
|
274
|
+
"type": "option",
|
|
275
|
+
"description": "User profile.",
|
|
276
|
+
"multiple": false,
|
|
277
|
+
"default": "default"
|
|
278
|
+
},
|
|
300
279
|
"config": {
|
|
301
280
|
"name": "config",
|
|
302
281
|
"type": "option",
|
|
303
|
-
"description": "Specify config file",
|
|
282
|
+
"description": "Specify config file.",
|
|
304
283
|
"multiple": false,
|
|
305
284
|
"dependsOn": [
|
|
306
285
|
"profile"
|
|
307
286
|
],
|
|
287
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
308
288
|
"aliases": [
|
|
309
289
|
"c"
|
|
310
290
|
]
|
|
@@ -312,26 +292,58 @@
|
|
|
312
292
|
"timeout": {
|
|
313
293
|
"name": "timeout",
|
|
314
294
|
"type": "option",
|
|
315
|
-
"description": "Timeout in seconds",
|
|
295
|
+
"description": "Timeout in seconds.",
|
|
316
296
|
"multiple": false,
|
|
317
297
|
"default": 30,
|
|
318
298
|
"aliases": [
|
|
319
299
|
"t"
|
|
320
300
|
]
|
|
321
301
|
},
|
|
322
|
-
"
|
|
323
|
-
"name": "
|
|
302
|
+
"tag": {
|
|
303
|
+
"name": "tag",
|
|
324
304
|
"type": "option",
|
|
325
|
-
"description": "
|
|
305
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
306
|
+
"multiple": false
|
|
307
|
+
},
|
|
308
|
+
"template": {
|
|
309
|
+
"name": "template",
|
|
310
|
+
"type": "option",
|
|
311
|
+
"char": "t",
|
|
312
|
+
"description": "Template to use when creating the project.",
|
|
326
313
|
"multiple": false,
|
|
327
|
-
"
|
|
314
|
+
"options": [
|
|
315
|
+
"hello",
|
|
316
|
+
"bare",
|
|
317
|
+
"tasks"
|
|
318
|
+
],
|
|
319
|
+
"default": "hello"
|
|
320
|
+
},
|
|
321
|
+
"interactive": {
|
|
322
|
+
"name": "interactive",
|
|
323
|
+
"type": "boolean",
|
|
324
|
+
"char": "i",
|
|
325
|
+
"description": "Customize app template options via interactive prompt",
|
|
326
|
+
"allowNo": false
|
|
327
|
+
},
|
|
328
|
+
"verbose": {
|
|
329
|
+
"name": "verbose",
|
|
330
|
+
"type": "boolean",
|
|
331
|
+
"char": "v",
|
|
332
|
+
"description": "Verbose output",
|
|
333
|
+
"allowNo": false
|
|
328
334
|
}
|
|
329
335
|
},
|
|
330
|
-
"args": {
|
|
336
|
+
"args": {
|
|
337
|
+
"name": {
|
|
338
|
+
"name": "name",
|
|
339
|
+
"description": "Name of the project",
|
|
340
|
+
"required": true
|
|
341
|
+
}
|
|
342
|
+
}
|
|
331
343
|
},
|
|
332
|
-
"
|
|
333
|
-
"id": "
|
|
334
|
-
"description": "List
|
|
344
|
+
"app:list": {
|
|
345
|
+
"id": "app:list",
|
|
346
|
+
"description": "List apps.",
|
|
335
347
|
"strict": true,
|
|
336
348
|
"pluginName": "@dxos/cli",
|
|
337
349
|
"pluginAlias": "@dxos/cli",
|
|
@@ -345,14 +357,22 @@
|
|
|
345
357
|
"helpGroup": "GLOBAL",
|
|
346
358
|
"allowNo": false
|
|
347
359
|
},
|
|
360
|
+
"profile": {
|
|
361
|
+
"name": "profile",
|
|
362
|
+
"type": "option",
|
|
363
|
+
"description": "User profile.",
|
|
364
|
+
"multiple": false,
|
|
365
|
+
"default": "default"
|
|
366
|
+
},
|
|
348
367
|
"config": {
|
|
349
368
|
"name": "config",
|
|
350
369
|
"type": "option",
|
|
351
|
-
"description": "Specify config file",
|
|
370
|
+
"description": "Specify config file.",
|
|
352
371
|
"multiple": false,
|
|
353
372
|
"dependsOn": [
|
|
354
373
|
"profile"
|
|
355
374
|
],
|
|
375
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
356
376
|
"aliases": [
|
|
357
377
|
"c"
|
|
358
378
|
]
|
|
@@ -360,26 +380,19 @@
|
|
|
360
380
|
"timeout": {
|
|
361
381
|
"name": "timeout",
|
|
362
382
|
"type": "option",
|
|
363
|
-
"description": "Timeout in seconds",
|
|
383
|
+
"description": "Timeout in seconds.",
|
|
364
384
|
"multiple": false,
|
|
365
385
|
"default": 30,
|
|
366
386
|
"aliases": [
|
|
367
387
|
"t"
|
|
368
388
|
]
|
|
369
|
-
},
|
|
370
|
-
"profile": {
|
|
371
|
-
"name": "profile",
|
|
372
|
-
"type": "option",
|
|
373
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
374
|
-
"multiple": false,
|
|
375
|
-
"default": "dxos-default"
|
|
376
389
|
}
|
|
377
390
|
},
|
|
378
391
|
"args": {}
|
|
379
392
|
},
|
|
380
|
-
"
|
|
381
|
-
"id": "
|
|
382
|
-
"description": "
|
|
393
|
+
"app:open": {
|
|
394
|
+
"id": "app:open",
|
|
395
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
383
396
|
"strict": true,
|
|
384
397
|
"pluginName": "@dxos/cli",
|
|
385
398
|
"pluginAlias": "@dxos/cli",
|
|
@@ -393,14 +406,22 @@
|
|
|
393
406
|
"helpGroup": "GLOBAL",
|
|
394
407
|
"allowNo": false
|
|
395
408
|
},
|
|
409
|
+
"profile": {
|
|
410
|
+
"name": "profile",
|
|
411
|
+
"type": "option",
|
|
412
|
+
"description": "User profile.",
|
|
413
|
+
"multiple": false,
|
|
414
|
+
"default": "default"
|
|
415
|
+
},
|
|
396
416
|
"config": {
|
|
397
417
|
"name": "config",
|
|
398
418
|
"type": "option",
|
|
399
|
-
"description": "Specify config file",
|
|
419
|
+
"description": "Specify config file.",
|
|
400
420
|
"multiple": false,
|
|
401
421
|
"dependsOn": [
|
|
402
422
|
"profile"
|
|
403
423
|
],
|
|
424
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
404
425
|
"aliases": [
|
|
405
426
|
"c"
|
|
406
427
|
]
|
|
@@ -408,26 +429,38 @@
|
|
|
408
429
|
"timeout": {
|
|
409
430
|
"name": "timeout",
|
|
410
431
|
"type": "option",
|
|
411
|
-
"description": "Timeout in seconds",
|
|
432
|
+
"description": "Timeout in seconds.",
|
|
412
433
|
"multiple": false,
|
|
413
434
|
"default": 30,
|
|
414
435
|
"aliases": [
|
|
415
436
|
"t"
|
|
416
437
|
]
|
|
417
438
|
},
|
|
418
|
-
"
|
|
419
|
-
"name": "
|
|
439
|
+
"instances": {
|
|
440
|
+
"name": "instances",
|
|
420
441
|
"type": "option",
|
|
421
|
-
"description": "
|
|
442
|
+
"description": "Amount of test instances.",
|
|
422
443
|
"multiple": false,
|
|
423
|
-
"default":
|
|
444
|
+
"default": 1
|
|
445
|
+
},
|
|
446
|
+
"invite": {
|
|
447
|
+
"name": "invite",
|
|
448
|
+
"type": "boolean",
|
|
449
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
450
|
+
"allowNo": false
|
|
424
451
|
}
|
|
425
452
|
},
|
|
426
|
-
"args": {
|
|
453
|
+
"args": {
|
|
454
|
+
"url": {
|
|
455
|
+
"name": "url",
|
|
456
|
+
"description": "App URL.",
|
|
457
|
+
"required": true
|
|
458
|
+
}
|
|
459
|
+
}
|
|
427
460
|
},
|
|
428
|
-
"
|
|
429
|
-
"id": "
|
|
430
|
-
"description": "
|
|
461
|
+
"app:publish": {
|
|
462
|
+
"id": "app:publish",
|
|
463
|
+
"description": "Publish apps.",
|
|
431
464
|
"strict": true,
|
|
432
465
|
"pluginName": "@dxos/cli",
|
|
433
466
|
"pluginAlias": "@dxos/cli",
|
|
@@ -441,14 +474,22 @@
|
|
|
441
474
|
"helpGroup": "GLOBAL",
|
|
442
475
|
"allowNo": false
|
|
443
476
|
},
|
|
477
|
+
"profile": {
|
|
478
|
+
"name": "profile",
|
|
479
|
+
"type": "option",
|
|
480
|
+
"description": "User profile.",
|
|
481
|
+
"multiple": false,
|
|
482
|
+
"default": "default"
|
|
483
|
+
},
|
|
444
484
|
"config": {
|
|
445
485
|
"name": "config",
|
|
446
486
|
"type": "option",
|
|
447
|
-
"description": "Specify config file",
|
|
487
|
+
"description": "Specify config file.",
|
|
448
488
|
"multiple": false,
|
|
449
489
|
"dependsOn": [
|
|
450
490
|
"profile"
|
|
451
491
|
],
|
|
492
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
452
493
|
"aliases": [
|
|
453
494
|
"c"
|
|
454
495
|
]
|
|
@@ -456,33 +497,49 @@
|
|
|
456
497
|
"timeout": {
|
|
457
498
|
"name": "timeout",
|
|
458
499
|
"type": "option",
|
|
459
|
-
"description": "Timeout in seconds",
|
|
500
|
+
"description": "Timeout in seconds.",
|
|
460
501
|
"multiple": false,
|
|
461
502
|
"default": 30,
|
|
462
503
|
"aliases": [
|
|
463
504
|
"t"
|
|
464
505
|
]
|
|
465
506
|
},
|
|
466
|
-
"
|
|
467
|
-
"name": "
|
|
507
|
+
"configPath": {
|
|
508
|
+
"name": "configPath",
|
|
468
509
|
"type": "option",
|
|
469
|
-
"description": "
|
|
470
|
-
"multiple": false
|
|
471
|
-
"default": "dxos-default"
|
|
510
|
+
"description": "Path to dx.yml",
|
|
511
|
+
"multiple": false
|
|
472
512
|
},
|
|
473
|
-
"
|
|
474
|
-
"name": "
|
|
513
|
+
"accessToken": {
|
|
514
|
+
"name": "accessToken",
|
|
475
515
|
"type": "option",
|
|
476
|
-
"description": "
|
|
477
|
-
"
|
|
478
|
-
|
|
516
|
+
"description": "Access token for publishing",
|
|
517
|
+
"multiple": false
|
|
518
|
+
},
|
|
519
|
+
"skipExisting": {
|
|
520
|
+
"name": "skipExisting",
|
|
521
|
+
"type": "boolean",
|
|
522
|
+
"description": "Do not update content on KUBE if version already exists",
|
|
523
|
+
"allowNo": false
|
|
524
|
+
},
|
|
525
|
+
"verbose": {
|
|
526
|
+
"name": "verbose",
|
|
527
|
+
"type": "boolean",
|
|
528
|
+
"description": "Verbose output",
|
|
529
|
+
"allowNo": false
|
|
530
|
+
},
|
|
531
|
+
"version": {
|
|
532
|
+
"name": "version",
|
|
533
|
+
"type": "option",
|
|
534
|
+
"description": "Version of modules to publish",
|
|
535
|
+
"multiple": false
|
|
479
536
|
}
|
|
480
537
|
},
|
|
481
538
|
"args": {}
|
|
482
539
|
},
|
|
483
|
-
"
|
|
484
|
-
"id": "
|
|
485
|
-
"description": "
|
|
540
|
+
"config": {
|
|
541
|
+
"id": "config",
|
|
542
|
+
"description": "Show config file.",
|
|
486
543
|
"strict": true,
|
|
487
544
|
"pluginName": "@dxos/cli",
|
|
488
545
|
"pluginAlias": "@dxos/cli",
|
|
@@ -496,14 +553,22 @@
|
|
|
496
553
|
"helpGroup": "GLOBAL",
|
|
497
554
|
"allowNo": false
|
|
498
555
|
},
|
|
556
|
+
"profile": {
|
|
557
|
+
"name": "profile",
|
|
558
|
+
"type": "option",
|
|
559
|
+
"description": "User profile.",
|
|
560
|
+
"multiple": false,
|
|
561
|
+
"default": "default"
|
|
562
|
+
},
|
|
499
563
|
"config": {
|
|
500
564
|
"name": "config",
|
|
501
565
|
"type": "option",
|
|
502
|
-
"description": "Specify config file",
|
|
566
|
+
"description": "Specify config file.",
|
|
503
567
|
"multiple": false,
|
|
504
568
|
"dependsOn": [
|
|
505
569
|
"profile"
|
|
506
570
|
],
|
|
571
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
507
572
|
"aliases": [
|
|
508
573
|
"c"
|
|
509
574
|
]
|
|
@@ -511,26 +576,19 @@
|
|
|
511
576
|
"timeout": {
|
|
512
577
|
"name": "timeout",
|
|
513
578
|
"type": "option",
|
|
514
|
-
"description": "Timeout in seconds",
|
|
579
|
+
"description": "Timeout in seconds.",
|
|
515
580
|
"multiple": false,
|
|
516
581
|
"default": 30,
|
|
517
582
|
"aliases": [
|
|
518
583
|
"t"
|
|
519
584
|
]
|
|
520
|
-
},
|
|
521
|
-
"profile": {
|
|
522
|
-
"name": "profile",
|
|
523
|
-
"type": "option",
|
|
524
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
525
|
-
"multiple": false,
|
|
526
|
-
"default": "dxos-default"
|
|
527
585
|
}
|
|
528
586
|
},
|
|
529
587
|
"args": {}
|
|
530
588
|
},
|
|
531
|
-
"
|
|
532
|
-
"id": "
|
|
533
|
-
"description": "
|
|
589
|
+
"debug:stats": {
|
|
590
|
+
"id": "debug:stats",
|
|
591
|
+
"description": "Output debug stats.",
|
|
534
592
|
"strict": true,
|
|
535
593
|
"pluginName": "@dxos/cli",
|
|
536
594
|
"pluginAlias": "@dxos/cli",
|
|
@@ -544,14 +602,22 @@
|
|
|
544
602
|
"helpGroup": "GLOBAL",
|
|
545
603
|
"allowNo": false
|
|
546
604
|
},
|
|
605
|
+
"profile": {
|
|
606
|
+
"name": "profile",
|
|
607
|
+
"type": "option",
|
|
608
|
+
"description": "User profile.",
|
|
609
|
+
"multiple": false,
|
|
610
|
+
"default": "default"
|
|
611
|
+
},
|
|
547
612
|
"config": {
|
|
548
613
|
"name": "config",
|
|
549
614
|
"type": "option",
|
|
550
|
-
"description": "Specify config file",
|
|
615
|
+
"description": "Specify config file.",
|
|
551
616
|
"multiple": false,
|
|
552
617
|
"dependsOn": [
|
|
553
618
|
"profile"
|
|
554
619
|
],
|
|
620
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
555
621
|
"aliases": [
|
|
556
622
|
"c"
|
|
557
623
|
]
|
|
@@ -559,19 +625,24 @@
|
|
|
559
625
|
"timeout": {
|
|
560
626
|
"name": "timeout",
|
|
561
627
|
"type": "option",
|
|
562
|
-
"description": "Timeout in seconds",
|
|
628
|
+
"description": "Timeout in seconds.",
|
|
563
629
|
"multiple": false,
|
|
564
630
|
"default": 30,
|
|
565
631
|
"aliases": [
|
|
566
632
|
"t"
|
|
567
633
|
]
|
|
568
634
|
},
|
|
569
|
-
"
|
|
570
|
-
"name": "
|
|
571
|
-
"type": "
|
|
572
|
-
"description": "
|
|
573
|
-
"
|
|
574
|
-
|
|
635
|
+
"humanize": {
|
|
636
|
+
"name": "humanize",
|
|
637
|
+
"type": "boolean",
|
|
638
|
+
"description": "Humanized keys.",
|
|
639
|
+
"allowNo": false
|
|
640
|
+
},
|
|
641
|
+
"truncate": {
|
|
642
|
+
"name": "truncate",
|
|
643
|
+
"type": "boolean",
|
|
644
|
+
"description": "Truncate keys.",
|
|
645
|
+
"allowNo": false
|
|
575
646
|
}
|
|
576
647
|
},
|
|
577
648
|
"args": {}
|
|
@@ -592,14 +663,22 @@
|
|
|
592
663
|
"helpGroup": "GLOBAL",
|
|
593
664
|
"allowNo": false
|
|
594
665
|
},
|
|
666
|
+
"profile": {
|
|
667
|
+
"name": "profile",
|
|
668
|
+
"type": "option",
|
|
669
|
+
"description": "User profile.",
|
|
670
|
+
"multiple": false,
|
|
671
|
+
"default": "default"
|
|
672
|
+
},
|
|
595
673
|
"config": {
|
|
596
674
|
"name": "config",
|
|
597
675
|
"type": "option",
|
|
598
|
-
"description": "Specify config file",
|
|
676
|
+
"description": "Specify config file.",
|
|
599
677
|
"multiple": false,
|
|
600
678
|
"dependsOn": [
|
|
601
679
|
"profile"
|
|
602
680
|
],
|
|
681
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
603
682
|
"aliases": [
|
|
604
683
|
"c"
|
|
605
684
|
]
|
|
@@ -607,25 +686,19 @@
|
|
|
607
686
|
"timeout": {
|
|
608
687
|
"name": "timeout",
|
|
609
688
|
"type": "option",
|
|
610
|
-
"description": "Timeout in seconds",
|
|
689
|
+
"description": "Timeout in seconds.",
|
|
611
690
|
"multiple": false,
|
|
612
691
|
"default": 30,
|
|
613
692
|
"aliases": [
|
|
614
693
|
"t"
|
|
615
694
|
]
|
|
616
|
-
},
|
|
617
|
-
"profile": {
|
|
618
|
-
"name": "profile",
|
|
619
|
-
"type": "option",
|
|
620
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
621
|
-
"multiple": false,
|
|
622
|
-
"default": "dxos-default"
|
|
623
695
|
}
|
|
624
696
|
},
|
|
625
697
|
"args": {
|
|
626
698
|
"displayName": {
|
|
627
699
|
"name": "displayName",
|
|
628
|
-
"description": "Display name"
|
|
700
|
+
"description": "Display name",
|
|
701
|
+
"required": true
|
|
629
702
|
}
|
|
630
703
|
}
|
|
631
704
|
},
|
|
@@ -645,14 +718,22 @@
|
|
|
645
718
|
"helpGroup": "GLOBAL",
|
|
646
719
|
"allowNo": false
|
|
647
720
|
},
|
|
721
|
+
"profile": {
|
|
722
|
+
"name": "profile",
|
|
723
|
+
"type": "option",
|
|
724
|
+
"description": "User profile.",
|
|
725
|
+
"multiple": false,
|
|
726
|
+
"default": "default"
|
|
727
|
+
},
|
|
648
728
|
"config": {
|
|
649
729
|
"name": "config",
|
|
650
730
|
"type": "option",
|
|
651
|
-
"description": "Specify config file",
|
|
731
|
+
"description": "Specify config file.",
|
|
652
732
|
"multiple": false,
|
|
653
733
|
"dependsOn": [
|
|
654
734
|
"profile"
|
|
655
735
|
],
|
|
736
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
656
737
|
"aliases": [
|
|
657
738
|
"c"
|
|
658
739
|
]
|
|
@@ -660,19 +741,12 @@
|
|
|
660
741
|
"timeout": {
|
|
661
742
|
"name": "timeout",
|
|
662
743
|
"type": "option",
|
|
663
|
-
"description": "Timeout in seconds",
|
|
744
|
+
"description": "Timeout in seconds.",
|
|
664
745
|
"multiple": false,
|
|
665
746
|
"default": 30,
|
|
666
747
|
"aliases": [
|
|
667
748
|
"t"
|
|
668
749
|
]
|
|
669
|
-
},
|
|
670
|
-
"profile": {
|
|
671
|
-
"name": "profile",
|
|
672
|
-
"type": "option",
|
|
673
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
674
|
-
"multiple": false,
|
|
675
|
-
"default": "dxos-default"
|
|
676
750
|
}
|
|
677
751
|
},
|
|
678
752
|
"args": {}
|
|
@@ -693,14 +767,22 @@
|
|
|
693
767
|
"helpGroup": "GLOBAL",
|
|
694
768
|
"allowNo": false
|
|
695
769
|
},
|
|
770
|
+
"profile": {
|
|
771
|
+
"name": "profile",
|
|
772
|
+
"type": "option",
|
|
773
|
+
"description": "User profile.",
|
|
774
|
+
"multiple": false,
|
|
775
|
+
"default": "default"
|
|
776
|
+
},
|
|
696
777
|
"config": {
|
|
697
778
|
"name": "config",
|
|
698
779
|
"type": "option",
|
|
699
|
-
"description": "Specify config file",
|
|
780
|
+
"description": "Specify config file.",
|
|
700
781
|
"multiple": false,
|
|
701
782
|
"dependsOn": [
|
|
702
783
|
"profile"
|
|
703
784
|
],
|
|
785
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
704
786
|
"aliases": [
|
|
705
787
|
"c"
|
|
706
788
|
]
|
|
@@ -708,20 +790,13 @@
|
|
|
708
790
|
"timeout": {
|
|
709
791
|
"name": "timeout",
|
|
710
792
|
"type": "option",
|
|
711
|
-
"description": "Timeout in seconds",
|
|
793
|
+
"description": "Timeout in seconds.",
|
|
712
794
|
"multiple": false,
|
|
713
795
|
"default": 30,
|
|
714
796
|
"aliases": [
|
|
715
797
|
"t"
|
|
716
798
|
]
|
|
717
799
|
},
|
|
718
|
-
"profile": {
|
|
719
|
-
"name": "profile",
|
|
720
|
-
"type": "option",
|
|
721
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
722
|
-
"multiple": false,
|
|
723
|
-
"default": "dxos-default"
|
|
724
|
-
},
|
|
725
800
|
"invitation": {
|
|
726
801
|
"name": "invitation",
|
|
727
802
|
"type": "option",
|
|
@@ -747,14 +822,22 @@
|
|
|
747
822
|
"helpGroup": "GLOBAL",
|
|
748
823
|
"allowNo": false
|
|
749
824
|
},
|
|
825
|
+
"profile": {
|
|
826
|
+
"name": "profile",
|
|
827
|
+
"type": "option",
|
|
828
|
+
"description": "User profile.",
|
|
829
|
+
"multiple": false,
|
|
830
|
+
"default": "default"
|
|
831
|
+
},
|
|
750
832
|
"config": {
|
|
751
833
|
"name": "config",
|
|
752
834
|
"type": "option",
|
|
753
|
-
"description": "Specify config file",
|
|
835
|
+
"description": "Specify config file.",
|
|
754
836
|
"multiple": false,
|
|
755
837
|
"dependsOn": [
|
|
756
838
|
"profile"
|
|
757
839
|
],
|
|
840
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
758
841
|
"aliases": [
|
|
759
842
|
"c"
|
|
760
843
|
]
|
|
@@ -762,20 +845,13 @@
|
|
|
762
845
|
"timeout": {
|
|
763
846
|
"name": "timeout",
|
|
764
847
|
"type": "option",
|
|
765
|
-
"description": "Timeout in seconds",
|
|
848
|
+
"description": "Timeout in seconds.",
|
|
766
849
|
"multiple": false,
|
|
767
850
|
"default": 30,
|
|
768
851
|
"aliases": [
|
|
769
852
|
"t"
|
|
770
853
|
]
|
|
771
854
|
},
|
|
772
|
-
"profile": {
|
|
773
|
-
"name": "profile",
|
|
774
|
-
"type": "option",
|
|
775
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
776
|
-
"multiple": false,
|
|
777
|
-
"default": "dxos-default"
|
|
778
|
-
},
|
|
779
855
|
"noCode": {
|
|
780
856
|
"name": "noCode",
|
|
781
857
|
"type": "boolean",
|
|
@@ -801,14 +877,22 @@
|
|
|
801
877
|
"helpGroup": "GLOBAL",
|
|
802
878
|
"allowNo": false
|
|
803
879
|
},
|
|
880
|
+
"profile": {
|
|
881
|
+
"name": "profile",
|
|
882
|
+
"type": "option",
|
|
883
|
+
"description": "User profile.",
|
|
884
|
+
"multiple": false,
|
|
885
|
+
"default": "default"
|
|
886
|
+
},
|
|
804
887
|
"config": {
|
|
805
888
|
"name": "config",
|
|
806
889
|
"type": "option",
|
|
807
|
-
"description": "Specify config file",
|
|
890
|
+
"description": "Specify config file.",
|
|
808
891
|
"multiple": false,
|
|
809
892
|
"dependsOn": [
|
|
810
893
|
"profile"
|
|
811
894
|
],
|
|
895
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
812
896
|
"aliases": [
|
|
813
897
|
"c"
|
|
814
898
|
]
|
|
@@ -816,19 +900,12 @@
|
|
|
816
900
|
"timeout": {
|
|
817
901
|
"name": "timeout",
|
|
818
902
|
"type": "option",
|
|
819
|
-
"description": "Timeout in seconds",
|
|
903
|
+
"description": "Timeout in seconds.",
|
|
820
904
|
"multiple": false,
|
|
821
905
|
"default": 30,
|
|
822
906
|
"aliases": [
|
|
823
907
|
"t"
|
|
824
908
|
]
|
|
825
|
-
},
|
|
826
|
-
"profile": {
|
|
827
|
-
"name": "profile",
|
|
828
|
-
"type": "option",
|
|
829
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
830
|
-
"multiple": false,
|
|
831
|
-
"default": "dxos-default"
|
|
832
909
|
}
|
|
833
910
|
},
|
|
834
911
|
"args": {}
|
|
@@ -849,14 +926,22 @@
|
|
|
849
926
|
"helpGroup": "GLOBAL",
|
|
850
927
|
"allowNo": false
|
|
851
928
|
},
|
|
929
|
+
"profile": {
|
|
930
|
+
"name": "profile",
|
|
931
|
+
"type": "option",
|
|
932
|
+
"description": "User profile.",
|
|
933
|
+
"multiple": false,
|
|
934
|
+
"default": "default"
|
|
935
|
+
},
|
|
852
936
|
"config": {
|
|
853
937
|
"name": "config",
|
|
854
938
|
"type": "option",
|
|
855
|
-
"description": "Specify config file",
|
|
939
|
+
"description": "Specify config file.",
|
|
856
940
|
"multiple": false,
|
|
857
941
|
"dependsOn": [
|
|
858
942
|
"profile"
|
|
859
943
|
],
|
|
944
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
860
945
|
"aliases": [
|
|
861
946
|
"c"
|
|
862
947
|
]
|
|
@@ -864,20 +949,13 @@
|
|
|
864
949
|
"timeout": {
|
|
865
950
|
"name": "timeout",
|
|
866
951
|
"type": "option",
|
|
867
|
-
"description": "Timeout in seconds",
|
|
952
|
+
"description": "Timeout in seconds.",
|
|
868
953
|
"multiple": false,
|
|
869
954
|
"default": 30,
|
|
870
955
|
"aliases": [
|
|
871
956
|
"t"
|
|
872
957
|
]
|
|
873
958
|
},
|
|
874
|
-
"profile": {
|
|
875
|
-
"name": "profile",
|
|
876
|
-
"type": "option",
|
|
877
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
878
|
-
"multiple": false,
|
|
879
|
-
"default": "dxos-default"
|
|
880
|
-
},
|
|
881
959
|
"hostname": {
|
|
882
960
|
"name": "hostname",
|
|
883
961
|
"type": "option",
|
|
@@ -909,7 +987,7 @@
|
|
|
909
987
|
},
|
|
910
988
|
"reset": {
|
|
911
989
|
"id": "reset",
|
|
912
|
-
"description": "Reset
|
|
990
|
+
"description": "Reset user data.",
|
|
913
991
|
"strict": true,
|
|
914
992
|
"pluginName": "@dxos/cli",
|
|
915
993
|
"pluginAlias": "@dxos/cli",
|
|
@@ -923,14 +1001,22 @@
|
|
|
923
1001
|
"helpGroup": "GLOBAL",
|
|
924
1002
|
"allowNo": false
|
|
925
1003
|
},
|
|
1004
|
+
"profile": {
|
|
1005
|
+
"name": "profile",
|
|
1006
|
+
"type": "option",
|
|
1007
|
+
"description": "User profile.",
|
|
1008
|
+
"multiple": false,
|
|
1009
|
+
"default": "default"
|
|
1010
|
+
},
|
|
926
1011
|
"config": {
|
|
927
1012
|
"name": "config",
|
|
928
1013
|
"type": "option",
|
|
929
|
-
"description": "Specify config file",
|
|
1014
|
+
"description": "Specify config file.",
|
|
930
1015
|
"multiple": false,
|
|
931
1016
|
"dependsOn": [
|
|
932
1017
|
"profile"
|
|
933
1018
|
],
|
|
1019
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
934
1020
|
"aliases": [
|
|
935
1021
|
"c"
|
|
936
1022
|
]
|
|
@@ -938,19 +1024,12 @@
|
|
|
938
1024
|
"timeout": {
|
|
939
1025
|
"name": "timeout",
|
|
940
1026
|
"type": "option",
|
|
941
|
-
"description": "Timeout in seconds",
|
|
1027
|
+
"description": "Timeout in seconds.",
|
|
942
1028
|
"multiple": false,
|
|
943
1029
|
"default": 30,
|
|
944
1030
|
"aliases": [
|
|
945
1031
|
"t"
|
|
946
1032
|
]
|
|
947
|
-
},
|
|
948
|
-
"profile": {
|
|
949
|
-
"name": "profile",
|
|
950
|
-
"type": "option",
|
|
951
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
952
|
-
"multiple": false,
|
|
953
|
-
"default": "dxos-default"
|
|
954
1033
|
}
|
|
955
1034
|
},
|
|
956
1035
|
"args": {}
|
|
@@ -971,14 +1050,22 @@
|
|
|
971
1050
|
"helpGroup": "GLOBAL",
|
|
972
1051
|
"allowNo": false
|
|
973
1052
|
},
|
|
1053
|
+
"profile": {
|
|
1054
|
+
"name": "profile",
|
|
1055
|
+
"type": "option",
|
|
1056
|
+
"description": "User profile.",
|
|
1057
|
+
"multiple": false,
|
|
1058
|
+
"default": "default"
|
|
1059
|
+
},
|
|
974
1060
|
"config": {
|
|
975
1061
|
"name": "config",
|
|
976
1062
|
"type": "option",
|
|
977
|
-
"description": "Specify config file",
|
|
1063
|
+
"description": "Specify config file.",
|
|
978
1064
|
"multiple": false,
|
|
979
1065
|
"dependsOn": [
|
|
980
1066
|
"profile"
|
|
981
1067
|
],
|
|
1068
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
982
1069
|
"aliases": [
|
|
983
1070
|
"c"
|
|
984
1071
|
]
|
|
@@ -986,26 +1073,72 @@
|
|
|
986
1073
|
"timeout": {
|
|
987
1074
|
"name": "timeout",
|
|
988
1075
|
"type": "option",
|
|
989
|
-
"description": "Timeout in seconds",
|
|
1076
|
+
"description": "Timeout in seconds.",
|
|
990
1077
|
"multiple": false,
|
|
991
1078
|
"default": 30,
|
|
992
1079
|
"aliases": [
|
|
993
1080
|
"t"
|
|
994
1081
|
]
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"args": {}
|
|
1085
|
+
},
|
|
1086
|
+
"space:create": {
|
|
1087
|
+
"id": "space:create",
|
|
1088
|
+
"description": "Create space.",
|
|
1089
|
+
"strict": true,
|
|
1090
|
+
"pluginName": "@dxos/cli",
|
|
1091
|
+
"pluginAlias": "@dxos/cli",
|
|
1092
|
+
"pluginType": "core",
|
|
1093
|
+
"aliases": [],
|
|
1094
|
+
"flags": {
|
|
1095
|
+
"json": {
|
|
1096
|
+
"name": "json",
|
|
1097
|
+
"type": "boolean",
|
|
1098
|
+
"description": "Format output as json.",
|
|
1099
|
+
"helpGroup": "GLOBAL",
|
|
1100
|
+
"allowNo": false
|
|
995
1101
|
},
|
|
996
1102
|
"profile": {
|
|
997
1103
|
"name": "profile",
|
|
998
1104
|
"type": "option",
|
|
999
|
-
"description": "
|
|
1105
|
+
"description": "User profile.",
|
|
1000
1106
|
"multiple": false,
|
|
1001
|
-
"default": "
|
|
1107
|
+
"default": "default"
|
|
1108
|
+
},
|
|
1109
|
+
"config": {
|
|
1110
|
+
"name": "config",
|
|
1111
|
+
"type": "option",
|
|
1112
|
+
"description": "Specify config file.",
|
|
1113
|
+
"multiple": false,
|
|
1114
|
+
"dependsOn": [
|
|
1115
|
+
"profile"
|
|
1116
|
+
],
|
|
1117
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1118
|
+
"aliases": [
|
|
1119
|
+
"c"
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
"timeout": {
|
|
1123
|
+
"name": "timeout",
|
|
1124
|
+
"type": "option",
|
|
1125
|
+
"description": "Timeout in seconds.",
|
|
1126
|
+
"multiple": false,
|
|
1127
|
+
"default": 30,
|
|
1128
|
+
"aliases": [
|
|
1129
|
+
"t"
|
|
1130
|
+
]
|
|
1002
1131
|
}
|
|
1003
1132
|
},
|
|
1004
|
-
"args": {
|
|
1133
|
+
"args": {
|
|
1134
|
+
"name": {
|
|
1135
|
+
"name": "name"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1005
1138
|
},
|
|
1006
|
-
"space:
|
|
1007
|
-
"id": "space:
|
|
1008
|
-
"description": "Create
|
|
1139
|
+
"space:epoch": {
|
|
1140
|
+
"id": "space:epoch",
|
|
1141
|
+
"description": "Create new epoch.",
|
|
1009
1142
|
"strict": true,
|
|
1010
1143
|
"pluginName": "@dxos/cli",
|
|
1011
1144
|
"pluginAlias": "@dxos/cli",
|
|
@@ -1019,39 +1152,114 @@
|
|
|
1019
1152
|
"helpGroup": "GLOBAL",
|
|
1020
1153
|
"allowNo": false
|
|
1021
1154
|
},
|
|
1155
|
+
"profile": {
|
|
1156
|
+
"name": "profile",
|
|
1157
|
+
"type": "option",
|
|
1158
|
+
"description": "User profile.",
|
|
1159
|
+
"multiple": false,
|
|
1160
|
+
"default": "default"
|
|
1161
|
+
},
|
|
1022
1162
|
"config": {
|
|
1023
1163
|
"name": "config",
|
|
1024
1164
|
"type": "option",
|
|
1025
|
-
"description": "Specify config file",
|
|
1165
|
+
"description": "Specify config file.",
|
|
1166
|
+
"multiple": false,
|
|
1167
|
+
"dependsOn": [
|
|
1168
|
+
"profile"
|
|
1169
|
+
],
|
|
1170
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1171
|
+
"aliases": [
|
|
1172
|
+
"c"
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
"timeout": {
|
|
1176
|
+
"name": "timeout",
|
|
1177
|
+
"type": "option",
|
|
1178
|
+
"description": "Timeout in seconds.",
|
|
1179
|
+
"multiple": false,
|
|
1180
|
+
"default": 30,
|
|
1181
|
+
"aliases": [
|
|
1182
|
+
"t"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
"columns": {
|
|
1186
|
+
"name": "columns",
|
|
1187
|
+
"type": "option",
|
|
1188
|
+
"description": "only show provided columns (comma-separated)",
|
|
1189
|
+
"multiple": false,
|
|
1190
|
+
"exclusive": [
|
|
1191
|
+
"extended"
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
"sort": {
|
|
1195
|
+
"name": "sort",
|
|
1196
|
+
"type": "option",
|
|
1197
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
1198
|
+
"multiple": false
|
|
1199
|
+
},
|
|
1200
|
+
"filter": {
|
|
1201
|
+
"name": "filter",
|
|
1202
|
+
"type": "option",
|
|
1203
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
1204
|
+
"multiple": false
|
|
1205
|
+
},
|
|
1206
|
+
"csv": {
|
|
1207
|
+
"name": "csv",
|
|
1208
|
+
"type": "boolean",
|
|
1209
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
1210
|
+
"allowNo": false,
|
|
1211
|
+
"exclusive": [
|
|
1212
|
+
"no-truncate"
|
|
1213
|
+
]
|
|
1214
|
+
},
|
|
1215
|
+
"output": {
|
|
1216
|
+
"name": "output",
|
|
1217
|
+
"type": "option",
|
|
1218
|
+
"description": "output in a more machine friendly format",
|
|
1026
1219
|
"multiple": false,
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1220
|
+
"options": [
|
|
1221
|
+
"csv",
|
|
1222
|
+
"json",
|
|
1223
|
+
"yaml"
|
|
1029
1224
|
],
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1225
|
+
"exclusive": [
|
|
1226
|
+
"no-truncate",
|
|
1227
|
+
"csv"
|
|
1032
1228
|
]
|
|
1033
1229
|
},
|
|
1034
|
-
"
|
|
1035
|
-
"name": "
|
|
1036
|
-
"type": "
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1041
|
-
"
|
|
1230
|
+
"extended": {
|
|
1231
|
+
"name": "extended",
|
|
1232
|
+
"type": "boolean",
|
|
1233
|
+
"char": "x",
|
|
1234
|
+
"description": "show extra columns",
|
|
1235
|
+
"allowNo": false,
|
|
1236
|
+
"exclusive": [
|
|
1237
|
+
"columns"
|
|
1042
1238
|
]
|
|
1043
1239
|
},
|
|
1044
|
-
"
|
|
1045
|
-
"name": "
|
|
1046
|
-
"type": "
|
|
1047
|
-
"description": "
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1240
|
+
"no-truncate": {
|
|
1241
|
+
"name": "no-truncate",
|
|
1242
|
+
"type": "boolean",
|
|
1243
|
+
"description": "do not truncate output to fit screen",
|
|
1244
|
+
"allowNo": false,
|
|
1245
|
+
"exclusive": [
|
|
1246
|
+
"csv"
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
"no-header": {
|
|
1250
|
+
"name": "no-header",
|
|
1251
|
+
"type": "boolean",
|
|
1252
|
+
"description": "hide table header from output",
|
|
1253
|
+
"allowNo": false,
|
|
1254
|
+
"exclusive": [
|
|
1255
|
+
"csv"
|
|
1256
|
+
]
|
|
1050
1257
|
}
|
|
1051
1258
|
},
|
|
1052
1259
|
"args": {
|
|
1053
|
-
"
|
|
1054
|
-
"name": "
|
|
1260
|
+
"key": {
|
|
1261
|
+
"name": "key",
|
|
1262
|
+
"description": "Space key head in hex."
|
|
1055
1263
|
}
|
|
1056
1264
|
}
|
|
1057
1265
|
},
|
|
@@ -1071,14 +1279,22 @@
|
|
|
1071
1279
|
"helpGroup": "GLOBAL",
|
|
1072
1280
|
"allowNo": false
|
|
1073
1281
|
},
|
|
1282
|
+
"profile": {
|
|
1283
|
+
"name": "profile",
|
|
1284
|
+
"type": "option",
|
|
1285
|
+
"description": "User profile.",
|
|
1286
|
+
"multiple": false,
|
|
1287
|
+
"default": "default"
|
|
1288
|
+
},
|
|
1074
1289
|
"config": {
|
|
1075
1290
|
"name": "config",
|
|
1076
1291
|
"type": "option",
|
|
1077
|
-
"description": "Specify config file",
|
|
1292
|
+
"description": "Specify config file.",
|
|
1078
1293
|
"multiple": false,
|
|
1079
1294
|
"dependsOn": [
|
|
1080
1295
|
"profile"
|
|
1081
1296
|
],
|
|
1297
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1082
1298
|
"aliases": [
|
|
1083
1299
|
"c"
|
|
1084
1300
|
]
|
|
@@ -1086,19 +1302,12 @@
|
|
|
1086
1302
|
"timeout": {
|
|
1087
1303
|
"name": "timeout",
|
|
1088
1304
|
"type": "option",
|
|
1089
|
-
"description": "Timeout in seconds",
|
|
1305
|
+
"description": "Timeout in seconds.",
|
|
1090
1306
|
"multiple": false,
|
|
1091
1307
|
"default": 30,
|
|
1092
1308
|
"aliases": [
|
|
1093
1309
|
"t"
|
|
1094
1310
|
]
|
|
1095
|
-
},
|
|
1096
|
-
"profile": {
|
|
1097
|
-
"name": "profile",
|
|
1098
|
-
"type": "option",
|
|
1099
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1100
|
-
"multiple": false,
|
|
1101
|
-
"default": "dxos-default"
|
|
1102
1311
|
}
|
|
1103
1312
|
},
|
|
1104
1313
|
"args": {}
|
|
@@ -1119,14 +1328,22 @@
|
|
|
1119
1328
|
"helpGroup": "GLOBAL",
|
|
1120
1329
|
"allowNo": false
|
|
1121
1330
|
},
|
|
1331
|
+
"profile": {
|
|
1332
|
+
"name": "profile",
|
|
1333
|
+
"type": "option",
|
|
1334
|
+
"description": "User profile.",
|
|
1335
|
+
"multiple": false,
|
|
1336
|
+
"default": "default"
|
|
1337
|
+
},
|
|
1122
1338
|
"config": {
|
|
1123
1339
|
"name": "config",
|
|
1124
1340
|
"type": "option",
|
|
1125
|
-
"description": "Specify config file",
|
|
1341
|
+
"description": "Specify config file.",
|
|
1126
1342
|
"multiple": false,
|
|
1127
1343
|
"dependsOn": [
|
|
1128
1344
|
"profile"
|
|
1129
1345
|
],
|
|
1346
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1130
1347
|
"aliases": [
|
|
1131
1348
|
"c"
|
|
1132
1349
|
]
|
|
@@ -1134,19 +1351,12 @@
|
|
|
1134
1351
|
"timeout": {
|
|
1135
1352
|
"name": "timeout",
|
|
1136
1353
|
"type": "option",
|
|
1137
|
-
"description": "Timeout in seconds",
|
|
1354
|
+
"description": "Timeout in seconds.",
|
|
1138
1355
|
"multiple": false,
|
|
1139
1356
|
"default": 30,
|
|
1140
1357
|
"aliases": [
|
|
1141
1358
|
"t"
|
|
1142
1359
|
]
|
|
1143
|
-
},
|
|
1144
|
-
"profile": {
|
|
1145
|
-
"name": "profile",
|
|
1146
|
-
"type": "option",
|
|
1147
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1148
|
-
"multiple": false,
|
|
1149
|
-
"default": "dxos-default"
|
|
1150
1360
|
}
|
|
1151
1361
|
},
|
|
1152
1362
|
"args": {
|
|
@@ -1172,14 +1382,22 @@
|
|
|
1172
1382
|
"helpGroup": "GLOBAL",
|
|
1173
1383
|
"allowNo": false
|
|
1174
1384
|
},
|
|
1385
|
+
"profile": {
|
|
1386
|
+
"name": "profile",
|
|
1387
|
+
"type": "option",
|
|
1388
|
+
"description": "User profile.",
|
|
1389
|
+
"multiple": false,
|
|
1390
|
+
"default": "default"
|
|
1391
|
+
},
|
|
1175
1392
|
"config": {
|
|
1176
1393
|
"name": "config",
|
|
1177
1394
|
"type": "option",
|
|
1178
|
-
"description": "Specify config file",
|
|
1395
|
+
"description": "Specify config file.",
|
|
1179
1396
|
"multiple": false,
|
|
1180
1397
|
"dependsOn": [
|
|
1181
1398
|
"profile"
|
|
1182
1399
|
],
|
|
1400
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1183
1401
|
"aliases": [
|
|
1184
1402
|
"c"
|
|
1185
1403
|
]
|
|
@@ -1187,20 +1405,13 @@
|
|
|
1187
1405
|
"timeout": {
|
|
1188
1406
|
"name": "timeout",
|
|
1189
1407
|
"type": "option",
|
|
1190
|
-
"description": "Timeout in seconds",
|
|
1408
|
+
"description": "Timeout in seconds.",
|
|
1191
1409
|
"multiple": false,
|
|
1192
1410
|
"default": 30,
|
|
1193
1411
|
"aliases": [
|
|
1194
1412
|
"t"
|
|
1195
1413
|
]
|
|
1196
1414
|
},
|
|
1197
|
-
"profile": {
|
|
1198
|
-
"name": "profile",
|
|
1199
|
-
"type": "option",
|
|
1200
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1201
|
-
"multiple": false,
|
|
1202
|
-
"default": "dxos-default"
|
|
1203
|
-
},
|
|
1204
1415
|
"invitation": {
|
|
1205
1416
|
"name": "invitation",
|
|
1206
1417
|
"type": "option",
|
|
@@ -1232,14 +1443,22 @@
|
|
|
1232
1443
|
"helpGroup": "GLOBAL",
|
|
1233
1444
|
"allowNo": false
|
|
1234
1445
|
},
|
|
1446
|
+
"profile": {
|
|
1447
|
+
"name": "profile",
|
|
1448
|
+
"type": "option",
|
|
1449
|
+
"description": "User profile.",
|
|
1450
|
+
"multiple": false,
|
|
1451
|
+
"default": "default"
|
|
1452
|
+
},
|
|
1235
1453
|
"config": {
|
|
1236
1454
|
"name": "config",
|
|
1237
1455
|
"type": "option",
|
|
1238
|
-
"description": "Specify config file",
|
|
1456
|
+
"description": "Specify config file.",
|
|
1239
1457
|
"multiple": false,
|
|
1240
1458
|
"dependsOn": [
|
|
1241
1459
|
"profile"
|
|
1242
1460
|
],
|
|
1461
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1243
1462
|
"aliases": [
|
|
1244
1463
|
"c"
|
|
1245
1464
|
]
|
|
@@ -1247,20 +1466,13 @@
|
|
|
1247
1466
|
"timeout": {
|
|
1248
1467
|
"name": "timeout",
|
|
1249
1468
|
"type": "option",
|
|
1250
|
-
"description": "Timeout in seconds",
|
|
1469
|
+
"description": "Timeout in seconds.",
|
|
1251
1470
|
"multiple": false,
|
|
1252
1471
|
"default": 30,
|
|
1253
1472
|
"aliases": [
|
|
1254
1473
|
"t"
|
|
1255
1474
|
]
|
|
1256
1475
|
},
|
|
1257
|
-
"profile": {
|
|
1258
|
-
"name": "profile",
|
|
1259
|
-
"type": "option",
|
|
1260
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1261
|
-
"multiple": false,
|
|
1262
|
-
"default": "dxos-default"
|
|
1263
|
-
},
|
|
1264
1476
|
"columns": {
|
|
1265
1477
|
"name": "columns",
|
|
1266
1478
|
"type": "option",
|
|
@@ -1353,140 +1565,22 @@
|
|
|
1353
1565
|
"helpGroup": "GLOBAL",
|
|
1354
1566
|
"allowNo": false
|
|
1355
1567
|
},
|
|
1356
|
-
"config": {
|
|
1357
|
-
"name": "config",
|
|
1358
|
-
"type": "option",
|
|
1359
|
-
"description": "Specify config file",
|
|
1360
|
-
"multiple": false,
|
|
1361
|
-
"dependsOn": [
|
|
1362
|
-
"profile"
|
|
1363
|
-
],
|
|
1364
|
-
"aliases": [
|
|
1365
|
-
"c"
|
|
1366
|
-
]
|
|
1367
|
-
},
|
|
1368
|
-
"timeout": {
|
|
1369
|
-
"name": "timeout",
|
|
1370
|
-
"type": "option",
|
|
1371
|
-
"description": "Timeout in seconds",
|
|
1372
|
-
"multiple": false,
|
|
1373
|
-
"default": 30,
|
|
1374
|
-
"aliases": [
|
|
1375
|
-
"t"
|
|
1376
|
-
]
|
|
1377
|
-
},
|
|
1378
1568
|
"profile": {
|
|
1379
1569
|
"name": "profile",
|
|
1380
1570
|
"type": "option",
|
|
1381
|
-
"description": "
|
|
1382
|
-
"multiple": false,
|
|
1383
|
-
"default": "dxos-default"
|
|
1384
|
-
},
|
|
1385
|
-
"columns": {
|
|
1386
|
-
"name": "columns",
|
|
1387
|
-
"type": "option",
|
|
1388
|
-
"description": "only show provided columns (comma-separated)",
|
|
1389
|
-
"multiple": false,
|
|
1390
|
-
"exclusive": [
|
|
1391
|
-
"extended"
|
|
1392
|
-
]
|
|
1393
|
-
},
|
|
1394
|
-
"sort": {
|
|
1395
|
-
"name": "sort",
|
|
1396
|
-
"type": "option",
|
|
1397
|
-
"description": "property to sort by (prepend '-' for descending)",
|
|
1398
|
-
"multiple": false
|
|
1399
|
-
},
|
|
1400
|
-
"filter": {
|
|
1401
|
-
"name": "filter",
|
|
1402
|
-
"type": "option",
|
|
1403
|
-
"description": "filter property by partial string matching, ex: name=foo",
|
|
1404
|
-
"multiple": false
|
|
1405
|
-
},
|
|
1406
|
-
"csv": {
|
|
1407
|
-
"name": "csv",
|
|
1408
|
-
"type": "boolean",
|
|
1409
|
-
"description": "output is csv format [alias: --output=csv]",
|
|
1410
|
-
"allowNo": false,
|
|
1411
|
-
"exclusive": [
|
|
1412
|
-
"no-truncate"
|
|
1413
|
-
]
|
|
1414
|
-
},
|
|
1415
|
-
"output": {
|
|
1416
|
-
"name": "output",
|
|
1417
|
-
"type": "option",
|
|
1418
|
-
"description": "output in a more machine friendly format",
|
|
1571
|
+
"description": "User profile.",
|
|
1419
1572
|
"multiple": false,
|
|
1420
|
-
"
|
|
1421
|
-
"csv",
|
|
1422
|
-
"json",
|
|
1423
|
-
"yaml"
|
|
1424
|
-
],
|
|
1425
|
-
"exclusive": [
|
|
1426
|
-
"no-truncate",
|
|
1427
|
-
"csv"
|
|
1428
|
-
]
|
|
1429
|
-
},
|
|
1430
|
-
"extended": {
|
|
1431
|
-
"name": "extended",
|
|
1432
|
-
"type": "boolean",
|
|
1433
|
-
"char": "x",
|
|
1434
|
-
"description": "show extra columns",
|
|
1435
|
-
"allowNo": false,
|
|
1436
|
-
"exclusive": [
|
|
1437
|
-
"columns"
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
|
-
"no-truncate": {
|
|
1441
|
-
"name": "no-truncate",
|
|
1442
|
-
"type": "boolean",
|
|
1443
|
-
"description": "do not truncate output to fit screen",
|
|
1444
|
-
"allowNo": false,
|
|
1445
|
-
"exclusive": [
|
|
1446
|
-
"csv"
|
|
1447
|
-
]
|
|
1448
|
-
},
|
|
1449
|
-
"no-header": {
|
|
1450
|
-
"name": "no-header",
|
|
1451
|
-
"type": "boolean",
|
|
1452
|
-
"description": "hide table header from output",
|
|
1453
|
-
"allowNo": false,
|
|
1454
|
-
"exclusive": [
|
|
1455
|
-
"csv"
|
|
1456
|
-
]
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"args": {
|
|
1460
|
-
"key": {
|
|
1461
|
-
"name": "key",
|
|
1462
|
-
"description": "Space key head in hex."
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
"space:new-epoch": {
|
|
1467
|
-
"id": "space:new-epoch",
|
|
1468
|
-
"description": "Create new epoch.",
|
|
1469
|
-
"strict": true,
|
|
1470
|
-
"pluginName": "@dxos/cli",
|
|
1471
|
-
"pluginAlias": "@dxos/cli",
|
|
1472
|
-
"pluginType": "core",
|
|
1473
|
-
"aliases": [],
|
|
1474
|
-
"flags": {
|
|
1475
|
-
"json": {
|
|
1476
|
-
"name": "json",
|
|
1477
|
-
"type": "boolean",
|
|
1478
|
-
"description": "Format output as json.",
|
|
1479
|
-
"helpGroup": "GLOBAL",
|
|
1480
|
-
"allowNo": false
|
|
1573
|
+
"default": "default"
|
|
1481
1574
|
},
|
|
1482
1575
|
"config": {
|
|
1483
1576
|
"name": "config",
|
|
1484
1577
|
"type": "option",
|
|
1485
|
-
"description": "Specify config file",
|
|
1578
|
+
"description": "Specify config file.",
|
|
1486
1579
|
"multiple": false,
|
|
1487
1580
|
"dependsOn": [
|
|
1488
1581
|
"profile"
|
|
1489
1582
|
],
|
|
1583
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1490
1584
|
"aliases": [
|
|
1491
1585
|
"c"
|
|
1492
1586
|
]
|
|
@@ -1494,20 +1588,13 @@
|
|
|
1494
1588
|
"timeout": {
|
|
1495
1589
|
"name": "timeout",
|
|
1496
1590
|
"type": "option",
|
|
1497
|
-
"description": "Timeout in seconds",
|
|
1591
|
+
"description": "Timeout in seconds.",
|
|
1498
1592
|
"multiple": false,
|
|
1499
1593
|
"default": 30,
|
|
1500
1594
|
"aliases": [
|
|
1501
1595
|
"t"
|
|
1502
1596
|
]
|
|
1503
1597
|
},
|
|
1504
|
-
"profile": {
|
|
1505
|
-
"name": "profile",
|
|
1506
|
-
"type": "option",
|
|
1507
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1508
|
-
"multiple": false,
|
|
1509
|
-
"default": "dxos-default"
|
|
1510
|
-
},
|
|
1511
1598
|
"columns": {
|
|
1512
1599
|
"name": "columns",
|
|
1513
1600
|
"type": "option",
|
|
@@ -1605,14 +1692,22 @@
|
|
|
1605
1692
|
"helpGroup": "GLOBAL",
|
|
1606
1693
|
"allowNo": false
|
|
1607
1694
|
},
|
|
1695
|
+
"profile": {
|
|
1696
|
+
"name": "profile",
|
|
1697
|
+
"type": "option",
|
|
1698
|
+
"description": "User profile.",
|
|
1699
|
+
"multiple": false,
|
|
1700
|
+
"default": "default"
|
|
1701
|
+
},
|
|
1608
1702
|
"config": {
|
|
1609
1703
|
"name": "config",
|
|
1610
1704
|
"type": "option",
|
|
1611
|
-
"description": "Specify config file",
|
|
1705
|
+
"description": "Specify config file.",
|
|
1612
1706
|
"multiple": false,
|
|
1613
1707
|
"dependsOn": [
|
|
1614
1708
|
"profile"
|
|
1615
1709
|
],
|
|
1710
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1616
1711
|
"aliases": [
|
|
1617
1712
|
"c"
|
|
1618
1713
|
]
|
|
@@ -1620,19 +1715,12 @@
|
|
|
1620
1715
|
"timeout": {
|
|
1621
1716
|
"name": "timeout",
|
|
1622
1717
|
"type": "option",
|
|
1623
|
-
"description": "Timeout in seconds",
|
|
1718
|
+
"description": "Timeout in seconds.",
|
|
1624
1719
|
"multiple": false,
|
|
1625
1720
|
"default": 30,
|
|
1626
1721
|
"aliases": [
|
|
1627
1722
|
"t"
|
|
1628
1723
|
]
|
|
1629
|
-
},
|
|
1630
|
-
"profile": {
|
|
1631
|
-
"name": "profile",
|
|
1632
|
-
"type": "option",
|
|
1633
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1634
|
-
"multiple": false,
|
|
1635
|
-
"default": "dxos-default"
|
|
1636
1724
|
}
|
|
1637
1725
|
},
|
|
1638
1726
|
"args": {}
|
|
@@ -1653,14 +1741,22 @@
|
|
|
1653
1741
|
"helpGroup": "GLOBAL",
|
|
1654
1742
|
"allowNo": false
|
|
1655
1743
|
},
|
|
1744
|
+
"profile": {
|
|
1745
|
+
"name": "profile",
|
|
1746
|
+
"type": "option",
|
|
1747
|
+
"description": "User profile.",
|
|
1748
|
+
"multiple": false,
|
|
1749
|
+
"default": "default"
|
|
1750
|
+
},
|
|
1656
1751
|
"config": {
|
|
1657
1752
|
"name": "config",
|
|
1658
1753
|
"type": "option",
|
|
1659
|
-
"description": "Specify config file",
|
|
1754
|
+
"description": "Specify config file.",
|
|
1660
1755
|
"multiple": false,
|
|
1661
1756
|
"dependsOn": [
|
|
1662
1757
|
"profile"
|
|
1663
1758
|
],
|
|
1759
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1664
1760
|
"aliases": [
|
|
1665
1761
|
"c"
|
|
1666
1762
|
]
|
|
@@ -1668,20 +1764,13 @@
|
|
|
1668
1764
|
"timeout": {
|
|
1669
1765
|
"name": "timeout",
|
|
1670
1766
|
"type": "option",
|
|
1671
|
-
"description": "Timeout in seconds",
|
|
1767
|
+
"description": "Timeout in seconds.",
|
|
1672
1768
|
"multiple": false,
|
|
1673
1769
|
"default": 30,
|
|
1674
1770
|
"aliases": [
|
|
1675
1771
|
"t"
|
|
1676
1772
|
]
|
|
1677
1773
|
},
|
|
1678
|
-
"profile": {
|
|
1679
|
-
"name": "profile",
|
|
1680
|
-
"type": "option",
|
|
1681
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1682
|
-
"multiple": false,
|
|
1683
|
-
"default": "dxos-default"
|
|
1684
|
-
},
|
|
1685
1774
|
"app": {
|
|
1686
1775
|
"name": "app",
|
|
1687
1776
|
"type": "option",
|
|
@@ -1720,14 +1809,22 @@
|
|
|
1720
1809
|
"helpGroup": "GLOBAL",
|
|
1721
1810
|
"allowNo": false
|
|
1722
1811
|
},
|
|
1812
|
+
"profile": {
|
|
1813
|
+
"name": "profile",
|
|
1814
|
+
"type": "option",
|
|
1815
|
+
"description": "User profile.",
|
|
1816
|
+
"multiple": false,
|
|
1817
|
+
"default": "default"
|
|
1818
|
+
},
|
|
1723
1819
|
"config": {
|
|
1724
1820
|
"name": "config",
|
|
1725
1821
|
"type": "option",
|
|
1726
|
-
"description": "Specify config file",
|
|
1822
|
+
"description": "Specify config file.",
|
|
1727
1823
|
"multiple": false,
|
|
1728
1824
|
"dependsOn": [
|
|
1729
1825
|
"profile"
|
|
1730
1826
|
],
|
|
1827
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1731
1828
|
"aliases": [
|
|
1732
1829
|
"c"
|
|
1733
1830
|
]
|
|
@@ -1735,19 +1832,12 @@
|
|
|
1735
1832
|
"timeout": {
|
|
1736
1833
|
"name": "timeout",
|
|
1737
1834
|
"type": "option",
|
|
1738
|
-
"description": "Timeout in seconds",
|
|
1835
|
+
"description": "Timeout in seconds.",
|
|
1739
1836
|
"multiple": false,
|
|
1740
1837
|
"default": 30,
|
|
1741
1838
|
"aliases": [
|
|
1742
1839
|
"t"
|
|
1743
1840
|
]
|
|
1744
|
-
},
|
|
1745
|
-
"profile": {
|
|
1746
|
-
"name": "profile",
|
|
1747
|
-
"type": "option",
|
|
1748
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1749
|
-
"multiple": false,
|
|
1750
|
-
"default": "dxos-default"
|
|
1751
1841
|
}
|
|
1752
1842
|
},
|
|
1753
1843
|
"args": {
|
|
@@ -1774,14 +1864,22 @@
|
|
|
1774
1864
|
"helpGroup": "GLOBAL",
|
|
1775
1865
|
"allowNo": false
|
|
1776
1866
|
},
|
|
1867
|
+
"profile": {
|
|
1868
|
+
"name": "profile",
|
|
1869
|
+
"type": "option",
|
|
1870
|
+
"description": "User profile.",
|
|
1871
|
+
"multiple": false,
|
|
1872
|
+
"default": "default"
|
|
1873
|
+
},
|
|
1777
1874
|
"config": {
|
|
1778
1875
|
"name": "config",
|
|
1779
1876
|
"type": "option",
|
|
1780
|
-
"description": "Specify config file",
|
|
1877
|
+
"description": "Specify config file.",
|
|
1781
1878
|
"multiple": false,
|
|
1782
1879
|
"dependsOn": [
|
|
1783
1880
|
"profile"
|
|
1784
1881
|
],
|
|
1882
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1785
1883
|
"aliases": [
|
|
1786
1884
|
"c"
|
|
1787
1885
|
]
|
|
@@ -1789,20 +1887,13 @@
|
|
|
1789
1887
|
"timeout": {
|
|
1790
1888
|
"name": "timeout",
|
|
1791
1889
|
"type": "option",
|
|
1792
|
-
"description": "Timeout in seconds",
|
|
1890
|
+
"description": "Timeout in seconds.",
|
|
1793
1891
|
"multiple": false,
|
|
1794
1892
|
"default": 30,
|
|
1795
1893
|
"aliases": [
|
|
1796
1894
|
"t"
|
|
1797
1895
|
]
|
|
1798
1896
|
},
|
|
1799
|
-
"profile": {
|
|
1800
|
-
"name": "profile",
|
|
1801
|
-
"type": "option",
|
|
1802
|
-
"description": "DXOS profile name, each profile runs separate daemon with isolated environment.",
|
|
1803
|
-
"multiple": false,
|
|
1804
|
-
"default": "dxos-default"
|
|
1805
|
-
},
|
|
1806
1897
|
"type": {
|
|
1807
1898
|
"name": "type",
|
|
1808
1899
|
"type": "option",
|