@dxos/cli 0.8.4-main.dedc0f3 → 0.8.4-main.ead640a

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.
@@ -839,112 +839,6 @@
839
839
  "stop.js"
840
840
  ]
841
841
  },
842
- "config": {
843
- "aliases": [],
844
- "args": {},
845
- "description": "Show config file.",
846
- "flags": {
847
- "json": {
848
- "description": "Output as JSON.",
849
- "name": "json",
850
- "allowNo": false,
851
- "type": "boolean"
852
- },
853
- "verbose": {
854
- "char": "v",
855
- "description": "Verbose output",
856
- "name": "verbose",
857
- "allowNo": false,
858
- "type": "boolean"
859
- },
860
- "dry-run": {
861
- "description": "Dry run.",
862
- "name": "dry-run",
863
- "allowNo": false,
864
- "type": "boolean"
865
- },
866
- "profile": {
867
- "description": "User profile.",
868
- "env": "DX_PROFILE",
869
- "name": "profile",
870
- "default": "default",
871
- "hasDynamicHelp": false,
872
- "multiple": false,
873
- "type": "option"
874
- },
875
- "config": {
876
- "aliases": [
877
- "c"
878
- ],
879
- "dependsOn": [
880
- "profile"
881
- ],
882
- "description": "Config file.",
883
- "env": "DX_CONFIG",
884
- "name": "config",
885
- "default": "/github/home/.config/dx/profile/default.yml",
886
- "hasDynamicHelp": false,
887
- "helpValue": "path",
888
- "multiple": false,
889
- "type": "option"
890
- },
891
- "timeout": {
892
- "aliases": [
893
- "t"
894
- ],
895
- "description": "Timeout (ms).",
896
- "name": "timeout",
897
- "default": 60000,
898
- "hasDynamicHelp": false,
899
- "multiple": false,
900
- "type": "option"
901
- },
902
- "target": {
903
- "description": "Target websocket server.",
904
- "name": "target",
905
- "hasDynamicHelp": false,
906
- "multiple": false,
907
- "type": "option"
908
- },
909
- "agent": {
910
- "description": "Run command with agent.",
911
- "env": "DX_NO_AGENT",
912
- "name": "agent",
913
- "allowNo": true,
914
- "type": "boolean"
915
- },
916
- "json-log": {
917
- "description": "When running in foreground, log JSON format",
918
- "name": "json-log",
919
- "allowNo": false,
920
- "type": "boolean"
921
- },
922
- "json-logfile": {
923
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
924
- "name": "json-logfile",
925
- "default": "stderr",
926
- "hasDynamicHelp": false,
927
- "multiple": false,
928
- "type": "option"
929
- }
930
- },
931
- "hasDynamicHelp": false,
932
- "hiddenAliases": [],
933
- "id": "config",
934
- "pluginAlias": "@dxos/cli",
935
- "pluginName": "@dxos/cli",
936
- "pluginType": "core",
937
- "strict": true,
938
- "enableJsonFlag": true,
939
- "isESM": true,
940
- "relativePath": [
941
- "dist",
942
- "src",
943
- "commands",
944
- "config",
945
- "index.js"
946
- ]
947
- },
948
842
  "debug:diagnostics": {
949
843
  "aliases": [],
950
844
  "args": {},
@@ -1553,6 +1447,112 @@
1553
1447
  "status.js"
1554
1448
  ]
1555
1449
  },
