@dxos/cli 0.1.55-main.0d3b09d → 0.1.55-main.26b8765

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/README.md +178 -94
  2. package/bin/dev +0 -1
  3. package/dist/src/base-command.d.ts +1 -0
  4. package/dist/src/base-command.d.ts.map +1 -1
  5. package/dist/src/base-command.js +13 -11
  6. package/dist/src/base-command.js.map +1 -1
  7. package/dist/src/commands/agent/list.d.ts +20 -1
  8. package/dist/src/commands/agent/list.d.ts.map +1 -1
  9. package/dist/src/commands/agent/list.js +32 -14
  10. package/dist/src/commands/agent/list.js.map +1 -1
  11. package/dist/src/commands/agent/restart.d.ts +1 -0
  12. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  13. package/dist/src/commands/agent/start.d.ts +1 -0
  14. package/dist/src/commands/agent/start.d.ts.map +1 -1
  15. package/dist/src/commands/agent/stop.d.ts +1 -0
  16. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  17. package/dist/src/commands/app/create.d.ts +1 -0
  18. package/dist/src/commands/app/create.d.ts.map +1 -1
  19. package/dist/src/commands/app/open.d.ts +1 -0
  20. package/dist/src/commands/app/open.d.ts.map +1 -1
  21. package/dist/src/commands/app/publish.d.ts +1 -0
  22. package/dist/src/commands/app/publish.d.ts.map +1 -1
  23. package/dist/src/commands/debug/diagnostics.d.ts +1 -0
  24. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  25. package/dist/src/commands/debug/generate.d.ts +4 -1
  26. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  27. package/dist/src/commands/debug/generate.js +25 -18
  28. package/dist/src/commands/debug/generate.js.map +1 -1
  29. package/dist/src/commands/debug/status.d.ts +18 -0
  30. package/dist/src/commands/debug/status.d.ts.map +1 -0
  31. package/dist/src/commands/debug/status.js +34 -0
  32. package/dist/src/commands/debug/status.js.map +1 -0
  33. package/dist/src/commands/device/list.d.ts +1 -0
  34. package/dist/src/commands/device/list.d.ts.map +1 -1
  35. package/dist/src/commands/function/dev-server.d.ts +1 -0
  36. package/dist/src/commands/function/dev-server.d.ts.map +1 -1
  37. package/dist/src/commands/halo/credential/list.d.ts +1 -0
  38. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  39. package/dist/src/commands/halo/{info.d.ts → identity.d.ts} +2 -2
  40. package/dist/src/commands/halo/identity.d.ts.map +1 -0
  41. package/dist/src/commands/halo/{info.js → identity.js} +5 -5
  42. package/dist/src/commands/halo/identity.js.map +1 -0
  43. package/dist/src/commands/halo/join.d.ts +1 -0
  44. package/dist/src/commands/halo/join.d.ts.map +1 -1
  45. package/dist/src/commands/halo/share.d.ts +1 -0
  46. package/dist/src/commands/halo/share.d.ts.map +1 -1
  47. package/dist/src/commands/kube/deploy.d.ts +1 -0
  48. package/dist/src/commands/kube/deploy.d.ts.map +1 -1
  49. package/dist/src/commands/reset/index.d.ts +1 -0
  50. package/dist/src/commands/reset/index.d.ts.map +1 -1
  51. package/dist/src/commands/space/create.js +1 -1
  52. package/dist/src/commands/space/create.js.map +1 -1
  53. package/dist/src/commands/space/join.d.ts +1 -0
  54. package/dist/src/commands/space/join.d.ts.map +1 -1
  55. package/dist/src/commands/space/list.d.ts +4 -0
  56. package/dist/src/commands/space/list.d.ts.map +1 -1
  57. package/dist/src/commands/space/list.js +44 -1
  58. package/dist/src/commands/space/list.js.map +1 -1
  59. package/dist/src/commands/space/members.d.ts +1 -0
  60. package/dist/src/commands/space/members.d.ts.map +1 -1
  61. package/dist/src/commands/space/share.d.ts +1 -0
  62. package/dist/src/commands/space/share.d.ts.map +1 -1
  63. package/dist/src/commands/tunnel/set.d.ts +1 -0
  64. package/dist/src/commands/tunnel/set.d.ts.map +1 -1
  65. package/dist/src/components/App.d.ts +10 -0
  66. package/dist/src/components/App.d.ts.map +1 -0
  67. package/dist/src/components/App.js +38 -0
  68. package/dist/src/components/App.js.map +1 -0
  69. package/dist/src/components/SpaceTable.d.ts +10 -0
  70. package/dist/src/components/SpaceTable.d.ts.map +1 -0
  71. package/dist/src/components/SpaceTable.js +60 -0
  72. package/dist/src/components/SpaceTable.js.map +1 -0
  73. package/dist/src/components/SystemTable.d.ts +8 -0
  74. package/dist/src/components/SystemTable.d.ts.map +1 -0
  75. package/dist/src/components/SystemTable.js +81 -0
  76. package/dist/src/components/SystemTable.js.map +1 -0
  77. package/dist/src/components/index.d.ts +2 -0
  78. package/dist/src/components/index.d.ts.map +1 -0
  79. package/dist/src/components/index.js +21 -0
  80. package/dist/src/components/index.js.map +1 -0
  81. package/dist/src/errors.d.ts +1 -1
  82. package/dist/src/errors.d.ts.map +1 -1
  83. package/dist/src/errors.js +2 -2
  84. package/dist/src/errors.js.map +1 -1
  85. package/dist/src/help.d.ts.map +1 -1
  86. package/dist/src/help.js +8 -1
  87. package/dist/src/help.js.map +1 -1
  88. package/dist/src/timeouts.d.ts +1 -1
  89. package/dist/src/timeouts.d.ts.map +1 -1
  90. package/dist/src/timeouts.js +2 -1
  91. package/dist/src/timeouts.js.map +1 -1
  92. package/dist/src/util/print.d.ts +8 -5
  93. package/dist/src/util/print.d.ts.map +1 -1
  94. package/dist/src/util/print.js +0 -3
  95. package/dist/src/util/print.js.map +1 -1
  96. package/dist/src/util/telemetryrc.json +1 -1
  97. package/dist/src/util/util.d.ts +1 -1
  98. package/dist/src/util/util.d.ts.map +1 -1
  99. package/dist/src/util/util.js +2 -2
  100. package/dist/src/util/util.js.map +1 -1
  101. package/oclif.manifest.json +473 -78
  102. package/package.json +21 -25
  103. package/dist/src/commands/halo/info.d.ts.map +0 -1
  104. package/dist/src/commands/halo/info.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-main.0d3b09d linux-x64 node-v18.17.0
