@dxos/cli 0.8.1-main.ba2dec9 → 0.8.1-staging.391c573

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 +25 -25
@@ -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": "/home/runner/.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": "/home/runner/.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": {},
@@ -4715,7 +4715,7 @@
4715
4715
  "name": {
4716
4716
  "description": "Tunnel name",
4717
4717
  "name": "name",
4718
- "default": "sixteen-nine-bravo-enemy",
4718
+ "default": "florida-vegan-equal-burger",
4719
4719
  "hasDynamicHelp": false,
4720
4720
  "multiple": false,
4721
4721
  "type": "option"
@@ -5570,5 +5570,5 @@
5570
5570
  ]
5571
5571
  }
5572
5572
  },
5573
- "version": "0.8.1-main.ba2dec9"
5573
+ "version": "0.8.1-staging.391c573"
5574
5574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.1-main.ba2dec9",
3
+ "version": "0.8.1-staging.391c573",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~18.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.9.1",
56
- "@dxos/agent": "0.8.1-main.ba2dec9",
57
- "@dxos/cli-composer": "0.8.1-main.ba2dec9",
58
- "@dxos/async": "0.8.1-main.ba2dec9",
59
- "@dxos/client-protocol": "0.8.1-main.ba2dec9",
60
- "@dxos/cli-base": "0.8.1-main.ba2dec9",
61
- "@dxos/client": "0.8.1-main.ba2dec9",
62
- "@dxos/client-services": "0.8.1-main.ba2dec9",
63
- "@dxos/compute": "0.8.1-main.ba2dec9",
64
- "@dxos/config": "0.8.1-main.ba2dec9",
65
- "@dxos/debug": "0.8.1-main.ba2dec9",
66
- "@dxos/context": "0.8.1-main.ba2dec9",
67
- "@dxos/echo-schema": "0.8.1-main.ba2dec9",
68
- "@dxos/functions": "0.8.1-main.ba2dec9",
69
- "@dxos/log": "0.8.1-main.ba2dec9",
70
- "@dxos/invariant": "0.8.1-main.ba2dec9",
71
- "@dxos/network-manager": "0.8.1-main.ba2dec9",
72
- "@dxos/observability": "0.8.1-main.ba2dec9",
73
- "@dxos/node-std": "0.8.1-main.ba2dec9",
74
- "@dxos/process": "0.8.1-main.ba2dec9",
75
- "@dxos/protocols": "0.8.1-main.ba2dec9",
76
- "@dxos/random": "0.8.1-main.ba2dec9",
77
- "@dxos/rpc": "0.8.1-main.ba2dec9",
78
- "@dxos/schema": "0.8.1-main.ba2dec9",
79
- "@dxos/util": "0.8.1-main.ba2dec9"
56
+ "@dxos/agent": "0.8.1-staging.391c573",
57
+ "@dxos/cli-base": "0.8.1-staging.391c573",
58
+ "@dxos/async": "0.8.1-staging.391c573",
59
+ "@dxos/client": "0.8.1-staging.391c573",
60
+ "@dxos/cli-composer": "0.8.1-staging.391c573",
61
+ "@dxos/client-protocol": "0.8.1-staging.391c573",
62
+ "@dxos/client-services": "0.8.1-staging.391c573",
63
+ "@dxos/compute": "0.8.1-staging.391c573",
64
+ "@dxos/config": "0.8.1-staging.391c573",
65
+ "@dxos/context": "0.8.1-staging.391c573",
66
+ "@dxos/debug": "0.8.1-staging.391c573",
67
+ "@dxos/functions": "0.8.1-staging.391c573",
68
+ "@dxos/echo-schema": "0.8.1-staging.391c573",
69
+ "@dxos/log": "0.8.1-staging.391c573",
70
+ "@dxos/invariant": "0.8.1-staging.391c573",
71
+ "@dxos/network-manager": "0.8.1-staging.391c573",
72
+ "@dxos/node-std": "0.8.1-staging.391c573",
73
+ "@dxos/observability": "0.8.1-staging.391c573",
74
+ "@dxos/process": "0.8.1-staging.391c573",
75
+ "@dxos/protocols": "0.8.1-staging.391c573",
76
+ "@dxos/random": "0.8.1-staging.391c573",
77
+ "@dxos/schema": "0.8.1-staging.391c573",
78
+ "@dxos/rpc": "0.8.1-staging.391c573",
79
+ "@dxos/util": "0.8.1-staging.391c573"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",