@dxos/cli 0.6.3-main.226a8ae → 0.6.3-main.9e4e207

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 (2) hide show
  1. package/oclif.manifest.json +108 -108
  2. package/package.json +27 -27
@@ -105,6 +105,112 @@
105
105
  "info.js"
106
106
  ]
107
107
  },
108
+ "config": {
109
+ "aliases": [],
110
+ "args": {},
111
+ "description": "Show config file.",
112
+ "flags": {
113
+ "json": {
114
+ "description": "Output as JSON.",
115
+ "name": "json",
116
+ "allowNo": false,
117
+ "type": "boolean"
118
+ },
119
+ "verbose": {
120
+ "char": "v",
121
+ "description": "Verbose output",
122
+ "name": "verbose",
123
+ "allowNo": false,
124
+ "type": "boolean"
125
+ },
126
+ "dry-run": {
127
+ "description": "Dry run.",
128
+ "name": "dry-run",
129
+ "allowNo": false,
130
+ "type": "boolean"
131
+ },
132
+ "profile": {
133
+ "description": "User profile.",
134
+ "env": "DX_PROFILE",
135
+ "name": "profile",
136
+ "default": "default",
137
+ "hasDynamicHelp": false,
138
+ "multiple": false,
139
+ "type": "option"
140
+ },
141
+ "config": {
142
+ "aliases": [
143
+ "c"
144
+ ],
145
+ "dependsOn": [
146
+ "profile"
147
+ ],
148
+ "description": "Config file.",
149
+ "env": "DX_CONFIG",
150
+ "name": "config",
151
+ "default": "/home/runner/.config/dx/profile/default.yml",
152
+ "hasDynamicHelp": false,
153
+ "helpValue": "path",
154
+ "multiple": false,
155
+ "type": "option"
156
+ },
157
+ "timeout": {
158
+ "aliases": [
159
+ "t"
160
+ ],
161
+ "description": "Timeout (ms).",
162
+ "name": "timeout",
163
+ "default": 60000,
164
+ "hasDynamicHelp": false,
165
+ "multiple": false,
166
+ "type": "option"
167
+ },
168
+ "target": {
169
+ "description": "Target websocket server.",
170
+ "name": "target",
171
+ "hasDynamicHelp": false,
172
+ "multiple": false,
173
+ "type": "option"
174
+ },
175
+ "agent": {
176
+ "description": "Run command with agent.",
177
+ "env": "DX_NO_AGENT",
178
+ "name": "agent",
179
+ "allowNo": true,
180
+ "type": "boolean"
181
+ },
182
+ "json-log": {
183
+ "description": "When running in foreground, log JSON format",
184
+ "name": "json-log",
185
+ "allowNo": false,
186
+ "type": "boolean"
187
+ },
188
+ "json-logfile": {
189
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
190
+ "name": "json-logfile",
191
+ "default": "stderr",
192
+ "hasDynamicHelp": false,
193
+ "multiple": false,
194
+ "type": "option"
195
+ }
196
+ },
197
+ "hasDynamicHelp": false,
198
+ "hiddenAliases": [],
199
+ "id": "config",
200
+ "pluginAlias": "@dxos/cli",
201
+ "pluginName": "@dxos/cli",
202
+ "pluginType": "core",
203
+ "strict": true,
204
+ "enableJsonFlag": true,
205
+ "isESM": false,
206
+ "relativePath": [
207
+ "dist",
208
+ "src",
209
+ "commands",
210
+ "config",
211
+ "index.js"
212
+ ]
213
+ },
108
214
  "agent:invitations": {
109
215
  "aliases": [],
110
216
  "args": {},
@@ -1350,112 +1456,6 @@
1350
1456
  "publish.js"
1351
1457
  ]
1352
1458
  },
