@dxos/cli 0.8.3-staging.0fa589b → 0.8.4-main.c1de068

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.
@@ -43,7 +43,7 @@
43
43
  "description": "Config file.",
44
44
  "env": "DX_CONFIG",
45
45
  "name": "config",
46
- "default": "/home/runner/.config/dx/profile/default.yml",
46
+ "default": "/github/home/.config/dx/profile/default.yml",
47
47
  "hasDynamicHelp": false,
48
48
  "helpValue": "path",
49
49
  "multiple": false,
@@ -148,7 +148,7 @@
148
148
  "description": "Config file.",
149
149
  "env": "DX_CONFIG",
150
150
  "name": "config",
151
- "default": "/home/runner/.config/dx/profile/default.yml",
151
+ "default": "/github/home/.config/dx/profile/default.yml",
152
152
  "hasDynamicHelp": false,
153
153
  "helpValue": "path",
154
154
  "multiple": false,
@@ -260,7 +260,7 @@
260
260
  "description": "Config file.",
261
261
  "env": "DX_CONFIG",
262
262
  "name": "config",
263
- "default": "/home/runner/.config/dx/profile/default.yml",
263
+ "default": "/github/home/.config/dx/profile/default.yml",
264
264
  "hasDynamicHelp": false,
265
265
  "helpValue": "path",
266
266
  "multiple": false,
@@ -384,7 +384,7 @@
384
384
  "description": "Config file.",
385
385
  "env": "DX_CONFIG",
386
386
  "name": "config",
387
- "default": "/home/runner/.config/dx/profile/default.yml",
387
+ "default": "/github/home/.config/dx/profile/default.yml",
388
388
  "hasDynamicHelp": false,
389
389
  "helpValue": "path",
390
390
  "multiple": false,
@@ -508,7 +508,7 @@
508
508
  "description": "Config file.",
509
509
  "env": "DX_CONFIG",
510
510
  "name": "config",
511
- "default": "/home/runner/.config/dx/profile/default.yml",
511
+ "default": "/github/home/.config/dx/profile/default.yml",
512
512
  "hasDynamicHelp": false,
513
513
  "helpValue": "path",
514
514
  "multiple": false,
@@ -652,7 +652,7 @@
652
652
  "description": "Config file.",
653
653
  "env": "DX_CONFIG",
654
654
  "name": "config",
655
- "default": "/home/runner/.config/dx/profile/default.yml",
655
+ "default": "/github/home/.config/dx/profile/default.yml",
656
656
  "hasDynamicHelp": false,
657
657
  "helpValue": "path",
658
658
  "multiple": false,
@@ -758,7 +758,7 @@
758
758
  "description": "Config file.",
759
759
  "env": "DX_CONFIG",
760
760
  "name": "config",
761
- "default": "/home/runner/.config/dx/profile/default.yml",
761
+ "default": "/github/home/.config/dx/profile/default.yml",
762
762
  "hasDynamicHelp": false,
763
763
  "helpValue": "path",
764
764
  "multiple": false,
@@ -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": {},
@@ -998,7 +892,7 @@
998
892
  "description": "Config file.",
999
893
  "env": "DX_CONFIG",
1000
894
  "name": "config",
1001
- "default": "/home/runner/.config/dx/profile/default.yml",
895
+ "default": "/github/home/.config/dx/profile/default.yml",
1002
896
  "hasDynamicHelp": false,
1003
897
  "helpValue": "path",
1004
898
  "multiple": false,
@@ -1116,7 +1010,7 @@
1116
1010
  "description": "Config file.",
1117
1011
  "env": "DX_CONFIG",
1118
1012
  "name": "config",
1119
- "default": "/home/runner/.config/dx/profile/default.yml",
1013
+ "default": "/github/home/.config/dx/profile/default.yml",
1120
1014
  "hasDynamicHelp": false,
1121
1015
  "helpValue": "path",
1122
1016
  "multiple": false,
@@ -1226,7 +1120,7 @@
1226
1120
  "description": "Config file.",
1227
1121
  "env": "DX_CONFIG",
1228
1122
  "name": "config",
1229
- "default": "/home/runner/.config/dx/profile/default.yml",
1123
+ "default": "/github/home/.config/dx/profile/default.yml",
1230
1124
  "hasDynamicHelp": false,
1231
1125
  "helpValue": "path",
1232
1126
  "multiple": false,
