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