heroku 11.3.1-beta.1 → 11.4.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/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
6
 
7
- ## [11.3.1-beta.1](https://github.com/heroku/cli/compare/v11.3.0...v11.3.1-beta.1) (2026-05-13)
7
+ ## [11.4.0](https://github.com/heroku/cli/compare/v11.3.0...v11.4.0) (2026-05-13)
8
8
 
9
9
 
10
10
  ### Features
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "heroku",
3
- "version": "11.3.1-beta.1",
3
+ "version": "11.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "heroku",
9
- "version": "11.3.1-beta.1",
9
+ "version": "11.4.0",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@heroku-cli/command": "^12.3.3",
@@ -13395,21 +13395,18 @@
13395
13395
  "refresh.js"
13396
13396
  ]
13397
13397
  },
13398
- "data:maintenances:history": {
13398
+ "ci:config:get": {
13399
13399
  "aliases": [],
13400
13400
  "args": {
13401
- "addon": {
13402
- "description": "data addon",
13403
- "name": "addon",
13401
+ "key": {
13402
+ "description": "name of the config var key",
13403
+ "name": "key",
13404
13404
  "required": true
13405
13405
  }
13406
13406
  },
13407
- "description": "show details of the most recent maintenances for an addon",
13407
+ "description": "get a CI config var",
13408
13408
  "examples": [
13409
- "$ heroku data:maintenances:history postgresql-sinuous-92834",
13410
- "$ heroku data:maintenances:history postgresql-sinuous-92834 --num 10",
13411
- "$ heroku data:maintenances:history postgresql-sinuous-92834 --json",
13412
- "$ heroku data:maintenances:history DATABASE --app production-app"
13409
+ " $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test "
13413
13410
  ],
13414
13411
  "flags": {
13415
13412
  "prompt": {
@@ -13427,39 +13424,82 @@
13427
13424
  "multiple": false,
13428
13425
  "type": "option"
13429
13426
  },
13430
- "columns": {
13431
- "description": "only show provided columns (comma-separated)",
13432
- "name": "columns",
13427
+ "pipeline": {
13428
+ "char": "p",
13429
+ "description": "name of pipeline",
13430
+ "name": "pipeline",
13433
13431
  "hasDynamicHelp": false,
13434
13432
  "multiple": false,
13435
13433
  "type": "option"
13436
13434
  },
13437
- "csv": {
13438
- "char": "c",
13439
- "description": "output in csv format",
13440
- "name": "csv",
13435
+ "remote": {
13436
+ "char": "r",
13437
+ "description": "git remote of app to use",
13438
+ "name": "remote",
13439
+ "hasDynamicHelp": false,
13440
+ "multiple": false,
13441
+ "type": "option"
13442
+ },
13443
+ "shell": {
13444
+ "char": "s",
13445
+ "description": "output config var in shell format",
13446
+ "name": "shell",
13447
+ "allowNo": false,
13448
+ "type": "boolean"
13449
+ }
13450
+ },
13451
+ "hasDynamicHelp": true,
13452
+ "hiddenAliases": [],
13453
+ "id": "ci:config:get",
13454
+ "pluginAlias": "heroku",
13455
+ "pluginName": "heroku",
13456
+ "pluginType": "core",
13457
+ "strict": true,
13458
+ "enableJsonFlag": false,
13459
+ "promptFlagActive": true,
13460
+ "topic": "ci",
13461
+ "isESM": true,
13462
+ "relativePath": [
13463
+ "dist",
13464
+ "commands",
13465
+ "ci",
13466
+ "config",
13467
+ "get.js"
13468
+ ]
13469
+ },
13470
+ "ci:config": {
13471
+ "aliases": [],
13472
+ "args": {},
13473
+ "description": "display CI config vars",
13474
+ "examples": [
13475
+ " $ heroku ci:config --app murmuring-headland-14719 --json\n "
13476
+ ],
13477
+ "flags": {
13478
+ "prompt": {
13479
+ "description": "interactively prompt for command arguments and flags",
13480
+ "helpGroup": "GLOBAL",
13481
+ "name": "prompt",
13441
13482
  "allowNo": false,
13442
13483
  "type": "boolean"
13443
13484
  },
13444
- "filter": {
13445
- "description": "filter property by partial string matching, ex: name=foo",
13446
- "name": "filter",
13447
- "hasDynamicHelp": false,
13485
+ "app": {
13486
+ "char": "a",
13487
+ "description": "app to run command against",
13488
+ "name": "app",
13489
+ "hasDynamicHelp": true,
13448
13490
  "multiple": false,
13449
13491
  "type": "option"
13450
13492
  },
13451
13493
  "json": {
13452
- "char": "j",
13453
- "description": "show result formatted in json",
13494
+ "description": "output config vars in json format",
13454
13495
  "name": "json",
13455
13496
  "allowNo": false,
13456
13497
  "type": "boolean"
13457
13498
  },
13458
- "num": {
13459
- "char": "n",
13460
- "description": "number of maintenances to show (maximum is 20)",
13461
- "name": "num",
13462
- "default": "5",
13499
+ "pipeline": {
13500
+ "char": "p",
13501
+ "description": "name of pipeline",
13502
+ "name": "pipeline",
13463
13503
  "hasDynamicHelp": false,
13464
13504
  "multiple": false,
13465
13505
  "type": "option"
@@ -13472,37 +13512,38 @@
13472
13512
  "multiple": false,
13473
13513
  "type": "option"
13474
13514
  },
13475
- "sort": {
13476
- "description": "sort by property",
13477
- "name": "sort",
13478
- "hasDynamicHelp": false,
13479
- "multiple": false,
13480
- "type": "option"
13515
+ "shell": {
13516
+ "char": "s",
13517
+ "description": "output config vars in shell format",
13518
+ "name": "shell",
13519
+ "allowNo": false,
13520
+ "type": "boolean"
13481
13521
  }
13482
13522
  },
13483
13523
  "hasDynamicHelp": true,
13484
13524
  "hiddenAliases": [],
13485
- "id": "data:maintenances:history",
13525
+ "id": "ci:config",
13486
13526
  "pluginAlias": "heroku",
13487
13527
  "pluginName": "heroku",
13488
13528
  "pluginType": "core",
13489
13529
  "strict": true,
13530
+ "enableJsonFlag": false,
13531
+ "promptFlagActive": true,
13490
13532
  "isESM": true,
13491
13533
  "relativePath": [
13492
13534
  "dist",
13493
13535
  "commands",
13494
- "data",
13495
- "maintenances",
13496
- "history.js"
13536
+ "ci",
13537
+ "config",
13538
+ "index.js"
13497
13539
  ]
13498
13540
  },
13499
- "data:maintenances": {
13541
+ "ci:config:set": {
13500
13542
  "aliases": [],
13501
13543
  "args": {},
13502
- "description": "list maintenances for an app's data addons",
13544
+ "description": "set CI config vars",
13503
13545
  "examples": [
13504
- "$ heroku data:maintenances --app production-app",
13505
- "$ heroku data:maintenances --app production-app --json"
13546
+ " $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \nSetting test config vars... done\nRAILS_ENV: test"
13506
13547
  ],
13507
13548
  "flags": {
13508
13549
  "prompt": {
@@ -13514,48 +13555,20 @@
13514
13555
  },
13515
13556
  "app": {
13516
13557
  "char": "a",
13517
- "description": "app to list addon maintenances for",
13558
+ "description": "app to run command against",
13518
13559
  "name": "app",
13519
- "required": true,
13520
13560
  "hasDynamicHelp": true,
13521
13561
  "multiple": false,
13522
13562
  "type": "option"
13523
13563
  },
13524
- "columns": {
13525
- "description": "only show provided columns (comma-separated)",
13526
- "name": "columns",
13527
- "hasDynamicHelp": false,
13528
- "multiple": false,
13529
- "type": "option"
13530
- },
13531
- "csv": {
13532
- "char": "c",
13533
- "description": "output in csv format",
13534
- "name": "csv",
13535
- "allowNo": false,
13536
- "type": "boolean"
13537
- },
13538
- "extended": {
13539
- "char": "x",
13540
- "description": "show extra columns",
13541
- "name": "extended",
13542
- "allowNo": false,
13543
- "type": "boolean"
13544
- },
13545
- "filter": {
13546
- "description": "filter property by partial string matching, ex: name=foo",
13547
- "name": "filter",
13564
+ "pipeline": {
13565
+ "char": "p",
13566
+ "description": "name of pipeline",
13567
+ "name": "pipeline",
13548
13568
  "hasDynamicHelp": false,
13549
13569
  "multiple": false,
13550
13570
  "type": "option"
13551
13571
  },
13552
- "json": {
13553
- "char": "j",
13554
- "description": "output result in json",
13555
- "name": "json",
13556
- "allowNo": false,
13557
- "type": "boolean"
13558
- },
13559
13572
  "remote": {
13560
13573
  "char": "r",
13561
13574
  "description": "git remote of app to use",
@@ -13563,45 +13576,33 @@
13563
13576
  "hasDynamicHelp": false,
13564
13577
  "multiple": false,
13565
13578
  "type": "option"
13566
- },
13567
- "sort": {
13568
- "description": "sort by property",
13569
- "name": "sort",
13570
- "hasDynamicHelp": false,
13571
- "multiple": false,
13572
- "type": "option"
13573
13579
  }
13574
13580
  },
13575
13581
  "hasDynamicHelp": true,
13576
13582
  "hiddenAliases": [],
13577
- "id": "data:maintenances",
13583
+ "id": "ci:config:set",
13578
13584
  "pluginAlias": "heroku",
13579
13585
  "pluginName": "heroku",
13580
13586
  "pluginType": "core",
13581
- "strict": true,
13587
+ "strict": false,
13588
+ "enableJsonFlag": false,
13589
+ "promptFlagActive": true,
13590
+ "topic": "ci",
13582
13591
  "isESM": true,
13583
13592
  "relativePath": [
13584
13593
  "dist",
13585
13594
  "commands",
13586
- "data",
13587
- "maintenances",
13588
- "index.js"
13595
+ "ci",
13596
+ "config",
13597
+ "set.js"
13589
13598
  ]
13590
13599
  },
13591
- "data:maintenances:info": {
13600
+ "ci:config:unset": {
13592
13601
  "aliases": [],
13593
- "args": {
13594
- "addon": {
13595
- "description": "data addon to show maintenance for",
13596
- "name": "addon",
13597
- "required": true
13598
- }
13599
- },
13600
- "description": "display details of the most recent maintenance for an addon",
13602
+ "args": {},
13603
+ "description": "unset CI config vars",
13601
13604
  "examples": [
13602
- "$ heroku data:maintenances:info postgresql-sinuous-83720",
13603
- "$ heroku data:maintenances:info postgresql-sinuous-83720 --json",
13604
- "$ heroku data:maintenances:info DATABASE --app test-app"
13605
+ " $ heroku ci:config:unset RAILS_ENV "
13605
13606
  ],
13606
13607
  "flags": {
13607
13608
  "prompt": {
@@ -13613,18 +13614,19 @@
13613
13614
  },
13614
13615
  "app": {
13615
13616
  "char": "a",
13616
- "description": "app to list addon maintenances for",
13617
+ "description": "app to run command against",
13617
13618
  "name": "app",
13618
13619
  "hasDynamicHelp": true,
13619
13620
  "multiple": false,
13620
13621
  "type": "option"
13621
13622
  },
13622
- "json": {
13623
- "char": "j",
13624
- "description": "output result in json",
13625
- "name": "json",
13626
- "allowNo": false,
13627
- "type": "boolean"
13623
+ "pipeline": {
13624
+ "char": "p",
13625
+ "description": "name of pipeline",
13626
+ "name": "pipeline",
13627
+ "hasDynamicHelp": false,
13628
+ "multiple": false,
13629
+ "type": "option"
13628
13630
  },
13629
13631
  "remote": {
13630
13632
  "char": "r",
@@ -13637,35 +13639,38 @@
13637
13639
  },
13638
13640
  "hasDynamicHelp": true,
13639
13641
  "hiddenAliases": [],
13640
- "id": "data:maintenances:info",
13642
+ "id": "ci:config:unset",
13641
13643
  "pluginAlias": "heroku",
13642
13644
  "pluginName": "heroku",
13643
13645
  "pluginType": "core",
13644
- "strict": true,
13646
+ "strict": false,
13647
+ "enableJsonFlag": false,
13648
+ "promptFlagActive": true,
13649
+ "topic": "ci",
13645
13650
  "isESM": true,
13646
13651
  "relativePath": [
13647
13652
  "dist",
13648
13653
  "commands",
13649
- "data",
13650
- "maintenances",
13651
- "info.js"
13654
+ "ci",
13655
+ "config",
13656
+ "unset.js"
13652
13657
  ]
13653
13658
  },
13654
- "data:maintenances:run": {
13659
+ "data:maintenances:history": {
13655
13660
  "aliases": [],
13656
13661
  "args": {
13657
13662
  "addon": {
13658
- "description": "data addon to run maintenance on",
13663
+ "description": "data addon",
13659
13664
  "name": "addon",
13660
13665
  "required": true
13661
13666
  }
13662
13667
  },
13663
- "description": "triggers a scheduled maintenance for a data add-on",
13668
+ "description": "show details of the most recent maintenances for an addon",
13664
13669
  "examples": [
13665
- "$ heroku data:maintenances:run postgresql-sinuous-92834",
13666
- "$ heroku data:maintenances:run postgresql-sinuous-92834 --confirm production-app",
13667
- "$ heroku data:maintenances:run postgresql-sinuous-92834 --wait",
13668
- "$ heroku data:maintenances:run DATABASE --app production-app"
13670
+ "$ heroku data:maintenances:history postgresql-sinuous-92834",
13671
+ "$ heroku data:maintenances:history postgresql-sinuous-92834 --num 10",
13672
+ "$ heroku data:maintenances:history postgresql-sinuous-92834 --json",
13673
+ "$ heroku data:maintenances:history DATABASE --app production-app"
13669
13674
  ],
13670
13675
  "flags": {
13671
13676
  "prompt": {
@@ -13677,28 +13682,49 @@
13677
13682
  },
13678
13683
  "app": {
13679
13684
  "char": "a",
13680
- "description": "app to run addon maintenance for",
13685
+ "description": "app to run command against",
13681
13686
  "name": "app",
13682
13687
  "hasDynamicHelp": true,
13683
13688
  "multiple": false,
13684
13689
  "type": "option"
13685
13690
  },
13686
- "confirm": {
13691
+ "columns": {
13692
+ "description": "only show provided columns (comma-separated)",
13693
+ "name": "columns",
13694
+ "hasDynamicHelp": false,
13695
+ "multiple": false,
13696
+ "type": "option"
13697
+ },
13698
+ "csv": {
13687
13699
  "char": "c",
13688
- "description": "confirms running maintenance without entering application maintenance mode if the app name matches",
13689
- "name": "confirm",
13700
+ "description": "output in csv format",
13701
+ "name": "csv",
13702
+ "allowNo": false,
13703
+ "type": "boolean"
13704
+ },
13705
+ "filter": {
13706
+ "description": "filter property by partial string matching, ex: name=foo",
13707
+ "name": "filter",
13690
13708
  "hasDynamicHelp": false,
13691
13709
  "multiple": false,
13692
13710
  "type": "option"
13693
13711
  },
13694
- "force": {
13695
- "char": "f",
13696
- "description": "start maintenance without entering application maintenance mode",
13697
- "hidden": true,
13698
- "name": "force",
13712
+ "json": {
13713
+ "char": "j",
13714
+ "description": "show result formatted in json",
13715
+ "name": "json",
13699
13716
  "allowNo": false,
13700
13717
  "type": "boolean"
13701
13718
  },
13719
+ "num": {
13720
+ "char": "n",
13721
+ "description": "number of maintenances to show (maximum is 20)",
13722
+ "name": "num",
13723
+ "default": "5",
13724
+ "hasDynamicHelp": false,
13725
+ "multiple": false,
13726
+ "type": "option"
13727
+ },
13702
13728
  "remote": {
13703
13729
  "char": "r",
13704
13730
  "description": "git remote of app to use",
@@ -13707,17 +13733,17 @@
13707
13733
  "multiple": false,
13708
13734
  "type": "option"
13709
13735
  },
13710
- "wait": {
13711
- "char": "w",
13712
- "description": "wait for maintenance to complete before exiting",
13713
- "name": "wait",
13714
- "allowNo": false,
13715
- "type": "boolean"
13736
+ "sort": {
13737
+ "description": "sort by property",
13738
+ "name": "sort",
13739
+ "hasDynamicHelp": false,
13740
+ "multiple": false,
13741
+ "type": "option"
13716
13742
  }
13717
13743
  },
13718
13744
  "hasDynamicHelp": true,
13719
13745
  "hiddenAliases": [],
13720
- "id": "data:maintenances:run",
13746
+ "id": "data:maintenances:history",
13721
13747
  "pluginAlias": "heroku",
13722
13748
  "pluginName": "heroku",
13723
13749
  "pluginType": "core",
@@ -13728,25 +13754,16 @@
13728
13754
  "commands",
13729
13755
  "data",
13730
13756
  "maintenances",
13731
- "run.js"
13757
+ "history.js"
13732
13758
  ]
13733
13759
  },
13734
- "data:maintenances:schedule": {
13760
+ "data:maintenances": {
13735
13761
  "aliases": [],
13736
- "args": {
13737
- "addon": {
13738
- "description": "addon to schedule or re-schedule maintenance for",
13739
- "name": "addon",
13740
- "required": true
13741
- }
13742
- },
13743
- "description": "schedule or re-schedule maintenance for an add-on",
13762
+ "args": {},
13763
+ "description": "list maintenances for an app's data addons",
13744
13764
  "examples": [
13745
- "$ heroku data:maintenances:schedule postgresql-sinuous-83910",
13746
- "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --weeks 3",
13747
- "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --weeks -2",
13748
- "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --week 2020-02-23",
13749
- "$ heroku data:maintenances:schedule HEROKU_POSTGRESQL_RED --app test-app"
13765
+ "$ heroku data:maintenances --app production-app",
13766
+ "$ heroku data:maintenances --app production-app --json"
13750
13767
  ],
13751
13768
  "flags": {
13752
13769
  "prompt": {
@@ -13758,12 +13775,48 @@
13758
13775
  },
13759
13776
  "app": {
13760
13777
  "char": "a",
13761
- "description": "app to run command against",
13778
+ "description": "app to list addon maintenances for",
13762
13779
  "name": "app",
13780
+ "required": true,
13763
13781
  "hasDynamicHelp": true,
13764
13782
  "multiple": false,
13765
13783
  "type": "option"
13766
13784
  },
13785
+ "columns": {
13786
+ "description": "only show provided columns (comma-separated)",
13787
+ "name": "columns",
13788
+ "hasDynamicHelp": false,
13789
+ "multiple": false,
13790
+ "type": "option"
13791
+ },
13792
+ "csv": {
13793
+ "char": "c",
13794
+ "description": "output in csv format",
13795
+ "name": "csv",
13796
+ "allowNo": false,
13797
+ "type": "boolean"
13798
+ },
13799
+ "extended": {
13800
+ "char": "x",
13801
+ "description": "show extra columns",
13802
+ "name": "extended",
13803
+ "allowNo": false,
13804
+ "type": "boolean"
13805
+ },
13806
+ "filter": {
13807
+ "description": "filter property by partial string matching, ex: name=foo",
13808
+ "name": "filter",
13809
+ "hasDynamicHelp": false,
13810
+ "multiple": false,
13811
+ "type": "option"
13812
+ },
13813
+ "json": {
13814
+ "char": "j",
13815
+ "description": "output result in json",
13816
+ "name": "json",
13817
+ "allowNo": false,
13818
+ "type": "boolean"
13819
+ },
13767
13820
  "remote": {
13768
13821
  "char": "r",
13769
13822
  "description": "git remote of app to use",
@@ -13772,23 +13825,9 @@
13772
13825
  "multiple": false,
13773
13826
  "type": "option"
13774
13827
  },
13775
- "week": {
13776
- "description": "desired week to run maintenance in",
13777
- "exclusive": [
13778
- "weeks"
13779
- ],
13780
- "name": "week",
13781
- "hasDynamicHelp": false,
13782
- "multiple": false,
13783
- "type": "option"
13784
- },
13785
- "weeks": {
13786
- "description": "the number of weeks to delay maintenance for",
13787
- "exclusive": [
13788
- "week"
13789
- ],
13790
- "name": "weeks",
13791
- "default": "2",
13828
+ "sort": {
13829
+ "description": "sort by property",
13830
+ "name": "sort",
13792
13831
  "hasDynamicHelp": false,
13793
13832
  "multiple": false,
13794
13833
  "type": "option"
@@ -13796,7 +13835,7 @@
13796
13835
  },
13797
13836
  "hasDynamicHelp": true,
13798
13837
  "hiddenAliases": [],
13799
- "id": "data:maintenances:schedule",
13838
+ "id": "data:maintenances",
13800
13839
  "pluginAlias": "heroku",
13801
13840
  "pluginName": "heroku",
13802
13841
  "pluginType": "core",
@@ -13807,22 +13846,23 @@
13807
13846
  "commands",
13808
13847
  "data",
13809
13848
  "maintenances",
13810
- "schedule.js"
13849
+ "index.js"
13811
13850
  ]
13812
13851
  },
13813
- "data:maintenances:wait": {
13852
+ "data:maintenances:info": {
13814
13853
  "aliases": [],
13815
13854
  "args": {
13816
13855
  "addon": {
13817
- "description": "data addon",
13856
+ "description": "data addon to show maintenance for",
13818
13857
  "name": "addon",
13819
13858
  "required": true
13820
13859
  }
13821
13860
  },
13822
- "description": "blocks until the maintenance process has completed",
13861
+ "description": "display details of the most recent maintenance for an addon",
13823
13862
  "examples": [
13824
- "$ heroku data:maintenances:wait postgresql-sinuous-83720",
13825
- "$ heroku data:maintenances:wait DATABASE --app production-app"
13863
+ "$ heroku data:maintenances:info postgresql-sinuous-83720",
13864
+ "$ heroku data:maintenances:info postgresql-sinuous-83720 --json",
13865
+ "$ heroku data:maintenances:info DATABASE --app test-app"
13826
13866
  ],
13827
13867
  "flags": {
13828
13868
  "prompt": {
@@ -13834,12 +13874,19 @@
13834
13874
  },
13835
13875
  "app": {
13836
13876
  "char": "a",
13837
- "description": "app to run command against",
13877
+ "description": "app to list addon maintenances for",
13838
13878
  "name": "app",
13839
13879
  "hasDynamicHelp": true,
13840
13880
  "multiple": false,
13841
13881
  "type": "option"
13842
13882
  },
13883
+ "json": {
13884
+ "char": "j",
13885
+ "description": "output result in json",
13886
+ "name": "json",
13887
+ "allowNo": false,
13888
+ "type": "boolean"
13889
+ },
13843
13890
  "remote": {
13844
13891
  "char": "r",
13845
13892
  "description": "git remote of app to use",
@@ -13851,7 +13898,7 @@
13851
13898
  },
13852
13899
  "hasDynamicHelp": true,
13853
13900
  "hiddenAliases": [],
13854
- "id": "data:maintenances:wait",
13901
+ "id": "data:maintenances:info",
13855
13902
  "pluginAlias": "heroku",
13856
13903
  "pluginName": "heroku",
13857
13904
  "pluginType": "core",
@@ -13862,21 +13909,24 @@
13862
13909
  "commands",
13863
13910
  "data",
13864
13911
  "maintenances",
13865
- "wait.js"
13912
+ "info.js"
13866
13913
  ]
13867
13914
  },
13868
- "ci:config:get": {
13915
+ "data:maintenances:run": {
13869
13916
  "aliases": [],
13870
13917
  "args": {
13871
- "key": {
13872
- "description": "name of the config var key",
13873
- "name": "key",
13918
+ "addon": {
13919
+ "description": "data addon to run maintenance on",
13920
+ "name": "addon",
13874
13921
  "required": true
13875
13922
  }
13876
13923
  },
13877
- "description": "get a CI config var",
13924
+ "description": "triggers a scheduled maintenance for a data add-on",
13878
13925
  "examples": [
13879
- " $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test "
13926
+ "$ heroku data:maintenances:run postgresql-sinuous-92834",
13927
+ "$ heroku data:maintenances:run postgresql-sinuous-92834 --confirm production-app",
13928
+ "$ heroku data:maintenances:run postgresql-sinuous-92834 --wait",
13929
+ "$ heroku data:maintenances:run DATABASE --app production-app"
13880
13930
  ],
13881
13931
  "flags": {
13882
13932
  "prompt": {
@@ -13888,20 +13938,28 @@
13888
13938
  },
13889
13939
  "app": {
13890
13940
  "char": "a",
13891
- "description": "app to run command against",
13941
+ "description": "app to run addon maintenance for",
13892
13942
  "name": "app",
13893
13943
  "hasDynamicHelp": true,
13894
13944
  "multiple": false,
13895
13945
  "type": "option"
13896
13946
  },
13897
- "pipeline": {
13898
- "char": "p",
13899
- "description": "name of pipeline",
13900
- "name": "pipeline",
13947
+ "confirm": {
13948
+ "char": "c",
13949
+ "description": "confirms running maintenance without entering application maintenance mode if the app name matches",
13950
+ "name": "confirm",
13901
13951
  "hasDynamicHelp": false,
13902
13952
  "multiple": false,
13903
13953
  "type": "option"
13904
13954
  },
13955
+ "force": {
13956
+ "char": "f",
13957
+ "description": "start maintenance without entering application maintenance mode",
13958
+ "hidden": true,
13959
+ "name": "force",
13960
+ "allowNo": false,
13961
+ "type": "boolean"
13962
+ },
13905
13963
  "remote": {
13906
13964
  "char": "r",
13907
13965
  "description": "git remote of app to use",
@@ -13910,39 +13968,46 @@
13910
13968
  "multiple": false,
13911
13969
  "type": "option"
13912
13970
  },
13913
- "shell": {
13914
- "char": "s",
13915
- "description": "output config var in shell format",
13916
- "name": "shell",
13971
+ "wait": {
13972
+ "char": "w",
13973
+ "description": "wait for maintenance to complete before exiting",
13974
+ "name": "wait",
13917
13975
  "allowNo": false,
13918
13976
  "type": "boolean"
13919
13977
  }
13920
13978
  },
13921
13979
  "hasDynamicHelp": true,
13922
13980
  "hiddenAliases": [],
13923
- "id": "ci:config:get",
13981
+ "id": "data:maintenances:run",
13924
13982
  "pluginAlias": "heroku",
13925
13983
  "pluginName": "heroku",
13926
13984
  "pluginType": "core",
13927
13985
  "strict": true,
13928
- "enableJsonFlag": false,
13929
- "promptFlagActive": true,
13930
- "topic": "ci",
13931
13986
  "isESM": true,
13932
13987
  "relativePath": [
13933
13988
  "dist",
13934
13989
  "commands",
13935
- "ci",
13936
- "config",
13937
- "get.js"
13990
+ "data",
13991
+ "maintenances",
13992
+ "run.js"
13938
13993
  ]
13939
13994
  },
13940
- "ci:config": {
13995
+ "data:maintenances:schedule": {
13941
13996
  "aliases": [],
13942
- "args": {},
13943
- "description": "display CI config vars",
13997
+ "args": {
13998
+ "addon": {
13999
+ "description": "addon to schedule or re-schedule maintenance for",
14000
+ "name": "addon",
14001
+ "required": true
14002
+ }
14003
+ },
14004
+ "description": "schedule or re-schedule maintenance for an add-on",
13944
14005
  "examples": [
13945
- " $ heroku ci:config --app murmuring-headland-14719 --json\n "
14006
+ "$ heroku data:maintenances:schedule postgresql-sinuous-83910",
14007
+ "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --weeks 3",
14008
+ "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --weeks -2",
14009
+ "$ heroku data:maintenances:schedule postgresql-sinuous-83910 --week 2020-02-23",
14010
+ "$ heroku data:maintenances:schedule HEROKU_POSTGRESQL_RED --app test-app"
13946
14011
  ],
13947
14012
  "flags": {
13948
14013
  "prompt": {
@@ -13960,20 +14025,6 @@
13960
14025
  "multiple": false,
13961
14026
  "type": "option"
13962
14027
  },
13963
- "json": {
13964
- "description": "output config vars in json format",
13965
- "name": "json",
13966
- "allowNo": false,
13967
- "type": "boolean"
13968
- },
13969
- "pipeline": {
13970
- "char": "p",
13971
- "description": "name of pipeline",
13972
- "name": "pipeline",
13973
- "hasDynamicHelp": false,
13974
- "multiple": false,
13975
- "type": "option"
13976
- },
13977
14028
  "remote": {
13978
14029
  "char": "r",
13979
14030
  "description": "git remote of app to use",
@@ -13982,67 +14033,23 @@
13982
14033
  "multiple": false,
13983
14034
  "type": "option"
13984
14035
  },
13985
- "shell": {
13986
- "char": "s",
13987
- "description": "output config vars in shell format",
13988
- "name": "shell",
13989
- "allowNo": false,
13990
- "type": "boolean"
13991
- }
13992
- },
13993
- "hasDynamicHelp": true,
13994
- "hiddenAliases": [],
13995
- "id": "ci:config",
13996
- "pluginAlias": "heroku",
13997
- "pluginName": "heroku",
13998
- "pluginType": "core",
13999
- "strict": true,
14000
- "enableJsonFlag": false,
14001
- "promptFlagActive": true,
14002
- "isESM": true,
14003
- "relativePath": [
14004
- "dist",
14005
- "commands",
14006
- "ci",
14007
- "config",
14008
- "index.js"
14009
- ]
14010
- },
14011
- "ci:config:set": {
14012
- "aliases": [],
14013
- "args": {},
14014
- "description": "set CI config vars",
14015
- "examples": [
14016
- " $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \nSetting test config vars... done\nRAILS_ENV: test"
14017
- ],
14018
- "flags": {
14019
- "prompt": {
14020
- "description": "interactively prompt for command arguments and flags",
14021
- "helpGroup": "GLOBAL",
14022
- "name": "prompt",
14023
- "allowNo": false,
14024
- "type": "boolean"
14025
- },
14026
- "app": {
14027
- "char": "a",
14028
- "description": "app to run command against",
14029
- "name": "app",
14030
- "hasDynamicHelp": true,
14031
- "multiple": false,
14032
- "type": "option"
14033
- },
14034
- "pipeline": {
14035
- "char": "p",
14036
- "description": "name of pipeline",
14037
- "name": "pipeline",
14036
+ "week": {
14037
+ "description": "desired week to run maintenance in",
14038
+ "exclusive": [
14039
+ "weeks"
14040
+ ],
14041
+ "name": "week",
14038
14042
  "hasDynamicHelp": false,
14039
14043
  "multiple": false,
14040
14044
  "type": "option"
14041
14045
  },
14042
- "remote": {
14043
- "char": "r",
14044
- "description": "git remote of app to use",
14045
- "name": "remote",
14046
+ "weeks": {
14047
+ "description": "the number of weeks to delay maintenance for",
14048
+ "exclusive": [
14049
+ "week"
14050
+ ],
14051
+ "name": "weeks",
14052
+ "default": "2",
14046
14053
  "hasDynamicHelp": false,
14047
14054
  "multiple": false,
14048
14055
  "type": "option"
@@ -14050,29 +14057,33 @@
14050
14057
  },
14051
14058
  "hasDynamicHelp": true,
14052
14059
  "hiddenAliases": [],
14053
- "id": "ci:config:set",
14060
+ "id": "data:maintenances:schedule",
14054
14061
  "pluginAlias": "heroku",
14055
14062
  "pluginName": "heroku",
14056
14063
  "pluginType": "core",
14057
- "strict": false,
14058
- "enableJsonFlag": false,
14059
- "promptFlagActive": true,
14060
- "topic": "ci",
14064
+ "strict": true,
14061
14065
  "isESM": true,
14062
14066
  "relativePath": [
14063
14067
  "dist",
14064
14068
  "commands",
14065
- "ci",
14066
- "config",
14067
- "set.js"
14069
+ "data",
14070
+ "maintenances",
14071
+ "schedule.js"
14068
14072
  ]
14069
14073
  },
14070
- "ci:config:unset": {
14074
+ "data:maintenances:wait": {
14071
14075
  "aliases": [],
14072
- "args": {},
14073
- "description": "unset CI config vars",
14076
+ "args": {
14077
+ "addon": {
14078
+ "description": "data addon",
14079
+ "name": "addon",
14080
+ "required": true
14081
+ }
14082
+ },
14083
+ "description": "blocks until the maintenance process has completed",
14074
14084
  "examples": [
14075
- " $ heroku ci:config:unset RAILS_ENV "
14085
+ "$ heroku data:maintenances:wait postgresql-sinuous-83720",
14086
+ "$ heroku data:maintenances:wait DATABASE --app production-app"
14076
14087
  ],
14077
14088
  "flags": {
14078
14089
  "prompt": {
@@ -14090,14 +14101,6 @@
14090
14101
  "multiple": false,
14091
14102
  "type": "option"
14092
14103
  },
14093
- "pipeline": {
14094
- "char": "p",
14095
- "description": "name of pipeline",
14096
- "name": "pipeline",
14097
- "hasDynamicHelp": false,
14098
- "multiple": false,
14099
- "type": "option"
14100
- },
14101
14104
  "remote": {
14102
14105
  "char": "r",
14103
14106
  "description": "git remote of app to use",
@@ -14109,21 +14112,18 @@
14109
14112
  },
14110
14113
  "hasDynamicHelp": true,
14111
14114
  "hiddenAliases": [],
14112
- "id": "ci:config:unset",
14115
+ "id": "data:maintenances:wait",
14113
14116
  "pluginAlias": "heroku",
14114
14117
  "pluginName": "heroku",
14115
14118
  "pluginType": "core",
14116
- "strict": false,
14117
- "enableJsonFlag": false,
14118
- "promptFlagActive": true,
14119
- "topic": "ci",
14119
+ "strict": true,
14120
14120
  "isESM": true,
14121
14121
  "relativePath": [
14122
14122
  "dist",
14123
14123
  "commands",
14124
- "ci",
14125
- "config",
14126
- "unset.js"
14124
+ "data",
14125
+ "maintenances",
14126
+ "wait.js"
14127
14127
  ]
14128
14128
  },
14129
14129
  "data:pg:create": {
@@ -19715,5 +19715,5 @@
19715
19715
  ]
19716
19716
  }
19717
19717
  },
19718
- "version": "11.3.1-beta.1"
19718
+ "version": "11.4.0"
19719
19719
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "11.3.1-beta.1",
4
+ "version": "11.4.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run.js",
7
7
  "bugs": "https://github.com/heroku/cli/issues",