83
+ @dxos/cli/0.1.55-main.26b8765 linux-x64 node-v18.17.0
84
84
  $ dx --help [COMMAND]
85
85
  USAGE
86
86
  $ dx COMMAND
@@ -102,6 +102,7 @@ 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 status`](#dx-debug-status)
105
106
  * [`dx device`](#dx-device)
106
107
  * [`dx device list`](#dx-device-list)
107
108
  * [`dx function dev`](#dx-function-dev)
@@ -112,7 +113,7 @@ USAGE
112
113
  * [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
113
114
  * [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
114
115
  * [`dx halo credential list`](#dx-halo-credential-list)
115
- * [`dx halo info`](#dx-halo-info)
116
+ * [`dx halo identity`](#dx-halo-identity)
116
117
  * [`dx halo join`](#dx-halo-join)
117
118
  * [`dx halo share`](#dx-halo-share)
118
119
  * [`dx help [COMMANDS]`](#dx-help-commands)
@@ -145,18 +146,29 @@ List agents.
145
146
 
146
147
  ```
147
148
  USAGE
148
- $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
149
+ $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
150
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
151
+ [--csv | --no-truncate]] [--no-header | ] [--live]
149
152
 
150
153
  FLAGS
151
154
  -v, --verbose Verbose output
155
+ -x, --extended show extra columns
156
+ --columns=<value> only show provided columns (comma-separated)
152
157
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
158
+ --csv output is csv format [alias: --output=csv]
153
159
  --dry-run Dry run.
160
+ --filter=<value> filter property by partial string matching, ex: name=foo
161
+ --json Output as JSON.
162
+ --live Live update.
154
163
  --no-agent Run command without agent.
164
+ --no-header hide table header from output
165
+ --no-truncate do not truncate output to fit screen
166
+ --no-wait Do not wait for space to be ready.
167
+ --output=<option> output in a more machine friendly format
168
+ <options: csv|json|yaml>
155
169
  --profile=<value> [default: default] User profile.
156
- --timeout=<value> [default: 30] Timeout in seconds.
157
-
158
- GLOBAL FLAGS
159
- --json Format output as json.
170
+ --sort=<value> property to sort by (prepend '-' for descending)
171
+ --timeout=<value> [default: 60000] Timeout (ms).
160
172
 
161
173
  DESCRIPTION
162
174
  List agents.
@@ -169,7 +181,7 @@ Restart agent daemon.
169
181
  ```
170
182
  USAGE
171
183
  $ dx agent restart [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
172
- <value>] [--force]
184
+ <value>] [--no-wait] [--force]
173
185
 
174
186
  FLAGS
175
187
  -v, --verbose Verbose output
@@ -178,8 +190,9 @@ FLAGS
178
190
  --force Force restart.
179
191
  --json Output as JSON.
180
192
  --no-agent Run command without agent.
193
+ --no-wait Do not wait for space to be ready.
181
194
  --profile=<value> [default: default] User profile.
182
- --timeout=<value> [default: 30] Timeout in seconds.
195
+ --timeout=<value> [default: 60000] Timeout (ms).
183
196
 
184
197
  DESCRIPTION
185
198
  Restart agent daemon.
@@ -192,7 +205,7 @@ Starts the agent.
192
205
  ```
193
206
  USAGE
194
207
  $ dx agent start [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
195
- <value>] [-f] [--web-socket <value>] [--echo <value>] [--monitor]
208
+ <value>] [--no-wait] [-f] [--web-socket <value>] [--echo <value>] [--monitor]
196
209
 
197
210
  FLAGS
198
211
  -f, --foreground Run in foreground.
@@ -203,8 +216,9 @@ FLAGS
203
216
  --json Output as JSON.
204
217
  --monitor Run epoch monitoring.
205
218
  --no-agent Run command without agent.
219
+ --no-wait Do not wait for space to be ready.
206
220
  --profile=<value> [default: default] User profile.
207
- --timeout=<value> [default: 30] Timeout in seconds.
221
+ --timeout=<value> [default: 60000] Timeout (ms).
208
222
  --web-socket=port Expose web socket port.
