heroku 10.3.0-beta.0 → 10.3.0
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.
- package/oclif.manifest.json +108 -108
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -12408,19 +12408,15 @@
|
|
|
12408
12408
|
"index.js"
|
|
12409
12409
|
]
|
|
12410
12410
|
},
|
|
12411
|
-
"pg:
|
|
12411
|
+
"pg:maintenance": {
|
|
12412
12412
|
"aliases": [],
|
|
12413
12413
|
"args": {
|
|
12414
12414
|
"database": {
|
|
12415
12415
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12416
12416
|
"name": "database"
|
|
12417
|
-
},
|
|
12418
|
-
"value": {
|
|
12419
|
-
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12420
|
-
"name": "value"
|
|
12421
12417
|
}
|
|
12422
12418
|
},
|
|
12423
|
-
"description": "
|
|
12419
|
+
"description": "show current maintenance information",
|
|
12424
12420
|
"flags": {
|
|
12425
12421
|
"app": {
|
|
12426
12422
|
"char": "a",
|
|
@@ -12442,35 +12438,37 @@
|
|
|
12442
12438
|
},
|
|
12443
12439
|
"hasDynamicHelp": false,
|
|
12444
12440
|
"hiddenAliases": [],
|
|
12445
|
-
"id": "pg:
|
|
12441
|
+
"id": "pg:maintenance",
|
|
12446
12442
|
"pluginAlias": "heroku",
|
|
12447
12443
|
"pluginName": "heroku",
|
|
12448
12444
|
"pluginType": "core",
|
|
12449
|
-
"strict":
|
|
12445
|
+
"strict": true,
|
|
12450
12446
|
"topic": "pg",
|
|
12451
12447
|
"isESM": false,
|
|
12452
12448
|
"relativePath": [
|
|
12453
12449
|
"lib",
|
|
12454
12450
|
"commands",
|
|
12455
12451
|
"pg",
|
|
12456
|
-
"
|
|
12457
|
-
"
|
|
12452
|
+
"maintenance",
|
|
12453
|
+
"index.js"
|
|
12458
12454
|
]
|
|
12459
12455
|
},
|
|
12460
|
-
"pg:
|
|
12456
|
+
"pg:maintenance:run": {
|
|
12461
12457
|
"aliases": [],
|
|
12462
12458
|
"args": {
|
|
12463
12459
|
"database": {
|
|
12464
12460
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12465
12461
|
"name": "database"
|
|
12466
|
-
},
|
|
12467
|
-
"value": {
|
|
12468
|
-
"description": "boolean indicating if data replication slot details get logged",
|
|
12469
|
-
"name": "value"
|
|
12470
12462
|
}
|
|
12471
12463
|
},
|
|
12472
|
-
"description": "
|
|
12464
|
+
"description": "start maintenance",
|
|
12473
12465
|
"flags": {
|
|
12466
|
+
"force": {
|
|
12467
|
+
"char": "f",
|
|
12468
|
+
"name": "force",
|
|
12469
|
+
"allowNo": false,
|
|
12470
|
+
"type": "boolean"
|
|
12471
|
+
},
|
|
12474
12472
|
"app": {
|
|
12475
12473
|
"char": "a",
|
|
12476
12474
|
"description": "app to run command against",
|
|
@@ -12491,29 +12489,36 @@
|
|
|
12491
12489
|
},
|
|
12492
12490
|
"hasDynamicHelp": false,
|
|
12493
12491
|
"hiddenAliases": [],
|
|
12494
|
-
"id": "pg:
|
|
12492
|
+
"id": "pg:maintenance:run",
|
|
12495
12493
|
"pluginAlias": "heroku",
|
|
12496
12494
|
"pluginName": "heroku",
|
|
12497
12495
|
"pluginType": "core",
|
|
12496
|
+
"strict": true,
|
|
12498
12497
|
"topic": "pg",
|
|
12499
12498
|
"isESM": false,
|
|
12500
12499
|
"relativePath": [
|
|
12501
12500
|
"lib",
|
|
12502
12501
|
"commands",
|
|
12503
12502
|
"pg",
|
|
12504
|
-
"
|
|
12505
|
-
"
|
|
12503
|
+
"maintenance",
|
|
12504
|
+
"run.js"
|
|
12506
12505
|
]
|
|
12507
12506
|
},
|
|
12508
|
-
"pg:
|
|
12507
|
+
"pg:maintenance:window": {
|
|
12509
12508
|
"aliases": [],
|
|
12510
12509
|
"args": {
|
|
12510
|
+
"window": {
|
|
12511
|
+
"description": "timestamp of the maintenance window",
|
|
12512
|
+
"name": "window",
|
|
12513
|
+
"required": true
|
|
12514
|
+
},
|
|
12511
12515
|
"database": {
|
|
12512
12516
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12513
12517
|
"name": "database"
|
|
12514
12518
|
}
|
|
12515
12519
|
},
|
|
12516
|
-
"description": "
|
|
12520
|
+
"description": "Set weekly maintenance window.\nAll times are in UTC.\n",
|
|
12521
|
+
"examples": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12517
12522
|
"flags": {
|
|
12518
12523
|
"app": {
|
|
12519
12524
|
"char": "a",
|
|
@@ -12535,22 +12540,23 @@
|
|
|
12535
12540
|
},
|
|
12536
12541
|
"hasDynamicHelp": false,
|
|
12537
12542
|
"hiddenAliases": [],
|
|
12538
|
-
"id": "pg:
|
|
12543
|
+
"id": "pg:maintenance:window",
|
|
12539
12544
|
"pluginAlias": "heroku",
|
|
12540
12545
|
"pluginName": "heroku",
|
|
12541
12546
|
"pluginType": "core",
|
|
12542
12547
|
"strict": true,
|
|
12543
12548
|
"topic": "pg",
|
|
12549
|
+
"example": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12544
12550
|
"isESM": false,
|
|
12545
12551
|
"relativePath": [
|
|
12546
12552
|
"lib",
|
|
12547
12553
|
"commands",
|
|
12548
12554
|
"pg",
|
|
12549
|
-
"
|
|
12550
|
-
"
|
|
12555
|
+
"maintenance",
|
|
12556
|
+
"window.js"
|
|
12551
12557
|
]
|
|
12552
12558
|
},
|
|
12553
|
-
"pg:settings:
|
|
12559
|
+
"pg:settings:auto-explain": {
|
|
12554
12560
|
"aliases": [],
|
|
12555
12561
|
"args": {
|
|
12556
12562
|
"database": {
|
|
@@ -12558,11 +12564,11 @@
|
|
|
12558
12564
|
"name": "database"
|
|
12559
12565
|
},
|
|
12560
12566
|
"value": {
|
|
12561
|
-
"description": "boolean indicating if
|
|
12567
|
+
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12562
12568
|
"name": "value"
|
|
12563
12569
|
}
|
|
12564
12570
|
},
|
|
12565
|
-
"description": "
|
|
12571
|
+
"description": "Automatically log execution plans of queries without running EXPLAIN by hand.\nThe auto_explain module is loaded at session-time so existing connections will not be logged.\nRestart your Heroku app and/or restart existing connections for logging to start taking place.\n",
|
|
12566
12572
|
"flags": {
|
|
12567
12573
|
"app": {
|
|
12568
12574
|
"char": "a",
|
|
@@ -12584,10 +12590,11 @@
|
|
|
12584
12590
|
},
|
|
12585
12591
|
"hasDynamicHelp": false,
|
|
12586
12592
|
"hiddenAliases": [],
|
|
12587
|
-
"id": "pg:settings:
|
|
12593
|
+
"id": "pg:settings:auto-explain",
|
|
12588
12594
|
"pluginAlias": "heroku",
|
|
12589
12595
|
"pluginName": "heroku",
|
|
12590
12596
|
"pluginType": "core",
|
|
12597
|
+
"strict": false,
|
|
12591
12598
|
"topic": "pg",
|
|
12592
12599
|
"isESM": false,
|
|
12593
12600
|
"relativePath": [
|
|
@@ -12595,10 +12602,10 @@
|
|
|
12595
12602
|
"commands",
|
|
12596
12603
|
"pg",
|
|
12597
12604
|
"settings",
|
|
12598
|
-
"
|
|
12605
|
+
"auto-explain.js"
|
|
12599
12606
|
]
|
|
12600
12607
|
},
|
|
12601
|
-
"pg:settings:
|
|
12608
|
+
"pg:settings:explain-data-connector-details": {
|
|
12602
12609
|
"aliases": [],
|
|
12603
12610
|
"args": {
|
|
12604
12611
|
"database": {
|
|
@@ -12606,11 +12613,11 @@
|
|
|
12606
12613
|
"name": "database"
|
|
12607
12614
|
},
|
|
12608
12615
|
"value": {
|
|
12609
|
-
"description": "boolean indicating if
|
|
12616
|
+
"description": "boolean indicating if data replication slot details get logged",
|
|
12610
12617
|
"name": "value"
|
|
12611
12618
|
}
|
|
12612
12619
|
},
|
|
12613
|
-
"description": "
|
|
12620
|
+
"description": "displays stats on replication slots on your database, the default value is \"off\"\n",
|
|
12614
12621
|
"flags": {
|
|
12615
12622
|
"app": {
|
|
12616
12623
|
"char": "a",
|
|
@@ -12632,7 +12639,7 @@
|
|
|
12632
12639
|
},
|
|
12633
12640
|
"hasDynamicHelp": false,
|
|
12634
12641
|
"hiddenAliases": [],
|
|
12635
|
-
"id": "pg:settings:
|
|
12642
|
+
"id": "pg:settings:explain-data-connector-details",
|
|
12636
12643
|
"pluginAlias": "heroku",
|
|
12637
12644
|
"pluginName": "heroku",
|
|
12638
12645
|
"pluginType": "core",
|
|
@@ -12643,22 +12650,18 @@
|
|
|
12643
12650
|
"commands",
|
|
12644
12651
|
"pg",
|
|
12645
12652
|
"settings",
|
|
12646
|
-
"
|
|
12653
|
+
"explain-data-connector-details.js"
|
|
12647
12654
|
]
|
|
12648
12655
|
},
|
|
12649
|
-
"pg:settings
|
|
12656
|
+
"pg:settings": {
|
|
12650
12657
|
"aliases": [],
|
|
12651
12658
|
"args": {
|
|
12652
12659
|
"database": {
|
|
12653
12660
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12654
12661
|
"name": "database"
|
|
12655
|
-
},
|
|
12656
|
-
"value": {
|
|
12657
|
-
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12658
|
-
"name": "value"
|
|
12659
12662
|
}
|
|
12660
12663
|
},
|
|
12661
|
-
"description": "
|
|
12664
|
+
"description": "show your current database settings",
|
|
12662
12665
|
"flags": {
|
|
12663
12666
|
"app": {
|
|
12664
12667
|
"char": "a",
|
|
@@ -12680,10 +12683,11 @@
|
|
|
12680
12683
|
},
|
|
12681
12684
|
"hasDynamicHelp": false,
|
|
12682
12685
|
"hiddenAliases": [],
|
|
12683
|
-
"id": "pg:settings
|
|
12686
|
+
"id": "pg:settings",
|
|
12684
12687
|
"pluginAlias": "heroku",
|
|
12685
12688
|
"pluginName": "heroku",
|
|
12686
12689
|
"pluginType": "core",
|
|
12690
|
+
"strict": true,
|
|
12687
12691
|
"topic": "pg",
|
|
12688
12692
|
"isESM": false,
|
|
12689
12693
|
"relativePath": [
|
|
@@ -12691,10 +12695,10 @@
|
|
|
12691
12695
|
"commands",
|
|
12692
12696
|
"pg",
|
|
12693
12697
|
"settings",
|
|
12694
|
-
"
|
|
12698
|
+
"index.js"
|
|
12695
12699
|
]
|
|
12696
12700
|
},
|
|
12697
|
-
"pg:settings:log-
|
|
12701
|
+
"pg:settings:log-connections": {
|
|
12698
12702
|
"aliases": [],
|
|
12699
12703
|
"args": {
|
|
12700
12704
|
"database": {
|
|
@@ -12702,16 +12706,11 @@
|
|
|
12702
12706
|
"name": "database"
|
|
12703
12707
|
},
|
|
12704
12708
|
"value": {
|
|
12705
|
-
"
|
|
12706
|
-
"
|
|
12707
|
-
"error",
|
|
12708
|
-
"log",
|
|
12709
|
-
"fatal",
|
|
12710
|
-
"panic"
|
|
12711
|
-
]
|
|
12709
|
+
"description": "boolean indicating if database login attempts get logged",
|
|
12710
|
+
"name": "value"
|
|
12712
12711
|
}
|
|
12713
12712
|
},
|
|
12714
|
-
"description": "
|
|
12713
|
+
"description": "Controls whether a log message is produced when a login attempt is made. Default is true.\nSetting log_connections to false stops emitting log messages for all attempts to login to the database.",
|
|
12715
12714
|
"flags": {
|
|
12716
12715
|
"app": {
|
|
12717
12716
|
"char": "a",
|
|
@@ -12733,7 +12732,7 @@
|
|
|
12733
12732
|
},
|
|
12734
12733
|
"hasDynamicHelp": false,
|
|
12735
12734
|
"hiddenAliases": [],
|
|
12736
|
-
"id": "pg:settings:log-
|
|
12735
|
+
"id": "pg:settings:log-connections",
|
|
12737
12736
|
"pluginAlias": "heroku",
|
|
12738
12737
|
"pluginName": "heroku",
|
|
12739
12738
|
"pluginType": "core",
|
|
@@ -12744,10 +12743,10 @@
|
|
|
12744
12743
|
"commands",
|
|
12745
12744
|
"pg",
|
|
12746
12745
|
"settings",
|
|
12747
|
-
"log-
|
|
12746
|
+
"log-connections.js"
|
|
12748
12747
|
]
|
|
12749
12748
|
},
|
|
12750
|
-
"pg:settings:log-
|
|
12749
|
+
"pg:settings:log-lock-waits": {
|
|
12751
12750
|
"aliases": [],
|
|
12752
12751
|
"args": {
|
|
12753
12752
|
"database": {
|
|
@@ -12755,17 +12754,11 @@
|
|
|
12755
12754
|
"name": "database"
|
|
12756
12755
|
},
|
|
12757
12756
|
"value": {
|
|
12758
|
-
"description": "
|
|
12759
|
-
"name": "value"
|
|
12760
|
-
"options": [
|
|
12761
|
-
"none",
|
|
12762
|
-
"ddl",
|
|
12763
|
-
"mod",
|
|
12764
|
-
"all"
|
|
12765
|
-
]
|
|
12757
|
+
"description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
|
|
12758
|
+
"name": "value"
|
|
12766
12759
|
}
|
|
12767
12760
|
},
|
|
12768
|
-
"description": "
|
|
12761
|
+
"description": "Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is set to 1 second\nDelays due to lock contention occur when multiple transactions are trying to access the same resource at the same time.\nApplications and their query patterns should try to avoid changes to many different tables within the same transaction.\n",
|
|
12769
12762
|
"flags": {
|
|
12770
12763
|
"app": {
|
|
12771
12764
|
"char": "a",
|
|
@@ -12787,7 +12780,7 @@
|
|
|
12787
12780
|
},
|
|
12788
12781
|
"hasDynamicHelp": false,
|
|
12789
12782
|
"hiddenAliases": [],
|
|
12790
|
-
"id": "pg:settings:log-
|
|
12783
|
+
"id": "pg:settings:log-lock-waits",
|
|
12791
12784
|
"pluginAlias": "heroku",
|
|
12792
12785
|
"pluginName": "heroku",
|
|
12793
12786
|
"pluginType": "core",
|
|
@@ -12798,10 +12791,10 @@
|
|
|
12798
12791
|
"commands",
|
|
12799
12792
|
"pg",
|
|
12800
12793
|
"settings",
|
|
12801
|
-
"log-
|
|
12794
|
+
"log-lock-waits.js"
|
|
12802
12795
|
]
|
|
12803
12796
|
},
|
|
12804
|
-
"pg:settings:
|
|
12797
|
+
"pg:settings:log-min-duration-statement": {
|
|
12805
12798
|
"aliases": [],
|
|
12806
12799
|
"args": {
|
|
12807
12800
|
"database": {
|
|
@@ -12809,16 +12802,11 @@
|
|
|
12809
12802
|
"name": "database"
|
|
12810
12803
|
},
|
|
12811
12804
|
"value": {
|
|
12812
|
-
"description": "
|
|
12813
|
-
"name": "value"
|
|
12814
|
-
"options": [
|
|
12815
|
-
"none",
|
|
12816
|
-
"pl",
|
|
12817
|
-
"all"
|
|
12818
|
-
]
|
|
12805
|
+
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12806
|
+
"name": "value"
|
|
12819
12807
|
}
|
|
12820
12808
|
},
|
|
12821
|
-
"description": "
|
|
12809
|
+
"description": "The duration of each completed statement will be logged if the statement completes after the time specified by VALUE.\nVALUE needs to specified as a whole number, in milliseconds.\nSetting log_min_duration_statement to zero prints all statement durations and -1 will disable logging statement durations.\n",
|
|
12822
12810
|
"flags": {
|
|
12823
12811
|
"app": {
|
|
12824
12812
|
"char": "a",
|
|
@@ -12840,7 +12828,7 @@
|
|
|
12840
12828
|
},
|
|
12841
12829
|
"hasDynamicHelp": false,
|
|
12842
12830
|
"hiddenAliases": [],
|
|
12843
|
-
"id": "pg:settings:
|
|
12831
|
+
"id": "pg:settings:log-min-duration-statement",
|
|
12844
12832
|
"pluginAlias": "heroku",
|
|
12845
12833
|
"pluginName": "heroku",
|
|
12846
12834
|
"pluginType": "core",
|
|
@@ -12851,18 +12839,27 @@
|
|
|
12851
12839
|
"commands",
|
|
12852
12840
|
"pg",
|
|
12853
12841
|
"settings",
|
|
12854
|
-
"
|
|
12842
|
+
"log-min-duration-statement.js"
|
|
12855
12843
|
]
|
|
12856
12844
|
},
|
|
12857
|
-
"pg:
|
|
12845
|
+
"pg:settings:log-min-error-statement": {
|
|
12858
12846
|
"aliases": [],
|
|
12859
12847
|
"args": {
|
|
12860
12848
|
"database": {
|
|
12861
12849
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12862
12850
|
"name": "database"
|
|
12851
|
+
},
|
|
12852
|
+
"value": {
|
|
12853
|
+
"name": "value",
|
|
12854
|
+
"options": [
|
|
12855
|
+
"error",
|
|
12856
|
+
"log",
|
|
12857
|
+
"fatal",
|
|
12858
|
+
"panic"
|
|
12859
|
+
]
|
|
12863
12860
|
}
|
|
12864
12861
|
},
|
|
12865
|
-
"description": "
|
|
12862
|
+
"description": "log-min-error-statement controls the logging of SQL statements that cause an error at a specified severity level.\nThis setting is useful to prevent logging SQL queries that might contain sensitive information.\nUse this setting to prevent logging SQL queries that contain sensitive information. Default is \"error\".\n",
|
|
12866
12863
|
"flags": {
|
|
12867
12864
|
"app": {
|
|
12868
12865
|
"char": "a",
|
|
@@ -12884,37 +12881,40 @@
|
|
|
12884
12881
|
},
|
|
12885
12882
|
"hasDynamicHelp": false,
|
|
12886
12883
|
"hiddenAliases": [],
|
|
12887
|
-
"id": "pg:
|
|
12884
|
+
"id": "pg:settings:log-min-error-statement",
|
|
12888
12885
|
"pluginAlias": "heroku",
|
|
12889
12886
|
"pluginName": "heroku",
|
|
12890
12887
|
"pluginType": "core",
|
|
12891
|
-
"strict": true,
|
|
12892
12888
|
"topic": "pg",
|
|
12893
12889
|
"isESM": false,
|
|
12894
12890
|
"relativePath": [
|
|
12895
12891
|
"lib",
|
|
12896
12892
|
"commands",
|
|
12897
12893
|
"pg",
|
|
12898
|
-
"
|
|
12899
|
-
"
|
|
12894
|
+
"settings",
|
|
12895
|
+
"log-min-error-statement.js"
|
|
12900
12896
|
]
|
|
12901
12897
|
},
|
|
12902
|
-
"pg:
|
|
12898
|
+
"pg:settings:log-statement": {
|
|
12903
12899
|
"aliases": [],
|
|
12904
12900
|
"args": {
|
|
12905
12901
|
"database": {
|
|
12906
12902
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12907
12903
|
"name": "database"
|
|
12904
|
+
},
|
|
12905
|
+
"value": {
|
|
12906
|
+
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12907
|
+
"name": "value",
|
|
12908
|
+
"options": [
|
|
12909
|
+
"none",
|
|
12910
|
+
"ddl",
|
|
12911
|
+
"mod",
|
|
12912
|
+
"all"
|
|
12913
|
+
]
|
|
12908
12914
|
}
|
|
12909
12915
|
},
|
|
12910
|
-
"description": "
|
|
12916
|
+
"description": "log_statement controls which SQL statements are logged.\nValid values for VALUE:\nnone - No statements are logged\nddl - All data definition statements, such as CREATE, ALTER and DROP will be logged\nmod - Includes all statements from ddl as well as data-modifying statements such as INSERT, UPDATE, DELETE, TRUNCATE, COPY\nall - All statements are logged\n",
|
|
12911
12917
|
"flags": {
|
|
12912
|
-
"force": {
|
|
12913
|
-
"char": "f",
|
|
12914
|
-
"name": "force",
|
|
12915
|
-
"allowNo": false,
|
|
12916
|
-
"type": "boolean"
|
|
12917
|
-
},
|
|
12918
12918
|
"app": {
|
|
12919
12919
|
"char": "a",
|
|
12920
12920
|
"description": "app to run command against",
|
|
@@ -12935,36 +12935,38 @@
|
|
|
12935
12935
|
},
|
|
12936
12936
|
"hasDynamicHelp": false,
|
|
12937
12937
|
"hiddenAliases": [],
|
|
12938
|
-
"id": "pg:
|
|
12938
|
+
"id": "pg:settings:log-statement",
|
|
12939
12939
|
"pluginAlias": "heroku",
|
|
12940
12940
|
"pluginName": "heroku",
|
|
12941
12941
|
"pluginType": "core",
|
|
12942
|
-
"strict": true,
|
|
12943
12942
|
"topic": "pg",
|
|
12944
12943
|
"isESM": false,
|
|
12945
12944
|
"relativePath": [
|
|
12946
12945
|
"lib",
|
|
12947
12946
|
"commands",
|
|
12948
12947
|
"pg",
|
|
12949
|
-
"
|
|
12950
|
-
"
|
|
12948
|
+
"settings",
|
|
12949
|
+
"log-statement.js"
|
|
12951
12950
|
]
|
|
12952
12951
|
},
|
|
12953
|
-
"pg:
|
|
12952
|
+
"pg:settings:track-functions": {
|
|
12954
12953
|
"aliases": [],
|
|
12955
12954
|
"args": {
|
|
12956
|
-
"window": {
|
|
12957
|
-
"description": "timestamp of the maintenance window",
|
|
12958
|
-
"name": "window",
|
|
12959
|
-
"required": true
|
|
12960
|
-
},
|
|
12961
12955
|
"database": {
|
|
12962
12956
|
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
12963
12957
|
"name": "database"
|
|
12958
|
+
},
|
|
12959
|
+
"value": {
|
|
12960
|
+
"description": "function type to track\n<options: none|pl|all>",
|
|
12961
|
+
"name": "value",
|
|
12962
|
+
"options": [
|
|
12963
|
+
"none",
|
|
12964
|
+
"pl",
|
|
12965
|
+
"all"
|
|
12966
|
+
]
|
|
12964
12967
|
}
|
|
12965
12968
|
},
|
|
12966
|
-
"description": "
|
|
12967
|
-
"examples": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12969
|
+
"description": "track_functions controls tracking of function call counts and time used. Default is none.\nValid values for VALUE:\nnone - No functions are tracked (default)\npl - Only procedural language functions are tracked\nall - All functions, including SQL and C language functions, are tracked. Simple SQL-language that are inlined are not tracked",
|
|
12968
12970
|
"flags": {
|
|
12969
12971
|
"app": {
|
|
12970
12972
|
"char": "a",
|
|
@@ -12986,20 +12988,18 @@
|
|
|
12986
12988
|
},
|
|
12987
12989
|
"hasDynamicHelp": false,
|
|
12988
12990
|
"hiddenAliases": [],
|
|
12989
|
-
"id": "pg:
|
|
12991
|
+
"id": "pg:settings:track-functions",
|
|
12990
12992
|
"pluginAlias": "heroku",
|
|
12991
12993
|
"pluginName": "heroku",
|
|
12992
12994
|
"pluginType": "core",
|
|
12993
|
-
"strict": true,
|
|
12994
12995
|
"topic": "pg",
|
|
12995
|
-
"example": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12996
12996
|
"isESM": false,
|
|
12997
12997
|
"relativePath": [
|
|
12998
12998
|
"lib",
|
|
12999
12999
|
"commands",
|
|
13000
13000
|
"pg",
|
|
13001
|
-
"
|
|
13002
|
-
"
|
|
13001
|
+
"settings",
|
|
13002
|
+
"track-functions.js"
|
|
13003
13003
|
]
|
|
13004
13004
|
},
|
|
13005
13005
|
"ps:autoscale:disable": {
|
|
@@ -14451,5 +14451,5 @@
|
|
|
14451
14451
|
]
|
|
14452
14452
|
}
|
|
14453
14453
|
},
|
|
14454
|
-
"version": "10.3.0
|
|
14454
|
+
"version": "10.3.0"
|
|
14455
14455
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.3.0
|
|
4
|
+
"version": "10.3.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -397,5 +397,5 @@
|
|
|
397
397
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
398
398
|
},
|
|
399
399
|
"types": "lib/index.d.ts",
|
|
400
|
-
"gitHead": "
|
|
400
|
+
"gitHead": "7556b06e19da422a58d178168a1791f0fb279b9d"
|
|
401
401
|
}
|