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

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": "seven-kilo-kilo-december",
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.e098934"
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.e098934",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,31 +53,31 @@
53
53
  "react": "~18.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.e098934",
57
+ "@dxos/async": "0.8.4-main.e098934",
58
+ "@dxos/cli-base": "0.8.4-main.e098934",
59
+ "@dxos/client": "0.8.4-main.e098934",
60
+ "@dxos/client-protocol": "0.8.4-main.e098934",
61
+ "@dxos/client-services": "0.8.4-main.e098934",
62
+ "@dxos/compute": "0.8.4-main.e098934",
63
+ "@dxos/config": "0.8.4-main.e098934",
64
+ "@dxos/context": "0.8.4-main.e098934",
65
+ "@dxos/cli-composer": "0.8.4-main.e098934",
66
+ "@dxos/debug": "0.8.4-main.e098934",
67
+ "@dxos/echo": "0.8.4-main.e098934",
68
+ "@dxos/echo-schema": "0.8.4-main.e098934",
69
+ "@dxos/functions": "0.8.4-main.e098934",
70
+ "@dxos/log": "0.8.4-main.e098934",
71
+ "@dxos/network-manager": "0.8.4-main.e098934",
72
+ "@dxos/observability": "0.8.4-main.e098934",
73
+ "@dxos/node-std": "0.8.4-main.e098934",
74
+ "@dxos/invariant": "0.8.4-main.e098934",
75
+ "@dxos/process": "0.8.4-main.e098934",
76
+ "@dxos/protocols": "0.8.4-main.e098934",
77
+ "@dxos/schema": "0.8.4-main.e098934",
78
+ "@dxos/util": "0.8.4-main.e098934",
79
+ "@dxos/random": "0.8.4-main.e098934",
80
+ "@dxos/rpc": "0.8.4-main.e098934"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@oclif/test": "^4.1.0",