@dxos/cli 0.1.55-main.fc12f7c → 0.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +312 -115
- package/bin/dev +1 -2
- package/dist/src/base-command.d.ts +6 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +29 -15
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +19 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +25 -39
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +4 -2
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +18 -10
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -0
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +1 -0
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -0
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +6 -4
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +20 -18
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +4 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +25 -18
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +10 -0
- package/dist/src/commands/debug/metrics.d.ts.map +1 -0
- package/dist/src/commands/debug/metrics.js +43 -0
- package/dist/src/commands/debug/metrics.js.map +1 -0
- package/dist/src/commands/{tunnel/set.d.ts → debug/status.d.ts} +4 -5
- package/dist/src/commands/debug/status.d.ts.map +1 -0
- package/dist/src/commands/debug/status.js +34 -0
- package/dist/src/commands/debug/status.js.map +1 -0
- package/dist/src/commands/device/list.d.ts +1 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/function/dev-server.d.ts +1 -0
- package/dist/src/commands/function/dev-server.d.ts.map +1 -1
- package/dist/src/commands/function/dev-server.js +3 -3
- package/dist/src/commands/function/dev-server.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/{info.d.ts → identity.d.ts} +2 -2
- package/dist/src/commands/halo/identity.d.ts.map +1 -0
- package/dist/src/commands/halo/{info.js → identity.js} +5 -5
- package/dist/src/commands/halo/identity.js.map +1 -0
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +1 -0
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.js +1 -1
- package/dist/src/commands/kube/deploy.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -0
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +4 -5
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/space/close.d.ts +9 -0
- package/dist/src/commands/space/close.d.ts.map +1 -0
- package/dist/src/commands/space/close.js +21 -0
- package/dist/src/commands/space/close.js.map +1 -0
- package/dist/src/commands/space/create.js +1 -1
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/info.d.ts +10 -0
- package/dist/src/commands/space/info.d.ts.map +1 -0
- package/dist/src/commands/space/info.js +29 -0
- package/dist/src/commands/space/info.js.map +1 -0
- package/dist/src/commands/space/join.d.ts +1 -0
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +2 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +22 -22
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -0
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/open.d.ts +9 -0
- package/dist/src/commands/space/open.d.ts.map +1 -0
- package/dist/src/commands/space/open.js +20 -0
- package/dist/src/commands/space/open.js.map +1 -0
- package/dist/src/commands/space/share.d.ts +1 -0
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +21 -0
- package/dist/src/commands/tunnel/index.d.ts.map +1 -0
- package/dist/src/commands/tunnel/index.js +41 -0
- package/dist/src/commands/tunnel/index.js.map +1 -0
- package/dist/src/components/App.d.ts +10 -0
- package/dist/src/components/App.d.ts.map +1 -0
- package/dist/src/components/App.js +38 -0
- package/dist/src/components/App.js.map +1 -0
- package/dist/src/components/SpaceTable.d.ts +10 -0
- package/dist/src/components/SpaceTable.d.ts.map +1 -0
- package/dist/src/components/SpaceTable.js +60 -0
- package/dist/src/components/SpaceTable.js.map +1 -0
- package/dist/src/components/SystemTable.d.ts +8 -0
- package/dist/src/components/SystemTable.d.ts.map +1 -0
- package/dist/src/components/SystemTable.js +87 -0
- package/dist/src/components/SystemTable.js.map +1 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/index.js +23 -0
- package/dist/src/components/index.js.map +1 -0
- package/dist/src/errors.d.ts +1 -1
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +2 -2
- package/dist/src/errors.js.map +1 -1
- package/dist/src/help.d.ts.map +1 -1
- package/dist/src/help.js +9 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/timeouts.d.ts +1 -1
- package/dist/src/timeouts.d.ts.map +1 -1
- package/dist/src/timeouts.js +2 -1
- package/dist/src/timeouts.js.map +1 -1
- package/dist/src/util/agents.d.ts +3 -0
- package/dist/src/util/agents.d.ts.map +1 -0
- package/dist/src/util/agents.js +44 -0
- package/dist/src/util/agents.js.map +1 -0
- package/dist/src/util/credentials.d.ts +11 -0
- package/dist/src/util/credentials.d.ts.map +1 -0
- package/dist/src/util/credentials.js +63 -0
- package/dist/src/util/credentials.js.map +1 -0
- package/dist/src/util/devices.d.ts +7 -0
- package/dist/src/util/devices.d.ts.map +1 -0
- package/dist/src/util/devices.js +29 -0
- package/dist/src/util/devices.js.map +1 -0
- package/dist/src/util/index.d.ts +7 -5
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +7 -5
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/{invitation.d.ts → invitations.d.ts} +1 -1
- package/dist/src/util/invitations.d.ts.map +1 -0
- package/dist/src/util/{invitation.js → invitations.js} +1 -1
- package/dist/src/util/invitations.js.map +1 -0
- package/dist/src/util/{print.d.ts → spaces.d.ts} +4 -16
- package/dist/src/util/spaces.d.ts.map +1 -0
- package/dist/src/util/{print.js → spaces.js} +50 -64
- package/dist/src/util/spaces.js.map +1 -0
- package/dist/src/util/telemetry.d.ts +3 -3
- package/dist/src/util/telemetry.d.ts.map +1 -1
- package/dist/src/util/telemetryrc.json +4 -4
- package/dist/src/util/{test-util.d.ts → testing.d.ts} +1 -1
- package/dist/src/util/testing.d.ts.map +1 -0
- package/dist/src/util/{test-util.js → testing.js} +1 -1
- package/dist/src/util/testing.js.map +1 -0
- package/dist/src/util/types.d.ts +4 -0
- package/dist/src/util/types.d.ts.map +1 -0
- package/dist/src/util/types.js +20 -0
- package/dist/src/util/types.js.map +1 -0
- package/oclif.manifest.json +883 -168
- package/package.json +22 -19
- package/dist/src/commands/halo/info.d.ts.map +0 -1
- package/dist/src/commands/halo/info.js.map +0 -1
- package/dist/src/commands/tunnel/set.d.ts.map +0 -1
- package/dist/src/commands/tunnel/set.js +0 -42
- package/dist/src/commands/tunnel/set.js.map +0 -1
- package/dist/src/util/credential.d.ts +0 -4
- package/dist/src/util/credential.d.ts.map +0 -1
- package/dist/src/util/credential.js +0 -33
- package/dist/src/util/credential.js.map +0 -1
- package/dist/src/util/invitation.d.ts.map +0 -1
- package/dist/src/util/invitation.js.map +0 -1
- package/dist/src/util/print.d.ts.map +0 -1
- package/dist/src/util/print.js.map +0 -1
- package/dist/src/util/test-util.d.ts.map +0 -1
- package/dist/src/util/test-util.js.map +0 -1
- package/dist/src/util/util.d.ts +0 -7
- package/dist/src/util/util.d.ts.map +0 -1
- package/dist/src/util/util.js +0 -60
- package/dist/src/util/util.js.map +0 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ $ npm install -g @dxos/cli
|
|
|
80
80
|
$ dx COMMAND
|
|
81
81
|
running command...
|
|
82
82
|
$ dx (--version)
|
|
83
|
-
@dxos/cli/0.1.55
|
|
83
|
+
@dxos/cli/0.1.55 linux-x64 node-v18.17.0
|
|
84
84
|
$ dx --help [COMMAND]
|
|
85
85
|
USAGE
|
|
86
86
|
$ dx COMMAND
|
|
@@ -102,6 +102,8 @@ USAGE
|
|
|
102
102
|
* [`dx config`](#dx-config)
|
|
103
103
|
* [`dx debug diagnostics`](#dx-debug-diagnostics)
|
|
104
104
|
* [`dx debug generate [KEY]`](#dx-debug-generate-key)
|
|
105
|
+
* [`dx debug metrics [COMMAND]`](#dx-debug-metrics-command)
|
|
106
|
+
* [`dx debug status`](#dx-debug-status)
|
|
105
107
|
* [`dx device`](#dx-device)
|
|
106
108
|
* [`dx device list`](#dx-device-list)
|
|
107
109
|
* [`dx function dev`](#dx-function-dev)
|
|
@@ -112,7 +114,7 @@ USAGE
|
|
|
112
114
|
* [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
|
|
113
115
|
* [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
|
|
114
116
|
* [`dx halo credential list`](#dx-halo-credential-list)
|
|
115
|
-
* [`dx halo
|
|
117
|
+
* [`dx halo identity`](#dx-halo-identity)
|
|
116
118
|
* [`dx halo join`](#dx-halo-join)
|
|
117
119
|
* [`dx halo share`](#dx-halo-share)
|
|
118
120
|
* [`dx help [COMMANDS]`](#dx-help-commands)
|
|
@@ -129,15 +131,18 @@ USAGE
|
|
|
129
131
|
* [`dx plugins update`](#dx-plugins-update)
|
|
130
132
|
* [`dx reset`](#dx-reset)
|
|
131
133
|
* [`dx shell`](#dx-shell)
|
|
134
|
+
* [`dx space close [KEY]`](#dx-space-close-key)
|
|
132
135
|
* [`dx space create [NAME]`](#dx-space-create-name)
|
|
133
136
|
* [`dx space epoch [KEY]`](#dx-space-epoch-key)
|
|
137
|
+
* [`dx space info [KEY]`](#dx-space-info-key)
|
|
134
138
|
* [`dx space join`](#dx-space-join)
|
|
135
139
|
* [`dx space list`](#dx-space-list)
|
|
136
140
|
* [`dx space members [KEY]`](#dx-space-members-key)
|
|
141
|
+
* [`dx space open [KEY]`](#dx-space-open-key)
|
|
137
142
|
* [`dx space query [KEY]`](#dx-space-query-key)
|
|
138
143
|
* [`dx space share [KEY]`](#dx-space-share-key)
|
|
144
|
+
* [`dx tunnel COMMAND`](#dx-tunnel-command)
|
|
139
145
|
* [`dx tunnel list`](#dx-tunnel-list)
|
|
140
|
-
* [`dx tunnel set`](#dx-tunnel-set)
|
|
141
146
|
|
|
142
147
|
## `dx agent list`
|
|
143
148
|
|
|
@@ -145,18 +150,29 @@ List agents.
|
|
|
145
150
|
|
|
146
151
|
```
|
|
147
152
|
USAGE
|
|
148
|
-
$ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
153
|
+
$ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
154
|
+
<value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
155
|
+
[--csv | --no-truncate]] [--no-header | ] [--live]
|
|
149
156
|
|
|
150
157
|
FLAGS
|
|
151
158
|
-v, --verbose Verbose output
|
|
159
|
+
-x, --extended show extra columns
|
|
160
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
152
161
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
162
|
+
--csv output is csv format [alias: --output=csv]
|
|
153
163
|
--dry-run Dry run.
|
|
164
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
165
|
+
--json Output as JSON.
|
|
166
|
+
--live Live update.
|
|
154
167
|
--no-agent Run command without agent.
|
|
168
|
+
--no-header hide table header from output
|
|
169
|
+
--no-truncate do not truncate output to fit screen
|
|
170
|
+
--no-wait Do not wait for space to be ready.
|
|
171
|
+
--output=<option> output in a more machine friendly format
|
|
172
|
+
<options: csv|json|yaml>
|
|
155
173
|
--profile=<value> [default: default] User profile.
|
|
156
|
-
--
|
|
157
|
-
|
|
158
|
-
GLOBAL FLAGS
|
|
159
|
-
--json Format output as json.
|
|
174
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
175
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
160
176
|
|
|
161
177
|
DESCRIPTION
|
|
162
178
|
List agents.
|
|
@@ -169,7 +185,7 @@ Restart agent daemon.
|
|
|
169
185
|
```
|
|
170
186
|
USAGE
|
|
171
187
|
$ dx agent restart [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
172
|
-
<value>] [--force]
|
|
188
|
+
<value>] [--no-wait] [--force]
|
|
173
189
|
|
|
174
190
|
FLAGS
|
|
175
191
|
-v, --verbose Verbose output
|
|
@@ -178,8 +194,9 @@ FLAGS
|
|
|
178
194
|
--force Force restart.
|
|
179
195
|
--json Output as JSON.
|
|
180
196
|
--no-agent Run command without agent.
|
|
197
|
+
--no-wait Do not wait for space to be ready.
|
|
181
198
|
--profile=<value> [default: default] User profile.
|
|
182
|
-
--timeout=<value> [default:
|
|
199
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
183
200
|
|
|
184
201
|
DESCRIPTION
|
|
185
202
|
Restart agent daemon.
|
|
@@ -192,7 +209,7 @@ Starts the agent.
|
|
|
192
209
|
```
|
|
193
210
|
USAGE
|
|
194
211
|
$ dx agent start [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
195
|
-
<value>] [-f] [--
|
|
212
|
+
<value>] [--no-wait] [-f] [--ws <value>] [--echo <value>] [--monitor] [--metrics]
|
|
196
213
|
|
|
197
214
|
FLAGS
|
|
198
215
|
-f, --foreground Run in foreground.
|
|
@@ -201,11 +218,13 @@ FLAGS
|
|
|
201
218
|
--dry-run Dry run.
|
|
202
219
|
--echo=port Expose ECHO REST API.
|
|
203
220
|
--json Output as JSON.
|
|
221
|
+
--metrics Start metrics recording.
|
|
204
222
|
--monitor Run epoch monitoring.
|
|
205
223
|
--no-agent Run command without agent.
|
|
224
|
+
--no-wait Do not wait for space to be ready.
|
|
206
225
|
--profile=<value> [default: default] User profile.
|
|
207
|
-
--timeout=<value> [default:
|
|
208
|
-
--
|
|
226
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
227
|
+
--ws=port Expose web socket port.
|
|
209
228
|
|
|
210
229
|
DESCRIPTION
|
|
211
230
|
Starts the agent.
|
|
@@ -218,7 +237,7 @@ Stop agent daemon.
|
|
|
218
237
|
```
|
|
219
238
|
USAGE
|
|
220
239
|
$ dx agent stop [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
221
|
-
<value>] [--all] [--force]
|
|
240
|
+
<value>] [--no-wait] [--all] [--force]
|
|
222
241
|
|
|
223
242
|
FLAGS
|
|
224
243
|
-v, --verbose Verbose output
|
|
@@ -228,8 +247,9 @@ FLAGS
|
|
|
228
247
|
--force Force stop.
|
|
229
248
|
--json Output as JSON.
|
|
230
249
|
--no-agent Run command without agent.
|
|
250
|
+
--no-wait Do not wait for space to be ready.
|
|
231
251
|
--profile=<value> [default: default] User profile.
|
|
232
|
-
--timeout=<value> [default:
|
|
252
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
233
253
|
|
|
234
254
|
DESCRIPTION
|
|
235
255
|
Stop agent daemon.
|
|
@@ -242,7 +262,7 @@ Manage applications.
|
|
|
242
262
|
```
|
|
243
263
|
USAGE
|
|
244
264
|
$ dx app create NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
245
|
-
<value>] [--tag <value>] [-t hello|bare|tasks] [-i]
|
|
265
|
+
<value>] [--no-wait] [--tag <value>] [-t hello|bare|tasks] [-i]
|
|
246
266
|
|
|
247
267
|
ARGUMENTS
|
|
248
268
|
NAME App name.
|
|
@@ -256,9 +276,10 @@ FLAGS
|
|
|
256
276
|
--dry-run Dry run.
|
|
257
277
|
--json Output as JSON.
|
|
258
278
|
--no-agent Run command without agent.
|
|
279
|
+
--no-wait Do not wait for space to be ready.
|
|
259
280
|
--profile=<value> [default: default] User profile.
|
|
260
281
|
--tag=<value> Git tag or branch of the DXOS repo to checkout.
|
|
261
|
-
--timeout=<value> [default:
|
|
282
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
262
283
|
|
|
263
284
|
DESCRIPTION
|
|
264
285
|
Manage applications.
|
|
@@ -270,15 +291,17 @@ List apps.
|
|
|
270
291
|
|
|
271
292
|
```
|
|
272
293
|
USAGE
|
|
273
|
-
$ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
294
|
+
$ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
295
|
+
<value>] [--no-wait]
|
|
274
296
|
|
|
275
297
|
FLAGS
|
|
276
298
|
-v, --verbose Verbose output
|
|
277
299
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
278
300
|
--dry-run Dry run.
|
|
279
301
|
--no-agent Run command without agent.
|
|
302
|
+
--no-wait Do not wait for space to be ready.
|
|
280
303
|
--profile=<value> [default: default] User profile.
|
|
281
|
-
--timeout=<value> [default:
|
|
304
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
282
305
|
|
|
283
306
|
GLOBAL FLAGS
|
|
284
307
|
--json Format output as json.
|
|
@@ -294,7 +317,7 @@ Opens app with provided url and process device invitation.
|
|
|
294
317
|
```
|
|
295
318
|
USAGE
|
|
296
319
|
$ dx app open URL [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
297
|
-
<value>] [--instances <value>] [--invite]
|
|
320
|
+
<value>] [--no-wait] [--instances <value>] [--invite]
|
|
298
321
|
|
|
299
322
|
ARGUMENTS
|
|
300
323
|
URL App URL.
|
|
@@ -306,8 +329,9 @@ FLAGS
|
|
|
306
329
|
--instances=<value> [default: 1] Amount of test instances.
|
|
307
330
|
--invite If `true` proceed device invitation for all instances.
|
|
308
331
|
--no-agent Run command without agent.
|
|
332
|
+
--no-wait Do not wait for space to be ready.
|
|
309
333
|
--profile=<value> [default: default] User profile.
|
|
310
|
-
--timeout=<value> [default:
|
|
334
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
311
335
|
|
|
312
336
|
GLOBAL FLAGS
|
|
313
337
|
--json Format output as json.
|
|
@@ -323,7 +347,7 @@ Publish apps.
|
|
|
323
347
|
```
|
|
324
348
|
USAGE
|
|
325
349
|
$ dx app publish [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
326
|
-
<value>] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
|
|
350
|
+
<value>] [--no-wait] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
|
|
327
351
|
|
|
328
352
|
FLAGS
|
|
329
353
|
-v, --verbose Verbose output
|
|
@@ -333,9 +357,10 @@ FLAGS
|
|
|
333
357
|
--dry-run Dry run.
|
|
334
358
|
--json Output as JSON.
|
|
335
359
|
--no-agent Run command without agent.
|
|
360
|
+
--no-wait Do not wait for space to be ready.
|
|
336
361
|
--profile=<value> [default: default] User profile.
|
|
337
362
|
--skipExisting Do not update content on KUBE if version already exists.
|
|
338
|
-
--timeout=<value> [default:
|
|
363
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
339
364
|
--version=<value> Version of modules to publish.
|
|
340
365
|
|
|
341
366
|
DESCRIPTION
|
|
@@ -348,15 +373,17 @@ Show config file.
|
|
|
348
373
|
|
|
349
374
|
```
|
|
350
375
|
USAGE
|
|
351
|
-
$ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
376
|
+
$ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
377
|
+
<value>] [--no-wait]
|
|
352
378
|
|
|
353
379
|
FLAGS
|
|
354
380
|
-v, --verbose Verbose output
|
|
355
381
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
356
382
|
--dry-run Dry run.
|
|
357
383
|
--no-agent Run command without agent.
|
|
384
|
+
--no-wait Do not wait for space to be ready.
|
|
358
385
|
--profile=<value> [default: default] User profile.
|
|
359
|
-
--timeout=<value> [default:
|
|
386
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
360
387
|
|
|
361
388
|
GLOBAL FLAGS
|
|
362
389
|
--json Format output as json.
|
|
@@ -367,26 +394,36 @@ DESCRIPTION
|
|
|
367
394
|
|
|
368
395
|
## `dx debug diagnostics`
|
|
369
396
|
|
|
370
|
-
|
|
397
|
+
Create diagnostics report.
|
|
371
398
|
|
|
372
399
|
```
|
|
373
400
|
USAGE
|
|
374
|
-
$ dx debug diagnostics [--json] [--dry-run] [
|
|
375
|
-
<value>] [--humanize] [--truncate]
|
|
401
|
+
$ dx debug diagnostics [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
402
|
+
<value>] [--no-wait] [--humanize] [--truncate]
|
|
376
403
|
|
|
377
404
|
FLAGS
|
|
405
|
+
-v, --verbose Verbose output
|
|
378
406
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
379
407
|
--dry-run Dry run.
|
|
380
|
-
--humanize
|
|
408
|
+
--humanize Humanize keys.
|
|
381
409
|
--json Output as JSON.
|
|
382
410
|
--no-agent Run command without agent.
|
|
411
|
+
--no-wait Do not wait for space to be ready.
|
|
383
412
|
--profile=<value> [default: default] User profile.
|
|
384
|
-
--timeout=<value> [default:
|
|
413
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
385
414
|
--truncate Truncate keys.
|
|
386
|
-
--verbose Verbose output.
|
|
387
415
|
|
|
388
416
|
DESCRIPTION
|
|
389
|
-
|
|
417
|
+
Create diagnostics report.
|
|
418
|
+
|
|
419
|
+
EXAMPLES
|
|
420
|
+
Inspect diagnostics.
|
|
421
|
+
|
|
422
|
+
$ dx debug diagnostics --json --truncate | jq -r '.metrics'
|
|
423
|
+
|
|
424
|
+
Upload diagnostics to GitHub.
|
|
425
|
+
|
|
426
|
+
$ dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json
|
|
390
427
|
```
|
|
391
428
|
|
|
392
429
|
## `dx debug generate [KEY]`
|
|
@@ -396,42 +433,100 @@ Generate test data.
|
|
|
396
433
|
```
|
|
397
434
|
USAGE
|
|
398
435
|
$ dx debug generate [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
399
|
-
<value>] [--
|
|
436
|
+
<value>] [--no-wait] [--interval <value>] [--jitter <value>] [--objects <value>] [--mutations <value>] [--epoch
|
|
437
|
+
<value>]
|
|
400
438
|
|
|
401
439
|
ARGUMENTS
|
|
402
440
|
KEY Space key head in hex.
|
|
403
441
|
|
|
404
442
|
FLAGS
|
|
405
|
-
-v, --verbose
|
|
406
|
-
--config=path
|
|
407
|
-
--dry-run
|
|
408
|
-
--
|
|
409
|
-
--
|
|
410
|
-
--
|
|
411
|
-
--
|
|
412
|
-
--
|
|
413
|
-
--
|
|
414
|
-
--
|
|
443
|
+
-v, --verbose Verbose output
|
|
444
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
445
|
+
--dry-run Dry run.
|
|
446
|
+
--epoch=<value> Number of mutations per epoch.
|
|
447
|
+
--interval=<value> Interval between mutations (ms).
|
|
448
|
+
--jitter=<value> Inverval variance (ms).
|
|
449
|
+
--json Output as JSON.
|
|
450
|
+
--mutations=<value> Number of mutations.
|
|
451
|
+
--no-agent Run command without agent.
|
|
452
|
+
--no-wait Do not wait for space to be ready.
|
|
453
|
+
--objects=<value> Number of objects.
|
|
454
|
+
--profile=<value> [default: default] User profile.
|
|
455
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
415
456
|
|
|
416
457
|
DESCRIPTION
|
|
417
458
|
Generate test data.
|
|
418
459
|
```
|
|
419
460
|
|
|
461
|
+
## `dx debug metrics [COMMAND]`
|
|
462
|
+
|
|
463
|
+
Control metrics.
|
|
464
|
+
|
|
465
|
+
```
|
|
466
|
+
USAGE
|
|
467
|
+
$ dx debug metrics [COMMAND] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
|
|
468
|
+
[--timeout <value>] [--no-wait]
|
|
469
|
+
|
|
470
|
+
ARGUMENTS
|
|
471
|
+
COMMAND Control metrics recording.
|
|
472
|
+
|
|
473
|
+
FLAGS
|
|
474
|
+
-v, --verbose Verbose output
|
|
475
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
476
|
+
--dry-run Dry run.
|
|
477
|
+
--no-agent Run command without agent.
|
|
478
|
+
--no-wait Do not wait for space to be ready.
|
|
479
|
+
--profile=<value> [default: default] User profile.
|
|
480
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
481
|
+
|
|
482
|
+
GLOBAL FLAGS
|
|
483
|
+
--json Format output as json.
|
|
484
|
+
|
|
485
|
+
DESCRIPTION
|
|
486
|
+
Control metrics.
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
## `dx debug status`
|
|
490
|
+
|
|
491
|
+
Display status.
|
|
492
|
+
|
|
493
|
+
```
|
|
494
|
+
USAGE
|
|
495
|
+
$ dx debug status [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
496
|
+
<value>] [--no-wait] [--interval <value>]
|
|
497
|
+
|
|
498
|
+
FLAGS
|
|
499
|
+
-v, --verbose Verbose output
|
|
500
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
501
|
+
--dry-run Dry run.
|
|
502
|
+
--interval=<value> [default: 1000] Update interval (ms).
|
|
503
|
+
--json Output as JSON.
|
|
504
|
+
--no-agent Run command without agent.
|
|
505
|
+
--no-wait Do not wait for space to be ready.
|
|
506
|
+
--profile=<value> [default: default] User profile.
|
|
507
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
508
|
+
|
|
509
|
+
DESCRIPTION
|
|
510
|
+
Display status.
|
|
511
|
+
```
|
|
512
|
+
|
|
420
513
|
## `dx device`
|
|
421
514
|
|
|
422
515
|
Show device info.
|
|
423
516
|
|
|
424
517
|
```
|
|
425
518
|
USAGE
|
|
426
|
-
$ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
519
|
+
$ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
520
|
+
<value>] [--no-wait]
|
|
427
521
|
|
|
428
522
|
FLAGS
|
|
429
523
|
-v, --verbose Verbose output
|
|
430
524
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
431
525
|
--dry-run Dry run.
|
|
432
526
|
--no-agent Run command without agent.
|
|
527
|
+
--no-wait Do not wait for space to be ready.
|
|
433
528
|
--profile=<value> [default: default] User profile.
|
|
434
|
-
--timeout=<value> [default:
|
|
529
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
435
530
|
|
|
436
531
|
GLOBAL FLAGS
|
|
437
532
|
--json Format output as json.
|
|
@@ -447,8 +542,8 @@ Show device info.
|
|
|
447
542
|
```
|
|
448
543
|
USAGE
|
|
449
544
|
$ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
450
|
-
<value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
451
|
-
--no-truncate]] [--no-header | ]
|
|
545
|
+
<value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
546
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
452
547
|
|
|
453
548
|
FLAGS
|
|
454
549
|
-v, --verbose Verbose output
|
|
@@ -462,11 +557,12 @@ FLAGS
|
|
|
462
557
|
--no-agent Run command without agent.
|
|
463
558
|
--no-header hide table header from output
|
|
464
559
|
--no-truncate do not truncate output to fit screen
|
|
560
|
+
--no-wait Do not wait for space to be ready.
|
|
465
561
|
--output=<option> output in a more machine friendly format
|
|
466
562
|
<options: csv|json|yaml>
|
|
467
563
|
--profile=<value> [default: default] User profile.
|
|
468
564
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
469
|
-
--timeout=<value> [default:
|
|
565
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
470
566
|
|
|
471
567
|
DESCRIPTION
|
|
472
568
|
Show device info.
|
|
@@ -479,7 +575,7 @@ Development server.
|
|
|
479
575
|
```
|
|
480
576
|
USAGE
|
|
481
577
|
$ dx function dev [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
482
|
-
<value>] [--require <value>] [--manifest <value>]
|
|
578
|
+
<value>] [--no-wait] [--require <value>] [--manifest <value>]
|
|
483
579
|
|
|
484
580
|
FLAGS
|
|
485
581
|
-v, --verbose Verbose output
|
|
@@ -488,9 +584,10 @@ FLAGS
|
|
|
488
584
|
--json Output as JSON.
|
|
489
585
|
--manifest=<value> [default: functions.yml]
|
|
490
586
|
--no-agent Run command without agent.
|
|
587
|
+
--no-wait Do not wait for space to be ready.
|
|
491
588
|
--profile=<value> [default: default] User profile.
|
|
492
589
|
--require=<value>... [default: ts-node/register]
|
|
493
|
-
--timeout=<value> [default:
|
|
590
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
494
591
|
|
|
495
592
|
DESCRIPTION
|
|
496
593
|
Development server.
|
|
@@ -511,7 +608,7 @@ Development server.
|
|
|
511
608
|
```
|
|
512
609
|
USAGE
|
|
513
610
|
$ dx function dev-server [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
514
|
-
<value>] [--require <value>] [--manifest <value>]
|
|
611
|
+
<value>] [--no-wait] [--require <value>] [--manifest <value>]
|
|
515
612
|
|
|
516
613
|
FLAGS
|
|
517
614
|
-v, --verbose Verbose output
|
|
@@ -520,9 +617,10 @@ FLAGS
|
|
|
520
617
|
--json Output as JSON.
|
|
521
618
|
--manifest=<value> [default: functions.yml]
|
|
522
619
|
--no-agent Run command without agent.
|
|
620
|
+
--no-wait Do not wait for space to be ready.
|
|
523
621
|
--profile=<value> [default: default] User profile.
|
|
524
622
|
--require=<value>... [default: ts-node/register]
|
|
525
|
-
--timeout=<value> [default:
|
|
623
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
526
624
|
|
|
527
625
|
DESCRIPTION
|
|
528
626
|
Development server.
|
|
@@ -543,7 +641,7 @@ Invoke function.
|
|
|
543
641
|
```
|
|
544
642
|
USAGE
|
|
545
643
|
$ dx function exec NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
546
|
-
<value>]
|
|
644
|
+
<value>] [--no-wait]
|
|
547
645
|
|
|
548
646
|
ARGUMENTS
|
|
549
647
|
NAME Function name.
|
|
@@ -553,8 +651,9 @@ FLAGS
|
|
|
553
651
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
554
652
|
--dry-run Dry run.
|
|
555
653
|
--no-agent Run command without agent.
|
|
654
|
+
--no-wait Do not wait for space to be ready.
|
|
556
655
|
--profile=<value> [default: default] User profile.
|
|
557
|
-
--timeout=<value> [default:
|
|
656
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
558
657
|
|
|
559
658
|
GLOBAL FLAGS
|
|
560
659
|
--json Format output as json.
|
|
@@ -569,15 +668,17 @@ List functions.
|
|
|
569
668
|
|
|
570
669
|
```
|
|
571
670
|
USAGE
|
|
572
|
-
$ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
671
|
+
$ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
672
|
+
<value>] [--no-wait]
|
|
573
673
|
|
|
574
674
|
FLAGS
|
|
575
675
|
-v, --verbose Verbose output
|
|
576
676
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
577
677
|
--dry-run Dry run.
|
|
578
678
|
--no-agent Run command without agent.
|
|
679
|
+
--no-wait Do not wait for space to be ready.
|
|
579
680
|
--profile=<value> [default: default] User profile.
|
|
580
|
-
--timeout=<value> [default:
|
|
681
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
581
682
|
|
|
582
683
|
GLOBAL FLAGS
|
|
583
684
|
--json Format output as json.
|
|
@@ -593,7 +694,7 @@ Get function logs.
|
|
|
593
694
|
```
|
|
594
695
|
USAGE
|
|
595
696
|
$ dx function logs NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
596
|
-
<value>]
|
|
697
|
+
<value>] [--no-wait]
|
|
597
698
|
|
|
598
699
|
ARGUMENTS
|
|
599
700
|
NAME Function name.
|
|
@@ -603,8 +704,9 @@ FLAGS
|
|
|
603
704
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
604
705
|
--dry-run Dry run.
|
|
605
706
|
--no-agent Run command without agent.
|
|
707
|
+
--no-wait Do not wait for space to be ready.
|
|
606
708
|
--profile=<value> [default: default] User profile.
|
|
607
|
-
--timeout=<value> [default:
|
|
709
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
608
710
|
|
|
609
711
|
GLOBAL FLAGS
|
|
610
712
|
--json Format output as json.
|
|
@@ -620,7 +722,7 @@ Create HALO.
|
|
|
620
722
|
```
|
|
621
723
|
USAGE
|
|
622
724
|
$ dx halo create DISPLAYNAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
|
|
623
|
-
[--timeout <value>]
|
|
725
|
+
[--timeout <value>] [--no-wait]
|
|
624
726
|
|
|
625
727
|
ARGUMENTS
|
|
626
728
|
DISPLAYNAME Display name
|
|
@@ -630,8 +732,9 @@ FLAGS
|
|
|
630
732
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
631
733
|
--dry-run Dry run.
|
|
632
734
|
--no-agent Run command without agent.
|
|
735
|
+
--no-wait Do not wait for space to be ready.
|
|
633
736
|
--profile=<value> [default: default] User profile.
|
|
634
|
-
--timeout=<value> [default:
|
|
737
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
635
738
|
|
|
636
739
|
GLOBAL FLAGS
|
|
637
740
|
--json Format output as json.
|
|
@@ -647,7 +750,7 @@ Import credential into HALO.
|
|
|
647
750
|
```
|
|
648
751
|
USAGE
|
|
649
752
|
$ dx halo credential add [CREDENTIAL] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
|
|
650
|
-
[--timeout <value>]
|
|
753
|
+
[--timeout <value>] [--no-wait]
|
|
651
754
|
|
|
652
755
|
ARGUMENTS
|
|
653
756
|
CREDENTIAL credential
|
|
@@ -658,8 +761,9 @@ FLAGS
|
|
|
658
761
|
--dry-run Dry run.
|
|
659
762
|
--json Output as JSON.
|
|
660
763
|
--no-agent Run command without agent.
|
|
764
|
+
--no-wait Do not wait for space to be ready.
|
|
661
765
|
--profile=<value> [default: default] User profile.
|
|
662
|
-
--timeout=<value> [default:
|
|
766
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
663
767
|
|
|
664
768
|
DESCRIPTION
|
|
665
769
|
Import credential into HALO.
|
|
@@ -672,8 +776,8 @@ List HALO credentials.
|
|
|
672
776
|
```
|
|
673
777
|
USAGE
|
|
674
778
|
$ dx halo credential list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
675
|
-
<value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
676
|
-
--no-truncate]] [--no-header | ] [--type <value>]
|
|
779
|
+
<value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
780
|
+
[--csv | --no-truncate]] [--no-header | ] [--type <value>]
|
|
677
781
|
|
|
678
782
|
FLAGS
|
|
679
783
|
-v, --verbose Verbose output
|
|
@@ -687,38 +791,41 @@ FLAGS
|
|
|
687
791
|
--no-agent Run command without agent.
|
|
688
792
|
--no-header hide table header from output
|
|
689
793
|
--no-truncate do not truncate output to fit screen
|
|
794
|
+
--no-wait Do not wait for space to be ready.
|
|
690
795
|
--output=<option> output in a more machine friendly format
|
|
691
796
|
<options: csv|json|yaml>
|
|
692
797
|
--profile=<value> [default: default] User profile.
|
|
693
798
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
694
|
-
--timeout=<value> [default:
|
|
799
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
695
800
|
--type=<value> Type
|
|
696
801
|
|
|
697
802
|
DESCRIPTION
|
|
698
803
|
List HALO credentials.
|
|
699
804
|
```
|
|
700
805
|
|
|
701
|
-
## `dx halo
|
|
806
|
+
## `dx halo identity`
|
|
702
807
|
|
|
703
|
-
Show HALO
|
|
808
|
+
Show HALO identity.
|
|
704
809
|
|
|
705
810
|
```
|
|
706
811
|
USAGE
|
|
707
|
-
$ dx halo
|
|
812
|
+
$ dx halo identity [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
813
|
+
<value>] [--no-wait]
|
|
708
814
|
|
|
709
815
|
FLAGS
|
|
710
816
|
-v, --verbose Verbose output
|
|
711
817
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
712
818
|
--dry-run Dry run.
|
|
713
819
|
--no-agent Run command without agent.
|
|
820
|
+
--no-wait Do not wait for space to be ready.
|
|
714
821
|
--profile=<value> [default: default] User profile.
|
|
715
|
-
--timeout=<value> [default:
|
|
822
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
716
823
|
|
|
717
824
|
GLOBAL FLAGS
|
|
718
825
|
--json Format output as json.
|
|
719
826
|
|
|
720
827
|
DESCRIPTION
|
|
721
|
-
Show HALO
|
|
828
|
+
Show HALO identity.
|
|
722
829
|
```
|
|
723
830
|
|
|
724
831
|
## `dx halo join`
|
|
@@ -728,7 +835,7 @@ Join HALO (device) invitation.
|
|
|
728
835
|
```
|
|
729
836
|
USAGE
|
|
730
837
|
$ dx halo join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
731
|
-
<value>] [--invitation <value>] [--secret <value>]
|
|
838
|
+
<value>] [--no-wait] [--invitation <value>] [--secret <value>]
|
|
732
839
|
|
|
733
840
|
FLAGS
|
|
734
841
|
-v, --verbose Verbose output
|
|
@@ -737,9 +844,10 @@ FLAGS
|
|
|
737
844
|
--invitation=<value> Invitation code
|
|
738
845
|
--json Output as JSON.
|
|
739
846
|
--no-agent Run command without agent.
|
|
847
|
+
--no-wait Do not wait for space to be ready.
|
|
740
848
|
--profile=<value> [default: default] User profile.
|
|
741
849
|
--secret=<value> Invitation secret
|
|
742
|
-
--timeout=<value> [default:
|
|
850
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
743
851
|
|
|
744
852
|
DESCRIPTION
|
|
745
853
|
Join HALO (device) invitation.
|
|
@@ -752,16 +860,17 @@ Create HALO (device) invitation.
|
|
|
752
860
|
```
|
|
753
861
|
USAGE
|
|
754
862
|
$ dx halo share [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
755
|
-
<value>] [--noCode]
|
|
863
|
+
<value>] [--no-wait] [--noCode]
|
|
756
864
|
|
|
757
865
|
FLAGS
|
|
758
866
|
-v, --verbose Verbose output
|
|
759
867
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
760
868
|
--dry-run Dry run.
|
|
761
869
|
--no-agent Run command without agent.
|
|
870
|
+
--no-wait Do not wait for space to be ready.
|
|
762
871
|
--noCode Flag that specifies if secret auth code is not required
|
|
763
872
|
--profile=<value> [default: default] User profile.
|
|
764
|
-
--timeout=<value> [default:
|
|
873
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
765
874
|
|
|
766
875
|
GLOBAL FLAGS
|
|
767
876
|
--json Format output as json.
|
|
@@ -796,15 +905,17 @@ Authenticate with KUBE.
|
|
|
796
905
|
|
|
797
906
|
```
|
|
798
907
|
USAGE
|
|
799
|
-
$ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
908
|
+
$ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
909
|
+
<value>] [--no-wait]
|
|
800
910
|
|
|
801
911
|
FLAGS
|
|
802
912
|
-v, --verbose Verbose output
|
|
803
913
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
804
914
|
--dry-run Dry run.
|
|
805
915
|
--no-agent Run command without agent.
|
|
916
|
+
--no-wait Do not wait for space to be ready.
|
|
806
917
|
--profile=<value> [default: default] User profile.
|
|
807
|
-
--timeout=<value> [default:
|
|
918
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
808
919
|
|
|
809
920
|
GLOBAL FLAGS
|
|
810
921
|
--json Format output as json.
|
|
@@ -820,7 +931,7 @@ Deploy KUBE.
|
|
|
820
931
|
```
|
|
821
932
|
USAGE
|
|
822
933
|
$ dx kube deploy --hostname <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
|
|
823
|
-
[--timeout <value>] [--provider <value>] [--accessToken <value>] [--dev]
|
|
934
|
+
[--timeout <value>] [--no-wait] [--provider <value>] [--accessToken <value>] [--dev]
|
|
824
935
|
|
|
825
936
|
FLAGS
|
|
826
937
|
-v, --verbose Verbose output
|
|
@@ -831,9 +942,10 @@ FLAGS
|
|
|
831
942
|
--hostname=<value> (required) Hostname
|
|
832
943
|
--json Output as JSON.
|
|
833
944
|
--no-agent Run command without agent.
|
|
945
|
+
--no-wait Do not wait for space to be ready.
|
|
834
946
|
--profile=<value> [default: default] User profile.
|
|
835
947
|
--provider=<value> [default: digitalocean] Cloud Provider
|
|
836
|
-
--timeout=<value> [default:
|
|
948
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
837
949
|
|
|
838
950
|
DESCRIPTION
|
|
839
951
|
Deploy KUBE.
|
|
@@ -1082,7 +1194,7 @@ Reset user data.
|
|
|
1082
1194
|
```
|
|
1083
1195
|
USAGE
|
|
1084
1196
|
$ dx reset [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1085
|
-
<value>] [--force]
|
|
1197
|
+
<value>] [--no-wait] [--force]
|
|
1086
1198
|
|
|
1087
1199
|
FLAGS
|
|
1088
1200
|
-v, --verbose Verbose output
|
|
@@ -1091,8 +1203,9 @@ FLAGS
|
|
|
1091
1203
|
--force Force delete.
|
|
1092
1204
|
--json Output as JSON.
|
|
1093
1205
|
--no-agent Run command without agent.
|
|
1206
|
+
--no-wait Do not wait for space to be ready.
|
|
1094
1207
|
--profile=<value> [default: default] User profile.
|
|
1095
|
-
--timeout=<value> [default:
|
|
1208
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1096
1209
|
|
|
1097
1210
|
DESCRIPTION
|
|
1098
1211
|
Reset user data.
|
|
@@ -1104,7 +1217,8 @@ Interactive shell.
|
|
|
1104
1217
|
|
|
1105
1218
|
```
|
|
1106
1219
|
USAGE
|
|
1107
|
-
$ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1220
|
+
$ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1221
|
+
<value>] [--no-wait]
|
|
1108
1222
|
|
|
1109
1223
|
FLAGS
|
|
1110
1224
|
-v, --verbose Verbose output
|
|
@@ -1112,13 +1226,37 @@ FLAGS
|
|
|
1112
1226
|
--dry-run Dry run.
|
|
1113
1227
|
--json Output as JSON.
|
|
1114
1228
|
--no-agent Run command without agent.
|
|
1229
|
+
--no-wait Do not wait for space to be ready.
|
|
1115
1230
|
--profile=<value> [default: default] User profile.
|
|
1116
|
-
--timeout=<value> [default:
|
|
1231
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1117
1232
|
|
|
1118
1233
|
DESCRIPTION
|
|
1119
1234
|
Interactive shell.
|
|
1120
1235
|
```
|
|
1121
1236
|
|
|
1237
|
+
## `dx space close [KEY]`
|
|
1238
|
+
|
|
1239
|
+
Close space.
|
|
1240
|
+
|
|
1241
|
+
```
|
|
1242
|
+
USAGE
|
|
1243
|
+
$ dx space close [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1244
|
+
<value>] [--no-wait]
|
|
1245
|
+
|
|
1246
|
+
FLAGS
|
|
1247
|
+
-v, --verbose Verbose output
|
|
1248
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1249
|
+
--dry-run Dry run.
|
|
1250
|
+
--json Output as JSON.
|
|
1251
|
+
--no-agent Run command without agent.
|
|
1252
|
+
--no-wait Do not wait for space to be ready.
|
|
1253
|
+
--profile=<value> [default: default] User profile.
|
|
1254
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1255
|
+
|
|
1256
|
+
DESCRIPTION
|
|
1257
|
+
Close space.
|
|
1258
|
+
```
|
|
1259
|
+
|
|
1122
1260
|
## `dx space create [NAME]`
|
|
1123
1261
|
|
|
1124
1262
|
Create space.
|
|
@@ -1126,15 +1264,16 @@ Create space.
|
|
|
1126
1264
|
```
|
|
1127
1265
|
USAGE
|
|
1128
1266
|
$ dx space create [NAME] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1129
|
-
<value>]
|
|
1267
|
+
<value>] [--no-wait]
|
|
1130
1268
|
|
|
1131
1269
|
FLAGS
|
|
1132
1270
|
-v, --verbose Verbose output
|
|
1133
1271
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1134
1272
|
--dry-run Dry run.
|
|
1135
1273
|
--no-agent Run command without agent.
|
|
1274
|
+
--no-wait Do not wait for space to be ready.
|
|
1136
1275
|
--profile=<value> [default: default] User profile.
|
|
1137
|
-
--timeout=<value> [default:
|
|
1276
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1138
1277
|
|
|
1139
1278
|
GLOBAL FLAGS
|
|
1140
1279
|
--json Format output as json.
|
|
@@ -1150,7 +1289,7 @@ Create new epoch.
|
|
|
1150
1289
|
```
|
|
1151
1290
|
USAGE
|
|
1152
1291
|
$ dx space epoch [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1153
|
-
<value>]
|
|
1292
|
+
<value>] [--no-wait]
|
|
1154
1293
|
|
|
1155
1294
|
ARGUMENTS
|
|
1156
1295
|
KEY Space key head in hex.
|
|
@@ -1160,8 +1299,9 @@ FLAGS
|
|
|
1160
1299
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1161
1300
|
--dry-run Dry run.
|
|
1162
1301
|
--no-agent Run command without agent.
|
|
1302
|
+
--no-wait Do not wait for space to be ready.
|
|
1163
1303
|
--profile=<value> [default: default] User profile.
|
|
1164
|
-
--timeout=<value> [default:
|
|
1304
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1165
1305
|
|
|
1166
1306
|
GLOBAL FLAGS
|
|
1167
1307
|
--json Format output as json.
|
|
@@ -1170,6 +1310,31 @@ DESCRIPTION
|
|
|
1170
1310
|
Create new epoch.
|
|
1171
1311
|
```
|
|
1172
1312
|
|
|
1313
|
+
## `dx space info [KEY]`
|
|
1314
|
+
|
|
1315
|
+
Show space info.
|
|
1316
|
+
|
|
1317
|
+
```
|
|
1318
|
+
USAGE
|
|
1319
|
+
$ dx space info [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1320
|
+
<value>] [--no-wait]
|
|
1321
|
+
|
|
1322
|
+
FLAGS
|
|
1323
|
+
-v, --verbose Verbose output
|
|
1324
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1325
|
+
--dry-run Dry run.
|
|
1326
|
+
--no-agent Run command without agent.
|
|
1327
|
+
--no-wait Do not wait for space to be ready.
|
|
1328
|
+
--profile=<value> [default: default] User profile.
|
|
1329
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1330
|
+
|
|
1331
|
+
GLOBAL FLAGS
|
|
1332
|
+
--json Format output as json.
|
|
1333
|
+
|
|
1334
|
+
DESCRIPTION
|
|
1335
|
+
Show space info.
|
|
1336
|
+
```
|
|
1337
|
+
|
|
1173
1338
|
## `dx space join`
|
|
1174
1339
|
|
|
1175
1340
|
Join space invitation
|
|
@@ -1177,7 +1342,7 @@ Join space invitation
|
|
|
1177
1342
|
```
|
|
1178
1343
|
USAGE
|
|
1179
1344
|
$ dx space join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1180
|
-
<value>] [--invitation <value>] [--secret <value>]
|
|
1345
|
+
<value>] [--no-wait] [--invitation <value>] [--secret <value>]
|
|
1181
1346
|
|
|
1182
1347
|
FLAGS
|
|
1183
1348
|
-v, --verbose Verbose output
|
|
@@ -1186,9 +1351,10 @@ FLAGS
|
|
|
1186
1351
|
--invitation=<value> Invitation code
|
|
1187
1352
|
--json Output as JSON.
|
|
1188
1353
|
--no-agent Run command without agent.
|
|
1354
|
+
--no-wait Do not wait for space to be ready.
|
|
1189
1355
|
--profile=<value> [default: default] User profile.
|
|
1190
1356
|
--secret=<value> Invitation secret
|
|
1191
|
-
--timeout=<value> [default:
|
|
1357
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1192
1358
|
|
|
1193
1359
|
DESCRIPTION
|
|
1194
1360
|
Join space invitation
|
|
@@ -1201,8 +1367,8 @@ List spaces.
|
|
|
1201
1367
|
```
|
|
1202
1368
|
USAGE
|
|
1203
1369
|
$ dx space list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1204
|
-
<value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1205
|
-
--no-truncate]] [--no-header | ] [--live]
|
|
1370
|
+
<value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1371
|
+
[--csv | --no-truncate]] [--no-header | ] [--live]
|
|
1206
1372
|
|
|
1207
1373
|
FLAGS
|
|
1208
1374
|
-v, --verbose Verbose output
|
|
@@ -1217,11 +1383,12 @@ FLAGS
|
|
|
1217
1383
|
--no-agent Run command without agent.
|
|
1218
1384
|
--no-header hide table header from output
|
|
1219
1385
|
--no-truncate do not truncate output to fit screen
|
|
1386
|
+
--no-wait Do not wait for space to be ready.
|
|
1220
1387
|
--output=<option> output in a more machine friendly format
|
|
1221
1388
|
<options: csv|json|yaml>
|
|
1222
1389
|
--profile=<value> [default: default] User profile.
|
|
1223
1390
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1224
|
-
--timeout=<value> [default:
|
|
1391
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1225
1392
|
|
|
1226
1393
|
DESCRIPTION
|
|
1227
1394
|
List spaces.
|
|
@@ -1234,8 +1401,8 @@ List space members.
|
|
|
1234
1401
|
```
|
|
1235
1402
|
USAGE
|
|
1236
1403
|
$ dx space members [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1237
|
-
<value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1238
|
-
--no-truncate]] [--no-header | ]
|
|
1404
|
+
<value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1405
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
1239
1406
|
|
|
1240
1407
|
ARGUMENTS
|
|
1241
1408
|
KEY Space key head in hex.
|
|
@@ -1252,16 +1419,40 @@ FLAGS
|
|
|
1252
1419
|
--no-agent Run command without agent.
|
|
1253
1420
|
--no-header hide table header from output
|
|
1254
1421
|
--no-truncate do not truncate output to fit screen
|
|
1422
|
+
--no-wait Do not wait for space to be ready.
|
|
1255
1423
|
--output=<option> output in a more machine friendly format
|
|
1256
1424
|
<options: csv|json|yaml>
|
|
1257
1425
|
--profile=<value> [default: default] User profile.
|
|
1258
1426
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1259
|
-
--timeout=<value> [default:
|
|
1427
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1260
1428
|
|
|
1261
1429
|
DESCRIPTION
|
|
1262
1430
|
List space members.
|
|
1263
1431
|
```
|
|
1264
1432
|
|
|
1433
|
+
## `dx space open [KEY]`
|
|
1434
|
+
|
|
1435
|
+
Open space.
|
|
1436
|
+
|
|
1437
|
+
```
|
|
1438
|
+
USAGE
|
|
1439
|
+
$ dx space open [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1440
|
+
<value>] [--no-wait]
|
|
1441
|
+
|
|
1442
|
+
FLAGS
|
|
1443
|
+
-v, --verbose Verbose output
|
|
1444
|
+
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1445
|
+
--dry-run Dry run.
|
|
1446
|
+
--json Output as JSON.
|
|
1447
|
+
--no-agent Run command without agent.
|
|
1448
|
+
--no-wait Do not wait for space to be ready.
|
|
1449
|
+
--profile=<value> [default: default] User profile.
|
|
1450
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1451
|
+
|
|
1452
|
+
DESCRIPTION
|
|
1453
|
+
Open space.
|
|
1454
|
+
```
|
|
1455
|
+
|
|
1265
1456
|
## `dx space query [KEY]`
|
|
1266
1457
|
|
|
1267
1458
|
Query database.
|
|
@@ -1269,7 +1460,7 @@ Query database.
|
|
|
1269
1460
|
```
|
|
1270
1461
|
USAGE
|
|
1271
1462
|
$ dx space query [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1272
|
-
<value>]
|
|
1463
|
+
<value>] [--no-wait]
|
|
1273
1464
|
|
|
1274
1465
|
ARGUMENTS
|
|
1275
1466
|
KEY Space key head in hex.
|
|
@@ -1279,8 +1470,9 @@ FLAGS
|
|
|
1279
1470
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1280
1471
|
--dry-run Dry run.
|
|
1281
1472
|
--no-agent Run command without agent.
|
|
1473
|
+
--no-wait Do not wait for space to be ready.
|
|
1282
1474
|
--profile=<value> [default: default] User profile.
|
|
1283
|
-
--timeout=<value> [default:
|
|
1475
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1284
1476
|
|
|
1285
1477
|
GLOBAL FLAGS
|
|
1286
1478
|
--json Format output as json.
|
|
@@ -1296,7 +1488,7 @@ Create space invitation.
|
|
|
1296
1488
|
```
|
|
1297
1489
|
USAGE
|
|
1298
1490
|
$ dx space share [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1299
|
-
<value>] [--multiple] [--no-auth]
|
|
1491
|
+
<value>] [--no-wait] [--multiple] [--no-auth]
|
|
1300
1492
|
|
|
1301
1493
|
ARGUMENTS
|
|
1302
1494
|
KEY Space key head in hex.
|
|
@@ -1309,6 +1501,7 @@ FLAGS
|
|
|
1309
1501
|
--multiple Multiple use.
|
|
1310
1502
|
--no-agent Run command without agent.
|
|
1311
1503
|
--no-auth Skip authentication challenge.
|
|
1504
|
+
--no-wait Do not wait for space to be ready.
|
|
1312
1505
|
--profile=<value> [default: default] User profile.
|
|
1313
1506
|
--timeout=<value> [default: 5000] Timeout in milliseconds.
|
|
1314
1507
|
|
|
@@ -1316,51 +1509,55 @@ DESCRIPTION
|
|
|
1316
1509
|
Create space invitation.
|
|
1317
1510
|
```
|
|
1318
1511
|
|
|
1319
|
-
## `dx tunnel
|
|
1512
|
+
## `dx tunnel COMMAND`
|
|
1320
1513
|
|
|
1321
|
-
|
|
1514
|
+
Enable or disable tunnel.
|
|
1322
1515
|
|
|
1323
1516
|
```
|
|
1324
1517
|
USAGE
|
|
1325
|
-
$ dx tunnel
|
|
1518
|
+
$ dx tunnel COMMAND [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1519
|
+
<value>] [--no-wait] [--name <value>]
|
|
1520
|
+
|
|
1521
|
+
ARGUMENTS
|
|
1522
|
+
COMMAND Start.
|
|
1326
1523
|
|
|
1327
1524
|
FLAGS
|
|
1328
1525
|
-v, --verbose Verbose output
|
|
1329
1526
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1330
1527
|
--dry-run Dry run.
|
|
1528
|
+
--json Output as JSON.
|
|
1529
|
+
--name=<value> [default: shade-idaho-quebec-grey] Tunnel name
|
|
1331
1530
|
--no-agent Run command without agent.
|
|
1531
|
+
--no-wait Do not wait for space to be ready.
|
|
1332
1532
|
--profile=<value> [default: default] User profile.
|
|
1333
|
-
--timeout=<value> [default:
|
|
1334
|
-
|
|
1335
|
-
GLOBAL FLAGS
|
|
1336
|
-
--json Format output as json.
|
|
1533
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1337
1534
|
|
|
1338
1535
|
DESCRIPTION
|
|
1339
|
-
|
|
1536
|
+
Enable or disable tunnel.
|
|
1340
1537
|
```
|
|
1341
1538
|
|
|
1342
|
-
## `dx tunnel
|
|
1539
|
+
## `dx tunnel list`
|
|
1343
1540
|
|
|
1344
|
-
|
|
1541
|
+
List tunnels.
|
|
1345
1542
|
|
|
1346
1543
|
```
|
|
1347
1544
|
USAGE
|
|
1348
|
-
$ dx tunnel
|
|
1349
|
-
|
|
1545
|
+
$ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
|
|
1546
|
+
<value>] [--no-wait]
|
|
1350
1547
|
|
|
1351
1548
|
FLAGS
|
|
1352
1549
|
-v, --verbose Verbose output
|
|
1353
|
-
--app=<value> (required) Application name
|
|
1354
1550
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1355
|
-
--disabled Disable tunnel.
|
|
1356
1551
|
--dry-run Dry run.
|
|
1357
|
-
--enabled Enable tunnel.
|
|
1358
|
-
--json Output as JSON.
|
|
1359
1552
|
--no-agent Run command without agent.
|
|
1553
|
+
--no-wait Do not wait for space to be ready.
|
|
1360
1554
|
--profile=<value> [default: default] User profile.
|
|
1361
|
-
--timeout=<value> [default:
|
|
1555
|
+
--timeout=<value> [default: 60000] Timeout (ms).
|
|
1556
|
+
|
|
1557
|
+
GLOBAL FLAGS
|
|
1558
|
+
--json Format output as json.
|
|
1362
1559
|
|
|
1363
1560
|
DESCRIPTION
|
|
1364
|
-
|
|
1561
|
+
List tunnels.
|
|
1365
1562
|
```
|
|
1366
1563
|
<!-- commandsstop -->
|