@dxos/cli 0.8.4-main.67995b8 → 0.8.4-main.72ec0f3
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/dist/src/commands/config/index.js +5 -7
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/config/index.node.test.js +1 -1
- package/dist/src/commands/config/index.node.test.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +0 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +22 -23
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.js +2 -3
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +0 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +29 -31
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.js +11 -13
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +0 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/debug/status.js +15 -14
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.js +5 -7
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +0 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +8 -9
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +0 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/device/update.js +8 -10
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/{agent → edge}/status.d.ts +0 -1
- package/dist/src/commands/edge/status.d.ts.map +1 -0
- package/dist/src/commands/edge/status.js +24 -0
- package/dist/src/commands/edge/status.js.map +1 -0
- package/dist/src/commands/function/list.js +3 -4
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/logs.js +9 -11
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/function/trigger/list.d.ts +2 -3
- package/dist/src/commands/function/trigger/list.d.ts.map +1 -1
- package/dist/src/commands/function/trigger/list.js +15 -16
- package/dist/src/commands/function/trigger/list.js.map +1 -1
- package/dist/src/commands/function/watch.d.ts +0 -1
- package/dist/src/commands/function/watch.d.ts.map +1 -1
- package/dist/src/commands/function/watch.js +24 -25
- package/dist/src/commands/function/watch.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +0 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js +12 -13
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.js +5 -6
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +0 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +23 -24
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.js +5 -6
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +0 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +22 -24
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.js +3 -4
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/recovery/generate.js +3 -4
- package/dist/src/commands/halo/recovery/generate.js.map +1 -1
- package/dist/src/commands/halo/recovery/use.d.ts +0 -1
- package/dist/src/commands/halo/recovery/use.d.ts.map +1 -1
- package/dist/src/commands/halo/recovery/use.js +7 -8
- package/dist/src/commands/halo/recovery/use.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +0 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +27 -28
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +0 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/halo/update.js +9 -11
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/info.d.ts +0 -1
- package/dist/src/commands/info.d.ts.map +1 -1
- package/dist/src/commands/info.js +6 -7
- package/dist/src/commands/info.js.map +1 -1
- package/dist/src/commands/profile/import.d.ts +0 -1
- package/dist/src/commands/profile/import.d.ts.map +1 -1
- package/dist/src/commands/profile/import.js +15 -16
- package/dist/src/commands/profile/import.js.map +1 -1
- package/dist/src/commands/profile/inspect.d.ts +0 -1
- package/dist/src/commands/profile/inspect.d.ts.map +1 -1
- package/dist/src/commands/profile/inspect.js +14 -15
- package/dist/src/commands/profile/inspect.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +0 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +15 -25
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.js +2 -3
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/close.js +3 -4
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/create.js +5 -6
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.js +4 -5
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/info.js +4 -5
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +0 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +14 -16
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +0 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +20 -21
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +0 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +9 -10
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/open.js +3 -4
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +0 -1
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +13 -15
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/schema/list.d.ts +0 -1
- package/dist/src/commands/space/schema/list.d.ts.map +1 -1
- package/dist/src/commands/space/schema/list.js +13 -16
- package/dist/src/commands/space/schema/list.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +0 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +31 -32
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +0 -1
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.js +19 -22
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +0 -1
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +10 -13
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/components/SpaceTable.d.ts.map +1 -1
- package/dist/src/components/SpaceTable.js.map +1 -1
- package/dist/src/components/SystemTable.d.ts.map +1 -1
- package/dist/src/components/SystemTable.js +2 -2
- package/dist/src/components/SystemTable.js.map +1 -1
- package/dist/src/help.js +1 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/util/function/index.d.ts +0 -1
- package/dist/src/util/function/index.d.ts.map +1 -1
- package/dist/src/util/function/index.js +0 -1
- package/dist/src/util/function/index.js.map +1 -1
- package/dist/src/util/function/lookup.d.ts +10 -7
- package/dist/src/util/function/lookup.d.ts.map +1 -1
- package/dist/src/util/function/lookup.js +4 -4
- package/dist/src/util/function/lookup.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js +3 -3
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/provider/provider.d.ts.map +1 -1
- package/dist/src/util/provider/provider.js.map +1 -1
- package/dist/src/util/publish/build.d.ts +1 -1
- package/dist/src/util/publish/build.d.ts.map +1 -1
- package/dist/src/util/publish/build.js +2 -3
- package/dist/src/util/publish/build.js.map +1 -1
- package/dist/src/util/publish/common.d.ts.map +1 -1
- package/dist/src/util/publish/common.js.map +1 -1
- package/dist/src/util/publish/config.d.ts.map +1 -1
- package/dist/src/util/publish/config.js +2 -3
- package/dist/src/util/publish/config.js.map +1 -1
- package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.d.ts.map +1 -1
- package/dist/src/util/publish/publish.js +4 -5
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js +10 -8
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js +10 -8
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/tunnel/common.d.ts.map +1 -1
- package/dist/src/util/tunnel/common.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js +10 -8
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +63 -1136
- package/package.json +34 -34
- package/dist/src/commands/agent/agent.node.test.d.ts +0 -2
- package/dist/src/commands/agent/agent.node.test.d.ts.map +0 -1
- package/dist/src/commands/agent/agent.node.test.js +0 -178
- package/dist/src/commands/agent/agent.node.test.js.map +0 -1
- package/dist/src/commands/agent/invitations.d.ts +0 -20
- package/dist/src/commands/agent/invitations.d.ts.map +0 -1
- package/dist/src/commands/agent/invitations.js +0 -89
- package/dist/src/commands/agent/invitations.js.map +0 -1
- package/dist/src/commands/agent/list.d.ts +0 -22
- package/dist/src/commands/agent/list.d.ts.map +0 -1
- package/dist/src/commands/agent/list.js +0 -46
- package/dist/src/commands/agent/list.js.map +0 -1
- package/dist/src/commands/agent/restart.d.ts +0 -21
- package/dist/src/commands/agent/restart.d.ts.map +0 -1
- package/dist/src/commands/agent/restart.js +0 -27
- package/dist/src/commands/agent/restart.js.map +0 -1
- package/dist/src/commands/agent/start.d.ts +0 -33
- package/dist/src/commands/agent/start.d.ts.map +0 -1
- package/dist/src/commands/agent/start.js +0 -209
- package/dist/src/commands/agent/start.js.map +0 -1
- package/dist/src/commands/agent/status.d.ts.map +0 -1
- package/dist/src/commands/agent/status.js +0 -31
- package/dist/src/commands/agent/status.js.map +0 -1
- package/dist/src/commands/agent/stop.d.ts +0 -22
- package/dist/src/commands/agent/stop.d.ts.map +0 -1
- package/dist/src/commands/agent/stop.js +0 -50
- package/dist/src/commands/agent/stop.js.map +0 -1
- package/dist/src/commands/function/upload.d.ts +0 -34
- package/dist/src/commands/function/upload.d.ts.map +0 -1
- package/dist/src/commands/function/upload.js +0 -153
- package/dist/src/commands/function/upload.js.map +0 -1
- package/dist/src/util/function/bundle.d.ts +0 -5
- package/dist/src/util/function/bundle.d.ts.map +0 -1
- package/dist/src/util/function/bundle.js +0 -13
- package/dist/src/util/function/bundle.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -67,622 +67,6 @@
|
|
|
67
67
|
"multiple": false,
|
|
68
68
|
"type": "option"
|
|
69
69
|
},
|
|
70
|
-
"agent": {
|
|
71
|
-
"description": "Run command with agent.",
|
|
72
|
-
"env": "DX_NO_AGENT",
|
|
73
|
-
"name": "agent",
|
|
74
|
-
"allowNo": true,
|
|
75
|
-
"type": "boolean"
|
|
76
|
-
},
|
|
77
|
-
"json-log": {
|
|
78
|
-
"description": "When running in foreground, log JSON format",
|
|
79
|
-
"name": "json-log",
|
|
80
|
-
"allowNo": false,
|
|
81
|
-
"type": "boolean"
|
|
82
|
-
},
|
|
83
|
-
"json-logfile": {
|
|
84
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
85
|
-
"name": "json-logfile",
|
|
86
|
-
"default": "stderr",
|
|
87
|
-
"hasDynamicHelp": false,
|
|
88
|
-
"multiple": false,
|
|
89
|
-
"type": "option"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"hasDynamicHelp": false,
|
|
93
|
-
"hiddenAliases": [],
|
|
94
|
-
"id": "info",
|
|
95
|
-
"pluginAlias": "@dxos/cli",
|
|
96
|
-
"pluginName": "@dxos/cli",
|
|
97
|
-
"pluginType": "core",
|
|
98
|
-
"strict": true,
|
|
99
|
-
"enableJsonFlag": true,
|
|
100
|
-
"isESM": true,
|
|
101
|
-
"relativePath": [
|
|
102
|
-
"dist",
|
|
103
|
-
"src",
|
|
104
|
-
"commands",
|
|
105
|
-
"info.js"
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
"agent:invitations": {
|
|
109
|
-
"aliases": [],
|
|
110
|
-
"args": {},
|
|
111
|
-
"description": "List valid invitations.",
|
|
112
|
-
"flags": {
|
|
113
|
-
"json": {
|
|
114
|
-
"description": "Output as JSON.",
|
|
115
|
-
"name": "json",
|
|
116
|
-
"allowNo": false,
|
|
117
|
-
"type": "boolean"
|
|
118
|
-
},
|
|
119
|
-
"verbose": {
|
|
120
|
-
"char": "v",
|
|
121
|
-
"description": "Verbose output",
|
|
122
|
-
"name": "verbose",
|
|
123
|
-
"allowNo": false,
|
|
124
|
-
"type": "boolean"
|
|
125
|
-
},
|
|
126
|
-
"dry-run": {
|
|
127
|
-
"description": "Dry run.",
|
|
128
|
-
"name": "dry-run",
|
|
129
|
-
"allowNo": false,
|
|
130
|
-
"type": "boolean"
|
|
131
|
-
},
|
|
132
|
-
"profile": {
|
|
133
|
-
"description": "User profile.",
|
|
134
|
-
"env": "DX_PROFILE",
|
|
135
|
-
"name": "profile",
|
|
136
|
-
"default": "default",
|
|
137
|
-
"hasDynamicHelp": false,
|
|
138
|
-
"multiple": false,
|
|
139
|
-
"type": "option"
|
|
140
|
-
},
|
|
141
|
-
"config": {
|
|
142
|
-
"aliases": [
|
|
143
|
-
"c"
|
|
144
|
-
],
|
|
145
|
-
"dependsOn": [
|
|
146
|
-
"profile"
|
|
147
|
-
],
|
|
148
|
-
"description": "Config file.",
|
|
149
|
-
"env": "DX_CONFIG",
|
|
150
|
-
"name": "config",
|
|
151
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
152
|
-
"hasDynamicHelp": false,
|
|
153
|
-
"helpValue": "path",
|
|
154
|
-
"multiple": false,
|
|
155
|
-
"type": "option"
|
|
156
|
-
},
|
|
157
|
-
"timeout": {
|
|
158
|
-
"aliases": [
|
|
159
|
-
"t"
|
|
160
|
-
],
|
|
161
|
-
"description": "Timeout (ms).",
|
|
162
|
-
"name": "timeout",
|
|
163
|
-
"default": 60000,
|
|
164
|
-
"hasDynamicHelp": false,
|
|
165
|
-
"multiple": false,
|
|
166
|
-
"type": "option"
|
|
167
|
-
},
|
|
168
|
-
"target": {
|
|
169
|
-
"description": "Target websocket server.",
|
|
170
|
-
"name": "target",
|
|
171
|
-
"hasDynamicHelp": false,
|
|
172
|
-
"multiple": false,
|
|
173
|
-
"type": "option"
|
|
174
|
-
},
|
|
175
|
-
"agent": {
|
|
176
|
-
"description": "Run command with agent.",
|
|
177
|
-
"env": "DX_NO_AGENT",
|
|
178
|
-
"name": "agent",
|
|
179
|
-
"allowNo": true,
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
|
-
"json-log": {
|
|
183
|
-
"description": "When running in foreground, log JSON format",
|
|
184
|
-
"name": "json-log",
|
|
185
|
-
"allowNo": false,
|
|
186
|
-
"type": "boolean"
|
|
187
|
-
},
|
|
188
|
-
"json-logfile": {
|
|
189
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
190
|
-
"name": "json-logfile",
|
|
191
|
-
"default": "stderr",
|
|
192
|
-
"hasDynamicHelp": false,
|
|
193
|
-
"multiple": false,
|
|
194
|
-
"type": "option"
|
|
195
|
-
},
|
|
196
|
-
"truncate": {
|
|
197
|
-
"description": "Do not truncate keys.",
|
|
198
|
-
"name": "truncate",
|
|
199
|
-
"allowNo": true,
|
|
200
|
-
"type": "boolean"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
"hasDynamicHelp": false,
|
|
204
|
-
"hiddenAliases": [],
|
|
205
|
-
"id": "agent:invitations",
|
|
206
|
-
"pluginAlias": "@dxos/cli",
|
|
207
|
-
"pluginName": "@dxos/cli",
|
|
208
|
-
"pluginType": "core",
|
|
209
|
-
"strict": true,
|
|
210
|
-
"enableJsonFlag": true,
|
|
211
|
-
"isESM": true,
|
|
212
|
-
"relativePath": [
|
|
213
|
-
"dist",
|
|
214
|
-
"src",
|
|
215
|
-
"commands",
|
|
216
|
-
"agent",
|
|
217
|
-
"invitations.js"
|
|
218
|
-
]
|
|
219
|
-
},
|
|
220
|
-
"agent:list": {
|
|
221
|
-
"aliases": [],
|
|
222
|
-
"args": {},
|
|
223
|
-
"description": "List agents.",
|
|
224
|
-
"flags": {
|
|
225
|
-
"json": {
|
|
226
|
-
"description": "Output as JSON.",
|
|
227
|
-
"name": "json",
|
|
228
|
-
"allowNo": false,
|
|
229
|
-
"type": "boolean"
|
|
230
|
-
},
|
|
231
|
-
"verbose": {
|
|
232
|
-
"char": "v",
|
|
233
|
-
"description": "Verbose output",
|
|
234
|
-
"name": "verbose",
|
|
235
|
-
"allowNo": false,
|
|
236
|
-
"type": "boolean"
|
|
237
|
-
},
|
|
238
|
-
"dry-run": {
|
|
239
|
-
"description": "Dry run.",
|
|
240
|
-
"name": "dry-run",
|
|
241
|
-
"allowNo": false,
|
|
242
|
-
"type": "boolean"
|
|
243
|
-
},
|
|
244
|
-
"profile": {
|
|
245
|
-
"description": "User profile.",
|
|
246
|
-
"env": "DX_PROFILE",
|
|
247
|
-
"name": "profile",
|
|
248
|
-
"default": "default",
|
|
249
|
-
"hasDynamicHelp": false,
|
|
250
|
-
"multiple": false,
|
|
251
|
-
"type": "option"
|
|
252
|
-
},
|
|
253
|
-
"config": {
|
|
254
|
-
"aliases": [
|
|
255
|
-
"c"
|
|
256
|
-
],
|
|
257
|
-
"dependsOn": [
|
|
258
|
-
"profile"
|
|
259
|
-
],
|
|
260
|
-
"description": "Config file.",
|
|
261
|
-
"env": "DX_CONFIG",
|
|
262
|
-
"name": "config",
|
|
263
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
264
|
-
"hasDynamicHelp": false,
|
|
265
|
-
"helpValue": "path",
|
|
266
|
-
"multiple": false,
|
|
267
|
-
"type": "option"
|
|
268
|
-
},
|
|
269
|
-
"timeout": {
|
|
270
|
-
"aliases": [
|
|
271
|
-
"t"
|
|
272
|
-
],
|
|
273
|
-
"description": "Timeout (ms).",
|
|
274
|
-
"name": "timeout",
|
|
275
|
-
"default": 60000,
|
|
276
|
-
"hasDynamicHelp": false,
|
|
277
|
-
"multiple": false,
|
|
278
|
-
"type": "option"
|
|
279
|
-
},
|
|
280
|
-
"target": {
|
|
281
|
-
"description": "Target websocket server.",
|
|
282
|
-
"name": "target",
|
|
283
|
-
"hasDynamicHelp": false,
|
|
284
|
-
"multiple": false,
|
|
285
|
-
"type": "option"
|
|
286
|
-
},
|
|
287
|
-
"agent": {
|
|
288
|
-
"description": "Run command with agent.",
|
|
289
|
-
"env": "DX_NO_AGENT",
|
|
290
|
-
"name": "agent",
|
|
291
|
-
"allowNo": true,
|
|
292
|
-
"type": "boolean"
|
|
293
|
-
},
|
|
294
|
-
"json-log": {
|
|
295
|
-
"description": "When running in foreground, log JSON format",
|
|
296
|
-
"name": "json-log",
|
|
297
|
-
"allowNo": false,
|
|
298
|
-
"type": "boolean"
|
|
299
|
-
},
|
|
300
|
-
"json-logfile": {
|
|
301
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
302
|
-
"name": "json-logfile",
|
|
303
|
-
"default": "stderr",
|
|
304
|
-
"hasDynamicHelp": false,
|
|
305
|
-
"multiple": false,
|
|
306
|
-
"type": "option"
|
|
307
|
-
},
|
|
308
|
-
"extended": {
|
|
309
|
-
"description": "Show extended table columns.",
|
|
310
|
-
"name": "extended",
|
|
311
|
-
"allowNo": false,
|
|
312
|
-
"type": "boolean"
|
|
313
|
-
},
|
|
314
|
-
"live": {
|
|
315
|
-
"description": "Live update.",
|
|
316
|
-
"name": "live",
|
|
317
|
-
"allowNo": false,
|
|
318
|
-
"type": "boolean"
|
|
319
|
-
},
|
|
320
|
-
"system": {
|
|
321
|
-
"description": "Run as system daemon.",
|
|
322
|
-
"name": "system",
|
|
323
|
-
"allowNo": false,
|
|
324
|
-
"type": "boolean"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"hasDynamicHelp": false,
|
|
328
|
-
"hiddenAliases": [],
|
|
329
|
-
"id": "agent:list",
|
|
330
|
-
"pluginAlias": "@dxos/cli",
|
|
331
|
-
"pluginName": "@dxos/cli",
|
|
332
|
-
"pluginType": "core",
|
|
333
|
-
"strict": true,
|
|
334
|
-
"enableJsonFlag": true,
|
|
335
|
-
"isESM": true,
|
|
336
|
-
"relativePath": [
|
|
337
|
-
"dist",
|
|
338
|
-
"src",
|
|
339
|
-
"commands",
|
|
340
|
-
"agent",
|
|
341
|
-
"list.js"
|
|
342
|
-
]
|
|
343
|
-
},
|
|
344
|
-
"agent:restart": {
|
|
345
|
-
"aliases": [],
|
|
346
|
-
"args": {},
|
|
347
|
-
"description": "Restart agent daemon.",
|
|
348
|
-
"flags": {
|
|
349
|
-
"json": {
|
|
350
|
-
"description": "Output as JSON.",
|
|
351
|
-
"name": "json",
|
|
352
|
-
"allowNo": false,
|
|
353
|
-
"type": "boolean"
|
|
354
|
-
},
|
|
355
|
-
"verbose": {
|
|
356
|
-
"char": "v",
|
|
357
|
-
"description": "Verbose output",
|
|
358
|
-
"name": "verbose",
|
|
359
|
-
"allowNo": false,
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
},
|
|
362
|
-
"dry-run": {
|
|
363
|
-
"description": "Dry run.",
|
|
364
|
-
"name": "dry-run",
|
|
365
|
-
"allowNo": false,
|
|
366
|
-
"type": "boolean"
|
|
367
|
-
},
|
|
368
|
-
"profile": {
|
|
369
|
-
"description": "User profile.",
|
|
370
|
-
"env": "DX_PROFILE",
|
|
371
|
-
"name": "profile",
|
|
372
|
-
"default": "default",
|
|
373
|
-
"hasDynamicHelp": false,
|
|
374
|
-
"multiple": false,
|
|
375
|
-
"type": "option"
|
|
376
|
-
},
|
|
377
|
-
"config": {
|
|
378
|
-
"aliases": [
|
|
379
|
-
"c"
|
|
380
|
-
],
|
|
381
|
-
"dependsOn": [
|
|
382
|
-
"profile"
|
|
383
|
-
],
|
|
384
|
-
"description": "Config file.",
|
|
385
|
-
"env": "DX_CONFIG",
|
|
386
|
-
"name": "config",
|
|
387
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
388
|
-
"hasDynamicHelp": false,
|
|
389
|
-
"helpValue": "path",
|
|
390
|
-
"multiple": false,
|
|
391
|
-
"type": "option"
|
|
392
|
-
},
|
|
393
|
-
"timeout": {
|
|
394
|
-
"aliases": [
|
|
395
|
-
"t"
|
|
396
|
-
],
|
|
397
|
-
"description": "Timeout (ms).",
|
|
398
|
-
"name": "timeout",
|
|
399
|
-
"default": 60000,
|
|
400
|
-
"hasDynamicHelp": false,
|
|
401
|
-
"multiple": false,
|
|
402
|
-
"type": "option"
|
|
403
|
-
},
|
|
404
|
-
"target": {
|
|
405
|
-
"description": "Target websocket server.",
|
|
406
|
-
"name": "target",
|
|
407
|
-
"hasDynamicHelp": false,
|
|
408
|
-
"multiple": false,
|
|
409
|
-
"type": "option"
|
|
410
|
-
},
|
|
411
|
-
"agent": {
|
|
412
|
-
"description": "Run command with agent.",
|
|
413
|
-
"env": "DX_NO_AGENT",
|
|
414
|
-
"name": "agent",
|
|
415
|
-
"allowNo": true,
|
|
416
|
-
"type": "boolean"
|
|
417
|
-
},
|
|
418
|
-
"json-log": {
|
|
419
|
-
"description": "When running in foreground, log JSON format",
|
|
420
|
-
"name": "json-log",
|
|
421
|
-
"allowNo": false,
|
|
422
|
-
"type": "boolean"
|
|
423
|
-
},
|
|
424
|
-
"json-logfile": {
|
|
425
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
426
|
-
"name": "json-logfile",
|
|
427
|
-
"default": "stderr",
|
|
428
|
-
"hasDynamicHelp": false,
|
|
429
|
-
"multiple": false,
|
|
430
|
-
"type": "option"
|
|
431
|
-
},
|
|
432
|
-
"force": {
|
|
433
|
-
"description": "Force restart.",
|
|
434
|
-
"name": "force",
|
|
435
|
-
"allowNo": false,
|
|
436
|
-
"type": "boolean"
|
|
437
|
-
},
|
|
438
|
-
"system": {
|
|
439
|
-
"description": "Run as system daemon.",
|
|
440
|
-
"name": "system",
|
|
441
|
-
"allowNo": false,
|
|
442
|
-
"type": "boolean"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"hasDynamicHelp": false,
|
|
446
|
-
"hiddenAliases": [],
|
|
447
|
-
"id": "agent:restart",
|
|
448
|
-
"pluginAlias": "@dxos/cli",
|
|
449
|
-
"pluginName": "@dxos/cli",
|
|
450
|
-
"pluginType": "core",
|
|
451
|
-
"strict": true,
|
|
452
|
-
"enableJsonFlag": true,
|
|
453
|
-
"isESM": true,
|
|
454
|
-
"relativePath": [
|
|
455
|
-
"dist",
|
|
456
|
-
"src",
|
|
457
|
-
"commands",
|
|
458
|
-
"agent",
|
|
459
|
-
"restart.js"
|
|
460
|
-
]
|
|
461
|
-
},
|
|
462
|
-
"agent:start": {
|
|
463
|
-
"aliases": [],
|
|
464
|
-
"args": {},
|
|
465
|
-
"description": "Starts the agent.",
|
|
466
|
-
"examples": [
|
|
467
|
-
{
|
|
468
|
-
"description": "Run with .",
|
|
469
|
-
"command": "dx agent start -f --ws=5001"
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
|
-
"flags": {
|
|
473
|
-
"json": {
|
|
474
|
-
"description": "Output as JSON.",
|
|
475
|
-
"name": "json",
|
|
476
|
-
"allowNo": false,
|
|
477
|
-
"type": "boolean"
|
|
478
|
-
},
|
|
479
|
-
"verbose": {
|
|
480
|
-
"char": "v",
|
|
481
|
-
"description": "Verbose output",
|
|
482
|
-
"name": "verbose",
|
|
483
|
-
"allowNo": false,
|
|
484
|
-
"type": "boolean"
|
|
485
|
-
},
|
|
486
|
-
"dry-run": {
|
|
487
|
-
"description": "Dry run.",
|
|
488
|
-
"name": "dry-run",
|
|
489
|
-
"allowNo": false,
|
|
490
|
-
"type": "boolean"
|
|
491
|
-
},
|
|
492
|
-
"profile": {
|
|
493
|
-
"description": "User profile.",
|
|
494
|
-
"env": "DX_PROFILE",
|
|
495
|
-
"name": "profile",
|
|
496
|
-
"default": "default",
|
|
497
|
-
"hasDynamicHelp": false,
|
|
498
|
-
"multiple": false,
|
|
499
|
-
"type": "option"
|
|
500
|
-
},
|
|
501
|
-
"config": {
|
|
502
|
-
"aliases": [
|
|
503
|
-
"c"
|
|
504
|
-
],
|
|
505
|
-
"dependsOn": [
|
|
506
|
-
"profile"
|
|
507
|
-
],
|
|
508
|
-
"description": "Config file.",
|
|
509
|
-
"env": "DX_CONFIG",
|
|
510
|
-
"name": "config",
|
|
511
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
512
|
-
"hasDynamicHelp": false,
|
|
513
|
-
"helpValue": "path",
|
|
514
|
-
"multiple": false,
|
|
515
|
-
"type": "option"
|
|
516
|
-
},
|
|
517
|
-
"timeout": {
|
|
518
|
-
"aliases": [
|
|
519
|
-
"t"
|
|
520
|
-
],
|
|
521
|
-
"description": "Timeout (ms).",
|
|
522
|
-
"name": "timeout",
|
|
523
|
-
"default": 60000,
|
|
524
|
-
"hasDynamicHelp": false,
|
|
525
|
-
"multiple": false,
|
|
526
|
-
"type": "option"
|
|
527
|
-
},
|
|
528
|
-
"target": {
|
|
529
|
-
"description": "Target websocket server.",
|
|
530
|
-
"name": "target",
|
|
531
|
-
"hasDynamicHelp": false,
|
|
532
|
-
"multiple": false,
|
|
533
|
-
"type": "option"
|
|
534
|
-
},
|
|
535
|
-
"agent": {
|
|
536
|
-
"description": "Run command with agent.",
|
|
537
|
-
"env": "DX_NO_AGENT",
|
|
538
|
-
"name": "agent",
|
|
539
|
-
"allowNo": true,
|
|
540
|
-
"type": "boolean"
|
|
541
|
-
},
|
|
542
|
-
"json-log": {
|
|
543
|
-
"description": "When running in foreground, log JSON format",
|
|
544
|
-
"name": "json-log",
|
|
545
|
-
"allowNo": false,
|
|
546
|
-
"type": "boolean"
|
|
547
|
-
},
|
|
548
|
-
"json-logfile": {
|
|
549
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
550
|
-
"name": "json-logfile",
|
|
551
|
-
"default": "stderr",
|
|
552
|
-
"hasDynamicHelp": false,
|
|
553
|
-
"multiple": false,
|
|
554
|
-
"type": "option"
|
|
555
|
-
},
|
|
556
|
-
"foreground": {
|
|
557
|
-
"char": "f",
|
|
558
|
-
"description": "Run in foreground.",
|
|
559
|
-
"name": "foreground",
|
|
560
|
-
"allowNo": false,
|
|
561
|
-
"type": "boolean"
|
|
562
|
-
},
|
|
563
|
-
"system": {
|
|
564
|
-
"description": "Run as system daemon.",
|
|
565
|
-
"name": "system",
|
|
566
|
-
"allowNo": false,
|
|
567
|
-
"type": "boolean"
|
|
568
|
-
},
|
|
569
|
-
"ws": {
|
|
570
|
-
"aliases": [
|
|
571
|
-
"web-socket"
|
|
572
|
-
],
|
|
573
|
-
"description": "Expose web socket port.",
|
|
574
|
-
"name": "ws",
|
|
575
|
-
"hasDynamicHelp": false,
|
|
576
|
-
"helpValue": "port",
|
|
577
|
-
"multiple": false,
|
|
578
|
-
"type": "option"
|
|
579
|
-
},
|
|
580
|
-
"http": {
|
|
581
|
-
"description": "Expose http port.",
|
|
582
|
-
"name": "http",
|
|
583
|
-
"hasDynamicHelp": false,
|
|
584
|
-
"helpValue": "port",
|
|
585
|
-
"multiple": false,
|
|
586
|
-
"type": "option"
|
|
587
|
-
},
|
|
588
|
-
"metrics": {
|
|
589
|
-
"description": "Start metrics recording.",
|
|
590
|
-
"name": "metrics",
|
|
591
|
-
"allowNo": false,
|
|
592
|
-
"type": "boolean"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"hasDynamicHelp": false,
|
|
596
|
-
"hiddenAliases": [],
|
|
597
|
-
"id": "agent:start",
|
|
598
|
-
"pluginAlias": "@dxos/cli",
|
|
599
|
-
"pluginName": "@dxos/cli",
|
|
600
|
-
"pluginType": "core",
|
|
601
|
-
"strict": true,
|
|
602
|
-
"enableJsonFlag": true,
|
|
603
|
-
"isESM": true,
|
|
604
|
-
"relativePath": [
|
|
605
|
-
"dist",
|
|
606
|
-
"src",
|
|
607
|
-
"commands",
|
|
608
|
-
"agent",
|
|
609
|
-
"start.js"
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
"agent:status": {
|
|
613
|
-
"aliases": [],
|
|
614
|
-
"args": {},
|
|
615
|
-
"description": "Show agent status",
|
|
616
|
-
"flags": {
|
|
617
|
-
"json": {
|
|
618
|
-
"description": "Output as JSON.",
|
|
619
|
-
"name": "json",
|
|
620
|
-
"allowNo": false,
|
|
621
|
-
"type": "boolean"
|
|
622
|
-
},
|
|
623
|
-
"verbose": {
|
|
624
|
-
"char": "v",
|
|
625
|
-
"description": "Verbose output",
|
|
626
|
-
"name": "verbose",
|
|
627
|
-
"allowNo": false,
|
|
628
|
-
"type": "boolean"
|
|
629
|
-
},
|
|
630
|
-
"dry-run": {
|
|
631
|
-
"description": "Dry run.",
|
|
632
|
-
"name": "dry-run",
|
|
633
|
-
"allowNo": false,
|
|
634
|
-
"type": "boolean"
|
|
635
|
-
},
|
|
636
|
-
"profile": {
|
|
637
|
-
"description": "User profile.",
|
|
638
|
-
"env": "DX_PROFILE",
|
|
639
|
-
"name": "profile",
|
|
640
|
-
"default": "default",
|
|
641
|
-
"hasDynamicHelp": false,
|
|
642
|
-
"multiple": false,
|
|
643
|
-
"type": "option"
|
|
644
|
-
},
|
|
645
|
-
"config": {
|
|
646
|
-
"aliases": [
|
|
647
|
-
"c"
|
|
648
|
-
],
|
|
649
|
-
"dependsOn": [
|
|
650
|
-
"profile"
|
|
651
|
-
],
|
|
652
|
-
"description": "Config file.",
|
|
653
|
-
"env": "DX_CONFIG",
|
|
654
|
-
"name": "config",
|
|
655
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
656
|
-
"hasDynamicHelp": false,
|
|
657
|
-
"helpValue": "path",
|
|
658
|
-
"multiple": false,
|
|
659
|
-
"type": "option"
|
|
660
|
-
},
|
|
661
|
-
"timeout": {
|
|
662
|
-
"aliases": [
|
|
663
|
-
"t"
|
|
664
|
-
],
|
|
665
|
-
"description": "Timeout (ms).",
|
|
666
|
-
"name": "timeout",
|
|
667
|
-
"default": 60000,
|
|
668
|
-
"hasDynamicHelp": false,
|
|
669
|
-
"multiple": false,
|
|
670
|
-
"type": "option"
|
|
671
|
-
},
|
|
672
|
-
"target": {
|
|
673
|
-
"description": "Target websocket server.",
|
|
674
|
-
"name": "target",
|
|
675
|
-
"hasDynamicHelp": false,
|
|
676
|
-
"multiple": false,
|
|
677
|
-
"type": "option"
|
|
678
|
-
},
|
|
679
|
-
"agent": {
|
|
680
|
-
"description": "Run command with agent.",
|
|
681
|
-
"env": "DX_NO_AGENT",
|
|
682
|
-
"name": "agent",
|
|
683
|
-
"allowNo": true,
|
|
684
|
-
"type": "boolean"
|
|
685
|
-
},
|
|
686
70
|
"json-log": {
|
|
687
71
|
"description": "When running in foreground, log JSON format",
|
|
688
72
|
"name": "json-log",
|
|
@@ -700,7 +84,7 @@
|
|
|
700
84
|
},
|
|
701
85
|
"hasDynamicHelp": false,
|
|
702
86
|
"hiddenAliases": [],
|
|
703
|
-
"id": "
|
|
87
|
+
"id": "info",
|
|
704
88
|
"pluginAlias": "@dxos/cli",
|
|
705
89
|
"pluginName": "@dxos/cli",
|
|
706
90
|
"pluginType": "core",
|
|
@@ -711,14 +95,13 @@
|
|
|
711
95
|
"dist",
|
|
712
96
|
"src",
|
|
713
97
|
"commands",
|
|
714
|
-
"
|
|
715
|
-
"status.js"
|
|
98
|
+
"info.js"
|
|
716
99
|
]
|
|
717
100
|
},
|
|
718
|
-
"
|
|
101
|
+
"config": {
|
|
719
102
|
"aliases": [],
|
|
720
103
|
"args": {},
|
|
721
|
-
"description": "
|
|
104
|
+
"description": "Show config file.",
|
|
722
105
|
"flags": {
|
|
723
106
|
"json": {
|
|
724
107
|
"description": "Output as JSON.",
|
|
@@ -782,13 +165,6 @@
|
|
|
782
165
|
"multiple": false,
|
|
783
166
|
"type": "option"
|
|
784
167
|
},
|
|
785
|
-
"agent": {
|
|
786
|
-
"description": "Run command with agent.",
|
|
787
|
-
"env": "DX_NO_AGENT",
|
|
788
|
-
"name": "agent",
|
|
789
|
-
"allowNo": true,
|
|
790
|
-
"type": "boolean"
|
|
791
|
-
},
|
|
792
168
|
"json-log": {
|
|
793
169
|
"description": "When running in foreground, log JSON format",
|
|
794
170
|
"name": "json-log",
|
|
@@ -802,29 +178,11 @@
|
|
|
802
178
|
"hasDynamicHelp": false,
|
|
803
179
|
"multiple": false,
|
|
804
180
|
"type": "option"
|
|
805
|
-
},
|
|
806
|
-
"all": {
|
|
807
|
-
"description": "Stop all agents.",
|
|
808
|
-
"name": "all",
|
|
809
|
-
"allowNo": false,
|
|
810
|
-
"type": "boolean"
|
|
811
|
-
},
|
|
812
|
-
"force": {
|
|
813
|
-
"description": "Force stop.",
|
|
814
|
-
"name": "force",
|
|
815
|
-
"allowNo": false,
|
|
816
|
-
"type": "boolean"
|
|
817
|
-
},
|
|
818
|
-
"system": {
|
|
819
|
-
"description": "Run as system daemon.",
|
|
820
|
-
"name": "system",
|
|
821
|
-
"allowNo": false,
|
|
822
|
-
"type": "boolean"
|
|
823
181
|
}
|
|
824
182
|
},
|
|
825
183
|
"hasDynamicHelp": false,
|
|
826
184
|
"hiddenAliases": [],
|
|
827
|
-
"id": "
|
|
185
|
+
"id": "config",
|
|
828
186
|
"pluginAlias": "@dxos/cli",
|
|
829
187
|
"pluginName": "@dxos/cli",
|
|
830
188
|
"pluginType": "core",
|
|
@@ -835,8 +193,8 @@
|
|
|
835
193
|
"dist",
|
|
836
194
|
"src",
|
|
837
195
|
"commands",
|
|
838
|
-
"
|
|
839
|
-
"
|
|
196
|
+
"config",
|
|
197
|
+
"index.js"
|
|
840
198
|
]
|
|
841
199
|
},
|
|
842
200
|
"debug:diagnostics": {
|
|
@@ -916,13 +274,6 @@
|
|
|
916
274
|
"multiple": false,
|
|
917
275
|
"type": "option"
|
|
918
276
|
},
|
|
919
|
-
"agent": {
|
|
920
|
-
"description": "Run command with agent.",
|
|
921
|
-
"env": "DX_NO_AGENT",
|
|
922
|
-
"name": "agent",
|
|
923
|
-
"allowNo": true,
|
|
924
|
-
"type": "boolean"
|
|
925
|
-
},
|
|
926
277
|
"json-log": {
|
|
927
278
|
"description": "When running in foreground, log JSON format",
|
|
928
279
|
"name": "json-log",
|
|
@@ -1034,13 +385,6 @@
|
|
|
1034
385
|
"multiple": false,
|
|
1035
386
|
"type": "option"
|
|
1036
387
|
},
|
|
1037
|
-
"agent": {
|
|
1038
|
-
"description": "Run command with agent.",
|
|
1039
|
-
"env": "DX_NO_AGENT",
|
|
1040
|
-
"name": "agent",
|
|
1041
|
-
"allowNo": true,
|
|
1042
|
-
"type": "boolean"
|
|
1043
|
-
},
|
|
1044
388
|
"json-log": {
|
|
1045
389
|
"description": "When running in foreground, log JSON format",
|
|
1046
390
|
"name": "json-log",
|
|
@@ -1144,13 +488,6 @@
|
|
|
1144
488
|
"multiple": false,
|
|
1145
489
|
"type": "option"
|
|
1146
490
|
},
|
|
1147
|
-
"agent": {
|
|
1148
|
-
"description": "Run command with agent.",
|
|
1149
|
-
"env": "DX_NO_AGENT",
|
|
1150
|
-
"name": "agent",
|
|
1151
|
-
"allowNo": true,
|
|
1152
|
-
"type": "boolean"
|
|
1153
|
-
},
|
|
1154
491
|
"json-log": {
|
|
1155
492
|
"description": "When running in foreground, log JSON format",
|
|
1156
493
|
"name": "json-log",
|
|
@@ -1181,136 +518,25 @@
|
|
|
1181
518
|
"multiple": false,
|
|
1182
519
|
"type": "option"
|
|
1183
520
|
},
|
|
1184
|
-
"objects": {
|
|
1185
|
-
"description": "Number of objects.",
|
|
1186
|
-
"name": "objects",
|
|
1187
|
-
"default": 0,
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"multiple": false,
|
|
1190
|
-
"type": "option"
|
|
1191
|
-
},
|
|
1192
|
-
"mutations": {
|
|
1193
|
-
"description": "Number of mutations.",
|
|
1194
|
-
"name": "mutations",
|
|
1195
|
-
"default": 0,
|
|
1196
|
-
"hasDynamicHelp": false,
|
|
1197
|
-
"multiple": false,
|
|
1198
|
-
"type": "option"
|
|
1199
|
-
},
|
|
1200
|
-
"epoch": {
|
|
1201
|
-
"description": "Number of mutations per epoch.",
|
|
1202
|
-
"name": "epoch",
|
|
1203
|
-
"hasDynamicHelp": false,
|
|
1204
|
-
"multiple": false,
|
|
1205
|
-
"type": "option"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
"hasDynamicHelp": false,
|
|
1209
|
-
"hiddenAliases": [],
|
|
1210
|
-
"id": "debug:generate",
|
|
1211
|
-
"pluginAlias": "@dxos/cli",
|
|
1212
|
-
"pluginName": "@dxos/cli",
|
|
1213
|
-
"pluginType": "core",
|
|
1214
|
-
"strict": true,
|
|
1215
|
-
"enableJsonFlag": true,
|
|
1216
|
-
"isESM": true,
|
|
1217
|
-
"relativePath": [
|
|
1218
|
-
"dist",
|
|
1219
|
-
"src",
|
|
1220
|
-
"commands",
|
|
1221
|
-
"debug",
|
|
1222
|
-
"generate.js"
|
|
1223
|
-
]
|
|
1224
|
-
},
|
|
1225
|
-
"debug:metrics": {
|
|
1226
|
-
"aliases": [],
|
|
1227
|
-
"args": {
|
|
1228
|
-
"command": {
|
|
1229
|
-
"description": "Control metrics recording.",
|
|
1230
|
-
"name": "command"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
"description": "Control metrics.",
|
|
1234
|
-
"flags": {
|
|
1235
|
-
"json": {
|
|
1236
|
-
"description": "Output as JSON.",
|
|
1237
|
-
"name": "json",
|
|
1238
|
-
"allowNo": false,
|
|
1239
|
-
"type": "boolean"
|
|
1240
|
-
},
|
|
1241
|
-
"verbose": {
|
|
1242
|
-
"char": "v",
|
|
1243
|
-
"description": "Verbose output",
|
|
1244
|
-
"name": "verbose",
|
|
1245
|
-
"allowNo": false,
|
|
1246
|
-
"type": "boolean"
|
|
1247
|
-
},
|
|
1248
|
-
"dry-run": {
|
|
1249
|
-
"description": "Dry run.",
|
|
1250
|
-
"name": "dry-run",
|
|
1251
|
-
"allowNo": false,
|
|
1252
|
-
"type": "boolean"
|
|
1253
|
-
},
|
|
1254
|
-
"profile": {
|
|
1255
|
-
"description": "User profile.",
|
|
1256
|
-
"env": "DX_PROFILE",
|
|
1257
|
-
"name": "profile",
|
|
1258
|
-
"default": "default",
|
|
1259
|
-
"hasDynamicHelp": false,
|
|
1260
|
-
"multiple": false,
|
|
1261
|
-
"type": "option"
|
|
1262
|
-
},
|
|
1263
|
-
"config": {
|
|
1264
|
-
"aliases": [
|
|
1265
|
-
"c"
|
|
1266
|
-
],
|
|
1267
|
-
"dependsOn": [
|
|
1268
|
-
"profile"
|
|
1269
|
-
],
|
|
1270
|
-
"description": "Config file.",
|
|
1271
|
-
"env": "DX_CONFIG",
|
|
1272
|
-
"name": "config",
|
|
1273
|
-
"default": "/github/home/.config/dx/profile/default.yml",
|
|
1274
|
-
"hasDynamicHelp": false,
|
|
1275
|
-
"helpValue": "path",
|
|
1276
|
-
"multiple": false,
|
|
1277
|
-
"type": "option"
|
|
1278
|
-
},
|
|
1279
|
-
"timeout": {
|
|
1280
|
-
"aliases": [
|
|
1281
|
-
"t"
|
|
1282
|
-
],
|
|
1283
|
-
"description": "Timeout (ms).",
|
|
1284
|
-
"name": "timeout",
|
|
1285
|
-
"default": 60000,
|
|
521
|
+
"objects": {
|
|
522
|
+
"description": "Number of objects.",
|
|
523
|
+
"name": "objects",
|
|
524
|
+
"default": 0,
|
|
1286
525
|
"hasDynamicHelp": false,
|
|
1287
526
|
"multiple": false,
|
|
1288
527
|
"type": "option"
|
|
1289
528
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"description": "
|
|
1292
|
-
"name": "
|
|
529
|
+
"mutations": {
|
|
530
|
+
"description": "Number of mutations.",
|
|
531
|
+
"name": "mutations",
|
|
532
|
+
"default": 0,
|
|
1293
533
|
"hasDynamicHelp": false,
|
|
1294
534
|
"multiple": false,
|
|
1295
535
|
"type": "option"
|
|
1296
536
|
},
|
|
1297
|
-
"
|
|
1298
|
-
"description": "
|
|
1299
|
-
"
|
|
1300
|
-
"name": "agent",
|
|
1301
|
-
"allowNo": true,
|
|
1302
|
-
"type": "boolean"
|
|
1303
|
-
},
|
|
1304
|
-
"json-log": {
|
|
1305
|
-
"description": "When running in foreground, log JSON format",
|
|
1306
|
-
"name": "json-log",
|
|
1307
|
-
"allowNo": false,
|
|
1308
|
-
"type": "boolean"
|
|
1309
|
-
},
|
|
1310
|
-
"json-logfile": {
|
|
1311
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1312
|
-
"name": "json-logfile",
|
|
1313
|
-
"default": "stderr",
|
|
537
|
+
"epoch": {
|
|
538
|
+
"description": "Number of mutations per epoch.",
|
|
539
|
+
"name": "epoch",
|
|
1314
540
|
"hasDynamicHelp": false,
|
|
1315
541
|
"multiple": false,
|
|
1316
542
|
"type": "option"
|
|
@@ -1318,7 +544,7 @@
|
|
|
1318
544
|
},
|
|
1319
545
|
"hasDynamicHelp": false,
|
|
1320
546
|
"hiddenAliases": [],
|
|
1321
|
-
"id": "debug:
|
|
547
|
+
"id": "debug:generate",
|
|
1322
548
|
"pluginAlias": "@dxos/cli",
|
|
1323
549
|
"pluginName": "@dxos/cli",
|
|
1324
550
|
"pluginType": "core",
|
|
@@ -1330,13 +556,18 @@
|
|
|
1330
556
|
"src",
|
|
1331
557
|
"commands",
|
|
1332
558
|
"debug",
|
|
1333
|
-
"
|
|
559
|
+
"generate.js"
|
|
1334
560
|
]
|
|
1335
561
|
},
|
|
1336
|
-
"debug:
|
|
562
|
+
"debug:metrics": {
|
|
1337
563
|
"aliases": [],
|
|
1338
|
-
"args": {
|
|
1339
|
-
|
|
564
|
+
"args": {
|
|
565
|
+
"command": {
|
|
566
|
+
"description": "Control metrics recording.",
|
|
567
|
+
"name": "command"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"description": "Control metrics.",
|
|
1340
571
|
"flags": {
|
|
1341
572
|
"json": {
|
|
1342
573
|
"description": "Output as JSON.",
|
|
@@ -1400,13 +631,6 @@
|
|
|
1400
631
|
"multiple": false,
|
|
1401
632
|
"type": "option"
|
|
1402
633
|
},
|
|
1403
|
-
"agent": {
|
|
1404
|
-
"description": "Run command with agent.",
|
|
1405
|
-
"env": "DX_NO_AGENT",
|
|
1406
|
-
"name": "agent",
|
|
1407
|
-
"allowNo": true,
|
|
1408
|
-
"type": "boolean"
|
|
1409
|
-
},
|
|
1410
634
|
"json-log": {
|
|
1411
635
|
"description": "When running in foreground, log JSON format",
|
|
1412
636
|
"name": "json-log",
|
|
@@ -1420,19 +644,11 @@
|
|
|
1420
644
|
"hasDynamicHelp": false,
|
|
1421
645
|
"multiple": false,
|
|
1422
646
|
"type": "option"
|
|
1423
|
-
},
|
|
1424
|
-
"interval": {
|
|
1425
|
-
"description": "Update interval (ms).",
|
|
1426
|
-
"name": "interval",
|
|
1427
|
-
"default": 1000,
|
|
1428
|
-
"hasDynamicHelp": false,
|
|
1429
|
-
"multiple": false,
|
|
1430
|
-
"type": "option"
|
|
1431
647
|
}
|
|
1432
648
|
},
|
|
1433
649
|
"hasDynamicHelp": false,
|
|
1434
650
|
"hiddenAliases": [],
|
|
1435
|
-
"id": "debug:
|
|
651
|
+
"id": "debug:metrics",
|
|
1436
652
|
"pluginAlias": "@dxos/cli",
|
|
1437
653
|
"pluginName": "@dxos/cli",
|
|
1438
654
|
"pluginType": "core",
|
|
@@ -1444,13 +660,13 @@
|
|
|
1444
660
|
"src",
|
|
1445
661
|
"commands",
|
|
1446
662
|
"debug",
|
|
1447
|
-
"
|
|
663
|
+
"metrics.js"
|
|
1448
664
|
]
|
|
1449
665
|
},
|
|
1450
|
-
"
|
|
666
|
+
"debug:status": {
|
|
1451
667
|
"aliases": [],
|
|
1452
668
|
"args": {},
|
|
1453
|
-
"description": "
|
|
669
|
+
"description": "Display status.",
|
|
1454
670
|
"flags": {
|
|
1455
671
|
"json": {
|
|
1456
672
|
"description": "Output as JSON.",
|
|
@@ -1514,13 +730,6 @@
|
|
|
1514
730
|
"multiple": false,
|
|
1515
731
|
"type": "option"
|
|
1516
732
|
},
|
|
1517
|
-
"agent": {
|
|
1518
|
-
"description": "Run command with agent.",
|
|
1519
|
-
"env": "DX_NO_AGENT",
|
|
1520
|
-
"name": "agent",
|
|
1521
|
-
"allowNo": true,
|
|
1522
|
-
"type": "boolean"
|
|
1523
|
-
},
|
|
1524
733
|
"json-log": {
|
|
1525
734
|
"description": "When running in foreground, log JSON format",
|
|
1526
735
|
"name": "json-log",
|
|
@@ -1534,11 +743,19 @@
|
|
|
1534
743
|
"hasDynamicHelp": false,
|
|
1535
744
|
"multiple": false,
|
|
1536
745
|
"type": "option"
|
|
746
|
+
},
|
|
747
|
+
"interval": {
|
|
748
|
+
"description": "Update interval (ms).",
|
|
749
|
+
"name": "interval",
|
|
750
|
+
"default": 1000,
|
|
751
|
+
"hasDynamicHelp": false,
|
|
752
|
+
"multiple": false,
|
|
753
|
+
"type": "option"
|
|
1537
754
|
}
|
|
1538
755
|
},
|
|
1539
756
|
"hasDynamicHelp": false,
|
|
1540
757
|
"hiddenAliases": [],
|
|
1541
|
-
"id": "
|
|
758
|
+
"id": "debug:status",
|
|
1542
759
|
"pluginAlias": "@dxos/cli",
|
|
1543
760
|
"pluginName": "@dxos/cli",
|
|
1544
761
|
"pluginType": "core",
|
|
@@ -1549,8 +766,8 @@
|
|
|
1549
766
|
"dist",
|
|
1550
767
|
"src",
|
|
1551
768
|
"commands",
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
769
|
+
"debug",
|
|
770
|
+
"status.js"
|
|
1554
771
|
]
|
|
1555
772
|
},
|
|
1556
773
|
"device:info": {
|
|
@@ -1620,13 +837,6 @@
|
|
|
1620
837
|
"multiple": false,
|
|
1621
838
|
"type": "option"
|
|
1622
839
|
},
|
|
1623
|
-
"agent": {
|
|
1624
|
-
"description": "Run command with agent.",
|
|
1625
|
-
"env": "DX_NO_AGENT",
|
|
1626
|
-
"name": "agent",
|
|
1627
|
-
"allowNo": true,
|
|
1628
|
-
"type": "boolean"
|
|
1629
|
-
},
|
|
1630
840
|
"json-log": {
|
|
1631
841
|
"description": "When running in foreground, log JSON format",
|
|
1632
842
|
"name": "json-log",
|
|
@@ -1726,13 +936,6 @@
|
|
|
1726
936
|
"multiple": false,
|
|
1727
937
|
"type": "option"
|
|
1728
938
|
},
|
|
1729
|
-
"agent": {
|
|
1730
|
-
"description": "Run command with agent.",
|
|
1731
|
-
"env": "DX_NO_AGENT",
|
|
1732
|
-
"name": "agent",
|
|
1733
|
-
"allowNo": true,
|
|
1734
|
-
"type": "boolean"
|
|
1735
|
-
},
|
|
1736
939
|
"json-log": {
|
|
1737
940
|
"description": "When running in foreground, log JSON format",
|
|
1738
941
|
"name": "json-log",
|
|
@@ -1838,13 +1041,6 @@
|
|
|
1838
1041
|
"multiple": false,
|
|
1839
1042
|
"type": "option"
|
|
1840
1043
|
},
|
|
1841
|
-
"agent": {
|
|
1842
|
-
"description": "Run command with agent.",
|
|
1843
|
-
"env": "DX_NO_AGENT",
|
|
1844
|
-
"name": "agent",
|
|
1845
|
-
"allowNo": true,
|
|
1846
|
-
"type": "boolean"
|
|
1847
|
-
},
|
|
1848
1044
|
"json-log": {
|
|
1849
1045
|
"description": "When running in foreground, log JSON format",
|
|
1850
1046
|
"name": "json-log",
|
|
@@ -1884,10 +1080,10 @@
|
|
|
1884
1080
|
"update.js"
|
|
1885
1081
|
]
|
|
1886
1082
|
},
|
|
1887
|
-
"
|
|
1083
|
+
"edge:status": {
|
|
1888
1084
|
"aliases": [],
|
|
1889
1085
|
"args": {},
|
|
1890
|
-
"description": "
|
|
1086
|
+
"description": "Show agent status",
|
|
1891
1087
|
"flags": {
|
|
1892
1088
|
"json": {
|
|
1893
1089
|
"description": "Output as JSON.",
|
|
@@ -1951,13 +1147,6 @@
|
|
|
1951
1147
|
"multiple": false,
|
|
1952
1148
|
"type": "option"
|
|
1953
1149
|
},
|
|
1954
|
-
"agent": {
|
|
1955
|
-
"description": "Run command with agent.",
|
|
1956
|
-
"env": "DX_NO_AGENT",
|
|
1957
|
-
"name": "agent",
|
|
1958
|
-
"allowNo": true,
|
|
1959
|
-
"type": "boolean"
|
|
1960
|
-
},
|
|
1961
1150
|
"json-log": {
|
|
1962
1151
|
"description": "When running in foreground, log JSON format",
|
|
1963
1152
|
"name": "json-log",
|
|
@@ -1975,7 +1164,7 @@
|
|
|
1975
1164
|
},
|
|
1976
1165
|
"hasDynamicHelp": false,
|
|
1977
1166
|
"hiddenAliases": [],
|
|
1978
|
-
"id": "
|
|
1167
|
+
"id": "edge:status",
|
|
1979
1168
|
"pluginAlias": "@dxos/cli",
|
|
1980
1169
|
"pluginName": "@dxos/cli",
|
|
1981
1170
|
"pluginType": "core",
|
|
@@ -1986,20 +1175,14 @@
|
|
|
1986
1175
|
"dist",
|
|
1987
1176
|
"src",
|
|
1988
1177
|
"commands",
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1178
|
+
"edge",
|
|
1179
|
+
"status.js"
|
|
1991
1180
|
]
|
|
1992
1181
|
},
|
|
1993
|
-
"function:
|
|
1182
|
+
"function:list": {
|
|
1994
1183
|
"aliases": [],
|
|
1995
|
-
"args": {
|
|
1996
|
-
|
|
1997
|
-
"description": "Function name.",
|
|
1998
|
-
"name": "name",
|
|
1999
|
-
"required": true
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
"description": "Get function logs.",
|
|
1184
|
+
"args": {},
|
|
1185
|
+
"description": "List functions.",
|
|
2003
1186
|
"flags": {
|
|
2004
1187
|
"json": {
|
|
2005
1188
|
"description": "Output as JSON.",
|
|
@@ -2063,13 +1246,6 @@
|
|
|
2063
1246
|
"multiple": false,
|
|
2064
1247
|
"type": "option"
|
|
2065
1248
|
},
|
|
2066
|
-
"agent": {
|
|
2067
|
-
"description": "Run command with agent.",
|
|
2068
|
-
"env": "DX_NO_AGENT",
|
|
2069
|
-
"name": "agent",
|
|
2070
|
-
"allowNo": true,
|
|
2071
|
-
"type": "boolean"
|
|
2072
|
-
},
|
|
2073
1249
|
"json-log": {
|
|
2074
1250
|
"description": "When running in foreground, log JSON format",
|
|
2075
1251
|
"name": "json-log",
|
|
@@ -2087,11 +1263,10 @@
|
|
|
2087
1263
|
},
|
|
2088
1264
|
"hasDynamicHelp": false,
|
|
2089
1265
|
"hiddenAliases": [],
|
|
2090
|
-
"id": "function:
|
|
1266
|
+
"id": "function:list",
|
|
2091
1267
|
"pluginAlias": "@dxos/cli",
|
|
2092
1268
|
"pluginName": "@dxos/cli",
|
|
2093
1269
|
"pluginType": "core",
|
|
2094
|
-
"state": "deprecated",
|
|
2095
1270
|
"strict": true,
|
|
2096
1271
|
"enableJsonFlag": true,
|
|
2097
1272
|
"isESM": true,
|
|
@@ -2100,18 +1275,19 @@
|
|
|
2100
1275
|
"src",
|
|
2101
1276
|
"commands",
|
|
2102
1277
|
"function",
|
|
2103
|
-
"
|
|
1278
|
+
"list.js"
|
|
2104
1279
|
]
|
|
2105
1280
|
},
|
|
2106
|
-
"function:
|
|
1281
|
+
"function:logs": {
|
|
2107
1282
|
"aliases": [],
|
|
2108
1283
|
"args": {
|
|
2109
|
-
"
|
|
2110
|
-
"
|
|
1284
|
+
"name": {
|
|
1285
|
+
"description": "Function name.",
|
|
1286
|
+
"name": "name",
|
|
2111
1287
|
"required": true
|
|
2112
1288
|
}
|
|
2113
1289
|
},
|
|
2114
|
-
"description": "
|
|
1290
|
+
"description": "Get function logs.",
|
|
2115
1291
|
"flags": {
|
|
2116
1292
|
"json": {
|
|
2117
1293
|
"description": "Output as JSON.",
|
|
@@ -2175,13 +1351,6 @@
|
|
|
2175
1351
|
"multiple": false,
|
|
2176
1352
|
"type": "option"
|
|
2177
1353
|
},
|
|
2178
|
-
"agent": {
|
|
2179
|
-
"description": "Run command with agent.",
|
|
2180
|
-
"env": "DX_NO_AGENT",
|
|
2181
|
-
"name": "agent",
|
|
2182
|
-
"allowNo": true,
|
|
2183
|
-
"type": "boolean"
|
|
2184
|
-
},
|
|
2185
1354
|
"json-log": {
|
|
2186
1355
|
"description": "When running in foreground, log JSON format",
|
|
2187
1356
|
"name": "json-log",
|
|
@@ -2195,54 +1364,15 @@
|
|
|
2195
1364
|
"hasDynamicHelp": false,
|
|
2196
1365
|
"multiple": false,
|
|
2197
1366
|
"type": "option"
|
|
2198
|
-
},
|
|
2199
|
-
"name": {
|
|
2200
|
-
"description": "Function name.",
|
|
2201
|
-
"name": "name",
|
|
2202
|
-
"hasDynamicHelp": false,
|
|
2203
|
-
"multiple": false,
|
|
2204
|
-
"type": "option"
|
|
2205
|
-
},
|
|
2206
|
-
"version": {
|
|
2207
|
-
"description": "Function version.",
|
|
2208
|
-
"name": "version",
|
|
2209
|
-
"hasDynamicHelp": false,
|
|
2210
|
-
"multiple": false,
|
|
2211
|
-
"type": "option"
|
|
2212
|
-
},
|
|
2213
|
-
"composerScript": {
|
|
2214
|
-
"description": "Loads the script into composer.",
|
|
2215
|
-
"name": "composerScript",
|
|
2216
|
-
"allowNo": false,
|
|
2217
|
-
"type": "boolean"
|
|
2218
|
-
},
|
|
2219
|
-
"functionId": {
|
|
2220
|
-
"description": "Existing UserFunction ID to update.",
|
|
2221
|
-
"name": "functionId",
|
|
2222
|
-
"hasDynamicHelp": false,
|
|
2223
|
-
"multiple": false,
|
|
2224
|
-
"type": "option"
|
|
2225
|
-
},
|
|
2226
|
-
"spaceKey": {
|
|
2227
|
-
"description": "Space key to create/update Script source in.",
|
|
2228
|
-
"name": "spaceKey",
|
|
2229
|
-
"hasDynamicHelp": false,
|
|
2230
|
-
"multiple": false,
|
|
2231
|
-
"type": "option"
|
|
2232
|
-
},
|
|
2233
|
-
"noSpace": {
|
|
2234
|
-
"description": "Only uploads a function, without creating a FunctionObject in ECHO.",
|
|
2235
|
-
"name": "noSpace",
|
|
2236
|
-
"allowNo": false,
|
|
2237
|
-
"type": "boolean"
|
|
2238
1367
|
}
|
|
2239
1368
|
},
|
|
2240
1369
|
"hasDynamicHelp": false,
|
|
2241
1370
|
"hiddenAliases": [],
|
|
2242
|
-
"id": "function:
|
|
1371
|
+
"id": "function:logs",
|
|
2243
1372
|
"pluginAlias": "@dxos/cli",
|
|
2244
1373
|
"pluginName": "@dxos/cli",
|
|
2245
1374
|
"pluginType": "core",
|
|
1375
|
+
"state": "deprecated",
|
|
2246
1376
|
"strict": true,
|
|
2247
1377
|
"enableJsonFlag": true,
|
|
2248
1378
|
"isESM": true,
|
|
@@ -2251,7 +1381,7 @@
|
|
|
2251
1381
|
"src",
|
|
2252
1382
|
"commands",
|
|
2253
1383
|
"function",
|
|
2254
|
-
"
|
|
1384
|
+
"logs.js"
|
|
2255
1385
|
]
|
|
2256
1386
|
},
|
|
2257
1387
|
"function:watch": {
|
|
@@ -2326,13 +1456,6 @@
|
|
|
2326
1456
|
"multiple": false,
|
|
2327
1457
|
"type": "option"
|
|
2328
1458
|
},
|
|
2329
|
-
"agent": {
|
|
2330
|
-
"description": "Run command with agent.",
|
|
2331
|
-
"env": "DX_NO_AGENT",
|
|
2332
|
-
"name": "agent",
|
|
2333
|
-
"allowNo": true,
|
|
2334
|
-
"type": "boolean"
|
|
2335
|
-
},
|
|
2336
1459
|
"json-log": {
|
|
2337
1460
|
"description": "When running in foreground, log JSON format",
|
|
2338
1461
|
"name": "json-log",
|
|
@@ -2453,13 +1576,6 @@
|
|
|
2453
1576
|
"multiple": false,
|
|
2454
1577
|
"type": "option"
|
|
2455
1578
|
},
|
|
2456
|
-
"agent": {
|
|
2457
|
-
"description": "Run command with agent.",
|
|
2458
|
-
"env": "DX_NO_AGENT",
|
|
2459
|
-
"name": "agent",
|
|
2460
|
-
"allowNo": true,
|
|
2461
|
-
"type": "boolean"
|
|
2462
|
-
},
|
|
2463
1579
|
"json-log": {
|
|
2464
1580
|
"description": "When running in foreground, log JSON format",
|
|
2465
1581
|
"name": "json-log",
|
|
@@ -2574,13 +1690,6 @@
|
|
|
2574
1690
|
"multiple": false,
|
|
2575
1691
|
"type": "option"
|
|
2576
1692
|
},
|
|
2577
|
-
"agent": {
|
|
2578
|
-
"description": "Run command with agent.",
|
|
2579
|
-
"env": "DX_NO_AGENT",
|
|
2580
|
-
"name": "agent",
|
|
2581
|
-
"allowNo": true,
|
|
2582
|
-
"type": "boolean"
|
|
2583
|
-
},
|
|
2584
1693
|
"json-log": {
|
|
2585
1694
|
"description": "When running in foreground, log JSON format",
|
|
2586
1695
|
"name": "json-log",
|
|
@@ -2677,13 +1786,6 @@
|
|
|
2677
1786
|
"multiple": false,
|
|
2678
1787
|
"type": "option"
|
|
2679
1788
|
},
|
|
2680
|
-
"agent": {
|
|
2681
|
-
"description": "Run command with agent.",
|
|
2682
|
-
"env": "DX_NO_AGENT",
|
|
2683
|
-
"name": "agent",
|
|
2684
|
-
"allowNo": true,
|
|
2685
|
-
"type": "boolean"
|
|
2686
|
-
},
|
|
2687
1789
|
"json-log": {
|
|
2688
1790
|
"description": "When running in foreground, log JSON format",
|
|
2689
1791
|
"name": "json-log",
|
|
@@ -2810,13 +1912,6 @@
|
|
|
2810
1912
|
"multiple": false,
|
|
2811
1913
|
"type": "option"
|
|
2812
1914
|
},
|
|
2813
|
-
"agent": {
|
|
2814
|
-
"description": "Run command with agent.",
|
|
2815
|
-
"env": "DX_NO_AGENT",
|
|
2816
|
-
"name": "agent",
|
|
2817
|
-
"allowNo": true,
|
|
2818
|
-
"type": "boolean"
|
|
2819
|
-
},
|
|
2820
1915
|
"json-log": {
|
|
2821
1916
|
"description": "When running in foreground, log JSON format",
|
|
2822
1917
|
"name": "json-log",
|
|
@@ -2916,13 +2011,6 @@
|
|
|
2916
2011
|
"multiple": false,
|
|
2917
2012
|
"type": "option"
|
|
2918
2013
|
},
|
|
2919
|
-
"agent": {
|
|
2920
|
-
"description": "Run command with agent.",
|
|
2921
|
-
"env": "DX_NO_AGENT",
|
|
2922
|
-
"name": "agent",
|
|
2923
|
-
"allowNo": true,
|
|
2924
|
-
"type": "boolean"
|
|
2925
|
-
},
|
|
2926
2014
|
"json-log": {
|
|
2927
2015
|
"description": "When running in foreground, log JSON format",
|
|
2928
2016
|
"name": "json-log",
|
|
@@ -3056,13 +2144,6 @@
|
|
|
3056
2144
|
"multiple": false,
|
|
3057
2145
|
"type": "option"
|
|
3058
2146
|
},
|
|
3059
|
-
"agent": {
|
|
3060
|
-
"description": "Run command with agent.",
|
|
3061
|
-
"env": "DX_NO_AGENT",
|
|
3062
|
-
"name": "agent",
|
|
3063
|
-
"allowNo": true,
|
|
3064
|
-
"type": "boolean"
|
|
3065
|
-
},
|
|
3066
2147
|
"json-log": {
|
|
3067
2148
|
"description": "When running in foreground, log JSON format",
|
|
3068
2149
|
"name": "json-log",
|
|
@@ -3168,13 +2249,6 @@
|
|
|
3168
2249
|
"multiple": false,
|
|
3169
2250
|
"type": "option"
|
|
3170
2251
|
},
|
|
3171
|
-
"agent": {
|
|
3172
|
-
"description": "Run command with agent.",
|
|
3173
|
-
"env": "DX_NO_AGENT",
|
|
3174
|
-
"name": "agent",
|
|
3175
|
-
"allowNo": true,
|
|
3176
|
-
"type": "boolean"
|
|
3177
|
-
},
|
|
3178
2252
|
"json-log": {
|
|
3179
2253
|
"description": "When running in foreground, log JSON format",
|
|
3180
2254
|
"name": "json-log",
|
|
@@ -3288,13 +2362,6 @@
|
|
|
3288
2362
|
"multiple": false,
|
|
3289
2363
|
"type": "option"
|
|
3290
2364
|
},
|
|
3291
|
-
"agent": {
|
|
3292
|
-
"description": "Run command with agent.",
|
|
3293
|
-
"env": "DX_NO_AGENT",
|
|
3294
|
-
"name": "agent",
|
|
3295
|
-
"allowNo": true,
|
|
3296
|
-
"type": "boolean"
|
|
3297
|
-
},
|
|
3298
2365
|
"json-log": {
|
|
3299
2366
|
"description": "When running in foreground, log JSON format",
|
|
3300
2367
|
"name": "json-log",
|
|
@@ -3407,13 +2474,6 @@
|
|
|
3407
2474
|
"multiple": false,
|
|
3408
2475
|
"type": "option"
|
|
3409
2476
|
},
|
|
3410
|
-
"agent": {
|
|
3411
|
-
"description": "Run command with agent.",
|
|
3412
|
-
"env": "DX_NO_AGENT",
|
|
3413
|
-
"name": "agent",
|
|
3414
|
-
"allowNo": true,
|
|
3415
|
-
"type": "boolean"
|
|
3416
|
-
},
|
|
3417
2477
|
"json-log": {
|
|
3418
2478
|
"description": "When running in foreground, log JSON format",
|
|
3419
2479
|
"name": "json-log",
|
|
@@ -3524,13 +2584,6 @@
|
|
|
3524
2584
|
"multiple": false,
|
|
3525
2585
|
"type": "option"
|
|
3526
2586
|
},
|
|
3527
|
-
"agent": {
|
|
3528
|
-
"description": "Run command with agent.",
|
|
3529
|
-
"env": "DX_NO_AGENT",
|
|
3530
|
-
"name": "agent",
|
|
3531
|
-
"allowNo": true,
|
|
3532
|
-
"type": "boolean"
|
|
3533
|
-
},
|
|
3534
2587
|
"json-log": {
|
|
3535
2588
|
"description": "When running in foreground, log JSON format",
|
|
3536
2589
|
"name": "json-log",
|
|
@@ -3634,13 +2687,6 @@
|
|
|
3634
2687
|
"multiple": false,
|
|
3635
2688
|
"type": "option"
|
|
3636
2689
|
},
|
|
3637
|
-
"agent": {
|
|
3638
|
-
"description": "Run command with agent.",
|
|
3639
|
-
"env": "DX_NO_AGENT",
|
|
3640
|
-
"name": "agent",
|
|
3641
|
-
"allowNo": true,
|
|
3642
|
-
"type": "boolean"
|
|
3643
|
-
},
|
|
3644
2690
|
"json-log": {
|
|
3645
2691
|
"description": "When running in foreground, log JSON format",
|
|
3646
2692
|
"name": "json-log",
|
|
@@ -3743,13 +2789,6 @@
|
|
|
3743
2789
|
"multiple": false,
|
|
3744
2790
|
"type": "option"
|
|
3745
2791
|
},
|
|
3746
|
-
"agent": {
|
|
3747
|
-
"description": "Run command with agent.",
|
|
3748
|
-
"env": "DX_NO_AGENT",
|
|
3749
|
-
"name": "agent",
|
|
3750
|
-
"allowNo": true,
|
|
3751
|
-
"type": "boolean"
|
|
3752
|
-
},
|
|
3753
2792
|
"json-log": {
|
|
3754
2793
|
"description": "When running in foreground, log JSON format",
|
|
3755
2794
|
"name": "json-log",
|
|
@@ -3854,13 +2893,6 @@
|
|
|
3854
2893
|
"multiple": false,
|
|
3855
2894
|
"type": "option"
|
|
3856
2895
|
},
|
|
3857
|
-
"agent": {
|
|
3858
|
-
"description": "Run command with agent.",
|
|
3859
|
-
"env": "DX_NO_AGENT",
|
|
3860
|
-
"name": "agent",
|
|
3861
|
-
"allowNo": true,
|
|
3862
|
-
"type": "boolean"
|
|
3863
|
-
},
|
|
3864
2896
|
"json-log": {
|
|
3865
2897
|
"description": "When running in foreground, log JSON format",
|
|
3866
2898
|
"name": "json-log",
|
|
@@ -3965,13 +2997,6 @@
|
|
|
3965
2997
|
"multiple": false,
|
|
3966
2998
|
"type": "option"
|
|
3967
2999
|
},
|
|
3968
|
-
"agent": {
|
|
3969
|
-
"description": "Run command with agent.",
|
|
3970
|
-
"env": "DX_NO_AGENT",
|
|
3971
|
-
"name": "agent",
|
|
3972
|
-
"allowNo": true,
|
|
3973
|
-
"type": "boolean"
|
|
3974
|
-
},
|
|
3975
3000
|
"json-log": {
|
|
3976
3001
|
"description": "When running in foreground, log JSON format",
|
|
3977
3002
|
"name": "json-log",
|
|
@@ -4071,13 +3096,6 @@
|
|
|
4071
3096
|
"multiple": false,
|
|
4072
3097
|
"type": "option"
|
|
4073
3098
|
},
|
|
4074
|
-
"agent": {
|
|
4075
|
-
"description": "Run command with agent.",
|
|
4076
|
-
"env": "DX_NO_AGENT",
|
|
4077
|
-
"name": "agent",
|
|
4078
|
-
"allowNo": true,
|
|
4079
|
-
"type": "boolean"
|
|
4080
|
-
},
|
|
4081
3099
|
"json-log": {
|
|
4082
3100
|
"description": "When running in foreground, log JSON format",
|
|
4083
3101
|
"name": "json-log",
|
|
@@ -4191,13 +3209,6 @@
|
|
|
4191
3209
|
"multiple": false,
|
|
4192
3210
|
"type": "option"
|
|
4193
3211
|
},
|
|
4194
|
-
"agent": {
|
|
4195
|
-
"description": "Run command with agent.",
|
|
4196
|
-
"env": "DX_NO_AGENT",
|
|
4197
|
-
"name": "agent",
|
|
4198
|
-
"allowNo": true,
|
|
4199
|
-
"type": "boolean"
|
|
4200
|
-
},
|
|
4201
3212
|
"json-log": {
|
|
4202
3213
|
"description": "When running in foreground, log JSON format",
|
|
4203
3214
|
"name": "json-log",
|
|
@@ -4320,13 +3331,6 @@
|
|
|
4320
3331
|
"multiple": false,
|
|
4321
3332
|
"type": "option"
|
|
4322
3333
|
},
|
|
4323
|
-
"agent": {
|
|
4324
|
-
"description": "Run command with agent.",
|
|
4325
|
-
"env": "DX_NO_AGENT",
|
|
4326
|
-
"name": "agent",
|
|
4327
|
-
"allowNo": true,
|
|
4328
|
-
"type": "boolean"
|
|
4329
|
-
},
|
|
4330
3334
|
"json-log": {
|
|
4331
3335
|
"description": "When running in foreground, log JSON format",
|
|
4332
3336
|
"name": "json-log",
|
|
@@ -4437,13 +3441,6 @@
|
|
|
4437
3441
|
"multiple": false,
|
|
4438
3442
|
"type": "option"
|
|
4439
3443
|
},
|
|
4440
|
-
"agent": {
|
|
4441
|
-
"description": "Run command with agent.",
|
|
4442
|
-
"env": "DX_NO_AGENT",
|
|
4443
|
-
"name": "agent",
|
|
4444
|
-
"allowNo": true,
|
|
4445
|
-
"type": "boolean"
|
|
4446
|
-
},
|
|
4447
3444
|
"json-log": {
|
|
4448
3445
|
"description": "When running in foreground, log JSON format",
|
|
4449
3446
|
"name": "json-log",
|
|
@@ -4547,13 +3544,6 @@
|
|
|
4547
3544
|
"multiple": false,
|
|
4548
3545
|
"type": "option"
|
|
4549
3546
|
},
|
|
4550
|
-
"agent": {
|
|
4551
|
-
"description": "Run command with agent.",
|
|
4552
|
-
"env": "DX_NO_AGENT",
|
|
4553
|
-
"name": "agent",
|
|
4554
|
-
"allowNo": true,
|
|
4555
|
-
"type": "boolean"
|
|
4556
|
-
},
|
|
4557
3547
|
"json-log": {
|
|
4558
3548
|
"description": "When running in foreground, log JSON format",
|
|
4559
3549
|
"name": "json-log",
|
|
@@ -4671,13 +3661,6 @@
|
|
|
4671
3661
|
"multiple": false,
|
|
4672
3662
|
"type": "option"
|
|
4673
3663
|
},
|
|
4674
|
-
"agent": {
|
|
4675
|
-
"description": "Run command with agent.",
|
|
4676
|
-
"env": "DX_NO_AGENT",
|
|
4677
|
-
"name": "agent",
|
|
4678
|
-
"allowNo": true,
|
|
4679
|
-
"type": "boolean"
|
|
4680
|
-
},
|
|
4681
3664
|
"json-log": {
|
|
4682
3665
|
"description": "When running in foreground, log JSON format",
|
|
4683
3666
|
"name": "json-log",
|
|
@@ -4822,13 +3805,6 @@
|
|
|
4822
3805
|
"multiple": false,
|
|
4823
3806
|
"type": "option"
|
|
4824
3807
|
},
|
|
4825
|
-
"agent": {
|
|
4826
|
-
"description": "Run command with agent.",
|
|
4827
|
-
"env": "DX_NO_AGENT",
|
|
4828
|
-
"name": "agent",
|
|
4829
|
-
"allowNo": true,
|
|
4830
|
-
"type": "boolean"
|
|
4831
|
-
},
|
|
4832
3808
|
"json-log": {
|
|
4833
3809
|
"description": "When running in foreground, log JSON format",
|
|
4834
3810
|
"name": "json-log",
|
|
@@ -4852,7 +3828,7 @@
|
|
|
4852
3828
|
"name": {
|
|
4853
3829
|
"description": "Tunnel name",
|
|
4854
3830
|
"name": "name",
|
|
4855
|
-
"default": "
|
|
3831
|
+
"default": "missouri-carbon-magnesium-sixteen",
|
|
4856
3832
|
"hasDynamicHelp": false,
|
|
4857
3833
|
"multiple": false,
|
|
4858
3834
|
"type": "option"
|
|
@@ -4943,13 +3919,6 @@
|
|
|
4943
3919
|
"multiple": false,
|
|
4944
3920
|
"type": "option"
|
|
4945
3921
|
},
|
|
4946
|
-
"agent": {
|
|
4947
|
-
"description": "Run command with agent.",
|
|
4948
|
-
"env": "DX_NO_AGENT",
|
|
4949
|
-
"name": "agent",
|
|
4950
|
-
"allowNo": true,
|
|
4951
|
-
"type": "boolean"
|
|
4952
|
-
},
|
|
4953
3922
|
"json-log": {
|
|
4954
3923
|
"description": "When running in foreground, log JSON format",
|
|
4955
3924
|
"name": "json-log",
|
|
@@ -5056,13 +4025,6 @@
|
|
|
5056
4025
|
"multiple": false,
|
|
5057
4026
|
"type": "option"
|
|
5058
4027
|
},
|
|
5059
|
-
"agent": {
|
|
5060
|
-
"description": "Run command with agent.",
|
|
5061
|
-
"env": "DX_NO_AGENT",
|
|
5062
|
-
"name": "agent",
|
|
5063
|
-
"allowNo": true,
|
|
5064
|
-
"type": "boolean"
|
|
5065
|
-
},
|
|
5066
4028
|
"json-log": {
|
|
5067
4029
|
"description": "When running in foreground, log JSON format",
|
|
5068
4030
|
"name": "json-log",
|
|
@@ -5193,13 +4155,6 @@
|
|
|
5193
4155
|
"multiple": false,
|
|
5194
4156
|
"type": "option"
|
|
5195
4157
|
},
|
|
5196
|
-
"agent": {
|
|
5197
|
-
"description": "Run command with agent.",
|
|
5198
|
-
"env": "DX_NO_AGENT",
|
|
5199
|
-
"name": "agent",
|
|
5200
|
-
"allowNo": true,
|
|
5201
|
-
"type": "boolean"
|
|
5202
|
-
},
|
|
5203
4158
|
"json-log": {
|
|
5204
4159
|
"description": "When running in foreground, log JSON format",
|
|
5205
4160
|
"name": "json-log",
|
|
@@ -5296,13 +4251,6 @@
|
|
|
5296
4251
|
"multiple": false,
|
|
5297
4252
|
"type": "option"
|
|
5298
4253
|
},
|
|
5299
|
-
"agent": {
|
|
5300
|
-
"description": "Run command with agent.",
|
|
5301
|
-
"env": "DX_NO_AGENT",
|
|
5302
|
-
"name": "agent",
|
|
5303
|
-
"allowNo": true,
|
|
5304
|
-
"type": "boolean"
|
|
5305
|
-
},
|
|
5306
4254
|
"json-log": {
|
|
5307
4255
|
"description": "When running in foreground, log JSON format",
|
|
5308
4256
|
"name": "json-log",
|
|
@@ -5431,13 +4379,6 @@
|
|
|
5431
4379
|
"multiple": false,
|
|
5432
4380
|
"type": "option"
|
|
5433
4381
|
},
|
|
5434
|
-
"agent": {
|
|
5435
|
-
"description": "Run command with agent.",
|
|
5436
|
-
"env": "DX_NO_AGENT",
|
|
5437
|
-
"name": "agent",
|
|
5438
|
-
"allowNo": true,
|
|
5439
|
-
"type": "boolean"
|
|
5440
|
-
},
|
|
5441
4382
|
"json-log": {
|
|
5442
4383
|
"description": "When running in foreground, log JSON format",
|
|
5443
4384
|
"name": "json-log",
|
|
@@ -5538,13 +4479,6 @@
|
|
|
5538
4479
|
"multiple": false,
|
|
5539
4480
|
"type": "option"
|
|
5540
4481
|
},
|
|
5541
|
-
"agent": {
|
|
5542
|
-
"description": "Run command with agent.",
|
|
5543
|
-
"env": "DX_NO_AGENT",
|
|
5544
|
-
"name": "agent",
|
|
5545
|
-
"allowNo": true,
|
|
5546
|
-
"type": "boolean"
|
|
5547
|
-
},
|
|
5548
4482
|
"json-log": {
|
|
5549
4483
|
"description": "When running in foreground, log JSON format",
|
|
5550
4484
|
"name": "json-log",
|
|
@@ -5653,13 +4587,6 @@
|
|
|
5653
4587
|
"multiple": false,
|
|
5654
4588
|
"type": "option"
|
|
5655
4589
|
},
|
|
5656
|
-
"agent": {
|
|
5657
|
-
"description": "Run command with agent.",
|
|
5658
|
-
"env": "DX_NO_AGENT",
|
|
5659
|
-
"name": "agent",
|
|
5660
|
-
"allowNo": true,
|
|
5661
|
-
"type": "boolean"
|
|
5662
|
-
},
|
|
5663
4590
|
"json-log": {
|
|
5664
4591
|
"description": "When running in foreground, log JSON format",
|
|
5665
4592
|
"name": "json-log",
|
|
@@ -5714,5 +4641,5 @@
|
|
|
5714
4641
|
]
|
|
5715
4642
|
}
|
|
5716
4643
|
},
|
|
5717
|
-
"version": "0.8.4-main.
|
|
4644
|
+
"version": "0.8.4-main.72ec0f3"
|
|
5718
4645
|
}
|