@dxos/cli 0.1.54 → 0.1.55-main.0d3b09d

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 (127) hide show
  1. package/README.md +178 -126
  2. package/dist/src/base-command.d.ts +9 -1
  3. package/dist/src/base-command.d.ts.map +1 -1
  4. package/dist/src/base-command.js +52 -9
  5. package/dist/src/base-command.js.map +1 -1
  6. package/dist/src/commands/agent/restart.js +2 -2
  7. package/dist/src/commands/agent/restart.js.map +1 -1
  8. package/dist/src/commands/agent/start.d.ts.map +1 -1
  9. package/dist/src/commands/agent/start.js +8 -3
  10. package/dist/src/commands/agent/start.js.map +1 -1
  11. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  12. package/dist/src/commands/agent/stop.js +10 -5
  13. package/dist/src/commands/agent/stop.js.map +1 -1
  14. package/dist/src/commands/app/create.js +3 -3
  15. package/dist/src/commands/app/create.js.map +1 -1
  16. package/dist/src/commands/debug/{stats.d.ts → diagnostics.d.ts} +3 -3
  17. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -0
  18. package/dist/src/commands/debug/diagnostics.js +54 -0
  19. package/dist/src/commands/debug/diagnostics.js.map +1 -0
  20. package/dist/src/commands/debug/generate.d.ts +22 -0
  21. package/dist/src/commands/debug/generate.d.ts.map +1 -0
  22. package/dist/src/commands/debug/generate.js +68 -0
  23. package/dist/src/commands/debug/generate.js.map +1 -0
  24. package/dist/src/commands/device/list.d.ts +17 -0
  25. package/dist/src/commands/device/list.d.ts.map +1 -1
  26. package/dist/src/commands/device/list.js +5 -0
  27. package/dist/src/commands/device/list.js.map +1 -1
  28. package/dist/src/commands/halo/credential/list.d.ts +8 -0
  29. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  30. package/dist/src/commands/halo/credential/list.js +7 -7
  31. package/dist/src/commands/halo/credential/list.js.map +1 -1
  32. package/dist/src/commands/halo/{index.d.ts → info.d.ts} +2 -2
  33. package/dist/src/commands/halo/info.d.ts.map +1 -0
  34. package/dist/src/commands/halo/{index.js → info.js} +7 -6
  35. package/dist/src/commands/halo/info.js.map +1 -0
  36. package/dist/src/commands/halo/join.d.ts +1 -0
  37. package/dist/src/commands/halo/join.d.ts.map +1 -1
  38. package/dist/src/commands/halo/join.js +20 -13
  39. package/dist/src/commands/halo/join.js.map +1 -1
  40. package/dist/src/commands/halo/share.js +1 -1
  41. package/dist/src/commands/halo/share.js.map +1 -1
  42. package/dist/src/commands/kube/auth.js +1 -1
  43. package/dist/src/commands/kube/auth.js.map +1 -1
  44. package/dist/src/commands/kube/deploy.d.ts.map +1 -1
  45. package/dist/src/commands/kube/deploy.js +16 -25
  46. package/dist/src/commands/kube/deploy.js.map +1 -1
  47. package/dist/src/commands/reset/index.d.ts.map +1 -1
  48. package/dist/src/commands/reset/index.js +12 -7
  49. package/dist/src/commands/reset/index.js.map +1 -1
  50. package/dist/src/commands/shell/index.d.ts +0 -1
  51. package/dist/src/commands/shell/index.d.ts.map +1 -1
  52. package/dist/src/commands/shell/index.js +0 -4
  53. package/dist/src/commands/shell/index.js.map +1 -1
  54. package/dist/src/commands/space/create.d.ts.map +1 -1
  55. package/dist/src/commands/space/create.js +9 -5
  56. package/dist/src/commands/space/create.js.map +1 -1
  57. package/dist/src/commands/space/epoch.d.ts +0 -17
  58. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  59. package/dist/src/commands/space/epoch.js +2 -21
  60. package/dist/src/commands/space/epoch.js.map +1 -1
  61. package/dist/src/commands/space/join.d.ts.map +1 -1
  62. package/dist/src/commands/space/join.js +18 -22
  63. package/dist/src/commands/space/join.js.map +1 -1
  64. package/dist/src/commands/space/list.d.ts.map +1 -1
  65. package/dist/src/commands/space/list.js +5 -4
  66. package/dist/src/commands/space/list.js.map +1 -1
  67. package/dist/src/commands/space/members.d.ts +3 -3
  68. package/dist/src/commands/space/members.d.ts.map +1 -1
  69. package/dist/src/commands/space/members.js +6 -19
  70. package/dist/src/commands/space/members.js.map +1 -1
  71. package/dist/src/commands/space/{invite.d.ts → query.d.ts} +4 -3
  72. package/dist/src/commands/space/query.d.ts.map +1 -0
  73. package/dist/src/commands/space/query.js +39 -0
  74. package/dist/src/commands/space/query.js.map +1 -0
  75. package/dist/src/commands/space/share.d.ts +20 -0
  76. package/dist/src/commands/space/share.d.ts.map +1 -0
  77. package/dist/src/commands/space/share.js +62 -0
  78. package/dist/src/commands/space/share.js.map +1 -0
  79. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  80. package/dist/src/commands/tunnel/list.js +3 -4
  81. package/dist/src/commands/tunnel/list.js.map +1 -1
  82. package/dist/src/commands/tunnel/set.d.ts.map +1 -1
  83. package/dist/src/commands/tunnel/set.js +1 -1
  84. package/dist/src/commands/tunnel/set.js.map +1 -1
  85. package/dist/src/errors.d.ts +4 -0
  86. package/dist/src/errors.d.ts.map +1 -0
  87. package/dist/src/errors.js +13 -0
  88. package/dist/src/errors.js.map +1 -0
  89. package/dist/src/timeouts.d.ts +2 -0
  90. package/dist/src/timeouts.d.ts.map +1 -0
  91. package/dist/src/timeouts.js +8 -0
  92. package/dist/src/timeouts.js.map +1 -0
  93. package/dist/src/util/index.d.ts +1 -0
  94. package/dist/src/util/index.d.ts.map +1 -1
  95. package/dist/src/util/index.js +1 -0
  96. package/dist/src/util/index.js.map +1 -1
  97. package/dist/src/util/invitation.js +1 -1
  98. package/dist/src/util/invitation.js.map +1 -1
  99. package/dist/src/util/print.d.ts +14 -2
  100. package/dist/src/util/print.d.ts.map +1 -1
  101. package/dist/src/util/print.js +78 -6
  102. package/dist/src/util/print.js.map +1 -1
  103. package/dist/src/util/provider/digital-ocean.js +11 -7
  104. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  105. package/dist/src/util/random.d.ts +13 -0
  106. package/dist/src/util/random.d.ts.map +1 -0
  107. package/dist/src/util/random.js +27 -0
  108. package/dist/src/util/random.js.map +1 -0
  109. package/dist/src/util/telemetryrc.json +2 -2
  110. package/dist/src/util/util.d.ts +1 -0
  111. package/dist/src/util/util.d.ts.map +1 -1
  112. package/dist/src/util/util.js +25 -6
  113. package/dist/src/util/util.js.map +1 -1
  114. package/oclif.manifest.json +446 -259
  115. package/package.json +21 -21
  116. package/dist/src/commands/debug/stats.d.ts.map +0 -1
  117. package/dist/src/commands/debug/stats.js +0 -58
  118. package/dist/src/commands/debug/stats.js.map +0 -1
  119. package/dist/src/commands/halo/index.d.ts.map +0 -1
  120. package/dist/src/commands/halo/index.js.map +0 -1
  121. package/dist/src/commands/space/index.d.ts +0 -6
  122. package/dist/src/commands/space/index.d.ts.map +0 -1
  123. package/dist/src/commands/space/index.js +0 -19
  124. package/dist/src/commands/space/index.js.map +0 -1
  125. package/dist/src/commands/space/invite.d.ts.map +0 -1
  126. package/dist/src/commands/space/invite.js +0 -48
  127. package/dist/src/commands/space/invite.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.54 linux-x64 node-v18.17.0