209
223
 
210
224
  DESCRIPTION
@@ -218,7 +232,7 @@ Stop agent daemon.
218
232
  ```
219
233
  USAGE
220
234
  $ dx agent stop [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
221
- <value>] [--all] [--force]
235
+ <value>] [--no-wait] [--all] [--force]
222
236
 
223
237
  FLAGS
224
238
  -v, --verbose Verbose output
@@ -228,8 +242,9 @@ FLAGS
228
242
  --force Force stop.
229
243
  --json Output as JSON.
230
244
  --no-agent Run command without agent.
245
+ --no-wait Do not wait for space to be ready.
231
246
  --profile=<value> [default: default] User profile.
232
- --timeout=<value> [default: 30] Timeout in seconds.
247
+ --timeout=<value> [default: 60000] Timeout (ms).
233
248
 
234
249
  DESCRIPTION
235
250
  Stop agent daemon.
@@ -242,7 +257,7 @@ Manage applications.
242
257
  ```
243
258
  USAGE
244
259
  $ dx app create NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
245
- <value>] [--tag <value>] [-t hello|bare|tasks] [-i]
260
+ <value>] [--no-wait] [--tag <value>] [-t hello|bare|tasks] [-i]
246
261
 
247
262
  ARGUMENTS
248
263
  NAME App name.
@@ -256,9 +271,10 @@ FLAGS
256
271
  --dry-run Dry run.
257
272
  --json Output as JSON.
258
273
  --no-agent Run command without agent.
274
+ --no-wait Do not wait for space to be ready.
259
275
  --profile=<value> [default: default] User profile.
260
276
  --tag=<value> Git tag or branch of the DXOS repo to checkout.
261
- --timeout=<value> [default: 30] Timeout in seconds.
277
+ --timeout=<value> [default: 60000] Timeout (ms).
262
278
 
263
279
  DESCRIPTION
264
280
  Manage applications.
@@ -270,15 +286,17 @@ List apps.
270
286
 
271
287
  ```
272
288
  USAGE
273
- $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
289
+ $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
290
+ <value>] [--no-wait]
274
291
 
275
292
  FLAGS
276
293
  -v, --verbose Verbose output
277
294
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
278
295
  --dry-run Dry run.
279
296
  --no-agent Run command without agent.
297
+ --no-wait Do not wait for space to be ready.
280
298
  --profile=<value> [default: default] User profile.
281
- --timeout=<value> [default: 30] Timeout in seconds.
299
+ --timeout=<value> [default: 60000] Timeout (ms).
282
300
 
283
301
  GLOBAL FLAGS
284
302
  --json Format output as json.
@@ -294,7 +312,7 @@ Opens app with provided url and process device invitation.
294
312
  ```
295
313
  USAGE
296
314
  $ dx app open URL [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
297
- <value>] [--instances <value>] [--invite]
315
+ <value>] [--no-wait] [--instances <value>] [--invite]
298
316
 
299
317
  ARGUMENTS
300
318
  URL App URL.
@@ -306,8 +324,9 @@ FLAGS
306
324
  --instances=<value> [default: 1] Amount of test instances.
307
325
  --invite If `true` proceed device invitation for all instances.
308
326
  --no-agent Run command without agent.
327
+ --no-wait Do not wait for space to be ready.
309
328
  --profile=<value> [default: default] User profile.
310
- --timeout=<value> [default: 30] Timeout in seconds.
329
+ --timeout=<value> [default: 60000] Timeout (ms).
311
330
 
312
331
  GLOBAL FLAGS
313
332
  --json Format output as json.
@@ -323,7 +342,7 @@ Publish apps.
323
342
  ```
324
343
  USAGE
325
344
  $ dx app publish [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
326
- <value>] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
345
+ <value>] [--no-wait] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
327
346
 
328
347
  FLAGS
329
348
  -v, --verbose Verbose output
@@ -333,9 +352,10 @@ FLAGS
333
352
  --dry-run Dry run.
334
353
  --json Output as JSON.
335
354
  --no-agent Run command without agent.
355
+ --no-wait Do not wait for space to be ready.
336
356
  --profile=<value> [default: default] User profile.
337
357
  --skipExisting Do not update content on KUBE if version already exists.
338
- --timeout=<value> [default: 30] Timeout in seconds.
358
+ --timeout=<value> [default: 60000] Timeout (ms).
339
359
  --version=<value> Version of modules to publish.
340
360
 
341
361
  DESCRIPTION
@@ -348,15 +368,17 @@ Show config file.
348
368
 
349
369
  ```
350
370
  USAGE
351
- $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
371
+ $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
372
+ <value>] [--no-wait]
352
373
 
353
374
  FLAGS
354
375
  -v, --verbose Verbose output
355
376
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
356
377
  --dry-run Dry run.
357
378
  --no-agent Run command without agent.
379
+ --no-wait Do not wait for space to be ready.
358
380
  --profile=<value> [default: default] User profile.
359
- --timeout=<value> [default: 30] Timeout in seconds.
381
+ --timeout=<value> [default: 60000] Timeout (ms).
360
382
 
361
383
  GLOBAL FLAGS
362
384
  --json Format output as json.