@@ -1376,7 +1270,7 @@
1376
1270
  "description": "Config file.",
1377
1271
  "env": "DX_CONFIG",
1378
1272
  "name": "config",
1379
- "default": "/home/runner/.config/dx/profile/default.yml",
1273
+ "default": "/github/home/.config/dx/profile/default.yml",
1380
1274
  "hasDynamicHelp": false,
1381
1275
  "helpValue": "path",
1382
1276
  "multiple": false,
@@ -1482,7 +1376,7 @@
1482
1376
  "description": "Config file.",
1483
1377
  "env": "DX_CONFIG",
1484
1378
  "name": "config",
1485
- "default": "/home/runner/.config/dx/profile/default.yml",
1379
+ "default": "/github/home/.config/dx/profile/default.yml",
1486
1380
  "hasDynamicHelp": false,
1487
1381
  "helpValue": "path",
1488
1382
  "multiple": false,
@@ -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": {},
@@ -1596,7 +1596,7 @@
1596
1596
  "description": "Config file.",
1597
1597
  "env": "DX_CONFIG",
1598
1598
  "name": "config",
1599
- "default": "/home/runner/.config/dx/profile/default.yml",
1599
+ "default": "/github/home/.config/dx/profile/default.yml",
1600
1600
  "hasDynamicHelp": false,
1601
1601
  "helpValue": "path",
1602
1602
  "multiple": false,
@@ -1702,7 +1702,7 @@
1702
1702
  "description": "Config file.",
1703
1703
  "env": "DX_CONFIG",
1704
1704
  "name": "config",
1705
- "default": "/home/runner/.config/dx/profile/default.yml",
1705
+ "default": "/github/home/.config/dx/profile/default.yml",
1706
1706
  "hasDynamicHelp": false,
1707
1707
  "helpValue": "path",
1708
1708
  "multiple": false,
@@ -1814,7 +1814,7 @@
1814
1814
  "description": "Config file.",
1815
1815
  "env": "DX_CONFIG",
1816
1816
  "name": "config",
1817
- "default": "/home/runner/.config/dx/profile/default.yml",
1817
+ "default": "/github/home/.config/dx/profile/default.yml",
1818
1818
  "hasDynamicHelp": false,
1819
1819
  "helpValue": "path",
1820
1820
  "multiple": false,
@@ -1927,7 +1927,7 @@
1927
1927
  "description": "Config file.",
1928
1928
  "env": "DX_CONFIG",
1929
1929
  "name": "config",
1930
- "default": "/home/runner/.config/dx/profile/default.yml",
1930
+ "default": "/github/home/.config/dx/profile/default.yml",
1931
1931
  "hasDynamicHelp": false,
1932
1932
  "helpValue": "path",
1933
1933
  "multiple": false,
@@ -2039,7 +2039,7 @@
2039
2039
  "description": "Config file.",
2040
2040
  "env": "DX_CONFIG",
2041
2041
  "name": "config",
2042
- "default": "/home/runner/.config/dx/profile/default.yml",
2042
+ "default": "/github/home/.config/dx/profile/default.yml",
2043
2043
  "hasDynamicHelp": false,
2044
2044
  "helpValue": "path",
2045
2045
  "multiple": false,
@@ -2151,7 +2151,7 @@
2151
2151
  "description": "Config file.",
2152
2152
  "env": "DX_CONFIG",
2153
2153
  "name": "config",
2154
- "default": "/home/runner/.config/dx/profile/default.yml",
2154
+ "default": "/github/home/.config/dx/profile/default.yml",
2155
2155
  "hasDynamicHelp": false,
2156
2156
  "helpValue": "path",
2157
2157
  "multiple": false,
@@ -2302,7 +2302,7 @@
2302
2302
  "description": "Config file.",
2303
2303
  "env": "DX_CONFIG",
2304
2304
  "name": "config",
2305
- "default": "/home/runner/.config/dx/profile/default.yml",
2305
+ "default": "/github/home/.config/dx/profile/default.yml",
2306
2306
  "hasDynamicHelp": false,
2307
2307
  "helpValue": "path",
2308
2308
  "multiple": false,
@@ -2429,7 +2429,7 @@
2429
2429
  "description": "Config file.",
2430
2430
  "env": "DX_CONFIG",
2431
2431
  "name": "config",
