@dxos/cli 0.5.3-main.6f960f5 → 0.5.3-main.79e0565
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.
- package/dist/src/{base-command.d.ts → base.d.ts} +28 -4
- package/dist/src/base.d.ts.map +1 -0
- package/dist/src/{base-command.js → base.js} +41 -11
- package/dist/src/base.js.map +1 -0
- package/dist/src/commands/agent/invitations.d.ts +1 -1
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/invitations.js +3 -3
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +3 -3
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js +3 -3
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +3 -3
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -1
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +3 -3
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +3 -3
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +5 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +10 -6
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +5 -1
- package/dist/src/commands/app/list.d.ts.map +1 -1
- package/dist/src/commands/app/list.js +6 -2
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +5 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js +7 -3
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +5 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +7 -3
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/composer/base.d.ts +15 -0
- package/dist/src/commands/composer/base.d.ts.map +1 -0
- package/dist/src/commands/composer/base.js +107 -0
- package/dist/src/commands/composer/base.js.map +1 -0
- package/dist/src/commands/composer/import.d.ts +31 -0
- package/dist/src/commands/composer/import.d.ts.map +1 -0
- package/dist/src/commands/composer/import.js +83 -0
- package/dist/src/commands/composer/import.js.map +1 -0
- package/dist/src/commands/composer/query.d.ts +23 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -0
- package/dist/src/commands/composer/query.js +61 -0
- package/dist/src/commands/composer/query.js.map +1 -0
- package/dist/src/commands/config/index.d.ts +1 -1
- package/dist/src/commands/config/index.d.ts.map +1 -1
- package/dist/src/commands/config/index.js +2 -2
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +3 -3
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.d.ts +1 -1
- package/dist/src/commands/debug/error.d.ts.map +1 -1
- package/dist/src/commands/debug/error.js +2 -2
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +4 -5
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +1 -1
- package/dist/src/commands/debug/metrics.d.ts.map +1 -1
- package/dist/src/commands/debug/metrics.js +2 -2
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/debug/status.js +3 -3
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.d.ts +1 -1
- package/dist/src/commands/device/info.d.ts.map +1 -1
- package/dist/src/commands/device/info.js +2 -2
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +3 -3
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/device/update.js +3 -3
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/function/dev.d.ts +2 -1
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +26 -16
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/function/list.d.ts +1 -1
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +2 -2
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/logs.d.ts +1 -1
- package/dist/src/commands/function/logs.d.ts.map +1 -1
- package/dist/src/commands/function/logs.js +2 -2
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js +3 -3
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.d.ts +1 -1
- package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/add.js +2 -2
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +3 -3
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.d.ts +1 -1
- package/dist/src/commands/halo/identity.d.ts.map +1 -1
- package/dist/src/commands/halo/identity.js +2 -2
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +3 -3
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.d.ts +1 -1
- package/dist/src/commands/halo/keys.d.ts.map +1 -1
- package/dist/src/commands/halo/keys.js +2 -2
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +3 -3
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/halo/update.js +3 -3
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +3 -3
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts +1 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js +2 -2
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/close.d.ts +1 -1
- package/dist/src/commands/space/close.d.ts.map +1 -1
- package/dist/src/commands/space/close.js +3 -4
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/create.d.ts +1 -1
- package/dist/src/commands/space/create.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +3 -3
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +1 -1
- package/dist/src/commands/space/epoch.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +3 -4
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/info.d.ts +1 -1
- package/dist/src/commands/space/info.d.ts.map +1 -1
- package/dist/src/commands/space/info.js +3 -4
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +3 -3
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +4 -4
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +4 -4
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/open.d.ts +1 -1
- package/dist/src/commands/space/open.d.ts.map +1 -1
- package/dist/src/commands/space/open.js +3 -4
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +1 -1
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +21 -24
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +1 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +6 -4
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +4 -6
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.js +16 -8
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +4 -3
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +12 -4
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/hooks/command-not-found.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.js +1 -1
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/dist/src/util/credentials.js +4 -4
- package/dist/src/util/credentials.js.map +1 -1
- package/dist/src/util/devices.js +2 -2
- package/dist/src/util/devices.js.map +1 -1
- package/dist/src/util/index.d.ts +1 -1
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +1 -1
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
- package/dist/src/util/keys.d.ts.map +1 -0
- package/dist/src/util/{types.js → keys.js} +4 -2
- package/dist/src/util/keys.js.map +1 -0
- package/dist/src/util/spaces.js +3 -3
- package/dist/src/util/spaces.js.map +1 -1
- package/oclif.manifest.json +400 -9
- package/package.json +42 -38
- package/dist/src/base-command.d.ts.map +0 -1
- package/dist/src/base-command.js.map +0 -1
- package/dist/src/util/types.d.ts.map +0 -1
- package/dist/src/util/types.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"required": true
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
|
-
"description": "Manage applications.",
|
|
883
|
+
"description": "Manage applications (deprecated).",
|
|
884
884
|
"flags": {
|
|
885
885
|
"json": {
|
|
886
886
|
"description": "Output as JSON.",
|
|
@@ -1011,6 +1011,7 @@
|
|
|
1011
1011
|
"pluginAlias": "@dxos/cli",
|
|
1012
1012
|
"pluginName": "@dxos/cli",
|
|
1013
1013
|
"pluginType": "core",
|
|
1014
|
+
"state": "deprecated",
|
|
1014
1015
|
"strict": true,
|
|
1015
1016
|
"enableJsonFlag": true,
|
|
1016
1017
|
"isESM": false,
|
|
@@ -1128,6 +1129,7 @@
|
|
|
1128
1129
|
"pluginAlias": "@dxos/cli",
|
|
1129
1130
|
"pluginName": "@dxos/cli",
|
|
1130
1131
|
"pluginType": "core",
|
|
1132
|
+
"state": "deprecated",
|
|
1131
1133
|
"strict": true,
|
|
1132
1134
|
"enableJsonFlag": true,
|
|
1133
1135
|
"isESM": false,
|
|
@@ -1265,6 +1267,7 @@
|
|
|
1265
1267
|
"pluginAlias": "@dxos/cli",
|
|
1266
1268
|
"pluginName": "@dxos/cli",
|
|
1267
1269
|
"pluginType": "core",
|
|
1270
|
+
"state": "deprecated",
|
|
1268
1271
|
"strict": true,
|
|
1269
1272
|
"enableJsonFlag": true,
|
|
1270
1273
|
"isESM": false,
|
|
@@ -1409,6 +1412,7 @@
|
|
|
1409
1412
|
"pluginAlias": "@dxos/cli",
|
|
1410
1413
|
"pluginName": "@dxos/cli",
|
|
1411
1414
|
"pluginType": "core",
|
|
1415
|
+
"state": "deprecated",
|
|
1412
1416
|
"strict": true,
|
|
1413
1417
|
"enableJsonFlag": true,
|
|
1414
1418
|
"isESM": false,
|
|
@@ -1420,6 +1424,381 @@
|
|
|
1420
1424
|
"publish.js"
|
|
1421
1425
|
]
|
|
1422
1426
|
},
|
|
1427
|
+
"composer:base": {
|
|
1428
|
+
"aliases": [],
|
|
1429
|
+
"args": {},
|
|
1430
|
+
"flags": {
|
|
1431
|
+
"json": {
|
|
1432
|
+
"description": "Output as JSON.",
|
|
1433
|
+
"name": "json",
|
|
1434
|
+
"allowNo": false,
|
|
1435
|
+
"type": "boolean"
|
|
1436
|
+
},
|
|
1437
|
+
"dry-run": {
|
|
1438
|
+
"description": "Dry run.",
|
|
1439
|
+
"name": "dry-run",
|
|
1440
|
+
"allowNo": false,
|
|
1441
|
+
"type": "boolean"
|
|
1442
|
+
},
|
|
1443
|
+
"verbose": {
|
|
1444
|
+
"char": "v",
|
|
1445
|
+
"description": "Verbose output",
|
|
1446
|
+
"name": "verbose",
|
|
1447
|
+
"allowNo": false,
|
|
1448
|
+
"type": "boolean"
|
|
1449
|
+
},
|
|
1450
|
+
"profile": {
|
|
1451
|
+
"description": "User profile.",
|
|
1452
|
+
"env": "DX_PROFILE",
|
|
1453
|
+
"name": "profile",
|
|
1454
|
+
"default": "default",
|
|
1455
|
+
"hasDynamicHelp": false,
|
|
1456
|
+
"multiple": false,
|
|
1457
|
+
"type": "option"
|
|
1458
|
+
},
|
|
1459
|
+
"config": {
|
|
1460
|
+
"aliases": [
|
|
1461
|
+
"c"
|
|
1462
|
+
],
|
|
1463
|
+
"dependsOn": [
|
|
1464
|
+
"profile"
|
|
1465
|
+
],
|
|
1466
|
+
"description": "Config file.",
|
|
1467
|
+
"env": "DX_CONFIG",
|
|
1468
|
+
"name": "config",
|
|
1469
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1470
|
+
"hasDynamicHelp": false,
|
|
1471
|
+
"helpValue": "path",
|
|
1472
|
+
"multiple": false,
|
|
1473
|
+
"type": "option"
|
|
1474
|
+
},
|
|
1475
|
+
"target": {
|
|
1476
|
+
"description": "Target websocket server.",
|
|
1477
|
+
"name": "target",
|
|
1478
|
+
"hasDynamicHelp": false,
|
|
1479
|
+
"multiple": false,
|
|
1480
|
+
"type": "option"
|
|
1481
|
+
},
|
|
1482
|
+
"no-agent": {
|
|
1483
|
+
"description": "Run command without using an agent.",
|
|
1484
|
+
"name": "no-agent",
|
|
1485
|
+
"allowNo": false,
|
|
1486
|
+
"type": "boolean"
|
|
1487
|
+
},
|
|
1488
|
+
"no-start-agent": {
|
|
1489
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1490
|
+
"name": "no-start-agent",
|
|
1491
|
+
"allowNo": false,
|
|
1492
|
+
"type": "boolean"
|
|
1493
|
+
},
|
|
1494
|
+
"timeout": {
|
|
1495
|
+
"aliases": [
|
|
1496
|
+
"t"
|
|
1497
|
+
],
|
|
1498
|
+
"description": "Timeout (ms).",
|
|
1499
|
+
"name": "timeout",
|
|
1500
|
+
"default": 60000,
|
|
1501
|
+
"hasDynamicHelp": false,
|
|
1502
|
+
"multiple": false,
|
|
1503
|
+
"type": "option"
|
|
1504
|
+
},
|
|
1505
|
+
"no-wait": {
|
|
1506
|
+
"description": "Do not wait for space to be ready.",
|
|
1507
|
+
"name": "no-wait",
|
|
1508
|
+
"allowNo": false,
|
|
1509
|
+
"type": "boolean"
|
|
1510
|
+
},
|
|
1511
|
+
"json-log": {
|
|
1512
|
+
"description": "When running in foreground, log JSON format",
|
|
1513
|
+
"name": "json-log",
|
|
1514
|
+
"allowNo": false,
|
|
1515
|
+
"type": "boolean"
|
|
1516
|
+
},
|
|
1517
|
+
"json-logfile": {
|
|
1518
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1519
|
+
"name": "json-logfile",
|
|
1520
|
+
"default": "stderr",
|
|
1521
|
+
"hasDynamicHelp": false,
|
|
1522
|
+
"multiple": false,
|
|
1523
|
+
"type": "option"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"hasDynamicHelp": false,
|
|
1527
|
+
"hiddenAliases": [],
|
|
1528
|
+
"id": "composer:base",
|
|
1529
|
+
"pluginAlias": "@dxos/cli",
|
|
1530
|
+
"pluginName": "@dxos/cli",
|
|
1531
|
+
"pluginType": "core",
|
|
1532
|
+
"strict": true,
|
|
1533
|
+
"enableJsonFlag": true,
|
|
1534
|
+
"isESM": false,
|
|
1535
|
+
"relativePath": [
|
|
1536
|
+
"dist",
|
|
1537
|
+
"src",
|
|
1538
|
+
"commands",
|
|
1539
|
+
"composer",
|
|
1540
|
+
"base.js"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
"composer:import": {
|
|
1544
|
+
"aliases": [],
|
|
1545
|
+
"args": {
|
|
1546
|
+
"file": {
|
|
1547
|
+
"name": "file"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"description": "Import ECHO objects.",
|
|
1551
|
+
"flags": {
|
|
1552
|
+
"json": {
|
|
1553
|
+
"description": "Output as JSON.",
|
|
1554
|
+
"name": "json",
|
|
1555
|
+
"allowNo": false,
|
|
1556
|
+
"type": "boolean"
|
|
1557
|
+
},
|
|
1558
|
+
"dry-run": {
|
|
1559
|
+
"description": "Dry run.",
|
|
1560
|
+
"name": "dry-run",
|
|
1561
|
+
"allowNo": false,
|
|
1562
|
+
"type": "boolean"
|
|
1563
|
+
},
|
|
1564
|
+
"verbose": {
|
|
1565
|
+
"char": "v",
|
|
1566
|
+
"description": "Verbose output",
|
|
1567
|
+
"name": "verbose",
|
|
1568
|
+
"allowNo": false,
|
|
1569
|
+
"type": "boolean"
|
|
1570
|
+
},
|
|
1571
|
+
"profile": {
|
|
1572
|
+
"description": "User profile.",
|
|
1573
|
+
"env": "DX_PROFILE",
|
|
1574
|
+
"name": "profile",
|
|
1575
|
+
"default": "default",
|
|
1576
|
+
"hasDynamicHelp": false,
|
|
1577
|
+
"multiple": false,
|
|
1578
|
+
"type": "option"
|
|
1579
|
+
},
|
|
1580
|
+
"config": {
|
|
1581
|
+
"aliases": [
|
|
1582
|
+
"c"
|
|
1583
|
+
],
|
|
1584
|
+
"dependsOn": [
|
|
1585
|
+
"profile"
|
|
1586
|
+
],
|
|
1587
|
+
"description": "Config file.",
|
|
1588
|
+
"env": "DX_CONFIG",
|
|
1589
|
+
"name": "config",
|
|
1590
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1591
|
+
"hasDynamicHelp": false,
|
|
1592
|
+
"helpValue": "path",
|
|
1593
|
+
"multiple": false,
|
|
1594
|
+
"type": "option"
|
|
1595
|
+
},
|
|
1596
|
+
"target": {
|
|
1597
|
+
"description": "Target websocket server.",
|
|
1598
|
+
"name": "target",
|
|
1599
|
+
"hasDynamicHelp": false,
|
|
1600
|
+
"multiple": false,
|
|
1601
|
+
"type": "option"
|
|
1602
|
+
},
|
|
1603
|
+
"no-agent": {
|
|
1604
|
+
"description": "Run command without using an agent.",
|
|
1605
|
+
"name": "no-agent",
|
|
1606
|
+
"allowNo": false,
|
|
1607
|
+
"type": "boolean"
|
|
1608
|
+
},
|
|
1609
|
+
"no-start-agent": {
|
|
1610
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1611
|
+
"name": "no-start-agent",
|
|
1612
|
+
"allowNo": false,
|
|
1613
|
+
"type": "boolean"
|
|
1614
|
+
},
|
|
1615
|
+
"timeout": {
|
|
1616
|
+
"aliases": [
|
|
1617
|
+
"t"
|
|
1618
|
+
],
|
|
1619
|
+
"description": "Timeout (ms).",
|
|
1620
|
+
"name": "timeout",
|
|
1621
|
+
"default": 60000,
|
|
1622
|
+
"hasDynamicHelp": false,
|
|
1623
|
+
"multiple": false,
|
|
1624
|
+
"type": "option"
|
|
1625
|
+
},
|
|
1626
|
+
"no-wait": {
|
|
1627
|
+
"description": "Do not wait for space to be ready.",
|
|
1628
|
+
"name": "no-wait",
|
|
1629
|
+
"allowNo": false,
|
|
1630
|
+
"type": "boolean"
|
|
1631
|
+
},
|
|
1632
|
+
"json-log": {
|
|
1633
|
+
"description": "When running in foreground, log JSON format",
|
|
1634
|
+
"name": "json-log",
|
|
1635
|
+
"allowNo": false,
|
|
1636
|
+
"type": "boolean"
|
|
1637
|
+
},
|
|
1638
|
+
"json-logfile": {
|
|
1639
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1640
|
+
"name": "json-logfile",
|
|
1641
|
+
"default": "stderr",
|
|
1642
|
+
"hasDynamicHelp": false,
|
|
1643
|
+
"multiple": false,
|
|
1644
|
+
"type": "option"
|
|
1645
|
+
},
|
|
1646
|
+
"key": {
|
|
1647
|
+
"description": "Space key(s) head in hex.",
|
|
1648
|
+
"name": "key",
|
|
1649
|
+
"hasDynamicHelp": false,
|
|
1650
|
+
"multiple": true,
|
|
1651
|
+
"type": "option"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"hasDynamicHelp": false,
|
|
1655
|
+
"hiddenAliases": [],
|
|
1656
|
+
"id": "composer:import",
|
|
1657
|
+
"pluginAlias": "@dxos/cli",
|
|
1658
|
+
"pluginName": "@dxos/cli",
|
|
1659
|
+
"pluginType": "core",
|
|
1660
|
+
"strict": true,
|
|
1661
|
+
"enableJsonFlag": true,
|
|
1662
|
+
"isESM": false,
|
|
1663
|
+
"relativePath": [
|
|
1664
|
+
"dist",
|
|
1665
|
+
"src",
|
|
1666
|
+
"commands",
|
|
1667
|
+
"composer",
|
|
1668
|
+
"import.js"
|
|
1669
|
+
]
|
|
1670
|
+
},
|
|
1671
|
+
"composer:query": {
|
|
1672
|
+
"aliases": [],
|
|
1673
|
+
"args": {},
|
|
1674
|
+
"description": "Query database.",
|
|
1675
|
+
"flags": {
|
|
1676
|
+
"json": {
|
|
1677
|
+
"description": "Output as JSON.",
|
|
1678
|
+
"name": "json",
|
|
1679
|
+
"allowNo": false,
|
|
1680
|
+
"type": "boolean"
|
|
1681
|
+
},
|
|
1682
|
+
"dry-run": {
|
|
1683
|
+
"description": "Dry run.",
|
|
1684
|
+
"name": "dry-run",
|
|
1685
|
+
"allowNo": false,
|
|
1686
|
+
"type": "boolean"
|
|
1687
|
+
},
|
|
1688
|
+
"verbose": {
|
|
1689
|
+
"char": "v",
|
|
1690
|
+
"description": "Verbose output",
|
|
1691
|
+
"name": "verbose",
|
|
1692
|
+
"allowNo": false,
|
|
1693
|
+
"type": "boolean"
|
|
1694
|
+
},
|
|
1695
|
+
"profile": {
|
|
1696
|
+
"description": "User profile.",
|
|
1697
|
+
"env": "DX_PROFILE",
|
|
1698
|
+
"name": "profile",
|
|
1699
|
+
"default": "default",
|
|
1700
|
+
"hasDynamicHelp": false,
|
|
1701
|
+
"multiple": false,
|
|
1702
|
+
"type": "option"
|
|
1703
|
+
},
|
|
1704
|
+
"config": {
|
|
1705
|
+
"aliases": [
|
|
1706
|
+
"c"
|
|
1707
|
+
],
|
|
1708
|
+
"dependsOn": [
|
|
1709
|
+
"profile"
|
|
1710
|
+
],
|
|
1711
|
+
"description": "Config file.",
|
|
1712
|
+
"env": "DX_CONFIG",
|
|
1713
|
+
"name": "config",
|
|
1714
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1715
|
+
"hasDynamicHelp": false,
|
|
1716
|
+
"helpValue": "path",
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1719
|
+
},
|
|
1720
|
+
"target": {
|
|
1721
|
+
"description": "Target websocket server.",
|
|
1722
|
+
"name": "target",
|
|
1723
|
+
"hasDynamicHelp": false,
|
|
1724
|
+
"multiple": false,
|
|
1725
|
+
"type": "option"
|
|
1726
|
+
},
|
|
1727
|
+
"no-agent": {
|
|
1728
|
+
"description": "Run command without using an agent.",
|
|
1729
|
+
"name": "no-agent",
|
|
1730
|
+
"allowNo": false,
|
|
1731
|
+
"type": "boolean"
|
|
1732
|
+
},
|
|
1733
|
+
"no-start-agent": {
|
|
1734
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1735
|
+
"name": "no-start-agent",
|
|
1736
|
+
"allowNo": false,
|
|
1737
|
+
"type": "boolean"
|
|
1738
|
+
},
|
|
1739
|
+
"timeout": {
|
|
1740
|
+
"aliases": [
|
|
1741
|
+
"t"
|
|
1742
|
+
],
|
|
1743
|
+
"description": "Timeout (ms).",
|
|
1744
|
+
"name": "timeout",
|
|
1745
|
+
"default": 60000,
|
|
1746
|
+
"hasDynamicHelp": false,
|
|
1747
|
+
"multiple": false,
|
|
1748
|
+
"type": "option"
|
|
1749
|
+
},
|
|
1750
|
+
"no-wait": {
|
|
1751
|
+
"description": "Do not wait for space to be ready.",
|
|
1752
|
+
"name": "no-wait",
|
|
1753
|
+
"allowNo": false,
|
|
1754
|
+
"type": "boolean"
|
|
1755
|
+
},
|
|
1756
|
+
"json-log": {
|
|
1757
|
+
"description": "When running in foreground, log JSON format",
|
|
1758
|
+
"name": "json-log",
|
|
1759
|
+
"allowNo": false,
|
|
1760
|
+
"type": "boolean"
|
|
1761
|
+
},
|
|
1762
|
+
"json-logfile": {
|
|
1763
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1764
|
+
"name": "json-logfile",
|
|
1765
|
+
"default": "stderr",
|
|
1766
|
+
"hasDynamicHelp": false,
|
|
1767
|
+
"multiple": false,
|
|
1768
|
+
"type": "option"
|
|
1769
|
+
},
|
|
1770
|
+
"key": {
|
|
1771
|
+
"description": "Space key(s) head in hex.",
|
|
1772
|
+
"name": "key",
|
|
1773
|
+
"hasDynamicHelp": false,
|
|
1774
|
+
"multiple": true,
|
|
1775
|
+
"type": "option"
|
|
1776
|
+
},
|
|
1777
|
+
"type": {
|
|
1778
|
+
"description": "Data type.",
|
|
1779
|
+
"name": "type",
|
|
1780
|
+
"hasDynamicHelp": false,
|
|
1781
|
+
"multiple": false,
|
|
1782
|
+
"type": "option"
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
"hasDynamicHelp": false,
|
|
1786
|
+
"hiddenAliases": [],
|
|
1787
|
+
"id": "composer:query",
|
|
1788
|
+
"pluginAlias": "@dxos/cli",
|
|
1789
|
+
"pluginName": "@dxos/cli",
|
|
1790
|
+
"pluginType": "core",
|
|
1791
|
+
"strict": true,
|
|
1792
|
+
"enableJsonFlag": true,
|
|
1793
|
+
"isESM": false,
|
|
1794
|
+
"relativePath": [
|
|
1795
|
+
"dist",
|
|
1796
|
+
"src",
|
|
1797
|
+
"commands",
|
|
1798
|
+
"composer",
|
|
1799
|
+
"query.js"
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1423
1802
|
"config": {
|
|
1424
1803
|
"aliases": [],
|
|
1425
1804
|
"args": {},
|
|
@@ -1797,7 +2176,7 @@
|
|
|
1797
2176
|
"aliases": [],
|
|
1798
2177
|
"args": {
|
|
1799
2178
|
"key": {
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
2179
|
+
"description": "Space key(s) head in hex.",
|
|
1801
2180
|
"name": "key"
|
|
1802
2181
|
}
|
|
1803
2182
|
},
|
|
@@ -2744,6 +3123,13 @@
|
|
|
2744
3123
|
"multiple": false,
|
|
2745
3124
|
"type": "option"
|
|
2746
3125
|
},
|
|
3126
|
+
"key": {
|
|
3127
|
+
"description": "Space key(s) head in hex.",
|
|
3128
|
+
"name": "key",
|
|
3129
|
+
"hasDynamicHelp": false,
|
|
3130
|
+
"multiple": true,
|
|
3131
|
+
"type": "option"
|
|
3132
|
+
},
|
|
2747
3133
|
"require": {
|
|
2748
3134
|
"aliases": [
|
|
2749
3135
|
"r"
|
|
@@ -4071,6 +4457,7 @@
|
|
|
4071
4457
|
"aliases": [],
|
|
4072
4458
|
"args": {
|
|
4073
4459
|
"key": {
|
|
4460
|
+
"description": "Space key(s) head in hex.",
|
|
4074
4461
|
"name": "key"
|
|
4075
4462
|
}
|
|
4076
4463
|
},
|
|
@@ -4313,7 +4700,7 @@
|
|
|
4313
4700
|
"aliases": [],
|
|
4314
4701
|
"args": {
|
|
4315
4702
|
"key": {
|
|
4316
|
-
"description": "Space key head in hex.",
|
|
4703
|
+
"description": "Space key(s) head in hex.",
|
|
4317
4704
|
"name": "key"
|
|
4318
4705
|
}
|
|
4319
4706
|
},
|
|
@@ -4435,6 +4822,7 @@
|
|
|
4435
4822
|
"aliases": [],
|
|
4436
4823
|
"args": {
|
|
4437
4824
|
"key": {
|
|
4825
|
+
"description": "Space key(s) head in hex.",
|
|
4438
4826
|
"name": "key"
|
|
4439
4827
|
}
|
|
4440
4828
|
},
|
|
@@ -4887,7 +5275,7 @@
|
|
|
4887
5275
|
"aliases": [],
|
|
4888
5276
|
"args": {
|
|
4889
5277
|
"key": {
|
|
4890
|
-
"description": "Space key head in hex.",
|
|
5278
|
+
"description": "Space key(s) head in hex.",
|
|
4891
5279
|
"name": "key"
|
|
4892
5280
|
}
|
|
4893
5281
|
},
|
|
@@ -5086,6 +5474,7 @@
|
|
|
5086
5474
|
"aliases": [],
|
|
5087
5475
|
"args": {
|
|
5088
5476
|
"key": {
|
|
5477
|
+
"description": "Space key(s) head in hex.",
|
|
5089
5478
|
"name": "key"
|
|
5090
5479
|
}
|
|
5091
5480
|
},
|
|
@@ -5207,7 +5596,7 @@
|
|
|
5207
5596
|
"aliases": [],
|
|
5208
5597
|
"args": {
|
|
5209
5598
|
"key": {
|
|
5210
|
-
"description": "Space key head in hex.",
|
|
5599
|
+
"description": "Space key(s) head in hex.",
|
|
5211
5600
|
"name": "key"
|
|
5212
5601
|
}
|
|
5213
5602
|
},
|
|
@@ -5329,7 +5718,7 @@
|
|
|
5329
5718
|
"aliases": [],
|
|
5330
5719
|
"args": {
|
|
5331
5720
|
"key": {
|
|
5332
|
-
"description": "Space key head in hex.",
|
|
5721
|
+
"description": "Space key(s) head in hex.",
|
|
5333
5722
|
"name": "key"
|
|
5334
5723
|
}
|
|
5335
5724
|
},
|
|
@@ -5496,7 +5885,7 @@
|
|
|
5496
5885
|
"required": true
|
|
5497
5886
|
}
|
|
5498
5887
|
},
|
|
5499
|
-
"description": "Enable or disable tunnel.",
|
|
5888
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5500
5889
|
"flags": {
|
|
5501
5890
|
"json": {
|
|
5502
5891
|
"description": "Output as JSON.",
|
|
@@ -5595,7 +5984,7 @@
|
|
|
5595
5984
|
"name": {
|
|
5596
5985
|
"description": "Tunnel name",
|
|
5597
5986
|
"name": "name",
|
|
5598
|
-
"default": "
|
|
5987
|
+
"default": "romeo-solar-nine-uranus",
|
|
5599
5988
|
"hasDynamicHelp": false,
|
|
5600
5989
|
"multiple": false,
|
|
5601
5990
|
"type": "option"
|
|
@@ -5607,6 +5996,7 @@
|
|
|
5607
5996
|
"pluginAlias": "@dxos/cli",
|
|
5608
5997
|
"pluginName": "@dxos/cli",
|
|
5609
5998
|
"pluginType": "core",
|
|
5999
|
+
"state": "deprecated",
|
|
5610
6000
|
"strict": true,
|
|
5611
6001
|
"enableJsonFlag": true,
|
|
5612
6002
|
"isESM": false,
|
|
@@ -5724,6 +6114,7 @@
|
|
|
5724
6114
|
"pluginAlias": "@dxos/cli",
|
|
5725
6115
|
"pluginName": "@dxos/cli",
|
|
5726
6116
|
"pluginType": "core",
|
|
6117
|
+
"state": "deprecated",
|
|
5727
6118
|
"strict": true,
|
|
5728
6119
|
"enableJsonFlag": true,
|
|
5729
6120
|
"isESM": false,
|
|
@@ -6067,5 +6458,5 @@
|
|
|
6067
6458
|
]
|
|
6068
6459
|
}
|
|
6069
6460
|
},
|
|
6070
|
-
"version": "0.5.3-main.
|
|
6461
|
+
"version": "0.5.3-main.79e0565"
|
|
6071
6462
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.3-main.
|
|
3
|
+
"version": "0.5.3-main.79e0565",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@oclif/core": "^3.26.6",
|
|
27
|
+
"@oclif/plugin-autocomplete": "^3.0.18",
|
|
27
28
|
"@oclif/plugin-help": "^6.0.22",
|
|
29
|
+
"@oclif/plugin-plugins": "^5.1.2",
|
|
30
|
+
"@oclif/plugin-update": "^4.2.13",
|
|
28
31
|
"@octokit/core": "^4.0.4",
|
|
29
32
|
"chalk": "^4.1.0",
|
|
30
33
|
"cli-progress": "^3.11.2",
|
|
@@ -49,28 +52,30 @@
|
|
|
49
52
|
"uuid": "^8.3.2",
|
|
50
53
|
"ws": "^8.14.2",
|
|
51
54
|
"wtfnode": "^0.9.1",
|
|
52
|
-
"@
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/client": "0.5.3-main.
|
|
57
|
-
"@dxos/client-services": "0.5.3-main.
|
|
58
|
-
"@dxos/config": "0.5.3-main.
|
|
59
|
-
"@dxos/context": "0.5.3-main.
|
|
60
|
-
"@dxos/debug": "0.5.3-main.
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/plate": "0.5.3-main.
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/protocols": "0.5.3-main.
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
55
|
+
"@braneframe/types": "0.5.3-main.79e0565",
|
|
56
|
+
"@dxos/async": "0.5.3-main.79e0565",
|
|
57
|
+
"@dxos/bare-template": "0.5.3-main.79e0565",
|
|
58
|
+
"@dxos/client-protocol": "0.5.3-main.79e0565",
|
|
59
|
+
"@dxos/client": "0.5.3-main.79e0565",
|
|
60
|
+
"@dxos/client-services": "0.5.3-main.79e0565",
|
|
61
|
+
"@dxos/config": "0.5.3-main.79e0565",
|
|
62
|
+
"@dxos/context": "0.5.3-main.79e0565",
|
|
63
|
+
"@dxos/debug": "0.5.3-main.79e0565",
|
|
64
|
+
"@dxos/echo-schema": "0.5.3-main.79e0565",
|
|
65
|
+
"@dxos/functions": "0.5.3-main.79e0565",
|
|
66
|
+
"@dxos/agent": "0.5.3-main.79e0565",
|
|
67
|
+
"@dxos/hello-template": "0.5.3-main.79e0565",
|
|
68
|
+
"@dxos/invariant": "0.5.3-main.79e0565",
|
|
69
|
+
"@dxos/log": "0.5.3-main.79e0565",
|
|
70
|
+
"@dxos/network-manager": "0.5.3-main.79e0565",
|
|
71
|
+
"@dxos/plate": "0.5.3-main.79e0565",
|
|
72
|
+
"@dxos/observability": "0.5.3-main.79e0565",
|
|
73
|
+
"@dxos/protocols": "0.5.3-main.79e0565",
|
|
74
|
+
"@dxos/random": "0.5.3-main.79e0565",
|
|
75
|
+
"@dxos/process": "0.5.3-main.79e0565",
|
|
76
|
+
"@dxos/rpc": "0.5.3-main.79e0565",
|
|
77
|
+
"@dxos/tasks-template": "0.5.3-main.79e0565",
|
|
78
|
+
"@dxos/util": "0.5.3-main.79e0565"
|
|
74
79
|
},
|
|
75
80
|
"devDependencies": {
|
|
76
81
|
"@oclif/test": "^3.2.15",
|
|
@@ -87,7 +92,8 @@
|
|
|
87
92
|
"oclif": "^4.10.11",
|
|
88
93
|
"prettier": "^3.2.4",
|
|
89
94
|
"shx": "^0.3.3",
|
|
90
|
-
"typescript": "^5.2.2"
|
|
95
|
+
"typescript": "^5.2.2",
|
|
96
|
+
"@dxos/cli-composer": "0.5.3-main.79e0565"
|
|
91
97
|
},
|
|
92
98
|
"peerDependencies": {
|
|
93
99
|
"@phosphor-icons/react": "^2.0.5",
|
|
@@ -107,42 +113,40 @@
|
|
|
107
113
|
"command_not_found": "./dist/src/hooks/command-not-found"
|
|
108
114
|
},
|
|
109
115
|
"plugins": [
|
|
110
|
-
"@oclif/plugin-
|
|
116
|
+
"@oclif/plugin-autocomplete",
|
|
117
|
+
"@oclif/plugin-help",
|
|
118
|
+
"@oclif/plugin-plugins",
|
|
119
|
+
"@oclif/plugin-update"
|
|
111
120
|
],
|
|
112
121
|
"devPlugins": [
|
|
113
|
-
"@
|
|
122
|
+
"@dxos/cli-composer"
|
|
114
123
|
],
|
|
115
124
|
"helpClass": "./dist/src/help",
|
|
116
125
|
"topicSeparator": " ",
|
|
117
126
|
"topics": {
|
|
118
127
|
"agent": {
|
|
119
|
-
"description": "
|
|
120
|
-
},
|
|
121
|
-
"app": {
|
|
122
|
-
"description": "Control apps that are published to KUBE specified in DXOS config."
|
|
128
|
+
"description": "Manage agents."
|
|
123
129
|
},
|
|
124
130
|
"debug": {
|
|
125
|
-
"description": "
|
|
131
|
+
"description": "Debugging commands."
|
|
126
132
|
},
|
|
127
133
|
"device": {
|
|
128
|
-
"description": "
|
|
134
|
+
"description": "Manage devices."
|
|
129
135
|
},
|
|
130
136
|
"function": {
|
|
131
|
-
"description": "
|
|
137
|
+
"description": "Manage functions and triggers."
|
|
132
138
|
},
|
|
133
139
|
"halo": {
|
|
134
|
-
"description": "
|
|
135
|
-
},
|
|
136
|
-
"kube": {
|
|
137
|
-
"description": "KUBE is a set of runtime services for static web apps and peer-to-peer applications. "
|
|
140
|
+
"description": "Manage identity and devices."
|
|
138
141
|
},
|
|
139
142
|
"space": {
|
|
140
|
-
"description": "
|
|
143
|
+
"description": "Manage ECHO Spaces."
|
|
141
144
|
}
|
|
142
145
|
}
|
|
143
146
|
},
|
|
144
147
|
"scripts": {
|
|
145
148
|
"bin": "./bin/dx",
|
|
149
|
+
"manifest": "oclif manifest",
|
|
146
150
|
"readme": "oclif readme --multi"
|
|
147
151
|
}
|
|
148
152
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../../src/base-command.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,KAAK,MAAM,IAAI,WAAW,EAAS,KAAK,UAAU,EAAY,MAAM,aAAa,CAAC;AASpG,OAAO,EAAE,KAAK,MAAM,EAAiE,MAAM,aAAa,CAAC;AACzG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAe/C,OAAO,EACL,KAAK,aAAa,EAInB,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,aAAa,EAA6B,MAAM,QAAQ,CAAC;AAoBvG,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,OAAO,OAAO,IAAI,UAAU,CAAC,aAAa,CAAC,CAAC,OAAO,WAAW,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;AACvH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,OAAO,OAAO,IAAI,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAEhF;;;;GAIG;AACH,8BAAsB,WAAW,CAAC,CAAC,SAAS,OAAO,OAAO,GAAG,GAAG,CAAE,SAAQ,OAAO;IAC/E,OAAuB,cAAc,UAAQ;IAE7C,OAAgB,KAAK;;;;;;;;;;;;;MA0EnB;IAEF,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,OAAO,CAAC,CAAS;IACzB,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC;IAC3B,OAAO,CAAC,QAAQ,CAAS;IAEzB,SAAS,CAAC,cAAc,CAAC,EAAE,aAAa,CAAC;IAEzC,SAAS,CAAC,KAAK,EAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IAC3B,SAAS,CAAC,IAAI,EAAG,IAAI,CAAC,CAAC,CAAC,CAAC;gBAEb,IAAI,EAAE,MAAM,EAAE,EAAE,MAAM,EAAE,WAAW;IAM/C,IAAI,YAAY,WAGf;IAED,IAAI,QAAQ,WAEX;IAED,IAAI;IAIJ;;OAEG;IACY,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAuD9B,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC;YAepB,kBAAkB;IA0ChC;;;OAGG;YACW,mBAAmB;IA+BjC;;;OAGG;IACM,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE;IAI5C;;;OAGG;IACM,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK;IAQjC;;;;;OAKG;IACM,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,KAAK;IAwBzD;;OAEG;IACY,OAAO;IAiChB,gBAAgB;IAYtB;;OAEG;IACG,SAAS;IA2Bf;;OAEG;IACG,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,UAAO,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAe9D;;OAEG;IACG,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,IAAI,UAAO,GAAG,OAAO,CAAC,KAAK,CAAC;IAkBzE;;OAEG;IACG,cAAc,CAAC,CAAC,EACpB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,EACpD,SAAS,UAAQ,GAChB,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAYzB;;OAEG;IACG,cAAc,CAAC,CAAC,EACpB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,EACpD,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAmBzB;;OAEG;IACG,iBAAiB,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAmBzG,iBAAiB,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAkBtG,kBAAkB,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;CAiBlH"}
|