@@ -372,7 +394,7 @@ Output debug diagnostics.
372
394
  ```
373
395
  USAGE
374
396
  $ dx debug diagnostics [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
375
- <value>] [--humanize] [--truncate]
397
+ <value>] [--no-wait] [--humanize] [--truncate]
376
398
 
377
399
  FLAGS
378
400
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
@@ -380,8 +402,9 @@ FLAGS
380
402
  --humanize Humanized keys.
381
403
  --json Output as JSON.
382
404
  --no-agent Run command without agent.
405
+ --no-wait Do not wait for space to be ready.
383
406
  --profile=<value> [default: default] User profile.
384
- --timeout=<value> [default: 30] Timeout in seconds.
407
+ --timeout=<value> [default: 60000] Timeout (ms).
385
408
  --truncate Truncate keys.
386
409
  --verbose Verbose output.
387
410
 
@@ -396,42 +419,72 @@ Generate test data.
396
419
  ```
397
420
  USAGE
398
421
  $ dx debug generate [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
399
- <value>] [--objects <value>] [--mutations <value>] [--mutationsPerEpoch <value>]
422
+ <value>] [--no-wait] [--interval <value>] [--jitter <value>] [--objects <value>] [--mutations <value>] [--epoch
423
+ <value>]
400
424
 
401
425
  ARGUMENTS
402
426
  KEY Space key head in hex.
403
427
 
404
428
  FLAGS
405
- -v, --verbose Verbose output
406
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
407
- --dry-run Dry run.
408
- --json Output as JSON.
409
- --mutations=<value> Number of mutations.
410
- --mutationsPerEpoch=<value> Number of mutations per epoch.
411
- --no-agent Run command without agent.
412
- --objects=<value> Number of objects.
413
- --profile=<value> [default: default] User profile.
414
- --timeout=<value> [default: 30] Timeout in seconds.
429
+ -v, --verbose Verbose output
430
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
431
+ --dry-run Dry run.
432
+ --epoch=<value> Number of mutations per epoch.
433
+ --interval=<value> Interval between mutations (ms).
434
+ --jitter=<value> Inverval variance (ms).
435
+ --json Output as JSON.
436
+ --mutations=<value> Number of mutations.
437
+ --no-agent Run command without agent.
438
+ --no-wait Do not wait for space to be ready.
439
+ --objects=<value> Number of objects.
440
+ --profile=<value> [default: default] User profile.
441
+ --timeout=<value> [default: 60000] Timeout (ms).
415
442
 
416
443
  DESCRIPTION
417
444
  Generate test data.
418
445
  ```
419
446
 
447
+ ## `dx debug status`
448
+
449
+ Display status.
450
+
451
+ ```
452
+ USAGE
453
+ $ dx debug status [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
454
+ <value>] [--no-wait] [--interval <value>]
455
+
456
+ FLAGS
457
+ -v, --verbose Verbose output
458
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
459
+ --dry-run Dry run.
460
+ --interval=<value> [default: 1000] Update interval (ms).
461
+ --json Output as JSON.
462
+ --no-agent Run command without agent.
463
+ --no-wait Do not wait for space to be ready.
464
+ --profile=<value> [default: default] User profile.
465
+ --timeout=<value> [default: 60000] Timeout (ms).
466
+
467
+ DESCRIPTION
468
+ Display status.
469
+ ```
470
+
420
471
  ## `dx device`
421
472
 
422
473
  Show device info.
423
474
 
424
475
  ```
425
476
  USAGE
426
- $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
477
+ $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
478
+ <value>] [--no-wait]
427
479
 
428
480
  FLAGS
429
481
  -v, --verbose Verbose output
430
482
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
431
483
  --dry-run Dry run.
432
484
  --no-agent Run command without agent.
485
+ --no-wait Do not wait for space to be ready.
433
486
  --profile=<value> [default: default] User profile.
434
- --timeout=<value> [default: 30] Timeout in seconds.
487
+ --timeout=<value> [default: 60000] Timeout (ms).
435
488
 
436
489
  GLOBAL FLAGS
437
490
  --json Format output as json.
@@ -447,8 +500,8 @@ Show device info.
447
500
  ```
448
501
  USAGE
449
502
  $ 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 | | [--csv |
451
- --no-truncate]] [--no-header | ]
503
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
504
+ [--csv | --no-truncate]] [--no-header | ]
452
505
 
453
506
  FLAGS
454
507
  -v, --verbose Verbose output
@@ -462,11 +515,12 @@ FLAGS
462
515
  --no-agent Run command without agent.
463
516
  --no-header hide table header from output
464
517
  --no-truncate do not truncate output to fit screen
518
+ --no-wait Do not wait for space to be ready.
465
519
  --output=<option> output in a more machine friendly format
466
520
  <options: csv|json|yaml>
467
521
  --profile=<value> [default: default] User profile.
468
522
  --sort=<value> property to sort by (prepend '-' for descending)
469
- --timeout=<value> [default: 30] Timeout in seconds.
523
+ --timeout=<value> [default: 60000] Timeout (ms).
470
524
 
471
525
  DESCRIPTION
472
526
  Show device info.
@@ -479,7 +533,7 @@ Development server.
479
533
  ```
480
534
  USAGE
481
535
  $ dx function dev [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
482
- <value>] [--require <value>] [--manifest <value>]
536
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
483
537
 
484
538
  FLAGS
485
539
  -v, --verbose Verbose output
@@ -488,9 +542,10 @@ FLAGS
488
542
  --json Output as JSON.