2432
- "default": "/home/runner/.config/dx/profile/default.yml",
2432
+ "default": "/github/home/.config/dx/profile/default.yml",
2433
2433
  "hasDynamicHelp": false,
2434
2434
  "helpValue": "path",
2435
2435
  "multiple": false,
@@ -2550,7 +2550,7 @@
2550
2550
  "description": "Config file.",
2551
2551
  "env": "DX_CONFIG",
2552
2552
  "name": "config",
2553
- "default": "/home/runner/.config/dx/profile/default.yml",
2553
+ "default": "/github/home/.config/dx/profile/default.yml",
2554
2554
  "hasDynamicHelp": false,
2555
2555
  "helpValue": "path",
2556
2556
  "multiple": false,
@@ -2656,7 +2656,7 @@
2656
2656
  "description": "Config file.",
2657
2657
  "env": "DX_CONFIG",
2658
2658
  "name": "config",
2659
- "default": "/home/runner/.config/dx/profile/default.yml",
2659
+ "default": "/github/home/.config/dx/profile/default.yml",
2660
2660
  "hasDynamicHelp": false,
2661
2661
  "helpValue": "path",
2662
2662
  "multiple": false,
@@ -2786,7 +2786,7 @@
2786
2786
  "description": "Config file.",
2787
2787
  "env": "DX_CONFIG",
2788
2788
  "name": "config",
2789
- "default": "/home/runner/.config/dx/profile/default.yml",
2789
+ "default": "/github/home/.config/dx/profile/default.yml",
2790
2790
  "hasDynamicHelp": false,
2791
2791
  "helpValue": "path",
2792
2792
  "multiple": false,
@@ -2892,7 +2892,7 @@
2892
2892
  "description": "Config file.",
2893
2893
  "env": "DX_CONFIG",
2894
2894
  "name": "config",
2895
- "default": "/home/runner/.config/dx/profile/default.yml",
2895
+ "default": "/github/home/.config/dx/profile/default.yml",
2896
2896
  "hasDynamicHelp": false,
2897
2897
  "helpValue": "path",
2898
2898
  "multiple": false,
@@ -3032,7 +3032,7 @@
3032
3032
  "description": "Config file.",
3033
3033
  "env": "DX_CONFIG",
3034
3034
  "name": "config",
3035
- "default": "/home/runner/.config/dx/profile/default.yml",
3035
+ "default": "/github/home/.config/dx/profile/default.yml",
3036
3036
  "hasDynamicHelp": false,
3037
3037
  "helpValue": "path",
3038
3038
  "multiple": false,
@@ -3144,7 +3144,7 @@
3144
3144
  "description": "Config file.",
3145
3145
  "env": "DX_CONFIG",
3146
3146
  "name": "config",
3147
- "default": "/home/runner/.config/dx/profile/default.yml",
3147
+ "default": "/github/home/.config/dx/profile/default.yml",
3148
3148
  "hasDynamicHelp": false,
3149
3149
  "helpValue": "path",
3150
3150
  "multiple": false,
@@ -3264,7 +3264,7 @@
3264
3264
  "description": "Config file.",
3265
3265
  "env": "DX_CONFIG",
3266
3266
  "name": "config",
3267
- "default": "/home/runner/.config/dx/profile/default.yml",
3267
+ "default": "/github/home/.config/dx/profile/default.yml",
3268
3268
  "hasDynamicHelp": false,
3269
3269
  "helpValue": "path",
3270
3270
  "multiple": false,
@@ -3383,7 +3383,7 @@
3383
3383
  "description": "Config file.",
3384
3384
  "env": "DX_CONFIG",
3385
3385
  "name": "config",
3386
- "default": "/home/runner/.config/dx/profile/default.yml",
3386
+ "default": "/github/home/.config/dx/profile/default.yml",
3387
3387
  "hasDynamicHelp": false,
3388
3388
  "helpValue": "path",
3389
3389
  "multiple": false,
@@ -3500,7 +3500,7 @@
3500
3500
  "description": "Config file.",
3501
3501
  "env": "DX_CONFIG",
3502
3502
  "name": "config",
3503
- "default": "/home/runner/.config/dx/profile/default.yml",
3503
+ "default": "/github/home/.config/dx/profile/default.yml",
3504
3504
  "hasDynamicHelp": false,
3505
3505
  "helpValue": "path",
3506
3506
  "multiple": false,
@@ -3610,7 +3610,7 @@
3610
3610
  "description": "Config file.",
