@dxos/cli 0.1.54 → 0.1.55-main.81f7c81

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 (99) hide show
  1. package/README.md +123 -85
  2. package/dist/src/base-command.d.ts +0 -1
  3. package/dist/src/base-command.d.ts.map +1 -1
  4. package/dist/src/base-command.js +24 -9
  5. package/dist/src/base-command.js.map +1 -1
  6. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  7. package/dist/src/commands/agent/restart.js +8 -3
  8. package/dist/src/commands/agent/restart.js.map +1 -1
  9. package/dist/src/commands/agent/start.d.ts.map +1 -1
  10. package/dist/src/commands/agent/start.js +8 -3
  11. package/dist/src/commands/agent/start.js.map +1 -1
  12. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  13. package/dist/src/commands/agent/stop.js +10 -5
  14. package/dist/src/commands/agent/stop.js.map +1 -1
  15. package/dist/src/commands/app/create.js +3 -3
  16. package/dist/src/commands/app/create.js.map +1 -1
  17. package/dist/src/commands/debug/{stats.d.ts → diagnostics.d.ts} +3 -3
  18. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -0
  19. package/dist/src/commands/debug/diagnostics.js +54 -0
  20. package/dist/src/commands/debug/diagnostics.js.map +1 -0
  21. package/dist/src/commands/debug/generate.d.ts +22 -0
  22. package/dist/src/commands/debug/generate.d.ts.map +1 -0
  23. package/dist/src/commands/debug/generate.js +68 -0
  24. package/dist/src/commands/debug/generate.js.map +1 -0
  25. package/dist/src/commands/halo/index.d.ts.map +1 -1
  26. package/dist/src/commands/halo/index.js +2 -1
  27. package/dist/src/commands/halo/index.js.map +1 -1
  28. package/dist/src/commands/halo/join.d.ts.map +1 -1
  29. package/dist/src/commands/halo/join.js +2 -3
  30. package/dist/src/commands/halo/join.js.map +1 -1
  31. package/dist/src/commands/halo/share.d.ts.map +1 -1
  32. package/dist/src/commands/halo/share.js +1 -0
  33. package/dist/src/commands/halo/share.js.map +1 -1
  34. package/dist/src/commands/kube/deploy.js +1 -1
  35. package/dist/src/commands/kube/deploy.js.map +1 -1
  36. package/dist/src/commands/reset/index.d.ts.map +1 -1
  37. package/dist/src/commands/reset/index.js +12 -7
  38. package/dist/src/commands/reset/index.js.map +1 -1
  39. package/dist/src/commands/shell/index.d.ts +0 -1
  40. package/dist/src/commands/shell/index.d.ts.map +1 -1
  41. package/dist/src/commands/shell/index.js +0 -4
  42. package/dist/src/commands/shell/index.js.map +1 -1
  43. package/dist/src/commands/space/create.d.ts.map +1 -1
  44. package/dist/src/commands/space/create.js +2 -1
  45. package/dist/src/commands/space/create.js.map +1 -1
  46. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  47. package/dist/src/commands/space/epoch.js +2 -8
  48. package/dist/src/commands/space/epoch.js.map +1 -1
  49. package/dist/src/commands/space/join.d.ts.map +1 -1
  50. package/dist/src/commands/space/join.js +2 -12
  51. package/dist/src/commands/space/join.js.map +1 -1
  52. package/dist/src/commands/space/list.d.ts.map +1 -1
  53. package/dist/src/commands/space/list.js +2 -1
  54. package/dist/src/commands/space/list.js.map +1 -1
  55. package/dist/src/commands/space/members.d.ts.map +1 -1
  56. package/dist/src/commands/space/members.js +2 -8
  57. package/dist/src/commands/space/members.js.map +1 -1
  58. package/dist/src/commands/space/query.d.ts +10 -0
  59. package/dist/src/commands/space/query.d.ts.map +1 -0
  60. package/dist/src/commands/space/query.js +48 -0
  61. package/dist/src/commands/space/query.js.map +1 -0
  62. package/dist/src/commands/space/{invite.d.ts → share.d.ts} +3 -3
  63. package/dist/src/commands/space/share.d.ts.map +1 -0
  64. package/dist/src/commands/space/{invite.js → share.js} +8 -8
  65. package/dist/src/commands/space/share.js.map +1 -0
  66. package/dist/src/errors.d.ts +4 -0
  67. package/dist/src/errors.d.ts.map +1 -0
  68. package/dist/src/errors.js +13 -0
  69. package/dist/src/errors.js.map +1 -0
  70. package/dist/src/timeouts.d.ts +2 -0
  71. package/dist/src/timeouts.d.ts.map +1 -0
  72. package/dist/src/timeouts.js +8 -0
  73. package/dist/src/timeouts.js.map +1 -0
  74. package/dist/src/util/index.d.ts +1 -0
  75. package/dist/src/util/index.d.ts.map +1 -1
  76. package/dist/src/util/index.js +1 -0
  77. package/dist/src/util/index.js.map +1 -1
  78. package/dist/src/util/provider/digital-ocean.js +11 -7
  79. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  80. package/dist/src/util/random.d.ts +13 -0
  81. package/dist/src/util/random.d.ts.map +1 -0
  82. package/dist/src/util/random.js +27 -0
  83. package/dist/src/util/random.js.map +1 -0
  84. package/dist/src/util/telemetryrc.json +2 -2
  85. package/dist/src/util/util.d.ts +1 -0
  86. package/dist/src/util/util.d.ts.map +1 -1
  87. package/dist/src/util/util.js +26 -6
  88. package/dist/src/util/util.js.map +1 -1
  89. package/oclif.manifest.json +277 -178
  90. package/package.json +21 -21
  91. package/dist/src/commands/debug/stats.d.ts.map +0 -1
  92. package/dist/src/commands/debug/stats.js +0 -58
  93. package/dist/src/commands/debug/stats.js.map +0 -1
  94. package/dist/src/commands/space/index.d.ts +0 -6
  95. package/dist/src/commands/space/index.d.ts.map +0 -1
  96. package/dist/src/commands/space/index.js +0 -19
  97. package/dist/src/commands/space/index.js.map +0 -1
  98. package/dist/src/commands/space/invite.d.ts.map +0 -1
  99. package/dist/src/commands/space/invite.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.54",