489
543
  --manifest=<value> [default: functions.yml]
490
544
  --no-agent Run command without agent.
545
+ --no-wait Do not wait for space to be ready.
491
546
  --profile=<value> [default: default] User profile.
492
547
  --require=<value>... [default: ts-node/register]
493
- --timeout=<value> [default: 30] Timeout in seconds.
548
+ --timeout=<value> [default: 60000] Timeout (ms).
494
549
 
495
550
  DESCRIPTION
496
551
  Development server.
@@ -511,7 +566,7 @@ Development server.
511
566
  ```
512
567
  USAGE
513
568
  $ dx function dev-server [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
514
- <value>] [--require <value>] [--manifest <value>]
569
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
515
570
 
516
571
  FLAGS
517
572
  -v, --verbose Verbose output
@@ -520,9 +575,10 @@ FLAGS
520
575
  --json Output as JSON.
521
576
  --manifest=<value> [default: functions.yml]
522
577
  --no-agent Run command without agent.
578
+ --no-wait Do not wait for space to be ready.
523
579
  --profile=<value> [default: default] User profile.
524
580
  --require=<value>... [default: ts-node/register]
525
- --timeout=<value> [default: 30] Timeout in seconds.
581
+ --timeout=<value> [default: 60000] Timeout (ms).
526
582
 
527
583
  DESCRIPTION
528
584
  Development server.
@@ -543,7 +599,7 @@ Invoke function.
543
599
  ```
544
600
  USAGE
545
601
  $ dx function exec NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
546
- <value>]
602
+ <value>] [--no-wait]
547
603
 
548
604
  ARGUMENTS
549
605
  NAME Function name.
@@ -553,8 +609,9 @@ FLAGS
553
609
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
554
610
  --dry-run Dry run.
555
611
  --no-agent Run command without agent.
612
+ --no-wait Do not wait for space to be ready.
556
613
  --profile=<value> [default: default] User profile.
557
- --timeout=<value> [default: 30] Timeout in seconds.
614
+ --timeout=<value> [default: 60000] Timeout (ms).
558
615
 
559
616
  GLOBAL FLAGS
560
617
  --json Format output as json.
@@ -569,15 +626,17 @@ List functions.
569
626
 
570
627
  ```
571
628
  USAGE
572
- $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
629
+ $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
630
+ <value>] [--no-wait]
573
631
 
574
632
  FLAGS
575
633
  -v, --verbose Verbose output
576
634
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
577
635
  --dry-run Dry run.
578
636
  --no-agent Run command without agent.
637
+ --no-wait Do not wait for space to be ready.
579
638
  --profile=<value> [default: default] User profile.
580
- --timeout=<value> [default: 30] Timeout in seconds.
639
+ --timeout=<value> [default: 60000] Timeout (ms).
581
640
 
582
641
  GLOBAL FLAGS
583
642
  --json Format output as json.
@@ -593,7 +652,7 @@ Get function logs.
593
652
  ```
594
653
  USAGE
595
654
  $ dx function logs NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
596
- <value>]
655
+ <value>] [--no-wait]
597
656
 
598
657
  ARGUMENTS
599
658
  NAME Function name.
@@ -603,8 +662,9 @@ FLAGS
603
662
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
604
663
  --dry-run Dry run.
605
664
  --no-agent Run command without agent.
665
+ --no-wait Do not wait for space to be ready.
606
666
  --profile=<value> [default: default] User profile.
607
- --timeout=<value> [default: 30] Timeout in seconds.
667
+ --timeout=<value> [default: 60000] Timeout (ms).
608
668
 
609
669
  GLOBAL FLAGS
610
670
  --json Format output as json.
@@ -620,7 +680,7 @@ Create HALO.
620
680
  ```
621
681
  USAGE
622
682
  $ dx halo create DISPLAYNAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
623
- [--timeout <value>]
683
+ [--timeout <value>] [--no-wait]
624
684
 
625
685
  ARGUMENTS
626
686
  DISPLAYNAME Display name
@@ -630,8 +690,9 @@ FLAGS
630
690
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
631
691
  --dry-run Dry run.
632
692
  --no-agent Run command without agent.
693
+ --no-wait Do not wait for space to be ready.
633
694
  --profile=<value> [default: default] User profile.
634
- --timeout=<value> [default: 30] Timeout in seconds.
695
+ --timeout=<value> [default: 60000] Timeout (ms).
635
696
 
636
697
  GLOBAL FLAGS
637
698
  --json Format output as json.
@@ -647,7 +708,7 @@ Import credential into HALO.
647
708
  ```
648
709
  USAGE
649
710
  $ dx halo credential add [CREDENTIAL] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
650
- [--timeout <value>]
711
+ [--timeout <value>] [--no-wait]
651
712
 
652
713
  ARGUMENTS
653
714
  CREDENTIAL credential
@@ -658,8 +719,9 @@ FLAGS
658
719
  --dry-run Dry run.
659
720
  --json Output as JSON.
660
721
  --no-agent Run command without agent.
722
+ --no-wait Do not wait for space to be ready.
661
723
  --profile=<value> [default: default] User profile.
662
- --timeout=<value> [default: 30] Timeout in seconds.
724
+ --timeout=<value> [default: 60000] Timeout (ms).
663
725
 
664
726
  DESCRIPTION
665
727
  Import credential into HALO.