3611
3611
  "env": "DX_CONFIG",
3612
3612
  "name": "config",
3613
- "default": "/home/runner/.config/dx/profile/default.yml",
3613
+ "default": "/github/home/.config/dx/profile/default.yml",
3614
3614
  "hasDynamicHelp": false,
3615
3615
  "helpValue": "path",
3616
3616
  "multiple": false,
@@ -3719,7 +3719,7 @@
3719
3719
  "description": "Config file.",
3720
3720
  "env": "DX_CONFIG",
3721
3721
  "name": "config",
3722
- "default": "/home/runner/.config/dx/profile/default.yml",
3722
+ "default": "/github/home/.config/dx/profile/default.yml",
3723
3723
  "hasDynamicHelp": false,
3724
3724
  "helpValue": "path",
3725
3725
  "multiple": false,
@@ -3830,7 +3830,7 @@
3830
3830
  "description": "Config file.",
3831
3831
  "env": "DX_CONFIG",
3832
3832
  "name": "config",
3833
- "default": "/home/runner/.config/dx/profile/default.yml",
3833
+ "default": "/github/home/.config/dx/profile/default.yml",
3834
3834
  "hasDynamicHelp": false,
3835
3835
  "helpValue": "path",
3836
3836
  "multiple": false,
@@ -3941,7 +3941,7 @@
3941
3941
  "description": "Config file.",
3942
3942
  "env": "DX_CONFIG",
3943
3943
  "name": "config",
3944
- "default": "/home/runner/.config/dx/profile/default.yml",
3944
+ "default": "/github/home/.config/dx/profile/default.yml",
3945
3945
  "hasDynamicHelp": false,
3946
3946
  "helpValue": "path",
3947
3947
  "multiple": false,
@@ -4047,7 +4047,7 @@
4047
4047
  "description": "Config file.",
4048
4048
  "env": "DX_CONFIG",
4049
4049
  "name": "config",
4050
- "default": "/home/runner/.config/dx/profile/default.yml",
4050
+ "default": "/github/home/.config/dx/profile/default.yml",
4051
4051
  "hasDynamicHelp": false,
4052
4052
  "helpValue": "path",
4053
4053
  "multiple": false,
@@ -4167,7 +4167,7 @@
4167
4167
  "description": "Config file.",
4168
4168
  "env": "DX_CONFIG",
4169
4169
  "name": "config",
4170
- "default": "/home/runner/.config/dx/profile/default.yml",
4170
+ "default": "/github/home/.config/dx/profile/default.yml",
4171
4171
  "hasDynamicHelp": false,
4172
4172
  "helpValue": "path",
4173
4173
  "multiple": false,
@@ -4296,7 +4296,7 @@
4296
4296
  "description": "Config file.",
4297
4297
  "env": "DX_CONFIG",
4298
4298
  "name": "config",
4299
- "default": "/home/runner/.config/dx/profile/default.yml",
4299
+ "default": "/github/home/.config/dx/profile/default.yml",
4300
4300
  "hasDynamicHelp": false,
4301
4301
  "helpValue": "path",
4302
4302
  "multiple": false,
@@ -4413,7 +4413,7 @@
4413
4413
  "description": "Config file.",
4414
4414
  "env": "DX_CONFIG",
4415
4415
  "name": "config",
4416
- "default": "/home/runner/.config/dx/profile/default.yml",
4416
+ "default": "/github/home/.config/dx/profile/default.yml",
4417
4417
  "hasDynamicHelp": false,
4418
4418
  "helpValue": "path",
4419
4419
  "multiple": false,
@@ -4523,7 +4523,7 @@
4523
4523
  "description": "Config file.",
4524
4524
  "env": "DX_CONFIG",
4525
4525
  "name": "config",
4526
- "default": "/home/runner/.config/dx/profile/default.yml",
4526
+ "default": "/github/home/.config/dx/profile/default.yml",
4527
4527
  "hasDynamicHelp": false,
4528
4528
  "helpValue": "path",
4529
4529
  "multiple": false,
@@ -4647,7 +4647,7 @@
4647
4647
  "description": "Config file.",
4648
4648
  "env": "DX_CONFIG",
4649
4649
  "name": "config",
4650
- "default": "/home/runner/.config/dx/profile/default.yml",
4650
+ "default": "/github/home/.config/dx/profile/default.yml",
4651
4651
  "hasDynamicHelp": false,