2
+ "version": "0.1.55-main.81f7c81",
3
3
  "commands": {
4
4
  "agent:list": {
5
5
  "id": "agent:list",
@@ -54,7 +54,7 @@
54
54
  "no-agent": {
55
55
  "name": "no-agent",
56
56
  "type": "boolean",
57
- "description": "Auto-start agent.",
57
+ "description": "Run command without agent.",
58
58
  "allowNo": false
59
59
  },
60
60
  "timeout": {
@@ -122,7 +122,7 @@
122
122
  "no-agent": {
123
123
  "name": "no-agent",
124
124
  "type": "boolean",
125
- "description": "Auto-start agent.",
125
+ "description": "Run command without agent.",
126
126
  "allowNo": false
127
127
  },
128
128
  "timeout": {
@@ -196,7 +196,7 @@
196
196
  "no-agent": {
197
197
  "name": "no-agent",
198
198
  "type": "boolean",
199
- "description": "Auto-start agent.",
199
+ "description": "Run command without agent.",
200
200
  "allowNo": false
201
201
  },
202
202
  "timeout": {
@@ -294,7 +294,7 @@
294
294
  "no-agent": {
295
295
  "name": "no-agent",
296
296
  "type": "boolean",
297
- "description": "Auto-start agent.",
297
+ "description": "Run command without agent.",
298
298
  "allowNo": false
299
299
  },
300
300
  "timeout": {
@@ -374,7 +374,7 @@
374
374
  "no-agent": {
375
375
  "name": "no-agent",
376
376
  "type": "boolean",
377
- "description": "Auto-start agent.",
377
+ "description": "Run command without agent.",
378
378
  "allowNo": false
379
379
  },
380
380
  "timeout": {
@@ -475,7 +475,7 @@
475
475
  "no-agent": {
476
476
  "name": "no-agent",
477
477
  "type": "boolean",
478
- "description": "Auto-start agent.",
478
+ "description": "Run command without agent.",
479
479
  "allowNo": false
480
480
  },
481
481
  "timeout": {
@@ -544,7 +544,7 @@
544
544
  "no-agent": {
545
545
  "name": "no-agent",
546
546
  "type": "boolean",
547
- "description": "Auto-start agent.",
547
+ "description": "Run command without agent.",
548
548
  "allowNo": false
549
549
  },
550
550
  "timeout": {
@@ -631,7 +631,7 @@
631
631
  "no-agent": {
632
632
  "name": "no-agent",
633
633
  "type": "boolean",
634
- "description": "Auto-start agent.",
634
+ "description": "Run command without agent.",
635
635
  "allowNo": false
636
636
  },
637
637
  "timeout": {
@@ -724,7 +724,7 @@
724
724
  "no-agent": {
725
725
  "name": "no-agent",
726
726
  "type": "boolean",
727
- "description": "Auto-start agent.",
727
+ "description": "Run command without agent.",
728
728
  "allowNo": false
729
729
  },
730
730
  "timeout": {
@@ -740,9 +740,9 @@
740
740
  },
741
741
  "args": {}
742
742
  },
743
- "debug:stats": {
744
- "id": "debug:stats",
745
- "description": "Output debug stats.",
743
+ "debug:diagnostics": {
744
+ "id": "debug:diagnostics",
745
+ "description": "Output debug diagnostics.",
746
746
  "strict": true,
747
747
  "pluginName": "@dxos/cli",
748
748
  "pluginAlias": "@dxos/cli",
@@ -791,7 +791,7 @@
791
791
  "no-agent": {
792
792
  "name": "no-agent",
793
793
  "type": "boolean",
794
- "description": "Auto-start agent.",
794
+ "description": "Run command without agent.",
795
795
  "allowNo": false
796
796
  },
797
797
  "timeout": {
@@ -819,6 +819,99 @@
819
819
  },
820
820
  "args": {}
821
821
  },
822
+ "debug:generate": {
823
+ "id": "debug:generate",
824
+ "description": "Generate test data.",
825
+ "strict": true,
826
+ "pluginName": "@dxos/cli",
827
+ "pluginAlias": "@dxos/cli",
828
+ "pluginType": "core",
829
+ "aliases": [],
830
+ "flags": {
831
+ "json": {
832
+ "name": "json",
833
+ "type": "boolean",
834
+ "description": "Output as JSON.",
835
+ "allowNo": false
836
+ },
837
+ "dry-run": {
838
+ "name": "dry-run",
839
+ "type": "boolean",
840
+ "description": "Dry run.",
841
+ "allowNo": false
842
+ },
843
+ "verbose": {
844
+ "name": "verbose",
845
+ "type": "boolean",
846
+ "char": "v",
847
+ "description": "Verbose output",
848
+ "allowNo": false
849
+ },
850
+ "profile": {
851
+ "name": "profile",
852
+ "type": "option",
853
+ "description": "User profile.",
854
+ "multiple": false,
855
+ "default": "default"
856
+ },
857
+ "config": {
858
+ "name": "config",
859
+ "type": "option",
860
+ "description": "Config file.",
861
+ "helpValue": "path",
862
+ "multiple": false,
863
+ "dependsOn": [
864
+ "profile"
865
+ ],
866
+ "default": "/home/runner/.config/dx/profile/default.yml",
867
+ "aliases": [
868
+ "c"
869
+ ]
870
+ },
871
+ "no-agent": {
872
+ "name": "no-agent",
873
+ "type": "boolean",
874
+ "description": "Run command without agent.",
875
+ "allowNo": false
876
+ },
877
+ "timeout": {
878
+ "name": "timeout",
879
+ "type": "option",
880
+ "description": "Timeout in seconds.",
881
+ "multiple": false,
882
+ "default": 30,
883
+ "aliases": [
884
+ "t"
885
+ ]
886
+ },
887
+ "objects": {
888
+ "name": "objects",
889
+ "type": "option",
890
+ "description": "Number of objects.",
891
+ "multiple": false,
892
+ "default": 0
893
+ },
894
+ "mutations": {
895
+ "name": "mutations",
896
+ "type": "option",
897
+ "description": "Number of mutations.",
898
+ "multiple": false,
899
+ "default": 0
900
+ },
901
+ "mutationsPerEpoch": {
902
+ "name": "mutationsPerEpoch",
903
+ "type": "option",
904
+ "description": "Number of mutations per epoch.",
905
+ "multiple": false
906
+ }
907
+ },
908
+ "args": {
909
+ "key": {
910
+ "name": "key",
911
+ "description": "Space key head in hex."
912
+ }
913
+ }
914
+ },
822
915
  "device": {
823
916
  "id": "device",
824
917
  "description": "Show device info.",
@@ -872,7 +965,7 @@
872
965
  "no-agent": {
873
966
  "name": "no-agent",
874
967
  "type": "boolean",
875
- "description": "Auto-start agent.",
968
+ "description": "Run command without agent.",
876
969
  "allowNo": false
877
970
  },
878
971
  "timeout": {
@@ -941,7 +1034,7 @@
941
1034
  "no-agent": {
942
1035
  "name": "no-agent",
943
1036
  "type": "boolean",
944
- "description": "Auto-start agent.",
1037
+ "description": "Run command without agent.",
945
1038
  "allowNo": false
946
1039
  },
947
1040
  "timeout": {
@@ -1017,7 +1110,7 @@
1017
1110
  "no-agent": {
1018
1111
  "name": "no-agent",
1019
1112
  "type": "boolean",
1020
- "description": "Auto-start agent.",
1113
+ "description": "Run command without agent.",
1021
1114
  "allowNo": false
1022
1115
  },
1023
1116
  "timeout": {
@@ -1104,7 +1197,7 @@
1104
1197
  "no-agent": {
1105
1198
  "name": "no-agent",
1106
1199
  "type": "boolean",
1107
- "description": "Auto-start agent.",
1200
+ "description": "Run command without agent.",
1108
1201
  "allowNo": false
1109
1202
  },
1110
1203
  "timeout": {
@@ -1180,7 +1273,7 @@
1180
1273
  "no-agent": {
1181
1274
  "name": "no-agent",
1182
1275
  "type": "boolean",
1183
- "description": "Auto-start agent.",
1276
+ "description": "Run command without agent.",
1184
1277
  "allowNo": false
1185
1278
  },
1186
1279
  "timeout": {
@@ -1250,7 +1343,7 @@
1250
1343
  "no-agent": {
1251
1344
  "name": "no-agent",
1252
1345
  "type": "boolean",
1253
- "description": "Auto-start agent.",
1346
+ "description": "Run command without agent.",
1254
1347
  "allowNo": false
1255
1348
  },
1256
1349
  "timeout": {
@@ -1325,7 +1418,7 @@
1325
1418
  "no-agent": {
1326
1419
  "name": "no-agent",
1327
1420
  "type": "boolean",
1328
- "description": "Auto-start agent.",
1421
+ "description": "Run command without agent.",
1329
1422
  "allowNo": false
1330
1423
  },
1331
1424
  "timeout": {
@@ -1400,7 +1493,7 @@
1400
1493
  "no-agent": {
1401
1494
  "name": "no-agent",
1402
1495
  "type": "boolean",
1403
- "description": "Auto-start agent.",
1496
+ "description": "Run command without agent.",
1404
1497
  "allowNo": false
1405
1498
  },
1406
1499
  "timeout": {
@@ -1468,7 +1561,7 @@
1468
1561
  "no-agent": {
1469
1562
  "name": "no-agent",
1470
1563
  "type": "boolean",
1471
- "description": "Auto-start agent.",
1564
+ "description": "Run command without agent.",
1472
1565
  "allowNo": false
1473
1566
  },
1474
1567
  "timeout": {
@@ -1543,7 +1636,7 @@
1543
1636
  "no-agent": {
1544
1637
  "name": "no-agent",
1545
1638
  "type": "boolean",
1546
- "description": "Auto-start agent.",
1639
+ "description": "Run command without agent.",
1547
1640
  "allowNo": false
1548
1641
  },
1549
1642
  "timeout": {
@@ -1618,7 +1711,7 @@
1618
1711
  "no-agent": {
1619
1712
  "name": "no-agent",
1620
1713
  "type": "boolean",
1621
- "description": "Auto-start agent.",
1714
+ "description": "Run command without agent.",
1622
1715
  "allowNo": false
1623
1716
  },
1624
1717
  "timeout": {
@@ -1686,7 +1779,7 @@
1686
1779
  "no-agent": {
1687
1780
  "name": "no-agent",
1688
1781
  "type": "boolean",
1689
- "description": "Auto-start agent.",
1782
+ "description": "Run command without agent.",
1690
1783
  "allowNo": false
1691
1784
  },
1692
1785
  "timeout": {
@@ -1780,7 +1873,7 @@
1780
1873
  "no-agent": {
1781
1874
  "name": "no-agent",
1782
1875
  "type": "boolean",
1783
- "description": "Auto-start agent.",
1876
+ "description": "Run command without agent.",
1784
1877
  "allowNo": false
1785
1878
  },
1786
1879
  "timeout": {
@@ -1854,7 +1947,7 @@
1854
1947
  "no-agent": {
1855
1948
  "name": "no-agent",
1856
1949
  "type": "boolean",
1857
- "description": "Auto-start agent.",
1950
+ "description": "Run command without agent.",
1858
1951
  "allowNo": false
1859
1952
  },
1860
1953
  "timeout": {
@@ -1923,7 +2016,7 @@
1923
2016
  "no-agent": {
1924
2017
  "name": "no-agent",
1925
2018
  "type": "boolean",
1926
- "description": "Auto-start agent.",
2019
+ "description": "Run command without agent.",
1927
2020
  "allowNo": false
1928
2021
  },
1929
2022
  "timeout": {
@@ -1995,7 +2088,7 @@
1995
2088
  "no-agent": {
1996
2089
  "name": "no-agent",
1997
2090
  "type": "boolean",
1998
- "description": "Auto-start agent.",
2091
+ "description": "Run command without agent.",
1999
2092
  "allowNo": false
2000
2093
  },
2001
2094
  "timeout": {
@@ -2089,147 +2182,6 @@
2089
2182
  }
2090
2183
  }
2091
2184
  },
2092
- "space": {
2093
- "id": "space",
2094
- "description": "List spaces.",
2095
- "strict": true,
2096
- "pluginName": "@dxos/cli",
2097
- "pluginAlias": "@dxos/cli",
2098
- "pluginType": "core",
2099
- "aliases": [],
2100
- "flags": {
2101
- "json": {
2102
- "name": "json",
2103
- "type": "boolean",
2104
- "description": "Output as JSON.",
2105
- "allowNo": false
2106
- },
2107
- "dry-run": {
2108
- "name": "dry-run",
2109
- "type": "boolean",
2110
- "description": "Dry run.",
2111
- "allowNo": false
2112
- },
2113
- "verbose": {
2114
- "name": "verbose",
2115
- "type": "boolean",
2116
- "char": "v",
2117
- "description": "Verbose output",
2118
- "allowNo": false
2119
- },
2120
- "profile": {
2121
- "name": "profile",
2122
- "type": "option",
2123
- "description": "User profile.",
2124
- "multiple": false,
2125
- "default": "default"
2126
- },
2127
- "config": {
2128
- "name": "config",
2129
- "type": "option",
2130
- "description": "Config file.",
2131
- "helpValue": "path",
2132
- "multiple": false,
2133
- "dependsOn": [
2134
- "profile"
2135
- ],
2136
- "default": "/home/runner/.config/dx/profile/default.yml",
2137
- "aliases": [
2138
- "c"
2139
- ]
2140
- },
2141
- "no-agent": {
2142
- "name": "no-agent",
2143
- "type": "boolean",
2144
- "description": "Auto-start agent.",
2145
- "allowNo": false
2146
- },
2147
- "timeout": {
2148
- "name": "timeout",
2149
- "type": "option",
2150
- "description": "Timeout in seconds.",
2151
- "multiple": false,
2152
- "default": 30,
2153
- "aliases": [
2154
- "t"
2155
- ]
2156
- }
2157
- },
2158
- "args": {}
2159
- },
2160
- "space:invite": {
2161
- "id": "space:invite",
2162
- "description": "Create space invitation.",
2163
- "strict": true,
2164
- "pluginName": "@dxos/cli",
2165
- "pluginAlias": "@dxos/cli",
2166
- "pluginType": "core",
2167
- "aliases": [],
2168
- "flags": {
2169
- "json": {
2170
- "name": "json",
2171
- "type": "boolean",
2172
- "description": "Output as JSON.",
2173
- "allowNo": false
2174
- },
2175
- "dry-run": {
2176
- "name": "dry-run",
2177
- "type": "boolean",
2178
- "description": "Dry run.",
2179
- "allowNo": false
2180
- },
2181
- "verbose": {
2182
- "name": "verbose",
2183
- "type": "boolean",
2184
- "char": "v",
2185
- "description": "Verbose output",
2186
- "allowNo": false
2187
- },
2188
- "profile": {
2189
- "name": "profile",
2190
- "type": "option",
2191
- "description": "User profile.",
2192
- "multiple": false,
2193
- "default": "default"
2194
- },
2195
- "config": {
2196
- "name": "config",
2197
- "type": "option",
2198
- "description": "Config file.",
2199
- "helpValue": "path",
2200
- "multiple": false,
2201
- "dependsOn": [
2202
- "profile"
2203
- ],
2204
- "default": "/home/runner/.config/dx/profile/default.yml",
2205
- "aliases": [
2206
- "c"
2207
- ]
2208
- },
2209
- "no-agent": {
2210
- "name": "no-agent",
2211
- "type": "boolean",
2212
- "description": "Auto-start agent.",
2213
- "allowNo": false
2214
- },
2215
- "timeout": {
2216
- "name": "timeout",
2217
- "type": "option",
2218
- "description": "Timeout in seconds.",
2219
- "multiple": false,
2220
- "default": 30,
2221
- "aliases": [
2222
- "t"
2223
- ]
2224
- }
2225
- },
2226
- "args": {
2227
- "key": {
2228
- "name": "key",
2229
- "required": true
2230
- }
2231
- }
2232
- },
2233
2185
  "space:join": {
2234
2186
  "id": "space:join",
2235
2187
  "description": "Join space invitation",
@@ -2282,7 +2234,7 @@
2282
2234
  "no-agent": {
2283
2235
  "name": "no-agent",
2284
2236
  "type": "boolean",
2285
- "description": "Auto-start agent.",
2237
+ "description": "Run command without agent.",
2286
2238
  "allowNo": false
2287
2239
  },
2288
2240
  "timeout": {
@@ -2362,7 +2314,7 @@
2362
2314
  "no-agent": {
2363
2315
  "name": "no-agent",
2364
2316
  "type": "boolean",
2365
- "description": "Auto-start agent.",
2317
+ "description": "Run command without agent.",
2366
2318
  "allowNo": false
2367
2319
  },
2368
2320
  "timeout": {
@@ -2503,7 +2455,7 @@
2503
2455
  "no-agent": {
2504
2456
  "name": "no-agent",
2505
2457
  "type": "boolean",
2506
- "description": "Auto-start agent.",
2458
+ "description": "Run command without agent.",
2507
2459
  "allowNo": false
2508
2460
  },
2509
2461
  "timeout": {
@@ -2597,6 +2549,153 @@
2597
2549
  }
2598
2550
  }
2599
2551
  },
2552
+ "space:query": {
2553
+ "id": "space:query",
2554
+ "description": "Query database.",
2555
+ "strict": true,
2556
+ "pluginName": "@dxos/cli",
2557
+ "pluginAlias": "@dxos/cli",
2558
+ "pluginType": "core",
2559
+ "aliases": [],
2560
+ "flags": {
2561
+ "json": {
2562
+ "name": "json",
2563
+ "type": "boolean",
2564
+ "description": "Format output as json.",
2565
+ "helpGroup": "GLOBAL",
2566
+ "allowNo": false
2567
+ },
2568
+ "dry-run": {
2569
+ "name": "dry-run",
2570
+ "type": "boolean",
2571
+ "description": "Dry run.",
2572
+ "allowNo": false
2573
+ },
2574
+ "verbose": {
2575
+ "name": "verbose",
2576
+ "type": "boolean",
2577
+ "char": "v",
2578
+ "description": "Verbose output",
2579
+ "allowNo": false
2580
+ },
2581
+ "profile": {
2582
+ "name": "profile",
2583
+ "type": "option",
2584
+ "description": "User profile.",
2585
+ "multiple": false,
2586
+ "default": "default"
2587
+ },
2588
+ "config": {
2589
+ "name": "config",
2590
+ "type": "option",
2591
+ "description": "Config file.",
2592
+ "helpValue": "path",
2593
+ "multiple": false,
2594
+ "dependsOn": [
2595
+ "profile"
2596
+ ],
2597
+ "default": "/home/runner/.config/dx/profile/default.yml",
2598
+ "aliases": [
2599
+ "c"
2600
+ ]
2601
+ },
2602
+ "no-agent": {
2603
+ "name": "no-agent",
2604
+ "type": "boolean",
2605
+ "description": "Run command without agent.",
2606
+ "allowNo": false
2607
+ },
2608
+ "timeout": {
2609
+ "name": "timeout",
2610
+ "type": "option",
2611
+ "description": "Timeout in seconds.",
2612
+ "multiple": false,
2613
+ "default": 30,
2614
+ "aliases": [
2615
+ "t"
2616
+ ]
2617
+ }
2618
+ },
2619
+ "args": {
2620
+ "key": {
2621
+ "name": "key",
2622
+ "description": "Space key head in hex."
2623
+ }
2624
+ }
2625
+ },
2626
+ "space:share": {
2627
+ "id": "space:share",
2628
+ "description": "Create space invitation.",
2629
+ "strict": true,
2630
+ "pluginName": "@dxos/cli",
2631
+ "pluginAlias": "@dxos/cli",
2632
+ "pluginType": "core",
2633
+ "aliases": [],
2634
+ "flags": {
2635
+ "json": {
2636
+ "name": "json",
2637
+ "type": "boolean",
2638
+ "description": "Output as JSON.",
2639
+ "allowNo": false
2640
+ },
2641
+ "dry-run": {
2642
+ "name": "dry-run",
2643
+ "type": "boolean",
2644
+ "description": "Dry run.",
2645
+ "allowNo": false
2646
+ },
2647
+ "verbose": {
2648
+ "name": "verbose",
2649
+ "type": "boolean",
2650
+ "char": "v",
2651
+ "description": "Verbose output",
2652
+ "allowNo": false
2653
+ },
2654
+ "profile": {
2655
+ "name": "profile",
2656
+ "type": "option",
2657
+ "description": "User profile.",
2658
+ "multiple": false,
2659
+ "default": "default"
2660
+ },
2661
+ "config": {
2662
+ "name": "config",
2663
+ "type": "option",
2664
+ "description": "Config file.",
2665
+ "helpValue": "path",
2666
+ "multiple": false,
2667
+ "dependsOn": [
2668
+ "profile"
2669
+ ],
2670
+ "default": "/home/runner/.config/dx/profile/default.yml",
2671
+ "aliases": [
2672
+ "c"
2673
+ ]
2674
+ },
2675
+ "no-agent": {
2676
+ "name": "no-agent",
2677
+ "type": "boolean",
2678
+ "description": "Run command without agent.",
2679
+ "allowNo": false
2680
+ },
2681
+ "timeout": {
2682
+ "name": "timeout",
2683
+ "type": "option",
2684
+ "description": "Timeout in seconds.",
2685
+ "multiple": false,
2686
+ "default": 30,
2687
+ "aliases": [
2688
+ "t"
2689
+ ]
2690
+ }
2691
+ },
2692
+ "args": {
2693
+ "key": {
2694
+ "name": "key",
2695
+ "description": "Space key head in hex."
2696
+ }
2697
+ }
2698
+ },
2600
2699
  "tunnel:list": {
2601
2700
  "id": "tunnel:list",
2602
2701
  "description": "List tunnels.",
@@ -2650,7 +2749,7 @@
2650
2749
  "no-agent": {
2651
2750
  "name": "no-agent",
2652
2751
  "type": "boolean",
2653
- "description": "Auto-start agent.",
2752
+ "description": "Run command without agent.",
2654
2753
  "allowNo": false
2655
2754
  },
2656
2755
  "timeout": {
@@ -2718,7 +2817,7 @@
2718
2817
  "no-agent": {
2719
2818
  "name": "no-agent",
2720
2819
  "type": "boolean",
2721
- "description": "Auto-start agent.",
2820
+ "description": "Run command without agent.",
2722
2821
  "allowNo": false
2723
2822
  },
2724
2823
  "timeout": {
@@ -2805,7 +2904,7 @@
2805
2904
  "no-agent": {
2806
2905
  "name": "no-agent",
2807
2906
  "type": "boolean",
2808
- "description": "Auto-start agent.",
2907
+ "description": "Run command without agent.",
2809
2908
  "allowNo": false
2810
2909
  },
2811
2910
  "timeout": {
@@ -2879,7 +2978,7 @@
2879
2978
  "no-agent": {
2880
2979
  "name": "no-agent",
2881
2980
  "type": "boolean",
2882
- "description": "Auto-start agent.",
2981
+ "description": "Run command without agent.",
2883
2982
  "allowNo": false
2884
2983
  },
2885
2984
  "timeout": {