@@ -672,8 +734,8 @@ List HALO credentials.
672
734
  ```
673
735
  USAGE
674
736
  $ 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 | | [--csv |
676
- --no-truncate]] [--no-header | ] [--type <value>]
737
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
738
+ [--csv | --no-truncate]] [--no-header | ] [--type <value>]
677
739
 
678
740
  FLAGS
679
741
  -v, --verbose Verbose output
@@ -687,38 +749,41 @@ FLAGS
687
749
  --no-agent Run command without agent.
688
750
  --no-header hide table header from output
689
751
  --no-truncate do not truncate output to fit screen
752
+ --no-wait Do not wait for space to be ready.
690
753
  --output=<option> output in a more machine friendly format
691
754
  <options: csv|json|yaml>
692
755
  --profile=<value> [default: default] User profile.
693
756
  --sort=<value> property to sort by (prepend '-' for descending)
694
- --timeout=<value> [default: 30] Timeout in seconds.
757
+ --timeout=<value> [default: 60000] Timeout (ms).
695
758
  --type=<value> Type
696
759
 
697
760
  DESCRIPTION
698
761
  List HALO credentials.
699
762
  ```
700
763
 
701
- ## `dx halo info`
764
+ ## `dx halo identity`
702
765
 
703
- Show HALO profile.
766
+ Show HALO identity.
704
767
 
705
768
  ```
706
769
  USAGE
707
- $ dx halo info [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
770
+ $ dx halo identity [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
771
+ <value>] [--no-wait]
708
772
 
709
773
  FLAGS
710
774
  -v, --verbose Verbose output
711
775
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
712
776
  --dry-run Dry run.
713
777
  --no-agent Run command without agent.
778
+ --no-wait Do not wait for space to be ready.
714
779
  --profile=<value> [default: default] User profile.
715
- --timeout=<value> [default: 30] Timeout in seconds.
780
+ --timeout=<value> [default: 60000] Timeout (ms).
716
781
 
717
782
  GLOBAL FLAGS
718
783
  --json Format output as json.
719
784
 
720
785
  DESCRIPTION
721
- Show HALO profile.
786
+ Show HALO identity.
722
787
  ```
723
788
 
724
789
  ## `dx halo join`
@@ -728,7 +793,7 @@ Join HALO (device) invitation.
728
793
  ```
729
794
  USAGE
730
795
  $ dx halo join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
731
- <value>] [--invitation <value>] [--secret <value>]
796
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
732
797
 
733
798
  FLAGS
734
799
  -v, --verbose Verbose output
@@ -737,9 +802,10 @@ FLAGS
737
802
  --invitation=<value> Invitation code
738
803
  --json Output as JSON.
739
804
  --no-agent Run command without agent.
805
+ --no-wait Do not wait for space to be ready.
740
806
  --profile=<value> [default: default] User profile.
741
807
  --secret=<value> Invitation secret
742
- --timeout=<value> [default: 30] Timeout in seconds.
808
+ --timeout=<value> [default: 60000] Timeout (ms).
743
809
 
744
810
  DESCRIPTION
745
811
  Join HALO (device) invitation.
@@ -752,16 +818,17 @@ Create HALO (device) invitation.
752
818
  ```
753
819
  USAGE
754
820
  $ dx halo share [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
755
- <value>] [--noCode]
821
+ <value>] [--no-wait] [--noCode]
756
822
 
757
823
  FLAGS
758
824
  -v, --verbose Verbose output
759
825
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
760
826
  --dry-run Dry run.
761
827
  --no-agent Run command without agent.
828
+ --no-wait Do not wait for space to be ready.
762
829
  --noCode Flag that specifies if secret auth code is not required
763
830
  --profile=<value> [default: default] User profile.
764
- --timeout=<value> [default: 30] Timeout in seconds.
831
+ --timeout=<value> [default: 60000] Timeout (ms).
765
832
 
766
833
  GLOBAL FLAGS
767
834
  --json Format output as json.
@@ -796,15 +863,17 @@ Authenticate with KUBE.
796
863
 
797
864
  ```
798
865
  USAGE
799
- $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
866
+ $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
867
+ <value>] [--no-wait]
800
868
 
801
869
  FLAGS
802
870
  -v, --verbose Verbose output
803
871
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
804
872
  --dry-run Dry run.
805
873
  --no-agent Run command without agent.
874
+ --no-wait Do not wait for space to be ready.
806
875
  --profile=<value> [default: default] User profile.
807
- --timeout=<value> [default: 30] Timeout in seconds.
876
+ --timeout=<value> [default: 60000] Timeout (ms).
808
877
 
809
878
  GLOBAL FLAGS
810
879
  --json Format output as json.
@@ -820,7 +889,7 @@ Deploy KUBE.
820
889
  ```
821
890
  USAGE
822
891
  $ dx kube deploy --hostname <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
823
- [--timeout <value>] [--provider <value>] [--accessToken <value>] [--dev]
892
+ [--timeout <value>] [--no-wait] [--provider <value>] [--accessToken <value>] [--dev]
824
893
 
825
894
  FLAGS
826
895
  -v, --verbose Verbose output
@@ -831,9 +900,10 @@ FLAGS
831
900
  --hostname=<value> (required) Hostname
832
901
  --json Output as JSON.
833
902
  --no-agent Run command without agent.
903
+ --no-wait Do not wait for space to be ready.
834
904
  --profile=<value> [default: default] User profile.
