@dxos/cli 0.8.4-main.5acf9ea → 0.8.4-main.67995b8

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": {},
@@ -4852,7 +4852,7 @@
4852
4852
  "name": {
4853
4853
  "description": "Tunnel name",
4854
4854
  "name": "name",
4855
- "default": "timing-kitten-coffee-table",
4855
+ "default": "steak-failed-alpha-sad",
4856
4856
  "hasDynamicHelp": false,
4857
4857
  "multiple": false,
4858
4858
  "type": "option"
@@ -5714,5 +5714,5 @@
5714
5714
  ]
5715
5715
  }
5716
5716
  },
5717
- "version": "0.8.4-main.5acf9ea"
5717
+ "version": "0.8.4-main.67995b8"
5718
5718
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.4-main.5acf9ea",
3
+ "version": "0.8.4-main.67995b8",
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.9.1",
56
- "@dxos/agent": "0.8.4-main.5acf9ea",
57
- "@dxos/async": "0.8.4-main.5acf9ea",
58
- "@dxos/cli-composer": "0.8.4-main.5acf9ea",
59
- "@dxos/client-protocol": "0.8.4-main.5acf9ea",
60
- "@dxos/cli-base": "0.8.4-main.5acf9ea",
61
- "@dxos/compute": "0.8.4-main.5acf9ea",
62
- "@dxos/client": "0.8.4-main.5acf9ea",
63
- "@dxos/client-services": "0.8.4-main.5acf9ea",
64
- "@dxos/config": "0.8.4-main.5acf9ea",
65
- "@dxos/context": "0.8.4-main.5acf9ea",
66
- "@dxos/debug": "0.8.4-main.5acf9ea",
67
- "@dxos/echo": "0.8.4-main.5acf9ea",
68
- "@dxos/echo-schema": "0.8.4-main.5acf9ea",
69
- "@dxos/functions": "0.8.4-main.5acf9ea",
70
- "@dxos/invariant": "0.8.4-main.5acf9ea",
71
- "@dxos/log": "0.8.4-main.5acf9ea",
72
- "@dxos/network-manager": "0.8.4-main.5acf9ea",
73
- "@dxos/observability": "0.8.4-main.5acf9ea",
74
- "@dxos/node-std": "0.8.4-main.5acf9ea",
75
- "@dxos/process": "0.8.4-main.5acf9ea",
76
- "@dxos/random": "0.8.4-main.5acf9ea",
77
- "@dxos/protocols": "0.8.4-main.5acf9ea",
78
- "@dxos/rpc": "0.8.4-main.5acf9ea",
79
- "@dxos/util": "0.8.4-main.5acf9ea",
80
- "@dxos/schema": "0.8.4-main.5acf9ea"
56
+ "@dxos/agent": "0.8.4-main.67995b8",
57
+ "@dxos/async": "0.8.4-main.67995b8",
58
+ "@dxos/cli-base": "0.8.4-main.67995b8",
59
+ "@dxos/cli-composer": "0.8.4-main.67995b8",
60
+ "@dxos/client": "0.8.4-main.67995b8",
61
+ "@dxos/client-protocol": "0.8.4-main.67995b8",
62
+ "@dxos/client-services": "0.8.4-main.67995b8",
63
+ "@dxos/config": "0.8.4-main.67995b8",
64
+ "@dxos/compute": "0.8.4-main.67995b8",
65
+ "@dxos/context": "0.8.4-main.67995b8",
66
+ "@dxos/echo": "0.8.4-main.67995b8",
67
+ "@dxos/debug": "0.8.4-main.67995b8",
68
+ "@dxos/echo-schema": "0.8.4-main.67995b8",
69
+ "@dxos/functions": "0.8.4-main.67995b8",
70
+ "@dxos/invariant": "0.8.4-main.67995b8",
71
+ "@dxos/log": "0.8.4-main.67995b8",
72
+ "@dxos/network-manager": "0.8.4-main.67995b8",
73
+ "@dxos/node-std": "0.8.4-main.67995b8",
74
+ "@dxos/observability": "0.8.4-main.67995b8",
75
+ "@dxos/random": "0.8.4-main.67995b8",
76
+ "@dxos/process": "0.8.4-main.67995b8",
77
+ "@dxos/rpc": "0.8.4-main.67995b8",
78
+ "@dxos/schema": "0.8.4-main.67995b8",
79
+ "@dxos/util": "0.8.4-main.67995b8",
80
+ "@dxos/protocols": "0.8.4-main.67995b8"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@oclif/test": "^4.1.0",