4652
4652
  "helpValue": "path",
4653
4653
  "multiple": false,
@@ -4798,7 +4798,7 @@
4798
4798
  "description": "Config file.",
4799
4799
  "env": "DX_CONFIG",
4800
4800
  "name": "config",
4801
- "default": "/home/runner/.config/dx/profile/default.yml",
4801
+ "default": "/github/home/.config/dx/profile/default.yml",
4802
4802
  "hasDynamicHelp": false,
4803
4803
  "helpValue": "path",
4804
4804
  "multiple": false,
@@ -4852,7 +4852,7 @@
4852
4852
  "name": {
4853
4853
  "description": "Tunnel name",
4854
4854
  "name": "name",
4855
- "default": "six-ohio-black-muppet",
4855
+ "default": "leopard-fourteen-juliet-mirror",
4856
4856
  "hasDynamicHelp": false,
4857
4857
  "multiple": false,
4858
4858
  "type": "option"
@@ -4919,7 +4919,7 @@
4919
4919
  "description": "Config file.",
4920
4920
  "env": "DX_CONFIG",
4921
4921
  "name": "config",
4922
- "default": "/home/runner/.config/dx/profile/default.yml",
4922
+ "default": "/github/home/.config/dx/profile/default.yml",
4923
4923
  "hasDynamicHelp": false,
4924
4924
  "helpValue": "path",
4925
4925
  "multiple": false,
@@ -5032,7 +5032,7 @@
5032
5032
  "description": "Config file.",
5033
5033
  "env": "DX_CONFIG",
5034
5034
  "name": "config",
5035
- "default": "/home/runner/.config/dx/profile/default.yml",
5035
+ "default": "/github/home/.config/dx/profile/default.yml",
5036
5036
  "hasDynamicHelp": false,
5037
5037
  "helpValue": "path",
5038
5038
  "multiple": false,
@@ -5169,7 +5169,7 @@
5169
5169
  "description": "Config file.",
5170
5170
  "env": "DX_CONFIG",
5171
5171
  "name": "config",
5172
- "default": "/home/runner/.config/dx/profile/default.yml",
5172
+ "default": "/github/home/.config/dx/profile/default.yml",
5173
5173
  "hasDynamicHelp": false,
5174
5174
  "helpValue": "path",
5175
5175
  "multiple": false,
@@ -5275,7 +5275,7 @@
5275
5275
  "description": "Config file.",
5276
5276
  "env": "DX_CONFIG",
5277
5277
  "name": "config",
5278
- "default": "/home/runner/.config/dx/profile/default.yml",
5278
+ "default": "/github/home/.config/dx/profile/default.yml",
5279
5279
  "hasDynamicHelp": false,
5280
5280
  "helpValue": "path",
5281
5281
  "multiple": false,
@@ -5407,7 +5407,7 @@
5407
5407
  "description": "Config file.",
5408
5408
  "env": "DX_CONFIG",
5409
5409
  "name": "config",
5410
- "default": "/home/runner/.config/dx/profile/default.yml",
5410
+ "default": "/github/home/.config/dx/profile/default.yml",
5411
5411
  "hasDynamicHelp": false,
5412
5412
  "helpValue": "path",
5413
5413
  "multiple": false,
@@ -5514,7 +5514,7 @@
5514
5514
  "description": "Config file.",
5515
5515
  "env": "DX_CONFIG",
5516
5516
  "name": "config",
5517
- "default": "/home/runner/.config/dx/profile/default.yml",
5517
+ "default": "/github/home/.config/dx/profile/default.yml",
5518
5518
  "hasDynamicHelp": false,
5519
5519
  "helpValue": "path",
5520
5520
  "multiple": false,
@@ -5629,7 +5629,7 @@
5629
5629
  "description": "Config file.",
5630
5630
  "env": "DX_CONFIG",
5631
5631
  "name": "config",
5632
- "default": "/home/runner/.config/dx/profile/default.yml",
5632
+ "default": "/github/home/.config/dx/profile/default.yml",
5633
5633
  "hasDynamicHelp": false,
5634
5634
  "helpValue": "path",
5635
5635
  "multiple": false,
@@ -5714,5 +5714,5 @@
5714
5714
  ]
5715
5715
  }
5716
5716
  },
5717
- "version": "0.8.3-staging.0fa589b"
5717
+ "version": "0.8.4-main.c1de068"
5718
5718
  }