835
905
  --provider=<value> [default: digitalocean] Cloud Provider
836
- --timeout=<value> [default: 30] Timeout in seconds.
906
+ --timeout=<value> [default: 60000] Timeout (ms).
837
907
 
838
908
  DESCRIPTION
839
909
  Deploy KUBE.
@@ -1082,7 +1152,7 @@ Reset user data.
1082
1152
  ```
1083
1153
  USAGE
1084
1154
  $ dx reset [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1085
- <value>] [--force]
1155
+ <value>] [--no-wait] [--force]
1086
1156
 
1087
1157
  FLAGS
1088
1158
  -v, --verbose Verbose output
@@ -1091,8 +1161,9 @@ FLAGS
1091
1161
  --force Force delete.
1092
1162
  --json Output as JSON.
1093
1163
  --no-agent Run command without agent.
1164
+ --no-wait Do not wait for space to be ready.
1094
1165
  --profile=<value> [default: default] User profile.
1095
- --timeout=<value> [default: 30] Timeout in seconds.
1166
+ --timeout=<value> [default: 60000] Timeout (ms).
1096
1167
 
1097
1168
  DESCRIPTION
1098
1169
  Reset user data.
@@ -1104,7 +1175,8 @@ Interactive shell.
1104
1175
 
1105
1176
  ```
1106
1177
  USAGE
1107
- $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1178
+ $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1179
+ <value>] [--no-wait]
1108
1180
 
1109
1181
  FLAGS
1110
1182
  -v, --verbose Verbose output
@@ -1112,8 +1184,9 @@ FLAGS
1112
1184
  --dry-run Dry run.
1113
1185
  --json Output as JSON.
1114
1186
  --no-agent Run command without agent.
1187
+ --no-wait Do not wait for space to be ready.
1115
1188
  --profile=<value> [default: default] User profile.
1116
- --timeout=<value> [default: 30] Timeout in seconds.
1189
+ --timeout=<value> [default: 60000] Timeout (ms).
1117
1190
 
1118
1191
  DESCRIPTION
1119
1192
  Interactive shell.
@@ -1126,15 +1199,16 @@ Create space.
1126
1199
  ```
1127
1200
  USAGE
1128
1201
  $ dx space create [NAME] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1129
- <value>]
1202
+ <value>] [--no-wait]
1130
1203
 
1131
1204
  FLAGS
1132
1205
  -v, --verbose Verbose output
1133
1206
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1134
1207
  --dry-run Dry run.
1135
1208
  --no-agent Run command without agent.
1209
+ --no-wait Do not wait for space to be ready.
1136
1210
  --profile=<value> [default: default] User profile.
1137
- --timeout=<value> [default: 30] Timeout in seconds.
1211
+ --timeout=<value> [default: 60000] Timeout (ms).
1138
1212
 
1139
1213
  GLOBAL FLAGS
1140
1214
  --json Format output as json.
@@ -1150,7 +1224,7 @@ Create new epoch.
1150
1224
  ```
1151
1225
  USAGE
1152
1226
  $ dx space epoch [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1153
- <value>]
1227
+ <value>] [--no-wait]
1154
1228
 
1155
1229
  ARGUMENTS
1156
1230
  KEY Space key head in hex.
@@ -1160,8 +1234,9 @@ FLAGS
1160
1234
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1161
1235
  --dry-run Dry run.
1162
1236
  --no-agent Run command without agent.
1237
+ --no-wait Do not wait for space to be ready.
1163
1238
  --profile=<value> [default: default] User profile.
1164
- --timeout=<value> [default: 30] Timeout in seconds.
1239
+ --timeout=<value> [default: 60000] Timeout (ms).
1165
1240
 
1166
1241
  GLOBAL FLAGS
1167
1242
  --json Format output as json.
@@ -1177,7 +1252,7 @@ Join space invitation
1177
1252
  ```
1178
1253
  USAGE
1179
1254
  $ dx space join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1180
- <value>] [--invitation <value>] [--secret <value>]
1255
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
1181
1256
 
1182
1257
  FLAGS
1183
1258
  -v, --verbose Verbose output
@@ -1186,9 +1261,10 @@ FLAGS
1186
1261
  --invitation=<value> Invitation code
1187
1262
  --json Output as JSON.
1188
1263
  --no-agent Run command without agent.
1264
+ --no-wait Do not wait for space to be ready.
1189
1265
  --profile=<value> [default: default] User profile.
1190
1266
  --secret=<value> Invitation secret
1191
- --timeout=<value> [default: 30] Timeout in seconds.
1267
+ --timeout=<value> [default: 60000] Timeout (ms).
1192
1268
 
1193
1269
  DESCRIPTION
1194
1270
  Join space invitation
@@ -1201,8 +1277,8 @@ List spaces.
1201
1277
  ```
1202
1278
  USAGE
1203
1279
  $ 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 | | [--csv |
1205
- --no-truncate]] [--no-header | ]
1280
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1281
+ [--csv | --no-truncate]] [--no-header | ] [--live]
1206
1282
 
1207
1283
  FLAGS
1208
1284
  -v, --verbose Verbose output
@@ -1213,14 +1289,16 @@ FLAGS
1213
1289
  --dry-run Dry run.
1214
1290
  --filter=<value> filter property by partial string matching, ex: name=foo
1215
1291
  --json Output as JSON.