83
+ @dxos/cli/0.1.55-main.0d3b09d linux-x64 node-v18.17.0
84
84
  $ dx --help [COMMAND]
85
85
  USAGE
86
86
  $ dx COMMAND
@@ -100,7 +100,8 @@ USAGE
100
100
  * [`dx app open URL`](#dx-app-open-url)
101
101
  * [`dx app publish`](#dx-app-publish)
102
102
  * [`dx config`](#dx-config)
103
- * [`dx debug stats`](#dx-debug-stats)
103
+ * [`dx debug diagnostics`](#dx-debug-diagnostics)
104
+ * [`dx debug generate [KEY]`](#dx-debug-generate-key)
104
105
  * [`dx device`](#dx-device)
105
106
  * [`dx device list`](#dx-device-list)
106
107
  * [`dx function dev`](#dx-function-dev)
@@ -108,10 +109,10 @@ USAGE
108
109
  * [`dx function exec NAME`](#dx-function-exec-name)
109
110
  * [`dx function list`](#dx-function-list)
110
111
  * [`dx function logs NAME`](#dx-function-logs-name)
111
- * [`dx halo`](#dx-halo)
112
112
  * [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
113
113
  * [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
114
114
  * [`dx halo credential list`](#dx-halo-credential-list)
115
+ * [`dx halo info`](#dx-halo-info)
115
116
  * [`dx halo join`](#dx-halo-join)
116
117
  * [`dx halo share`](#dx-halo-share)
117
118
  * [`dx help [COMMANDS]`](#dx-help-commands)
@@ -128,13 +129,13 @@ USAGE
128
129
  * [`dx plugins update`](#dx-plugins-update)
129
130
  * [`dx reset`](#dx-reset)
130
131
  * [`dx shell`](#dx-shell)
131
- * [`dx space`](#dx-space)
132
132
  * [`dx space create [NAME]`](#dx-space-create-name)
133
133
  * [`dx space epoch [KEY]`](#dx-space-epoch-key)
134
- * [`dx space invite KEY`](#dx-space-invite-key)
135
134
  * [`dx space join`](#dx-space-join)
136
135
  * [`dx space list`](#dx-space-list)
137
136
  * [`dx space members [KEY]`](#dx-space-members-key)
137
+ * [`dx space query [KEY]`](#dx-space-query-key)
138
+ * [`dx space share [KEY]`](#dx-space-share-key)
138
139
  * [`dx tunnel list`](#dx-tunnel-list)
139
140
  * [`dx tunnel set`](#dx-tunnel-set)
140
141
 
@@ -150,7 +151,7 @@ FLAGS
150
151
  -v, --verbose Verbose output
151
152
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
152
153
  --dry-run Dry run.
153
- --no-agent Auto-start agent.
154
+ --no-agent Run command without agent.
154
155
  --profile=<value> [default: default] User profile.
155
156
  --timeout=<value> [default: 30] Timeout in seconds.
156
157
 
@@ -176,7 +177,7 @@ FLAGS
176
177
  --dry-run Dry run.
177
178
  --force Force restart.
178
179
  --json Output as JSON.
179
- --no-agent Auto-start agent.
180
+ --no-agent Run command without agent.
180
181
  --profile=<value> [default: default] User profile.
181
182
  --timeout=<value> [default: 30] Timeout in seconds.
182
183
 
@@ -201,7 +202,7 @@ FLAGS
201
202
  --echo=port Expose ECHO REST API.
202
203
  --json Output as JSON.
203
204
  --monitor Run epoch monitoring.
204
- --no-agent Auto-start agent.
205
+ --no-agent Run command without agent.
205
206
  --profile=<value> [default: default] User profile.
206
207
  --timeout=<value> [default: 30] Timeout in seconds.
207
208
  --web-socket=port Expose web socket port.
@@ -226,7 +227,7 @@ FLAGS
226
227
  --dry-run Dry run.
227
228
  --force Force stop.
228
229
  --json Output as JSON.
229
- --no-agent Auto-start agent.
230
+ --no-agent Run command without agent.
230
231
  --profile=<value> [default: default] User profile.
231
232
  --timeout=<value> [default: 30] Timeout in seconds.
232
233
 
@@ -254,7 +255,7 @@ FLAGS
254
255
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
255
256
  --dry-run Dry run.
256
257
  --json Output as JSON.
257
- --no-agent Auto-start agent.
258
+ --no-agent Run command without agent.
258
259
  --profile=<value> [default: default] User profile.
259
260
  --tag=<value> Git tag or branch of the DXOS repo to checkout.
260
261
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -275,7 +276,7 @@ FLAGS
275
276
  -v, --verbose Verbose output
276
277
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
277
278
  --dry-run Dry run.
278
- --no-agent Auto-start agent.
279
+ --no-agent Run command without agent.
279
280
  --profile=<value> [default: default] User profile.
280
281
  --timeout=<value> [default: 30] Timeout in seconds.
281
282
 
@@ -304,7 +305,7 @@ FLAGS
304
305
  --dry-run Dry run.
305
306
  --instances=<value> [default: 1] Amount of test instances.
306
307
  --invite If `true` proceed device invitation for all instances.
307
- --no-agent Auto-start agent.
308
+ --no-agent Run command without agent.
308
309
  --profile=<value> [default: default] User profile.
309
310
  --timeout=<value> [default: 30] Timeout in seconds.
310
311
 
@@ -331,7 +332,7 @@ FLAGS
331
332
  --configPath=<value> Path to dx.yml
332
333
  --dry-run Dry run.
333
334
  --json Output as JSON.
334
- --no-agent Auto-start agent.
335
+ --no-agent Run command without agent.
335
336
  --profile=<value> [default: default] User profile.
336
337
  --skipExisting Do not update content on KUBE if version already exists.
337
338
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -353,7 +354,7 @@ FLAGS
353
354
  -v, --verbose Verbose output
354
355
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
355
356
  --dry-run Dry run.
356
- --no-agent Auto-start agent.
357
+ --no-agent Run command without agent.
357
358
  --profile=<value> [default: default] User profile.
358
359
  --timeout=<value> [default: 30] Timeout in seconds.
359
360
 
@@ -364,13 +365,13 @@ DESCRIPTION
364
365
  Show config file.
365
366
  ```
366
367
 
367
- ## `dx debug stats`
368
+ ## `dx debug diagnostics`
368
369
 
369
- Output debug stats.
370
+ Output debug diagnostics.
370
371
 
371
372
  ```
372
373
  USAGE
373
- $ dx debug stats [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
374
+ $ dx debug diagnostics [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
374
375
  <value>] [--humanize] [--truncate]
375
376
 
376
377
  FLAGS
@@ -378,14 +379,42 @@ FLAGS
378
379
  --dry-run Dry run.
379
380
  --humanize Humanized keys.
380
381
  --json Output as JSON.
381
- --no-agent Auto-start agent.
382
+ --no-agent Run command without agent.
382
383
  --profile=<value> [default: default] User profile.
383
384
  --timeout=<value> [default: 30] Timeout in seconds.
384
385
  --truncate Truncate keys.
385
386
  --verbose Verbose output.
386
387
 
387
388
  DESCRIPTION
388
- Output debug stats.
389
+ Output debug diagnostics.
390
+ ```
391
+
392
+ ## `dx debug generate [KEY]`
393
+
394
+ Generate test data.
395
+
396
+ ```
397
+ USAGE
398
+ $ dx debug generate [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
399
+ <value>] [--objects <value>] [--mutations <value>] [--mutationsPerEpoch <value>]
400
+
401
+ ARGUMENTS
402
+ KEY Space key head in hex.
403
+
404
+ 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.
415
+
416
+ DESCRIPTION
417
+ Generate test data.
389
418
  ```
390
419
 
391
420
  ## `dx device`
@@ -400,7 +429,7 @@ FLAGS
400
429
  -v, --verbose Verbose output
401
430
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
402
431
  --dry-run Dry run.
403
- --no-agent Auto-start agent.
432
+ --no-agent Run command without agent.
404
433
  --profile=<value> [default: default] User profile.
405
434
  --timeout=<value> [default: 30] Timeout in seconds.
406
435
 
@@ -417,19 +446,28 @@ Show device info.
417
446
 
418
447
  ```
419
448
  USAGE
420
- $ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
449
+ $ 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 | ]
421
452
 
422
453
  FLAGS
423
454
  -v, --verbose Verbose output
455
+ -x, --extended show extra columns
456
+ --columns=<value> only show provided columns (comma-separated)
424
457
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
458
+ --csv output is csv format [alias: --output=csv]
425
459
  --dry-run Dry run.
426
- --no-agent Auto-start agent.
460
+ --filter=<value> filter property by partial string matching, ex: name=foo
461
+ --json Output as JSON.
462
+ --no-agent Run command without agent.
463
+ --no-header hide table header from output
464
+ --no-truncate do not truncate output to fit screen
465
+ --output=<option> output in a more machine friendly format
466
+ <options: csv|json|yaml>
427
467
  --profile=<value> [default: default] User profile.
468
+ --sort=<value> property to sort by (prepend '-' for descending)
428
469
  --timeout=<value> [default: 30] Timeout in seconds.
429
470
 
430
- GLOBAL FLAGS
431
- --json Format output as json.
432
-
433
471
  DESCRIPTION
434
472
  Show device info.
435
473
  ```
@@ -449,7 +487,7 @@ FLAGS
449
487
  --dry-run Dry run.
450
488
  --json Output as JSON.
451
489
  --manifest=<value> [default: functions.yml]
452
- --no-agent Auto-start agent.
490
+ --no-agent Run command without agent.
453
491
  --profile=<value> [default: default] User profile.
454
492
  --require=<value>... [default: ts-node/register]
455
493
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -481,7 +519,7 @@ FLAGS
481
519
  --dry-run Dry run.
482
520
  --json Output as JSON.
483
521
  --manifest=<value> [default: functions.yml]
484
- --no-agent Auto-start agent.
522
+ --no-agent Run command without agent.
485
523
  --profile=<value> [default: default] User profile.
486
524
  --require=<value>... [default: ts-node/register]
487
525
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -514,7 +552,7 @@ FLAGS
514
552
  -v, --verbose Verbose output
515
553
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
516
554
  --dry-run Dry run.
517
- --no-agent Auto-start agent.
555
+ --no-agent Run command without agent.
518
556
  --profile=<value> [default: default] User profile.
519
557
  --timeout=<value> [default: 30] Timeout in seconds.
520
558
 
@@ -537,7 +575,7 @@ FLAGS
537
575
  -v, --verbose Verbose output
538
576
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
539
577
  --dry-run Dry run.
540
- --no-agent Auto-start agent.
578
+ --no-agent Run command without agent.
541
579
  --profile=<value> [default: default] User profile.
542
580
  --timeout=<value> [default: 30] Timeout in seconds.
543
581
 
@@ -564,7 +602,7 @@ FLAGS
564
602
  -v, --verbose Verbose output
565
603
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
566
604
  --dry-run Dry run.
567
- --no-agent Auto-start agent.
605
+ --no-agent Run command without agent.
568
606
  --profile=<value> [default: default] User profile.
569
607
  --timeout=<value> [default: 30] Timeout in seconds.
570
608
 
@@ -575,29 +613,6 @@ DESCRIPTION
575
613
  Get function logs.
576
614
  ```
577
615
 
578
- ## `dx halo`
579
-
580
- Show HALO profile.
581
-
582
- ```
583
- USAGE
584
- $ dx halo [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
585
-
586
- FLAGS
587
- -v, --verbose Verbose output
588
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
589
- --dry-run Dry run.
590
- --no-agent Auto-start agent.
591
- --profile=<value> [default: default] User profile.
592
- --timeout=<value> [default: 30] Timeout in seconds.
593
-
594
- GLOBAL FLAGS
595
- --json Format output as json.
596
-
597
- DESCRIPTION
598
- Show HALO profile.
599
- ```
600
-
601
616
  ## `dx halo create DISPLAYNAME`
602
617
 
603
618
  Create HALO.
@@ -614,7 +629,7 @@ FLAGS
614
629
  -v, --verbose Verbose output
615
630
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
616
631
  --dry-run Dry run.
617
- --no-agent Auto-start agent.
632
+ --no-agent Run command without agent.
618
633
  --profile=<value> [default: default] User profile.
619
634
  --timeout=<value> [default: 30] Timeout in seconds.
620
635
 
@@ -642,7 +657,7 @@ FLAGS
642
657
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
643
658
  --dry-run Dry run.
644
659
  --json Output as JSON.
645
- --no-agent Auto-start agent.
660
+ --no-agent Run command without agent.
646
661
  --profile=<value> [default: default] User profile.
647
662
  --timeout=<value> [default: 30] Timeout in seconds.
648
663
 
@@ -657,15 +672,25 @@ List HALO credentials.
657
672
  ```
658
673
  USAGE
659
674
  $ dx halo credential list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
660
- <value>] [--type <value>]
675
+ <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
676
+ --no-truncate]] [--no-header | ] [--type <value>]
661
677
 
662
678
  FLAGS
663
679
  -v, --verbose Verbose output
680
+ -x, --extended show extra columns
681
+ --columns=<value> only show provided columns (comma-separated)
664
682
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
683
+ --csv output is csv format [alias: --output=csv]
665
684
  --dry-run Dry run.
685
+ --filter=<value> filter property by partial string matching, ex: name=foo
666
686
  --json Output as JSON.
667
- --no-agent Auto-start agent.
687
+ --no-agent Run command without agent.
688
+ --no-header hide table header from output
689
+ --no-truncate do not truncate output to fit screen
690
+ --output=<option> output in a more machine friendly format
691
+ <options: csv|json|yaml>
668
692
  --profile=<value> [default: default] User profile.
693
+ --sort=<value> property to sort by (prepend '-' for descending)
669
694
  --timeout=<value> [default: 30] Timeout in seconds.
670
695
  --type=<value> Type
671
696
 
@@ -673,6 +698,29 @@ DESCRIPTION
673
698
  List HALO credentials.
674
699
  ```
675
700
 
701
+ ## `dx halo info`
702
+
703
+ Show HALO profile.
704
+
705
+ ```
706
+ USAGE
707
+ $ dx halo info [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
708
+
709
+ FLAGS
710
+ -v, --verbose Verbose output
711
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
712
+ --dry-run Dry run.
713
+ --no-agent Run command without agent.
714
+ --profile=<value> [default: default] User profile.
715
+ --timeout=<value> [default: 30] Timeout in seconds.
716
+
717
+ GLOBAL FLAGS
718
+ --json Format output as json.
719
+
720
+ DESCRIPTION
721
+ Show HALO profile.
722
+ ```
723
+
676
724
  ## `dx halo join`
677
725
 
678
726
  Join HALO (device) invitation.
@@ -680,7 +728,7 @@ Join HALO (device) invitation.
680
728
  ```
681
729
  USAGE
682
730
  $ dx halo join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
683
- <value>] [--invitation <value>]
731
+ <value>] [--invitation <value>] [--secret <value>]
684
732
 
685
733
  FLAGS
686
734
  -v, --verbose Verbose output
@@ -688,8 +736,9 @@ FLAGS
688
736
  --dry-run Dry run.
689
737
  --invitation=<value> Invitation code
690
738
  --json Output as JSON.
691
- --no-agent Auto-start agent.
739
+ --no-agent Run command without agent.
692
740
  --profile=<value> [default: default] User profile.
741
+ --secret=<value> Invitation secret
693
742
  --timeout=<value> [default: 30] Timeout in seconds.
694
743
 
695
744
  DESCRIPTION
@@ -709,7 +758,7 @@ FLAGS
709
758
  -v, --verbose Verbose output
710
759
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
711
760
  --dry-run Dry run.
712
- --no-agent Auto-start agent.
761
+ --no-agent Run command without agent.
713
762
  --noCode Flag that specifies if secret auth code is not required
714
763
  --profile=<value> [default: default] User profile.
715
764
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -753,7 +802,7 @@ FLAGS
753
802
  -v, --verbose Verbose output
754
803
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
755
804
  --dry-run Dry run.
756
- --no-agent Auto-start agent.
805
+ --no-agent Run command without agent.
757
806
  --profile=<value> [default: default] User profile.
758
807
  --timeout=<value> [default: 30] Timeout in seconds.
759
808
 
@@ -781,7 +830,7 @@ FLAGS
781
830
  --dry-run Dry run.
782
831
  --hostname=<value> (required) Hostname
783
832
  --json Output as JSON.
784
- --no-agent Auto-start agent.
833
+ --no-agent Run command without agent.
785
834
  --profile=<value> [default: default] User profile.
786
835
  --provider=<value> [default: digitalocean] Cloud Provider
787
836
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -1041,7 +1090,7 @@ FLAGS
1041
1090
  --dry-run Dry run.
1042
1091
  --force Force delete.
1043
1092
  --json Output as JSON.
1044
- --no-agent Auto-start agent.
1093
+ --no-agent Run command without agent.
1045
1094
  --profile=<value> [default: default] User profile.
1046
1095
  --timeout=<value> [default: 30] Timeout in seconds.
1047
1096
 
@@ -1062,7 +1111,7 @@ FLAGS
1062
1111
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1063
1112
  --dry-run Dry run.
1064
1113
  --json Output as JSON.
1065
- --no-agent Auto-start agent.
1114
+ --no-agent Run command without agent.
1066
1115
  --profile=<value> [default: default] User profile.
1067
1116
  --timeout=<value> [default: 30] Timeout in seconds.
1068
1117
 
@@ -1070,27 +1119,6 @@ DESCRIPTION
1070
1119
  Interactive shell.
1071
1120
  ```
1072
1121
 
1073
- ## `dx space`
1074
-
1075
- List spaces.
1076
-
1077
- ```
1078
- USAGE
1079
- $ dx space [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1080
-
1081
- FLAGS
1082
- -v, --verbose Verbose output
1083
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1084
- --dry-run Dry run.
1085
- --json Output as JSON.
1086
- --no-agent Auto-start agent.
1087
- --profile=<value> [default: default] User profile.
1088
- --timeout=<value> [default: 30] Timeout in seconds.
1089
-
1090
- DESCRIPTION
1091
- List spaces.
1092
- ```
1093
-
1094
1122
  ## `dx space create [NAME]`
1095
1123
 
1096
1124
  Create space.
@@ -1104,7 +1132,7 @@ FLAGS
1104
1132
  -v, --verbose Verbose output
1105
1133
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1106
1134
  --dry-run Dry run.
1107
- --no-agent Auto-start agent.
1135
+ --no-agent Run command without agent.
1108
1136
  --profile=<value> [default: default] User profile.
1109
1137
  --timeout=<value> [default: 30] Timeout in seconds.
1110
1138
 
@@ -1122,54 +1150,24 @@ Create new epoch.
1122
1150
  ```
1123
1151
  USAGE
1124
1152
  $ dx space epoch [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1125
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1126
- --no-truncate]] [--no-header | ]
1153
+ <value>]
1127
1154
 
1128
1155
  ARGUMENTS
1129
1156
  KEY Space key head in hex.
1130
1157
 
1131
1158
  FLAGS
1132
1159
  -v, --verbose Verbose output
1133
- -x, --extended show extra columns
1134
- --columns=<value> only show provided columns (comma-separated)
1135
1160
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1136
- --csv output is csv format [alias: --output=csv]
1137
1161
  --dry-run Dry run.
1138
- --filter=<value> filter property by partial string matching, ex: name=foo
1139
- --json Output as JSON.
1140
- --no-agent Auto-start agent.
1141
- --no-header hide table header from output
1142
- --no-truncate do not truncate output to fit screen
1143
- --output=<option> output in a more machine friendly format
1144
- <options: csv|json|yaml>
1162
+ --no-agent Run command without agent.
1145
1163
  --profile=<value> [default: default] User profile.
1146
- --sort=<value> property to sort by (prepend '-' for descending)
1147
1164
  --timeout=<value> [default: 30] Timeout in seconds.
1148
1165
 
1149
- DESCRIPTION
1150
- Create new epoch.
1151
- ```
1152
-
1153
- ## `dx space invite KEY`
1154
-
1155
- Create space invitation.
1156
-
1157
- ```
1158
- USAGE
1159
- $ dx space invite KEY [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1160
- <value>]
1161
-
1162
- FLAGS
1163
- -v, --verbose Verbose output
1164
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1165
- --dry-run Dry run.
1166
- --json Output as JSON.
1167
- --no-agent Auto-start agent.
1168
- --profile=<value> [default: default] User profile.
1169
- --timeout=<value> [default: 30] Timeout in seconds.
1166
+ GLOBAL FLAGS
1167
+ --json Format output as json.
1170
1168
 
1171
1169
  DESCRIPTION
1172
- Create space invitation.
1170
+ Create new epoch.
1173
1171
  ```
1174
1172
 
1175
1173
  ## `dx space join`
@@ -1187,7 +1185,7 @@ FLAGS
1187
1185
  --dry-run Dry run.
1188
1186
  --invitation=<value> Invitation code
1189
1187
  --json Output as JSON.
1190
- --no-agent Auto-start agent.
1188
+ --no-agent Run command without agent.
1191
1189
  --profile=<value> [default: default] User profile.
1192
1190
  --secret=<value> Invitation secret
1193
1191
  --timeout=<value> [default: 30] Timeout in seconds.
@@ -1215,7 +1213,7 @@ FLAGS
1215
1213
  --dry-run Dry run.
1216
1214
  --filter=<value> filter property by partial string matching, ex: name=foo
1217
1215
  --json Output as JSON.
1218
- --no-agent Auto-start agent.
1216
+ --no-agent Run command without agent.
1219
1217
  --no-header hide table header from output
1220
1218
  --no-truncate do not truncate output to fit screen
1221
1219
  --output=<option> output in a more machine friendly format
@@ -1250,7 +1248,7 @@ FLAGS
1250
1248
  --dry-run Dry run.
1251
1249
  --filter=<value> filter property by partial string matching, ex: name=foo
1252
1250
  --json Output as JSON.
1253
- --no-agent Auto-start agent.
1251
+ --no-agent Run command without agent.
1254
1252
  --no-header hide table header from output
1255
1253
  --no-truncate do not truncate output to fit screen
1256
1254
  --output=<option> output in a more machine friendly format
@@ -1263,6 +1261,60 @@ DESCRIPTION
1263
1261
  List space members.
1264
1262
  ```
1265
1263
 
1264
+ ## `dx space query [KEY]`
1265
+
1266
+ Query database.
1267
+
1268
+ ```
1269
+ USAGE
1270
+ $ dx space query [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1271
+ <value>]
1272
+
1273
+ ARGUMENTS
1274
+ KEY Space key head in hex.
1275
+
1276
+ FLAGS
1277
+ -v, --verbose Verbose output
1278
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1279
+ --dry-run Dry run.
1280
+ --no-agent Run command without agent.
1281
+ --profile=<value> [default: default] User profile.
1282
+ --timeout=<value> [default: 30] Timeout in seconds.
1283
+
1284
+ GLOBAL FLAGS
1285
+ --json Format output as json.
1286
+
1287
+ DESCRIPTION
1288
+ Query database.
1289
+ ```
1290
+
1291
+ ## `dx space share [KEY]`
1292
+
1293
+ Create space invitation.
1294
+
1295
+ ```
1296
+ USAGE
1297
+ $ dx space share [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1298
+ <value>] [--multiple] [--no-auth]
1299
+
1300
+ ARGUMENTS
1301
+ KEY Space key head in hex.
1302
+
1303
+ FLAGS
1304
+ -v, --verbose Verbose output
1305
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1306
+ --dry-run Dry run.
1307
+ --json Output as JSON.
1308
+ --multiple Multiple use.
1309
+ --no-agent Run command without agent.
1310
+ --no-auth Skip authentication challenge.
1311
+ --profile=<value> [default: default] User profile.
1312
+ --timeout=<value> [default: 5000] Timeout in milliseconds.
1313
+
1314
+ DESCRIPTION
1315
+ Create space invitation.
1316
+ ```
1317
+
1266
1318
  ## `dx tunnel list`
1267
1319
 
1268
1320
  List tunnels.
@@ -1275,7 +1327,7 @@ FLAGS
1275
1327
  -v, --verbose Verbose output
1276
1328
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1277
1329
  --dry-run Dry run.
1278
- --no-agent Auto-start agent.
1330
+ --no-agent Run command without agent.
1279
1331
  --profile=<value> [default: default] User profile.
1280
1332
  --timeout=<value> [default: 30] Timeout in seconds.
1281
1333
 
@@ -1303,7 +1355,7 @@ FLAGS
1303
1355
  --dry-run Dry run.
1304
1356
  --enabled Enable tunnel.
1305
1357
  --json Output as JSON.
1306
- --no-agent Auto-start agent.
1358
+ --no-agent Run command without agent.
1307
1359
  --profile=<value> [default: default] User profile.
1308
1360
  --timeout=<value> [default: 30] Timeout in seconds.
1309
1361
 
@@ -1,6 +1,7 @@
1
1
  import { Command, Config as OclifConfig, Interfaces } from '@oclif/core';
2
2
  import { Daemon } from '@dxos/agent';
3
3
  import { Client, Config } from '@dxos/client';
4
+ import { Space } from '@dxos/client/echo';
4
5
  import { PublisherRpcPeer, SupervisorRpcPeer, TelemetryContext, TunnelRpcPeer } from './util';
5
6
  export type Flags<T extends typeof Command> = Interfaces.InferredFlags<(typeof BaseCommand)['baseFlags'] & T['flags']>;
6
7
  export type Args<T extends typeof Command> = Interfaces.InferredArgs<T['args']>;
@@ -56,7 +57,6 @@ export declare abstract class BaseCommand<T extends typeof Command = any> extend
56
57
  * https://oclif.io/docs/error_handling
57
58
  */
58
59
  error(err: string | Error, options?: any): never;
59
- catch(err: Error, options?: any): Promise<void>;
60
60
  /**
61
61
  * Called after each command run.
62
62
  */
@@ -66,6 +66,14 @@ export declare abstract class BaseCommand<T extends typeof Command = any> extend
66
66
  * Lazily create the client.
67
67
  */
68
68
  getClient(): Promise<Client>;
69
+ /**
70
+ * Get spaces and optionally wait until ready.
71
+ */
72
+ getSpaces(client: Client, wait?: boolean): Promise<Space[]>;
73
+ /**
74
+ * Get or select space.
75
+ */
76
+ getSpace(client: Client, key?: string): Promise<Space>;
69
77
  /**
70
78
  * Convenience function to wrap command passing in client object.
71
79
  */
@@ -1 +1 @@
1
- {"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../../src/base-command.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../../src/base-command.ts"],"names":[],"mappings":"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"}