heroku 10.1.0-beta.2 → 10.1.1-beta.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
|
@@ -12407,15 +12407,19 @@
|
|
|
12407
12407
|
"index.js"
|
|
12408
12408
|
]
|
|
12409
12409
|
},
|
|
12410
|
-
"pg:
|
|
12410
|
+
"pg:settings:auto-explain": {
|
|
12411
12411
|
"aliases": [],
|
|
12412
12412
|
"args": {
|
|
12413
12413
|
"database": {
|
|
12414
12414
|
"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.",
|
|
12415
12415
|
"name": "database"
|
|
12416
|
+
},
|
|
12417
|
+
"value": {
|
|
12418
|
+
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12419
|
+
"name": "value"
|
|
12416
12420
|
}
|
|
12417
12421
|
},
|
|
12418
|
-
"description": "
|
|
12422
|
+
"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",
|
|
12419
12423
|
"flags": {
|
|
12420
12424
|
"app": {
|
|
12421
12425
|
"char": "a",
|
|
@@ -12437,37 +12441,35 @@
|
|
|
12437
12441
|
},
|
|
12438
12442
|
"hasDynamicHelp": false,
|
|
12439
12443
|
"hiddenAliases": [],
|
|
12440
|
-
"id": "pg:
|
|
12444
|
+
"id": "pg:settings:auto-explain",
|
|
12441
12445
|
"pluginAlias": "heroku",
|
|
12442
12446
|
"pluginName": "heroku",
|
|
12443
12447
|
"pluginType": "core",
|
|
12444
|
-
"strict":
|
|
12448
|
+
"strict": false,
|
|
12445
12449
|
"topic": "pg",
|
|
12446
12450
|
"isESM": false,
|
|
12447
12451
|
"relativePath": [
|
|
12448
12452
|
"lib",
|
|
12449
12453
|
"commands",
|
|
12450
12454
|
"pg",
|
|
12451
|
-
"
|
|
12452
|
-
"
|
|
12455
|
+
"settings",
|
|
12456
|
+
"auto-explain.js"
|
|
12453
12457
|
]
|
|
12454
12458
|
},
|
|
12455
|
-
"pg:
|
|
12459
|
+
"pg:settings:explain-data-connector-details": {
|
|
12456
12460
|
"aliases": [],
|
|
12457
12461
|
"args": {
|
|
12458
12462
|
"database": {
|
|
12459
12463
|
"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.",
|
|
12460
12464
|
"name": "database"
|
|
12465
|
+
},
|
|
12466
|
+
"value": {
|
|
12467
|
+
"description": "boolean indicating if data replication slot details get logged",
|
|
12468
|
+
"name": "value"
|
|
12461
12469
|
}
|
|
12462
12470
|
},
|
|
12463
|
-
"description": "
|
|
12471
|
+
"description": "displays stats on replication slots on your database, the default value is \"off\"\n",
|
|
12464
12472
|
"flags": {
|
|
12465
|
-
"force": {
|
|
12466
|
-
"char": "f",
|
|
12467
|
-
"name": "force",
|
|
12468
|
-
"allowNo": false,
|
|
12469
|
-
"type": "boolean"
|
|
12470
|
-
},
|
|
12471
12473
|
"app": {
|
|
12472
12474
|
"char": "a",
|
|
12473
12475
|
"description": "app to run command against",
|
|
@@ -12488,36 +12490,29 @@
|
|
|
12488
12490
|
},
|
|
12489
12491
|
"hasDynamicHelp": false,
|
|
12490
12492
|
"hiddenAliases": [],
|
|
12491
|
-
"id": "pg:
|
|
12493
|
+
"id": "pg:settings:explain-data-connector-details",
|
|
12492
12494
|
"pluginAlias": "heroku",
|
|
12493
12495
|
"pluginName": "heroku",
|
|
12494
12496
|
"pluginType": "core",
|
|
12495
|
-
"strict": true,
|
|
12496
12497
|
"topic": "pg",
|
|
12497
12498
|
"isESM": false,
|
|
12498
12499
|
"relativePath": [
|
|
12499
12500
|
"lib",
|
|
12500
12501
|
"commands",
|
|
12501
12502
|
"pg",
|
|
12502
|
-
"
|
|
12503
|
-
"
|
|
12503
|
+
"settings",
|
|
12504
|
+
"explain-data-connector-details.js"
|
|
12504
12505
|
]
|
|
12505
12506
|
},
|
|
12506
|
-
"pg:
|
|
12507
|
+
"pg:settings": {
|
|
12507
12508
|
"aliases": [],
|
|
12508
12509
|
"args": {
|
|
12509
|
-
"window": {
|
|
12510
|
-
"description": "timestamp of the maintenance window",
|
|
12511
|
-
"name": "window",
|
|
12512
|
-
"required": true
|
|
12513
|
-
},
|
|
12514
12510
|
"database": {
|
|
12515
12511
|
"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.",
|
|
12516
12512
|
"name": "database"
|
|
12517
12513
|
}
|
|
12518
12514
|
},
|
|
12519
|
-
"description": "
|
|
12520
|
-
"examples": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12515
|
+
"description": "show your current database settings",
|
|
12521
12516
|
"flags": {
|
|
12522
12517
|
"app": {
|
|
12523
12518
|
"char": "a",
|
|
@@ -12539,23 +12534,22 @@
|
|
|
12539
12534
|
},
|
|
12540
12535
|
"hasDynamicHelp": false,
|
|
12541
12536
|
"hiddenAliases": [],
|
|
12542
|
-
"id": "pg:
|
|
12537
|
+
"id": "pg:settings",
|
|
12543
12538
|
"pluginAlias": "heroku",
|
|
12544
12539
|
"pluginName": "heroku",
|
|
12545
12540
|
"pluginType": "core",
|
|
12546
12541
|
"strict": true,
|
|
12547
12542
|
"topic": "pg",
|
|
12548
|
-
"example": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12549
12543
|
"isESM": false,
|
|
12550
12544
|
"relativePath": [
|
|
12551
12545
|
"lib",
|
|
12552
12546
|
"commands",
|
|
12553
12547
|
"pg",
|
|
12554
|
-
"
|
|
12555
|
-
"
|
|
12548
|
+
"settings",
|
|
12549
|
+
"index.js"
|
|
12556
12550
|
]
|
|
12557
12551
|
},
|
|
12558
|
-
"pg:settings:
|
|
12552
|
+
"pg:settings:log-connections": {
|
|
12559
12553
|
"aliases": [],
|
|
12560
12554
|
"args": {
|
|
12561
12555
|
"database": {
|
|
@@ -12563,11 +12557,11 @@
|
|
|
12563
12557
|
"name": "database"
|
|
12564
12558
|
},
|
|
12565
12559
|
"value": {
|
|
12566
|
-
"description": "boolean indicating if
|
|
12560
|
+
"description": "boolean indicating if database login attempts get logged",
|
|
12567
12561
|
"name": "value"
|
|
12568
12562
|
}
|
|
12569
12563
|
},
|
|
12570
|
-
"description": "
|
|
12564
|
+
"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.",
|
|
12571
12565
|
"flags": {
|
|
12572
12566
|
"app": {
|
|
12573
12567
|
"char": "a",
|
|
@@ -12589,11 +12583,10 @@
|
|
|
12589
12583
|
},
|
|
12590
12584
|
"hasDynamicHelp": false,
|
|
12591
12585
|
"hiddenAliases": [],
|
|
12592
|
-
"id": "pg:settings:
|
|
12586
|
+
"id": "pg:settings:log-connections",
|
|
12593
12587
|
"pluginAlias": "heroku",
|
|
12594
12588
|
"pluginName": "heroku",
|
|
12595
12589
|
"pluginType": "core",
|
|
12596
|
-
"strict": false,
|
|
12597
12590
|
"topic": "pg",
|
|
12598
12591
|
"isESM": false,
|
|
12599
12592
|
"relativePath": [
|
|
@@ -12601,10 +12594,10 @@
|
|
|
12601
12594
|
"commands",
|
|
12602
12595
|
"pg",
|
|
12603
12596
|
"settings",
|
|
12604
|
-
"
|
|
12597
|
+
"log-connections.js"
|
|
12605
12598
|
]
|
|
12606
12599
|
},
|
|
12607
|
-
"pg:settings:
|
|
12600
|
+
"pg:settings:log-lock-waits": {
|
|
12608
12601
|
"aliases": [],
|
|
12609
12602
|
"args": {
|
|
12610
12603
|
"database": {
|
|
@@ -12612,11 +12605,11 @@
|
|
|
12612
12605
|
"name": "database"
|
|
12613
12606
|
},
|
|
12614
12607
|
"value": {
|
|
12615
|
-
"description": "boolean indicating if
|
|
12608
|
+
"description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
|
|
12616
12609
|
"name": "value"
|
|
12617
12610
|
}
|
|
12618
12611
|
},
|
|
12619
|
-
"description": "
|
|
12612
|
+
"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",
|
|
12620
12613
|
"flags": {
|
|
12621
12614
|
"app": {
|
|
12622
12615
|
"char": "a",
|
|
@@ -12638,7 +12631,7 @@
|
|
|
12638
12631
|
},
|
|
12639
12632
|
"hasDynamicHelp": false,
|
|
12640
12633
|
"hiddenAliases": [],
|
|
12641
|
-
"id": "pg:settings:
|
|
12634
|
+
"id": "pg:settings:log-lock-waits",
|
|
12642
12635
|
"pluginAlias": "heroku",
|
|
12643
12636
|
"pluginName": "heroku",
|
|
12644
12637
|
"pluginType": "core",
|
|
@@ -12649,18 +12642,22 @@
|
|
|
12649
12642
|
"commands",
|
|
12650
12643
|
"pg",
|
|
12651
12644
|
"settings",
|
|
12652
|
-
"
|
|
12645
|
+
"log-lock-waits.js"
|
|
12653
12646
|
]
|
|
12654
12647
|
},
|
|
12655
|
-
"pg:settings": {
|
|
12648
|
+
"pg:settings:log-min-duration-statement": {
|
|
12656
12649
|
"aliases": [],
|
|
12657
12650
|
"args": {
|
|
12658
12651
|
"database": {
|
|
12659
12652
|
"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.",
|
|
12660
12653
|
"name": "database"
|
|
12654
|
+
},
|
|
12655
|
+
"value": {
|
|
12656
|
+
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12657
|
+
"name": "value"
|
|
12661
12658
|
}
|
|
12662
12659
|
},
|
|
12663
|
-
"description": "
|
|
12660
|
+
"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",
|
|
12664
12661
|
"flags": {
|
|
12665
12662
|
"app": {
|
|
12666
12663
|
"char": "a",
|
|
@@ -12682,11 +12679,10 @@
|
|
|
12682
12679
|
},
|
|
12683
12680
|
"hasDynamicHelp": false,
|
|
12684
12681
|
"hiddenAliases": [],
|
|
12685
|
-
"id": "pg:settings",
|
|
12682
|
+
"id": "pg:settings:log-min-duration-statement",
|
|
12686
12683
|
"pluginAlias": "heroku",
|
|
12687
12684
|
"pluginName": "heroku",
|
|
12688
12685
|
"pluginType": "core",
|
|
12689
|
-
"strict": true,
|
|
12690
12686
|
"topic": "pg",
|
|
12691
12687
|
"isESM": false,
|
|
12692
12688
|
"relativePath": [
|
|
@@ -12694,10 +12690,10 @@
|
|
|
12694
12690
|
"commands",
|
|
12695
12691
|
"pg",
|
|
12696
12692
|
"settings",
|
|
12697
|
-
"
|
|
12693
|
+
"log-min-duration-statement.js"
|
|
12698
12694
|
]
|
|
12699
12695
|
},
|
|
12700
|
-
"pg:settings:log-
|
|
12696
|
+
"pg:settings:log-min-error-statement": {
|
|
12701
12697
|
"aliases": [],
|
|
12702
12698
|
"args": {
|
|
12703
12699
|
"database": {
|
|
@@ -12705,11 +12701,16 @@
|
|
|
12705
12701
|
"name": "database"
|
|
12706
12702
|
},
|
|
12707
12703
|
"value": {
|
|
12708
|
-
"
|
|
12709
|
-
"
|
|
12704
|
+
"name": "value",
|
|
12705
|
+
"options": [
|
|
12706
|
+
"error",
|
|
12707
|
+
"log",
|
|
12708
|
+
"fatal",
|
|
12709
|
+
"panic"
|
|
12710
|
+
]
|
|
12710
12711
|
}
|
|
12711
12712
|
},
|
|
12712
|
-
"description": "
|
|
12713
|
+
"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",
|
|
12713
12714
|
"flags": {
|
|
12714
12715
|
"app": {
|
|
12715
12716
|
"char": "a",
|
|
@@ -12731,7 +12732,7 @@
|
|
|
12731
12732
|
},
|
|
12732
12733
|
"hasDynamicHelp": false,
|
|
12733
12734
|
"hiddenAliases": [],
|
|
12734
|
-
"id": "pg:settings:log-
|
|
12735
|
+
"id": "pg:settings:log-min-error-statement",
|
|
12735
12736
|
"pluginAlias": "heroku",
|
|
12736
12737
|
"pluginName": "heroku",
|
|
12737
12738
|
"pluginType": "core",
|
|
@@ -12742,10 +12743,10 @@
|
|
|
12742
12743
|
"commands",
|
|
12743
12744
|
"pg",
|
|
12744
12745
|
"settings",
|
|
12745
|
-
"log-
|
|
12746
|
+
"log-min-error-statement.js"
|
|
12746
12747
|
]
|
|
12747
12748
|
},
|
|
12748
|
-
"pg:settings:log-
|
|
12749
|
+
"pg:settings:log-statement": {
|
|
12749
12750
|
"aliases": [],
|
|
12750
12751
|
"args": {
|
|
12751
12752
|
"database": {
|
|
@@ -12753,11 +12754,17 @@
|
|
|
12753
12754
|
"name": "database"
|
|
12754
12755
|
},
|
|
12755
12756
|
"value": {
|
|
12756
|
-
"description": "
|
|
12757
|
-
"name": "value"
|
|
12757
|
+
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12758
|
+
"name": "value",
|
|
12759
|
+
"options": [
|
|
12760
|
+
"none",
|
|
12761
|
+
"ddl",
|
|
12762
|
+
"mod",
|
|
12763
|
+
"all"
|
|
12764
|
+
]
|
|
12758
12765
|
}
|
|
12759
12766
|
},
|
|
12760
|
-
"description": "
|
|
12767
|
+
"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",
|
|
12761
12768
|
"flags": {
|
|
12762
12769
|
"app": {
|
|
12763
12770
|
"char": "a",
|
|
@@ -12779,7 +12786,7 @@
|
|
|
12779
12786
|
},
|
|
12780
12787
|
"hasDynamicHelp": false,
|
|
12781
12788
|
"hiddenAliases": [],
|
|
12782
|
-
"id": "pg:settings:log-
|
|
12789
|
+
"id": "pg:settings:log-statement",
|
|
12783
12790
|
"pluginAlias": "heroku",
|
|
12784
12791
|
"pluginName": "heroku",
|
|
12785
12792
|
"pluginType": "core",
|
|
@@ -12790,10 +12797,10 @@
|
|
|
12790
12797
|
"commands",
|
|
12791
12798
|
"pg",
|
|
12792
12799
|
"settings",
|
|
12793
|
-
"log-
|
|
12800
|
+
"log-statement.js"
|
|
12794
12801
|
]
|
|
12795
12802
|
},
|
|
12796
|
-
"pg:settings:
|
|
12803
|
+
"pg:settings:track-functions": {
|
|
12797
12804
|
"aliases": [],
|
|
12798
12805
|
"args": {
|
|
12799
12806
|
"database": {
|
|
@@ -12801,11 +12808,16 @@
|
|
|
12801
12808
|
"name": "database"
|
|
12802
12809
|
},
|
|
12803
12810
|
"value": {
|
|
12804
|
-
"description": "
|
|
12805
|
-
"name": "value"
|
|
12811
|
+
"description": "function type to track\n<options: none|pl|all>",
|
|
12812
|
+
"name": "value",
|
|
12813
|
+
"options": [
|
|
12814
|
+
"none",
|
|
12815
|
+
"pl",
|
|
12816
|
+
"all"
|
|
12817
|
+
]
|
|
12806
12818
|
}
|
|
12807
12819
|
},
|
|
12808
|
-
"description": "
|
|
12820
|
+
"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",
|
|
12809
12821
|
"flags": {
|
|
12810
12822
|
"app": {
|
|
12811
12823
|
"char": "a",
|
|
@@ -12827,7 +12839,7 @@
|
|
|
12827
12839
|
},
|
|
12828
12840
|
"hasDynamicHelp": false,
|
|
12829
12841
|
"hiddenAliases": [],
|
|
12830
|
-
"id": "pg:settings:
|
|
12842
|
+
"id": "pg:settings:track-functions",
|
|
12831
12843
|
"pluginAlias": "heroku",
|
|
12832
12844
|
"pluginName": "heroku",
|
|
12833
12845
|
"pluginType": "core",
|
|
@@ -12838,27 +12850,18 @@
|
|
|
12838
12850
|
"commands",
|
|
12839
12851
|
"pg",
|
|
12840
12852
|
"settings",
|
|
12841
|
-
"
|
|
12853
|
+
"track-functions.js"
|
|
12842
12854
|
]
|
|
12843
12855
|
},
|
|
12844
|
-
"pg:
|
|
12856
|
+
"pg:maintenance": {
|
|
12845
12857
|
"aliases": [],
|
|
12846
12858
|
"args": {
|
|
12847
12859
|
"database": {
|
|
12848
12860
|
"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.",
|
|
12849
12861
|
"name": "database"
|
|
12850
|
-
},
|
|
12851
|
-
"value": {
|
|
12852
|
-
"name": "value",
|
|
12853
|
-
"options": [
|
|
12854
|
-
"error",
|
|
12855
|
-
"log",
|
|
12856
|
-
"fatal",
|
|
12857
|
-
"panic"
|
|
12858
|
-
]
|
|
12859
12862
|
}
|
|
12860
12863
|
},
|
|
12861
|
-
"description": "
|
|
12864
|
+
"description": "show current maintenance information",
|
|
12862
12865
|
"flags": {
|
|
12863
12866
|
"app": {
|
|
12864
12867
|
"char": "a",
|
|
@@ -12880,40 +12883,37 @@
|
|
|
12880
12883
|
},
|
|
12881
12884
|
"hasDynamicHelp": false,
|
|
12882
12885
|
"hiddenAliases": [],
|
|
12883
|
-
"id": "pg:
|
|
12886
|
+
"id": "pg:maintenance",
|
|
12884
12887
|
"pluginAlias": "heroku",
|
|
12885
12888
|
"pluginName": "heroku",
|
|
12886
12889
|
"pluginType": "core",
|
|
12890
|
+
"strict": true,
|
|
12887
12891
|
"topic": "pg",
|
|
12888
12892
|
"isESM": false,
|
|
12889
12893
|
"relativePath": [
|
|
12890
12894
|
"lib",
|
|
12891
12895
|
"commands",
|
|
12892
12896
|
"pg",
|
|
12893
|
-
"
|
|
12894
|
-
"
|
|
12897
|
+
"maintenance",
|
|
12898
|
+
"index.js"
|
|
12895
12899
|
]
|
|
12896
12900
|
},
|
|
12897
|
-
"pg:
|
|
12901
|
+
"pg:maintenance:run": {
|
|
12898
12902
|
"aliases": [],
|
|
12899
12903
|
"args": {
|
|
12900
12904
|
"database": {
|
|
12901
12905
|
"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.",
|
|
12902
12906
|
"name": "database"
|
|
12903
|
-
},
|
|
12904
|
-
"value": {
|
|
12905
|
-
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12906
|
-
"name": "value",
|
|
12907
|
-
"options": [
|
|
12908
|
-
"none",
|
|
12909
|
-
"ddl",
|
|
12910
|
-
"mod",
|
|
12911
|
-
"all"
|
|
12912
|
-
]
|
|
12913
12907
|
}
|
|
12914
12908
|
},
|
|
12915
|
-
"description": "
|
|
12909
|
+
"description": "start maintenance",
|
|
12916
12910
|
"flags": {
|
|
12911
|
+
"force": {
|
|
12912
|
+
"char": "f",
|
|
12913
|
+
"name": "force",
|
|
12914
|
+
"allowNo": false,
|
|
12915
|
+
"type": "boolean"
|
|
12916
|
+
},
|
|
12917
12917
|
"app": {
|
|
12918
12918
|
"char": "a",
|
|
12919
12919
|
"description": "app to run command against",
|
|
@@ -12934,38 +12934,36 @@
|
|
|
12934
12934
|
},
|
|
12935
12935
|
"hasDynamicHelp": false,
|
|
12936
12936
|
"hiddenAliases": [],
|
|
12937
|
-
"id": "pg:
|
|
12937
|
+
"id": "pg:maintenance:run",
|
|
12938
12938
|
"pluginAlias": "heroku",
|
|
12939
12939
|
"pluginName": "heroku",
|
|
12940
12940
|
"pluginType": "core",
|
|
12941
|
+
"strict": true,
|
|
12941
12942
|
"topic": "pg",
|
|
12942
12943
|
"isESM": false,
|
|
12943
12944
|
"relativePath": [
|
|
12944
12945
|
"lib",
|
|
12945
12946
|
"commands",
|
|
12946
12947
|
"pg",
|
|
12947
|
-
"
|
|
12948
|
-
"
|
|
12948
|
+
"maintenance",
|
|
12949
|
+
"run.js"
|
|
12949
12950
|
]
|
|
12950
12951
|
},
|
|
12951
|
-
"pg:
|
|
12952
|
+
"pg:maintenance:window": {
|
|
12952
12953
|
"aliases": [],
|
|
12953
12954
|
"args": {
|
|
12955
|
+
"window": {
|
|
12956
|
+
"description": "timestamp of the maintenance window",
|
|
12957
|
+
"name": "window",
|
|
12958
|
+
"required": true
|
|
12959
|
+
},
|
|
12954
12960
|
"database": {
|
|
12955
12961
|
"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.",
|
|
12956
12962
|
"name": "database"
|
|
12957
|
-
},
|
|
12958
|
-
"value": {
|
|
12959
|
-
"description": "function type to track\n<options: none|pl|all>",
|
|
12960
|
-
"name": "value",
|
|
12961
|
-
"options": [
|
|
12962
|
-
"none",
|
|
12963
|
-
"pl",
|
|
12964
|
-
"all"
|
|
12965
|
-
]
|
|
12966
12963
|
}
|
|
12967
12964
|
},
|
|
12968
|
-
"description": "
|
|
12965
|
+
"description": "Set weekly maintenance window.\nAll times are in UTC.\n",
|
|
12966
|
+
"examples": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12969
12967
|
"flags": {
|
|
12970
12968
|
"app": {
|
|
12971
12969
|
"char": "a",
|
|
@@ -12987,18 +12985,20 @@
|
|
|
12987
12985
|
},
|
|
12988
12986
|
"hasDynamicHelp": false,
|
|
12989
12987
|
"hiddenAliases": [],
|
|
12990
|
-
"id": "pg:
|
|
12988
|
+
"id": "pg:maintenance:window",
|
|
12991
12989
|
"pluginAlias": "heroku",
|
|
12992
12990
|
"pluginName": "heroku",
|
|
12993
12991
|
"pluginType": "core",
|
|
12992
|
+
"strict": true,
|
|
12994
12993
|
"topic": "pg",
|
|
12994
|
+
"example": "$ heroku pg:maintenance:window \"Sunday 06:00\" postgres-slippery-100",
|
|
12995
12995
|
"isESM": false,
|
|
12996
12996
|
"relativePath": [
|
|
12997
12997
|
"lib",
|
|
12998
12998
|
"commands",
|
|
12999
12999
|
"pg",
|
|
13000
|
-
"
|
|
13001
|
-
"
|
|
13000
|
+
"maintenance",
|
|
13001
|
+
"window.js"
|
|
13002
13002
|
]
|
|
13003
13003
|
},
|
|
13004
13004
|
"ps:autoscale:disable": {
|
|
@@ -14450,5 +14450,5 @@
|
|
|
14450
14450
|
]
|
|
14451
14451
|
}
|
|
14452
14452
|
},
|
|
14453
|
-
"version": "10.1.
|
|
14453
|
+
"version": "10.1.1-beta.0"
|
|
14454
14454
|
}
|
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.1.
|
|
4
|
+
"version": "10.1.1-beta.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -396,5 +396,5 @@
|
|
|
396
396
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
397
397
|
},
|
|
398
398
|
"types": "lib/index.d.ts",
|
|
399
|
-
"gitHead": "
|
|
399
|
+
"gitHead": "6e8a7689caf8f3e2ba89be9898ba6f518ca70d1e"
|
|
400
400
|
}
|