1292
+ --live Live update.
1216
1293
  --no-agent Run command without agent.
1217
1294
  --no-header hide table header from output
1218
1295
  --no-truncate do not truncate output to fit screen
1296
+ --no-wait Do not wait for space to be ready.
1219
1297
  --output=<option> output in a more machine friendly format
1220
1298
  <options: csv|json|yaml>
1221
1299
  --profile=<value> [default: default] User profile.
1222
1300
  --sort=<value> property to sort by (prepend '-' for descending)
1223
- --timeout=<value> [default: 30] Timeout in seconds.
1301
+ --timeout=<value> [default: 60000] Timeout (ms).
1224
1302
 
1225
1303
  DESCRIPTION
1226
1304
  List spaces.
@@ -1233,8 +1311,8 @@ List space members.
1233
1311
  ```
1234
1312
  USAGE
1235
1313
  $ dx space members [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1236
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1237
- --no-truncate]] [--no-header | ]
1314
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1315
+ [--csv | --no-truncate]] [--no-header | ]
1238
1316
 
1239
1317
  ARGUMENTS
1240
1318
  KEY Space key head in hex.
@@ -1251,11 +1329,12 @@ FLAGS
1251
1329
  --no-agent Run command without agent.
1252
1330
  --no-header hide table header from output
1253
1331
  --no-truncate do not truncate output to fit screen
1332
+ --no-wait Do not wait for space to be ready.
1254
1333
  --output=<option> output in a more machine friendly format
1255
1334
  <options: csv|json|yaml>
1256
1335
  --profile=<value> [default: default] User profile.
1257
1336
  --sort=<value> property to sort by (prepend '-' for descending)
1258
- --timeout=<value> [default: 30] Timeout in seconds.
1337
+ --timeout=<value> [default: 60000] Timeout (ms).
1259
1338
 
1260
1339
  DESCRIPTION
1261
1340
  List space members.
@@ -1268,7 +1347,7 @@ Query database.
1268
1347
  ```
1269
1348
  USAGE
1270
1349
  $ dx space query [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1271
- <value>]
1350
+ <value>] [--no-wait]
1272
1351
 
1273
1352
  ARGUMENTS
1274
1353
  KEY Space key head in hex.
@@ -1278,8 +1357,9 @@ FLAGS
1278
1357
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1279
1358
  --dry-run Dry run.
1280
1359
  --no-agent Run command without agent.
1360
+ --no-wait Do not wait for space to be ready.
1281
1361
  --profile=<value> [default: default] User profile.
1282
- --timeout=<value> [default: 30] Timeout in seconds.
1362
+ --timeout=<value> [default: 60000] Timeout (ms).
1283
1363
 
1284
1364
  GLOBAL FLAGS
1285
1365
  --json Format output as json.
@@ -1295,7 +1375,7 @@ Create space invitation.
1295
1375
  ```
1296
1376
  USAGE
1297
1377
  $ dx space share [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1298
- <value>] [--multiple] [--no-auth]
1378
+ <value>] [--no-wait] [--multiple] [--no-auth]
1299
1379
 
1300
1380
  ARGUMENTS
1301
1381
  KEY Space key head in hex.
@@ -1308,6 +1388,7 @@ FLAGS
1308
1388
  --multiple Multiple use.
1309
1389
  --no-agent Run command without agent.
1310
1390
  --no-auth Skip authentication challenge.
1391
+ --no-wait Do not wait for space to be ready.
1311
1392
  --profile=<value> [default: default] User profile.
1312
1393
  --timeout=<value> [default: 5000] Timeout in milliseconds.
1313
1394
 
@@ -1321,15 +1402,17 @@ List tunnels.
1321
1402
 
1322
1403
  ```
1323
1404
  USAGE
1324
- $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1405
+ $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1406
+ <value>] [--no-wait]
1325
1407
 
1326
1408
  FLAGS
1327
1409
  -v, --verbose Verbose output
1328
1410
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1329
1411
  --dry-run Dry run.
1330
1412
  --no-agent Run command without agent.
1413
+ --no-wait Do not wait for space to be ready.
1331
1414
  --profile=<value> [default: default] User profile.
1332
- --timeout=<value> [default: 30] Timeout in seconds.
1415
+ --timeout=<value> [default: 60000] Timeout (ms).
1333
1416
 
1334
1417
  GLOBAL FLAGS
1335
1418
  --json Format output as json.
@@ -1345,7 +1428,7 @@ Enable or disable tunnel.
1345
1428
  ```
1346
1429
  USAGE
1347
1430
  $ dx tunnel set --app <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
1348
- [--timeout <value>] [--enabled] [--disabled]
1431
+ [--timeout <value>] [--no-wait] [--enabled] [--disabled]
1349
1432
 
1350
1433
  FLAGS
1351
1434
  -v, --verbose Verbose output
@@ -1356,8 +1439,9 @@ FLAGS
1356
1439
  --enabled Enable tunnel.
1357
1440
  --json Output as JSON.
1358
1441
  --no-agent Run command without agent.
1442
+ --no-wait Do not wait for space to be ready.
1359
1443
  --profile=<value> [default: default] User profile.
1360
- --timeout=<value> [default: 30] Timeout in seconds.
1444
+ --timeout=<value> [default: 60000] Timeout (ms).
1361
1445
 
1362
1446
  DESCRIPTION
1363
1447
  Enable or disable tunnel.