@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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.55-main.0d3b09d",
2
+ "version": "0.1.55-main.26b8765",
3
3
  "commands": {
4
4
  "agent:list": {
5
5
  "id": "agent:list",
@@ -13,8 +13,7 @@
13
13
  "json": {
14
14
  "name": "json",
15
15
  "type": "boolean",
16
- "description": "Format output as json.",
17
- "helpGroup": "GLOBAL",
16
+ "description": "Output as JSON.",
18
17
  "allowNo": false
19
18
  },
20
19
  "dry-run": {
@@ -60,12 +59,97 @@
60
59
  "timeout": {
61
60
  "name": "timeout",
62
61
  "type": "option",
63
- "description": "Timeout in seconds.",
62
+ "description": "Timeout (ms).",
64
63
  "multiple": false,
65
- "default": 30,
64
+ "default": 60000,
66
65
  "aliases": [
67
66
  "t"
68
67
  ]
68
+ },
69
+ "no-wait": {
70
+ "name": "no-wait",
71
+ "type": "boolean",
72
+ "description": "Do not wait for space to be ready.",
73
+ "allowNo": false
74
+ },
75
+ "columns": {
76
+ "name": "columns",
77
+ "type": "option",
78
+ "description": "only show provided columns (comma-separated)",
79
+ "multiple": false,
80
+ "exclusive": [
81
+ "extended"
82
+ ]
83
+ },
84
+ "sort": {
85
+ "name": "sort",
86
+ "type": "option",
87
+ "description": "property to sort by (prepend '-' for descending)",
88
+ "multiple": false
89
+ },
90
+ "filter": {
91
+ "name": "filter",
92
+ "type": "option",
93
+ "description": "filter property by partial string matching, ex: name=foo",
94
+ "multiple": false
95
+ },
96
+ "csv": {
97
+ "name": "csv",
98
+ "type": "boolean",
99
+ "description": "output is csv format [alias: --output=csv]",
100
+ "allowNo": false,
101
+ "exclusive": [
102
+ "no-truncate"
103
+ ]
104
+ },
105
+ "output": {
106
+ "name": "output",
107
+ "type": "option",
108
+ "description": "output in a more machine friendly format",
109
+ "multiple": false,
110
+ "options": [
111
+ "csv",
112
+ "json",
113
+ "yaml"
114
+ ],
115
+ "exclusive": [
116
+ "no-truncate",
117
+ "csv"
118
+ ]
119
+ },
120
+ "extended": {
121
+ "name": "extended",
122
+ "type": "boolean",
123
+ "char": "x",
124
+ "description": "show extra columns",
125
+ "allowNo": false,
126
+ "exclusive": [
127
+ "columns"
128
+ ]
129
+ },
130
+ "no-truncate": {
131
+ "name": "no-truncate",
132
+ "type": "boolean",
133
+ "description": "do not truncate output to fit screen",
134
+ "allowNo": false,
135
+ "exclusive": [
136
+ "csv"
137
+ ]
138
+ },
139
+ "no-header": {
140
+ "name": "no-header",
141
+ "type": "boolean",
142
+ "description": "hide table header from output",
143
+ "allowNo": false,
144
+ "exclusive": [
145
+ "csv"
146
+ ]
147
+ },
148
+ "live": {
149
+ "name": "live",
150
+ "type": "boolean",
151
+ "description": "Live update.",
152
+ "allowNo": false
69
153
  }
70
154
  },
71
155
  "args": {}
@@ -128,13 +212,19 @@
128
212
  "timeout": {
129
213
  "name": "timeout",
130
214
  "type": "option",
131
- "description": "Timeout in seconds.",
215
+ "description": "Timeout (ms).",
132
216
  "multiple": false,
133
- "default": 30,
217
+ "default": 60000,
134
218
  "aliases": [
135
219
  "t"
136
220
  ]
137
221
  },
222
+ "no-wait": {
223
+ "name": "no-wait",
224
+ "type": "boolean",
225
+ "description": "Do not wait for space to be ready.",
226
+ "allowNo": false
227
+ },
138
228
  "force": {
139
229
  "name": "force",
140
230
  "type": "boolean",
@@ -202,13 +292,19 @@
202
292
  "timeout": {
203
293
  "name": "timeout",
204
294
  "type": "option",
205
- "description": "Timeout in seconds.",
295
+ "description": "Timeout (ms).",
206
296
  "multiple": false,
207
- "default": 30,
297
+ "default": 60000,
208
298
  "aliases": [
209
299
  "t"
210
300
  ]
211
301
  },
302
+ "no-wait": {
303
+ "name": "no-wait",
304
+ "type": "boolean",
305
+ "description": "Do not wait for space to be ready.",
306
+ "allowNo": false
307
+ },
212
308
  "foreground": {
213
309
  "name": "foreground",
214
310
  "type": "boolean",
@@ -300,13 +396,19 @@
300
396
  "timeout": {
301
397
  "name": "timeout",
302
398
  "type": "option",
303
- "description": "Timeout in seconds.",
399
+ "description": "Timeout (ms).",
304
400
  "multiple": false,
305
- "default": 30,
401
+ "default": 60000,
306
402
  "aliases": [
307
403
  "t"
308
404
  ]
309
405
  },
406
+ "no-wait": {
407
+ "name": "no-wait",
408
+ "type": "boolean",
409
+ "description": "Do not wait for space to be ready.",
410
+ "allowNo": false
411
+ },
310
412
  "all": {
311
413
  "name": "all",
312
414
  "type": "boolean",
@@ -380,13 +482,19 @@
380
482
  "timeout": {
381
483
  "name": "timeout",
382
484
  "type": "option",
383
- "description": "Timeout in seconds.",
485
+ "description": "Timeout (ms).",
384
486
  "multiple": false,
385
- "default": 30,
487
+ "default": 60000,
386
488
  "aliases": [
387
489
  "t"
388
490
  ]
389
491
  },
492
+ "no-wait": {
493
+ "name": "no-wait",
494
+ "type": "boolean",
495
+ "description": "Do not wait for space to be ready.",
496
+ "allowNo": false
497
+ },
390
498
  "tag": {
391
499
  "name": "tag",
392
500
  "type": "option",
@@ -481,12 +589,18 @@
481
589
  "timeout": {
482
590
  "name": "timeout",
483
591
  "type": "option",
484
- "description": "Timeout in seconds.",
592
+ "description": "Timeout (ms).",
485
593
  "multiple": false,
486
- "default": 30,
594
+ "default": 60000,
487
595
  "aliases": [
488
596
  "t"
489
597
  ]
598
+ },
599
+ "no-wait": {
600
+ "name": "no-wait",
601
+ "type": "boolean",
602
+ "description": "Do not wait for space to be ready.",
603
+ "allowNo": false
490
604
  }
491
605
  },
492
606
  "args": {}
@@ -550,13 +664,19 @@
550
664
  "timeout": {
551
665
  "name": "timeout",
552
666
  "type": "option",
553
- "description": "Timeout in seconds.",
667
+ "description": "Timeout (ms).",
554
668
  "multiple": false,
555
- "default": 30,
669
+ "default": 60000,
556
670
  "aliases": [
557
671
  "t"
558
672
  ]
559
673
  },
674
+ "no-wait": {
675
+ "name": "no-wait",
676
+ "type": "boolean",
677
+ "description": "Do not wait for space to be ready.",
678
+ "allowNo": false
679
+ },
560
680
  "instances": {
561
681
  "name": "instances",
562
682
  "type": "option",
@@ -637,13 +757,19 @@
637
757
  "timeout": {
638
758
  "name": "timeout",
639
759
  "type": "option",
640
- "description": "Timeout in seconds.",
760
+ "description": "Timeout (ms).",
641
761
  "multiple": false,
642
- "default": 30,
762
+ "default": 60000,
643
763
  "aliases": [
644
764
  "t"
645
765
  ]
646
766
  },
767
+ "no-wait": {
768
+ "name": "no-wait",
769
+ "type": "boolean",
770
+ "description": "Do not wait for space to be ready.",
771
+ "allowNo": false
772
+ },
647
773
  "configPath": {
648
774
  "name": "configPath",
649
775
  "type": "option",
@@ -730,12 +856,18 @@
730
856
  "timeout": {
731
857
  "name": "timeout",
732
858
  "type": "option",
733
- "description": "Timeout in seconds.",
859
+ "description": "Timeout (ms).",
734
860
  "multiple": false,
735
- "default": 30,
861
+ "default": 60000,
736
862
  "aliases": [
737
863
  "t"
738
864
  ]
865
+ },
866
+ "no-wait": {
867
+ "name": "no-wait",
868
+ "type": "boolean",
869
+ "description": "Do not wait for space to be ready.",
870
+ "allowNo": false
739
871
  }
740
872
  },
741
873
  "args": {}
@@ -797,13 +929,19 @@
797
929
  "timeout": {
798
930
  "name": "timeout",
799
931
  "type": "option",
800
- "description": "Timeout in seconds.",
932
+ "description": "Timeout (ms).",
801
933
  "multiple": false,
802
- "default": 30,
934
+ "default": 60000,
803
935
  "aliases": [
804
936
  "t"
805
937
  ]
806
938
  },
939
+ "no-wait": {
940
+ "name": "no-wait",
941
+ "type": "boolean",
942
+ "description": "Do not wait for space to be ready.",
943
+ "allowNo": false
944
+ },
807
945
  "humanize": {
808
946
  "name": "humanize",
809
947
  "type": "boolean",
@@ -877,13 +1015,33 @@
877
1015
  "timeout": {
878
1016
  "name": "timeout",
879
1017
  "type": "option",
880
- "description": "Timeout in seconds.",
1018
+ "description": "Timeout (ms).",
881
1019
  "multiple": false,
882
- "default": 30,
1020
+ "default": 60000,
883
1021
  "aliases": [
884
1022
  "t"
885
1023
  ]
886
1024
  },
1025
+ "no-wait": {
1026
+ "name": "no-wait",
1027
+ "type": "boolean",
1028
+ "description": "Do not wait for space to be ready.",
1029
+ "allowNo": false
1030
+ },
1031
+ "interval": {
1032
+ "name": "interval",
1033
+ "type": "option",
1034
+ "description": "Interval between mutations (ms).",
1035
+ "multiple": false,
1036
+ "default": 0
1037
+ },
1038
+ "jitter": {
1039
+ "name": "jitter",
1040
+ "type": "option",
1041
+ "description": "Inverval variance (ms).",
1042
+ "multiple": false,
1043
+ "default": 0
1044
+ },
887
1045
  "objects": {
888
1046
  "name": "objects",
889
1047
  "type": "option",
@@ -898,8 +1056,8 @@
898
1056
  "multiple": false,
899
1057
  "default": 0
900
1058
  },
901
- "mutationsPerEpoch": {
902
- "name": "mutationsPerEpoch",
1059
+ "epoch": {
1060
+ "name": "epoch",
903
1061
  "type": "option",
904
1062
  "description": "Number of mutations per epoch.",
905
1063
  "multiple": false
@@ -912,6 +1070,87 @@
912
1070
  }
913
1071
  }
914
1072
  },
1073
+ "debug:status": {
1074
+ "id": "debug:status",
1075
+ "description": "Display status.",
1076
+ "strict": true,
1077
+ "pluginName": "@dxos/cli",
1078
+ "pluginAlias": "@dxos/cli",
1079
+ "pluginType": "core",
1080
+ "aliases": [],
1081
+ "flags": {
1082
+ "json": {
1083
+ "name": "json",
1084
+ "type": "boolean",
1085
+ "description": "Output as JSON.",
1086
+ "allowNo": false
1087
+ },
1088
+ "dry-run": {
1089
+ "name": "dry-run",
1090
+ "type": "boolean",
1091
+ "description": "Dry run.",
1092
+ "allowNo": false
1093
+ },
1094
+ "verbose": {
1095
+ "name": "verbose",
1096
+ "type": "boolean",
1097
+ "char": "v",
1098
+ "description": "Verbose output",
1099
+ "allowNo": false
1100
+ },
1101
+ "profile": {
1102
+ "name": "profile",
1103
+ "type": "option",
1104
+ "description": "User profile.",
1105
+ "multiple": false,
1106
+ "default": "default"
1107
+ },
1108
+ "config": {
1109
+ "name": "config",
1110
+ "type": "option",
1111
+ "description": "Config file.",
1112
+ "helpValue": "path",
1113
+ "multiple": false,
1114
+ "dependsOn": [
1115
+ "profile"
1116
+ ],
1117
+ "default": "/home/runner/.config/dx/profile/default.yml",
1118
+ "aliases": [
1119
+ "c"
1120
+ ]
1121
+ },
1122
+ "no-agent": {
1123
+ "name": "no-agent",
1124
+ "type": "boolean",
1125
+ "description": "Run command without agent.",
1126
+ "allowNo": false
1127
+ },
1128
+ "timeout": {
1129
+ "name": "timeout",
1130
+ "type": "option",
1131
+ "description": "Timeout (ms).",
1132
+ "multiple": false,
1133
+ "default": 60000,
1134
+ "aliases": [
1135
+ "t"
1136
+ ]
1137
+ },
1138
+ "no-wait": {
1139
+ "name": "no-wait",
1140
+ "type": "boolean",
1141
+ "description": "Do not wait for space to be ready.",
1142
+ "allowNo": false
1143
+ },
1144
+ "interval": {
1145
+ "name": "interval",
1146
+ "type": "option",
1147
+ "description": "Update interval (ms).",
1148
+ "multiple": false,
1149
+ "default": 1000
1150
+ }
1151
+ },
1152
+ "args": {}
1153
+ },
915
1154
  "device": {
916
1155
  "id": "device",
917
1156
  "description": "Show device info.",
@@ -971,12 +1210,18 @@
971
1210
  "timeout": {
972
1211
  "name": "timeout",
973
1212
  "type": "option",
974
- "description": "Timeout in seconds.",
1213
+ "description": "Timeout (ms).",
975
1214
  "multiple": false,
976
- "default": 30,
1215
+ "default": 60000,
977
1216
  "aliases": [
978
1217
  "t"
979
1218
  ]
1219
+ },
1220
+ "no-wait": {
1221
+ "name": "no-wait",
1222
+ "type": "boolean",
1223
+ "description": "Do not wait for space to be ready.",
1224
+ "allowNo": false
980
1225
  }
981
1226
  },
982
1227
  "args": {}
@@ -1039,13 +1284,19 @@
1039
1284
  "timeout": {
1040
1285
  "name": "timeout",
1041
1286
  "type": "option",
1042
- "description": "Timeout in seconds.",
1287
+ "description": "Timeout (ms).",
1043
1288
  "multiple": false,
1044
- "default": 30,
1289
+ "default": 60000,
1045
1290
  "aliases": [
1046
1291
  "t"
1047
1292
  ]
1048
1293
  },
1294
+ "no-wait": {
1295
+ "name": "no-wait",
1296
+ "type": "boolean",
1297
+ "description": "Do not wait for space to be ready.",
1298
+ "allowNo": false
1299
+ },
1049
1300
  "columns": {
1050
1301
  "name": "columns",
1051
1302
  "type": "option",
@@ -1188,13 +1439,19 @@
1188
1439
  "timeout": {
1189
1440
  "name": "timeout",
1190
1441
  "type": "option",
1191
- "description": "Timeout in seconds.",
1442
+ "description": "Timeout (ms).",
1192
1443
  "multiple": false,
1193
- "default": 30,
1444
+ "default": 60000,
1194
1445
  "aliases": [
1195
1446
  "t"
1196
1447
  ]
1197
1448
  },
1449
+ "no-wait": {
1450
+ "name": "no-wait",
1451
+ "type": "boolean",
1452
+ "description": "Do not wait for space to be ready.",
1453
+ "allowNo": false
1454
+ },
1198
1455
  "require": {
1199
1456
  "name": "require",
1200
1457
  "type": "option",
@@ -1275,12 +1532,18 @@
1275
1532
  "timeout": {
1276
1533
  "name": "timeout",
1277
1534
  "type": "option",
1278
- "description": "Timeout in seconds.",
1535
+ "description": "Timeout (ms).",
1279
1536
  "multiple": false,
1280
- "default": 30,
1537
+ "default": 60000,
1281
1538
  "aliases": [
1282
1539
  "t"
1283
1540
  ]
1541
+ },
1542
+ "no-wait": {
1543
+ "name": "no-wait",
1544
+ "type": "boolean",
1545
+ "description": "Do not wait for space to be ready.",
1546
+ "allowNo": false
1284
1547
  }
1285
1548
  },
1286
1549
  "args": {
@@ -1351,12 +1614,18 @@
1351
1614
  "timeout": {
1352
1615
  "name": "timeout",
1353
1616
  "type": "option",
1354
- "description": "Timeout in seconds.",
1617
+ "description": "Timeout (ms).",
1355
1618
  "multiple": false,
1356
- "default": 30,
1619
+ "default": 60000,
1357
1620
  "aliases": [
1358
1621
  "t"
1359
1622
  ]
1623
+ },
1624
+ "no-wait": {
1625
+ "name": "no-wait",
1626
+ "type": "boolean",
1627
+ "description": "Do not wait for space to be ready.",
1628
+ "allowNo": false
1360
1629
  }
1361
1630
  },
1362
1631
  "args": {}
@@ -1421,12 +1690,18 @@
1421
1690
  "timeout": {
1422
1691
  "name": "timeout",
1423
1692
  "type": "option",
1424
- "description": "Timeout in seconds.",
1693
+ "description": "Timeout (ms).",
1425
1694
  "multiple": false,
1426
- "default": 30,
1695
+ "default": 60000,
1427
1696
  "aliases": [
1428
1697
  "t"
1429
1698
  ]
1699
+ },
1700
+ "no-wait": {
1701
+ "name": "no-wait",
1702
+ "type": "boolean",
1703
+ "description": "Do not wait for space to be ready.",
1704
+ "allowNo": false
1430
1705
  }
1431
1706
  },
1432
1707
  "args": {
@@ -1496,12 +1771,18 @@
1496
1771
  "timeout": {
1497
1772
  "name": "timeout",
1498
1773
  "type": "option",
1499
- "description": "Timeout in seconds.",
1774
+ "description": "Timeout (ms).",
1500
1775
  "multiple": false,
1501
- "default": 30,
1776
+ "default": 60000,
1502
1777
  "aliases": [
1503
1778
  "t"
1504
1779
  ]
1780
+ },
1781
+ "no-wait": {
1782
+ "name": "no-wait",
1783
+ "type": "boolean",
1784
+ "description": "Do not wait for space to be ready.",
1785
+ "allowNo": false
1505
1786
  }
1506
1787
  },
1507
1788
  "args": {
@@ -1512,9 +1793,9 @@
1512
1793
  }
1513
1794
  }
1514
1795
  },
1515
- "halo:info": {
1516
- "id": "halo:info",
1517
- "description": "Show HALO profile.",
1796
+ "halo:identity": {
1797
+ "id": "halo:identity",
1798
+ "description": "Show HALO identity.",
1518
1799
  "strict": true,
1519
1800
  "pluginName": "@dxos/cli",
1520
1801
  "pluginAlias": "@dxos/cli",
@@ -1571,12 +1852,18 @@
1571
1852
  "timeout": {
1572
1853
  "name": "timeout",
1573
1854
  "type": "option",
1574
- "description": "Timeout in seconds.",
1855
+ "description": "Timeout (ms).",
1575
1856
  "multiple": false,
1576
- "default": 30,
1857
+ "default": 60000,
1577
1858
  "aliases": [
1578
1859
  "t"
1579
1860
  ]
1861
+ },
1862
+ "no-wait": {
1863
+ "name": "no-wait",
1864
+ "type": "boolean",
1865
+ "description": "Do not wait for space to be ready.",
1866
+ "allowNo": false
1580
1867
  }
1581
1868
  },
1582
1869
  "args": {}
@@ -1639,13 +1926,19 @@
1639
1926
  "timeout": {
1640
1927
  "name": "timeout",
1641
1928
  "type": "option",
1642
- "description": "Timeout in seconds.",
1929
+ "description": "Timeout (ms).",
1643
1930
  "multiple": false,
1644
- "default": 30,
1931
+ "default": 60000,
1645
1932
  "aliases": [
1646
1933
  "t"
1647
1934
  ]
1648
1935
  },
1936
+ "no-wait": {
1937
+ "name": "no-wait",
1938
+ "type": "boolean",
1939
+ "description": "Do not wait for space to be ready.",
1940
+ "allowNo": false
1941
+ },
1649
1942
  "invitation": {
1650
1943
  "name": "invitation",
1651
1944
  "type": "option",
@@ -1720,13 +2013,19 @@
1720
2013
  "timeout": {
1721
2014
  "name": "timeout",
1722
2015
  "type": "option",
1723
- "description": "Timeout in seconds.",
2016
+ "description": "Timeout (ms).",
1724
2017
  "multiple": false,
1725
- "default": 30,
2018
+ "default": 60000,
1726
2019
  "aliases": [
1727
2020
  "t"
1728
2021
  ]
1729
2022
  },
2023
+ "no-wait": {
2024
+ "name": "no-wait",
2025
+ "type": "boolean",
2026
+ "description": "Do not wait for space to be ready.",
2027
+ "allowNo": false
2028
+ },
1730
2029
  "noCode": {
1731
2030
  "name": "noCode",
1732
2031
  "type": "boolean",
@@ -1795,12 +2094,18 @@
1795
2094
  "timeout": {
1796
2095
  "name": "timeout",
1797
2096
  "type": "option",
1798
- "description": "Timeout in seconds.",
2097
+ "description": "Timeout (ms).",
1799
2098
  "multiple": false,
1800
- "default": 30,
2099
+ "default": 60000,
1801
2100
  "aliases": [
1802
2101
  "t"
1803
2102
  ]
2103
+ },
2104
+ "no-wait": {
2105
+ "name": "no-wait",
2106
+ "type": "boolean",
2107
+ "description": "Do not wait for space to be ready.",
2108
+ "allowNo": false
1804
2109
  }
1805
2110
  },
1806
2111
  "args": {}
@@ -1863,13 +2168,19 @@
1863
2168
  "timeout": {
1864
2169
  "name": "timeout",
1865
2170
  "type": "option",
1866
- "description": "Timeout in seconds.",
2171
+ "description": "Timeout (ms).",
1867
2172
  "multiple": false,
1868
- "default": 30,
2173
+ "default": 60000,
1869
2174
  "aliases": [
1870
2175
  "t"
1871
2176
  ]
1872
2177
  },
2178
+ "no-wait": {
2179
+ "name": "no-wait",
2180
+ "type": "boolean",
2181
+ "description": "Do not wait for space to be ready.",
2182
+ "allowNo": false
2183
+ },
1873
2184
  "hostname": {
1874
2185
  "name": "hostname",
1875
2186
  "type": "option",
@@ -1957,13 +2268,19 @@
1957
2268
  "timeout": {
1958
2269
  "name": "timeout",
1959
2270
  "type": "option",
1960
- "description": "Timeout in seconds.",
2271
+ "description": "Timeout (ms).",
1961
2272
  "multiple": false,
1962
- "default": 30,
2273
+ "default": 60000,
1963
2274
  "aliases": [
1964
2275
  "t"
1965
2276
  ]
1966
2277
  },
2278
+ "no-wait": {
2279
+ "name": "no-wait",
2280
+ "type": "boolean",
2281
+ "description": "Do not wait for space to be ready.",
2282
+ "allowNo": false
2283
+ },
1967
2284
  "force": {
1968
2285
  "name": "force",
1969
2286
  "type": "boolean",
@@ -2031,12 +2348,18 @@
2031
2348
  "timeout": {
2032
2349
  "name": "timeout",
2033
2350
  "type": "option",
2034
- "description": "Timeout in seconds.",
2351
+ "description": "Timeout (ms).",
2035
2352
  "multiple": false,
2036
- "default": 30,
2353
+ "default": 60000,
2037
2354
  "aliases": [
2038
2355
  "t"
2039
2356
  ]
2357
+ },
2358
+ "no-wait": {
2359
+ "name": "no-wait",
2360
+ "type": "boolean",
2361
+ "description": "Do not wait for space to be ready.",
2362
+ "allowNo": false
2040
2363
  }
2041
2364
  },
2042
2365
  "args": {}
@@ -2100,12 +2423,18 @@
2100
2423
  "timeout": {
2101
2424
  "name": "timeout",
2102
2425
  "type": "option",
2103
- "description": "Timeout in seconds.",
2426
+ "description": "Timeout (ms).",
2104
2427
  "multiple": false,
2105
- "default": 30,
2428
+ "default": 60000,
2106
2429
  "aliases": [
2107
2430
  "t"
2108
2431
  ]
2432
+ },
2433
+ "no-wait": {
2434
+ "name": "no-wait",
2435
+ "type": "boolean",
2436
+ "description": "Do not wait for space to be ready.",
2437
+ "allowNo": false
2109
2438
  }
2110
2439
  },
2111
2440
  "args": {
@@ -2173,12 +2502,18 @@
2173
2502
  "timeout": {
2174
2503
  "name": "timeout",
2175
2504
  "type": "option",
2176
- "description": "Timeout in seconds.",
2505
+ "description": "Timeout (ms).",
2177
2506
  "multiple": false,
2178
- "default": 30,
2507
+ "default": 60000,
2179
2508
  "aliases": [
2180
2509
  "t"
2181
2510
  ]
2511
+ },
2512
+ "no-wait": {
2513
+ "name": "no-wait",
2514
+ "type": "boolean",
2515
+ "description": "Do not wait for space to be ready.",
2516
+ "allowNo": false
2182
2517
  }
2183
2518
  },
2184
2519
  "args": {
@@ -2246,13 +2581,19 @@
2246
2581
  "timeout": {
2247
2582
  "name": "timeout",
2248
2583
  "type": "option",
2249
- "description": "Timeout in seconds.",
2584
+ "description": "Timeout (ms).",
2250
2585
  "multiple": false,
2251
- "default": 30,
2586
+ "default": 60000,
2252
2587
  "aliases": [
2253
2588
  "t"
2254
2589
  ]
2255
2590
  },
2591
+ "no-wait": {
2592
+ "name": "no-wait",
2593
+ "type": "boolean",
2594
+ "description": "Do not wait for space to be ready.",
2595
+ "allowNo": false
2596
+ },
2256
2597
  "invitation": {
2257
2598
  "name": "invitation",
2258
2599
  "type": "option",
@@ -2326,13 +2667,19 @@
2326
2667
  "timeout": {
2327
2668
  "name": "timeout",
2328
2669
  "type": "option",
2329
- "description": "Timeout in seconds.",
2670
+ "description": "Timeout (ms).",
2330
2671
  "multiple": false,
2331
- "default": 30,
2672
+ "default": 60000,
2332
2673
  "aliases": [
2333
2674
  "t"
2334
2675
  ]
2335
2676
  },
2677
+ "no-wait": {
2678
+ "name": "no-wait",
2679
+ "type": "boolean",
2680
+ "description": "Do not wait for space to be ready.",
2681
+ "allowNo": false
2682
+ },
2336
2683
  "columns": {
2337
2684
  "name": "columns",
2338
2685
  "type": "option",
@@ -2405,6 +2752,12 @@
2405
2752
  "exclusive": [
2406
2753
  "csv"
2407
2754
  ]
2755
+ },
2756
+ "live": {
2757
+ "name": "live",
2758
+ "type": "boolean",
2759
+ "description": "Live update.",
2760
+ "allowNo": false
2408
2761
  }
2409
2762
  },
2410
2763
  "args": {}
@@ -2467,13 +2820,19 @@
2467
2820
  "timeout": {
2468
2821
  "name": "timeout",
2469
2822
  "type": "option",
2470
- "description": "Timeout in seconds.",
2823
+ "description": "Timeout (ms).",
2471
2824
  "multiple": false,
2472
- "default": 30,
2825
+ "default": 60000,
2473
2826
  "aliases": [
2474
2827
  "t"
2475
2828
  ]
2476
2829
  },
2830
+ "no-wait": {
2831
+ "name": "no-wait",
2832
+ "type": "boolean",
2833
+ "description": "Do not wait for space to be ready.",
2834
+ "allowNo": false
2835
+ },
2477
2836
  "columns": {
2478
2837
  "name": "columns",
2479
2838
  "type": "option",
@@ -2614,12 +2973,18 @@
2614
2973
  "timeout": {
2615
2974
  "name": "timeout",
2616
2975
  "type": "option",
2617
- "description": "Timeout in seconds.",
2976
+ "description": "Timeout (ms).",
2618
2977
  "multiple": false,
2619
- "default": 30,
2978
+ "default": 60000,
2620
2979
  "aliases": [
2621
2980
  "t"
2622
2981
  ]
2982
+ },
2983
+ "no-wait": {
2984
+ "name": "no-wait",
2985
+ "type": "boolean",
2986
+ "description": "Do not wait for space to be ready.",
2987
+ "allowNo": false
2623
2988
  }
2624
2989
  },
2625
2990
  "args": {
@@ -2691,6 +3056,12 @@
2691
3056
  "multiple": false,
2692
3057
  "default": 5000
2693
3058
  },
3059
+ "no-wait": {
3060
+ "name": "no-wait",
3061
+ "type": "boolean",
3062
+ "description": "Do not wait for space to be ready.",
3063
+ "allowNo": false
3064
+ },
2694
3065
  "multiple": {
2695
3066
  "name": "multiple",
2696
3067
  "type": "boolean",
@@ -2770,12 +3141,18 @@
2770
3141
  "timeout": {
2771
3142
  "name": "timeout",
2772
3143
  "type": "option",
2773
- "description": "Timeout in seconds.",
3144
+ "description": "Timeout (ms).",
2774
3145
  "multiple": false,
2775
- "default": 30,
3146
+ "default": 60000,
2776
3147
  "aliases": [
2777
3148
  "t"
2778
3149
  ]
3150
+ },
3151
+ "no-wait": {
3152
+ "name": "no-wait",
3153
+ "type": "boolean",
3154
+ "description": "Do not wait for space to be ready.",
3155
+ "allowNo": false
2779
3156
  }
2780
3157
  },
2781
3158
  "args": {}
@@ -2838,13 +3215,19 @@
2838
3215
  "timeout": {
2839
3216
  "name": "timeout",
2840
3217
  "type": "option",
2841
- "description": "Timeout in seconds.",
3218
+ "description": "Timeout (ms).",
2842
3219
  "multiple": false,
2843
- "default": 30,
3220
+ "default": 60000,
2844
3221
  "aliases": [
2845
3222
  "t"
2846
3223
  ]
2847
3224
  },
3225
+ "no-wait": {
3226
+ "name": "no-wait",
3227
+ "type": "boolean",
3228
+ "description": "Do not wait for space to be ready.",
3229
+ "allowNo": false
3230
+ },
2848
3231
  "app": {
2849
3232
  "name": "app",
2850
3233
  "type": "option",
@@ -2925,12 +3308,18 @@
2925
3308
  "timeout": {
2926
3309
  "name": "timeout",
2927
3310
  "type": "option",
2928
- "description": "Timeout in seconds.",
3311
+ "description": "Timeout (ms).",
2929
3312
  "multiple": false,
2930
- "default": 30,
3313
+ "default": 60000,
2931
3314
  "aliases": [
2932
3315
  "t"
2933
3316
  ]
3317
+ },
3318
+ "no-wait": {
3319
+ "name": "no-wait",
3320
+ "type": "boolean",
3321
+ "description": "Do not wait for space to be ready.",
3322
+ "allowNo": false
2934
3323
  }
2935
3324
  },
2936
3325
  "args": {
@@ -2999,13 +3388,19 @@
2999
3388
  "timeout": {
3000
3389
  "name": "timeout",
3001
3390
  "type": "option",
3002
- "description": "Timeout in seconds.",
3391
+ "description": "Timeout (ms).",
3003
3392
  "multiple": false,
3004
- "default": 30,
3393
+ "default": 60000,
3005
3394
  "aliases": [
3006
3395
  "t"
3007
3396
  ]
3008
3397
  },
3398
+ "no-wait": {
3399
+ "name": "no-wait",
3400
+ "type": "boolean",
3401
+ "description": "Do not wait for space to be ready.",
3402
+ "allowNo": false
3403
+ },
3009
3404
  "columns": {
3010
3405
  "name": "columns",
3011
3406
  "type": "option",