1450
+ "config": {
1451
+ "aliases": [],
1452
+ "args": {},
1453
+ "description": "Show config file.",
1454
+ "flags": {
1455
+ "json": {
1456
+ "description": "Output as JSON.",
1457
+ "name": "json",
1458
+ "allowNo": false,
1459
+ "type": "boolean"
1460
+ },
1461
+ "verbose": {
1462
+ "char": "v",
1463
+ "description": "Verbose output",
1464
+ "name": "verbose",
1465
+ "allowNo": false,
1466
+ "type": "boolean"
1467
+ },
1468
+ "dry-run": {
1469
+ "description": "Dry run.",
1470
+ "name": "dry-run",
1471
+ "allowNo": false,
1472
+ "type": "boolean"
1473
+ },
1474
+ "profile": {
1475
+ "description": "User profile.",
1476
+ "env": "DX_PROFILE",
1477
+ "name": "profile",
1478
+ "default": "default",
1479
+ "hasDynamicHelp": false,
1480
+ "multiple": false,
1481
+ "type": "option"
1482
+ },
1483
+ "config": {
1484
+ "aliases": [
1485
+ "c"
1486
+ ],
1487
+ "dependsOn": [
1488
+ "profile"
1489
+ ],
1490
+ "description": "Config file.",
1491
+ "env": "DX_CONFIG",
1492
+ "name": "config",
1493
+ "default": "/github/home/.config/dx/profile/default.yml",
1494
+ "hasDynamicHelp": false,
1495
+ "helpValue": "path",
1496
+ "multiple": false,
1497
+ "type": "option"
1498
+ },
1499
+ "timeout": {
1500
+ "aliases": [
1501
+ "t"
1502
+ ],
1503
+ "description": "Timeout (ms).",
1504
+ "name": "timeout",
1505
+ "default": 60000,
1506
+ "hasDynamicHelp": false,
1507
+ "multiple": false,
1508
+ "type": "option"
1509
+ },
1510
+ "target": {
1511
+ "description": "Target websocket server.",
1512
+ "name": "target",
1513
+ "hasDynamicHelp": false,
1514
+ "multiple": false,
1515
+ "type": "option"
1516
+ },
1517
+ "agent": {
1518
+ "description": "Run command with agent.",
1519
+ "env": "DX_NO_AGENT",
1520
+ "name": "agent",
1521
+ "allowNo": true,
1522
+ "type": "boolean"
1523
+ },
1524
+ "json-log": {
1525
+ "description": "When running in foreground, log JSON format",
1526
+ "name": "json-log",
1527
+ "allowNo": false,
1528
+ "type": "boolean"
1529
+ },
1530
+ "json-logfile": {
1531
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
1532
+ "name": "json-logfile",
1533
+ "default": "stderr",
1534
+ "hasDynamicHelp": false,
1535
+ "multiple": false,
1536
+ "type": "option"
1537
+ }
1538
+ },
1539
+ "hasDynamicHelp": false,
1540
+ "hiddenAliases": [],
1541
+ "id": "config",
1542
+ "pluginAlias": "@dxos/cli",
1543
+ "pluginName": "@dxos/cli",
1544
+ "pluginType": "core",
1545
+ "strict": true,
1546
+ "enableJsonFlag": true,
1547
+ "isESM": true,
1548
+ "relativePath": [
1549
+ "dist",
1550
+ "src",
1551
+ "commands",
1552
+ "config",
1553
+ "index.js"
1554
+ ]
1555
+ },
1556
1556
  "device:info": {
1557
1557
  "aliases": [],
1558
1558
  "args": {},
@@ -4807,7 +4807,7 @@
4807
4807
  "name": {
4808
4808
  "description": "Tunnel name",
4809
4809
  "name": "name",
4810
- "default": "maryland-burger-august-apart",
4810
+ "default": "leopard-shade-harry-lemon",
4811
4811
  "hasDynamicHelp": false,
4812
4812
  "multiple": false,
4813
4813
  "type": "option"
@@ -5669,5 +5669,5 @@
5669
5669
  ]
5670
5670
  }
5671
5671
  },
5672
- "version": "0.8.4-main.dedc0f3"
5672
+ "version": "0.8.4-main.ead640a"
5673
5673
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.4-main.dedc0f3",
3
+ "version": "0.8.4-main.ead640a",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -29,7 +29,7 @@
29
29
  "@oclif/plugin-autocomplete": "^3.2.6",
30
30
  "@oclif/plugin-help": "^6.2.16",
31
31
  "@oclif/plugin-plugins": "^5.4.15",
32
- "@oclif/plugin-update": "^4.6.6",
32
+ "@oclif/plugin-update": "^4.7.8",
33
33
  "@octokit/core": "^4.0.4",
34
34
  "chalk": "^4.1.0",
35
35
  "cli-progress": "^3.11.2",
@@ -39,8 +39,8 @@
39
39
  "fs-extra": "^8.1.0",
40
40
  "get-folder-size": "^2.0.1",
41
41
  "git-rev-sync": "^3.0.2",
42
- "ink": "^3.2.0",
43
- "ink-table": "~3.0.0",
42
+ "ink": "^6.3.1",
43
+ "ink-table": "^3.1.0",
44
44
  "inquirer": "^12.0.0",
45
45
  "isomorphic-ws": "^5.0.0",
46
46
  "js-yaml": "^4.1.0",