1353
- "config": {
1354
- "aliases": [],
1355
- "args": {},
1356
- "description": "Show config file.",
1357
- "flags": {
1358
- "json": {
1359
- "description": "Output as JSON.",
1360
- "name": "json",
1361
- "allowNo": false,
1362
- "type": "boolean"
1363
- },
1364
- "verbose": {
1365
- "char": "v",
1366
- "description": "Verbose output",
1367
- "name": "verbose",
1368
- "allowNo": false,
1369
- "type": "boolean"
1370
- },
1371
- "dry-run": {
1372
- "description": "Dry run.",
1373
- "name": "dry-run",
1374
- "allowNo": false,
1375
- "type": "boolean"
1376
- },
1377
- "profile": {
1378
- "description": "User profile.",
1379
- "env": "DX_PROFILE",
1380
- "name": "profile",
1381
- "default": "default",
1382
- "hasDynamicHelp": false,
1383
- "multiple": false,
1384
- "type": "option"
1385
- },
1386
- "config": {
1387
- "aliases": [
1388
- "c"
1389
- ],
1390
- "dependsOn": [
1391
- "profile"
1392
- ],
1393
- "description": "Config file.",
1394
- "env": "DX_CONFIG",
1395
- "name": "config",
1396
- "default": "/home/runner/.config/dx/profile/default.yml",
1397
- "hasDynamicHelp": false,
1398
- "helpValue": "path",
1399
- "multiple": false,
1400
- "type": "option"
1401
- },
1402
- "timeout": {
1403
- "aliases": [
1404
- "t"
1405
- ],
1406
- "description": "Timeout (ms).",
1407
- "name": "timeout",
1408
- "default": 60000,
1409
- "hasDynamicHelp": false,
1410
- "multiple": false,
1411
- "type": "option"
1412
- },
1413
- "target": {
1414
- "description": "Target websocket server.",
1415
- "name": "target",
1416
- "hasDynamicHelp": false,
1417
- "multiple": false,
1418
- "type": "option"
1419
- },
1420
- "agent": {
1421
- "description": "Run command with agent.",
1422
- "env": "DX_NO_AGENT",
1423
- "name": "agent",
1424
- "allowNo": true,
1425
- "type": "boolean"
1426
- },
1427
- "json-log": {
1428
- "description": "When running in foreground, log JSON format",
1429
- "name": "json-log",
1430
- "allowNo": false,
1431
- "type": "boolean"
1432
- },
1433
- "json-logfile": {
1434
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
1435
- "name": "json-logfile",
1436
- "default": "stderr",
1437
- "hasDynamicHelp": false,
1438
- "multiple": false,
1439
- "type": "option"
1440
- }
1441
- },
1442
- "hasDynamicHelp": false,
1443
- "hiddenAliases": [],
1444
- "id": "config",
1445
- "pluginAlias": "@dxos/cli",
1446
- "pluginName": "@dxos/cli",
1447
- "pluginType": "core",
1448
- "strict": true,
1449
- "enableJsonFlag": true,
1450
- "isESM": false,
1451
- "relativePath": [
1452
- "dist",
1453
- "src",
1454
- "commands",
1455
- "config",
1456
- "index.js"
1457
- ]
1458
- },
1459
1459
  "debug:diagnostics": {
1460
1460
  "aliases": [],
1461
1461
  "args": {},
@@ -5233,7 +5233,7 @@
5233
5233
  "name": {
5234
5234
  "description": "Tunnel name",
5235
5235
  "name": "name",
5236
- "default": "table-ack-september-green",
5236
+ "default": "mango-equal-failed-undress",
5237
5237
  "hasDynamicHelp": false,
5238
5238
  "multiple": false,
5239
5239
  "type": "option"
@@ -5866,5 +5866,5 @@
5866
5866
  ]
5867
5867
  }
5868
5868
  },
5869
- "version": "0.6.3-main.226a8ae"
5869
+ "version": "0.6.3-main.9e4e207"
5870
5870
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.6.3-main.226a8ae",
3
+ "version": "0.6.3-main.9e4e207",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -52,32 +52,32 @@
52
52
  "uuid": "^9.0.0",
53
53
  "ws": "^8.14.2",
54
54
  "wtfnode": "^0.9.1",
55
- "@dxos/agent": "0.6.3-main.226a8ae",
56
- "@dxos/async": "0.6.3-main.226a8ae",
57
- "@dxos/bare-template": "0.6.3-main.226a8ae",
58
- "@dxos/cli-composer": "0.6.3-main.226a8ae",
59
- "@dxos/cli-base": "0.6.3-main.226a8ae",
60
- "@dxos/client": "0.6.3-main.226a8ae",
61
- "@dxos/client-protocol": "0.6.3-main.226a8ae",
62
- "@dxos/client-services": "0.6.3-main.226a8ae",
63
- "@dxos/config": "0.6.3-main.226a8ae",
64
- "@dxos/context": "0.6.3-main.226a8ae",
65
- "@dxos/echo-schema": "0.6.3-main.226a8ae",
66
- "@dxos/debug": "0.6.3-main.226a8ae",
67
- "@dxos/hello-template": "0.6.3-main.226a8ae",
68
- "@dxos/invariant": "0.6.3-main.226a8ae",
69
- "@dxos/functions": "0.6.3-main.226a8ae",
70
- "@dxos/log": "0.6.3-main.226a8ae",
71
- "@dxos/network-manager": "0.6.3-main.226a8ae",
72
- "@dxos/node-std": "0.6.3-main.226a8ae",
73
- "@dxos/observability": "0.6.3-main.226a8ae",
74
- "@dxos/random": "0.6.3-main.226a8ae",
75
- "@dxos/process": "0.6.3-main.226a8ae",
76
- "@dxos/plate": "0.6.3-main.226a8ae",
77
- "@dxos/protocols": "0.6.3-main.226a8ae",
78
- "@dxos/rpc": "0.6.3-main.226a8ae",
79
- "@dxos/tasks-template": "0.6.3-main.226a8ae",
80
- "@dxos/util": "0.6.3-main.226a8ae"
55
+ "@dxos/agent": "0.6.3-main.9e4e207",
56
+ "@dxos/bare-template": "0.6.3-main.9e4e207",
57
+ "@dxos/cli-base": "0.6.3-main.9e4e207",
58
+ "@dxos/cli-composer": "0.6.3-main.9e4e207",
59
+ "@dxos/async": "0.6.3-main.9e4e207",
60
+ "@dxos/client-services": "0.6.3-main.9e4e207",
61
+ "@dxos/client-protocol": "0.6.3-main.9e4e207",
62
+ "@dxos/client": "0.6.3-main.9e4e207",
63
+ "@dxos/context": "0.6.3-main.9e4e207",
64
+ "@dxos/debug": "0.6.3-main.9e4e207",
65
+ "@dxos/config": "0.6.3-main.9e4e207",
66
+ "@dxos/echo-schema": "0.6.3-main.9e4e207",
67
+ "@dxos/functions": "0.6.3-main.9e4e207",
68
+ "@dxos/hello-template": "0.6.3-main.9e4e207",
69
+ "@dxos/log": "0.6.3-main.9e4e207",
70
+ "@dxos/invariant": "0.6.3-main.9e4e207",
71
+ "@dxos/network-manager": "0.6.3-main.9e4e207",
72
+ "@dxos/observability": "0.6.3-main.9e4e207",
73
+ "@dxos/node-std": "0.6.3-main.9e4e207",
74
+ "@dxos/plate": "0.6.3-main.9e4e207",
75
+ "@dxos/process": "0.6.3-main.9e4e207",
76
+ "@dxos/protocols": "0.6.3-main.9e4e207",
77
+ "@dxos/random": "0.6.3-main.9e4e207",
78
+ "@dxos/tasks-template": "0.6.3-main.9e4e207",
79
+ "@dxos/rpc": "0.6.3-main.9e4e207",
80
+ "@dxos/util": "0.6.3-main.9e4e207"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@effect/schema": "^0.67.16",