@@ -50,34 +50,33 @@
50
50
  "node-fetch": "^2.6.0",
51
51
  "pkg-up": "^3.1.0",
52
52
  "platform": "^1.3.6",
53
- "react": "~18.2.0",
53
+ "react": "~19.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.10.0",
56
- "@dxos/agent": "0.8.4-main.dedc0f3",
57
- "@dxos/async": "0.8.4-main.dedc0f3",
58
- "@dxos/cli-base": "0.8.4-main.dedc0f3",
59
- "@dxos/client": "0.8.4-main.dedc0f3",
60
- "@dxos/cli-composer": "0.8.4-main.dedc0f3",
61
- "@dxos/client-protocol": "0.8.4-main.dedc0f3",
62
- "@dxos/client-services": "0.8.4-main.dedc0f3",
63
- "@dxos/compute": "0.8.4-main.dedc0f3",
64
- "@dxos/context": "0.8.4-main.dedc0f3",
65
- "@dxos/config": "0.8.4-main.dedc0f3",
66
- "@dxos/debug": "0.8.4-main.dedc0f3",
67
- "@dxos/echo": "0.8.4-main.dedc0f3",
68
- "@dxos/functions": "0.8.4-main.dedc0f3",
69
- "@dxos/echo-schema": "0.8.4-main.dedc0f3",
70
- "@dxos/invariant": "0.8.4-main.dedc0f3",
71
- "@dxos/log": "0.8.4-main.dedc0f3",
72
- "@dxos/network-manager": "0.8.4-main.dedc0f3",
73
- "@dxos/node-std": "0.8.4-main.dedc0f3",
74
- "@dxos/observability": "0.8.4-main.dedc0f3",
75
- "@dxos/process": "0.8.4-main.dedc0f3",
76
- "@dxos/protocols": "0.8.4-main.dedc0f3",
77
- "@dxos/random": "0.8.4-main.dedc0f3",
78
- "@dxos/rpc": "0.8.4-main.dedc0f3",
79
- "@dxos/util": "0.8.4-main.dedc0f3",
80
- "@dxos/schema": "0.8.4-main.dedc0f3"
56
+ "@dxos/agent": "0.8.4-main.ead640a",
57
+ "@dxos/cli-base": "0.8.4-main.ead640a",
58
+ "@dxos/async": "0.8.4-main.ead640a",
59
+ "@dxos/client": "0.8.4-main.ead640a",
60
+ "@dxos/cli-composer": "0.8.4-main.ead640a",
61
+ "@dxos/client-protocol": "0.8.4-main.ead640a",
62
+ "@dxos/client-services": "0.8.4-main.ead640a",
63
+ "@dxos/compute": "0.8.4-main.ead640a",
64
+ "@dxos/config": "0.8.4-main.ead640a",
65
+ "@dxos/context": "0.8.4-main.ead640a",
66
+ "@dxos/debug": "0.8.4-main.ead640a",
67
+ "@dxos/echo": "0.8.4-main.ead640a",
68
+ "@dxos/invariant": "0.8.4-main.ead640a",
69
+ "@dxos/log": "0.8.4-main.ead640a",
70
+ "@dxos/functions": "0.8.4-main.ead640a",
71
+ "@dxos/node-std": "0.8.4-main.ead640a",
72
+ "@dxos/observability": "0.8.4-main.ead640a",
73
+ "@dxos/network-manager": "0.8.4-main.ead640a",
74
+ "@dxos/protocols": "0.8.4-main.ead640a",
75
+ "@dxos/random": "0.8.4-main.ead640a",
76
+ "@dxos/process": "0.8.4-main.ead640a",
77
+ "@dxos/rpc": "0.8.4-main.ead640a",
78
+ "@dxos/schema": "0.8.4-main.ead640a",
79
+ "@dxos/util": "0.8.4-main.ead640a"
81
80
  },
82
81
  "devDependencies": {
83
82
  "@oclif/test": "^4.1.0",
@@ -87,7 +86,7 @@
87
86
  "@types/lodash.defaultsdeep": "^4.6.6",
88
87
  "@types/node-fetch": "^2.5.10",
89
88
  "@types/platform": "^1.3.4",
90
- "@types/react-dom": "~18.2.0",
89
+ "@types/react-dom": "~19.2.1",
91
90
  "oclif": "^4.15.12",
92
91
  "shx": "^0.3.3",
93
92
  "ts-node": "10.9.1",