heroku 11.0.0-alpha.14 → 11.0.0-alpha.16
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/npm-shrinkwrap.json +1 -1
- package/oclif.manifest.json +344 -344
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -20856,7 +20856,7 @@
|
|
|
20856
20856
|
},
|
|
20857
20857
|
"packages/cli": {
|
|
20858
20858
|
"name": "heroku",
|
|
20859
|
-
"version": "11.0.0-alpha.
|
|
20859
|
+
"version": "11.0.0-alpha.16",
|
|
20860
20860
|
"license": "ISC",
|
|
20861
20861
|
"dependencies": {
|
|
20862
20862
|
"@heroku-cli/command": "^12.1.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -9742,44 +9742,6 @@
|
|
|
9742
9742
|
"update.js"
|
|
9743
9743
|
]
|
|
9744
9744
|
},
|
|
9745
|
-
"usage:addons": {
|
|
9746
|
-
"aliases": [],
|
|
9747
|
-
"args": {},
|
|
9748
|
-
"description": "list usage for metered add-ons attached to an app or apps within a team",
|
|
9749
|
-
"flags": {
|
|
9750
|
-
"app": {
|
|
9751
|
-
"char": "a",
|
|
9752
|
-
"description": "app to list metered add-ons usage for",
|
|
9753
|
-
"name": "app",
|
|
9754
|
-
"hasDynamicHelp": false,
|
|
9755
|
-
"multiple": false,
|
|
9756
|
-
"type": "option"
|
|
9757
|
-
},
|
|
9758
|
-
"team": {
|
|
9759
|
-
"char": "t",
|
|
9760
|
-
"description": "team to list metered add-ons usage for",
|
|
9761
|
-
"name": "team",
|
|
9762
|
-
"hasDynamicHelp": false,
|
|
9763
|
-
"multiple": false,
|
|
9764
|
-
"type": "option"
|
|
9765
|
-
}
|
|
9766
|
-
},
|
|
9767
|
-
"hasDynamicHelp": false,
|
|
9768
|
-
"hiddenAliases": [],
|
|
9769
|
-
"id": "usage:addons",
|
|
9770
|
-
"pluginAlias": "heroku",
|
|
9771
|
-
"pluginName": "heroku",
|
|
9772
|
-
"pluginType": "core",
|
|
9773
|
-
"strict": true,
|
|
9774
|
-
"topic": "usage",
|
|
9775
|
-
"isESM": true,
|
|
9776
|
-
"relativePath": [
|
|
9777
|
-
"lib",
|
|
9778
|
-
"commands",
|
|
9779
|
-
"usage",
|
|
9780
|
-
"addons.js"
|
|
9781
|
-
]
|
|
9782
|
-
},
|
|
9783
9745
|
"webhooks:add": {
|
|
9784
9746
|
"aliases": [],
|
|
9785
9747
|
"args": {},
|
|
@@ -10239,6 +10201,44 @@
|
|
|
10239
10201
|
"remove.js"
|
|
10240
10202
|
]
|
|
10241
10203
|
},
|
|
10204
|
+
"usage:addons": {
|
|
10205
|
+
"aliases": [],
|
|
10206
|
+
"args": {},
|
|
10207
|
+
"description": "list usage for metered add-ons attached to an app or apps within a team",
|
|
10208
|
+
"flags": {
|
|
10209
|
+
"app": {
|
|
10210
|
+
"char": "a",
|
|
10211
|
+
"description": "app to list metered add-ons usage for",
|
|
10212
|
+
"name": "app",
|
|
10213
|
+
"hasDynamicHelp": false,
|
|
10214
|
+
"multiple": false,
|
|
10215
|
+
"type": "option"
|
|
10216
|
+
},
|
|
10217
|
+
"team": {
|
|
10218
|
+
"char": "t",
|
|
10219
|
+
"description": "team to list metered add-ons usage for",
|
|
10220
|
+
"name": "team",
|
|
10221
|
+
"hasDynamicHelp": false,
|
|
10222
|
+
"multiple": false,
|
|
10223
|
+
"type": "option"
|
|
10224
|
+
}
|
|
10225
|
+
},
|
|
10226
|
+
"hasDynamicHelp": false,
|
|
10227
|
+
"hiddenAliases": [],
|
|
10228
|
+
"id": "usage:addons",
|
|
10229
|
+
"pluginAlias": "heroku",
|
|
10230
|
+
"pluginName": "heroku",
|
|
10231
|
+
"pluginType": "core",
|
|
10232
|
+
"strict": true,
|
|
10233
|
+
"topic": "usage",
|
|
10234
|
+
"isESM": true,
|
|
10235
|
+
"relativePath": [
|
|
10236
|
+
"lib",
|
|
10237
|
+
"commands",
|
|
10238
|
+
"usage",
|
|
10239
|
+
"addons.js"
|
|
10240
|
+
]
|
|
10241
|
+
},
|
|
10242
10242
|
"apps:stacks": {
|
|
10243
10243
|
"aliases": [],
|
|
10244
10244
|
"args": {},
|
|
@@ -10560,32 +10560,21 @@
|
|
|
10560
10560
|
"refresh.js"
|
|
10561
10561
|
]
|
|
10562
10562
|
},
|
|
10563
|
-
"
|
|
10563
|
+
"pg:backups:cancel": {
|
|
10564
10564
|
"aliases": [],
|
|
10565
10565
|
"args": {
|
|
10566
|
-
"
|
|
10567
|
-
"description": "
|
|
10568
|
-
"name": "
|
|
10569
|
-
"required": true
|
|
10566
|
+
"backup_id": {
|
|
10567
|
+
"description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
|
|
10568
|
+
"name": "backup_id"
|
|
10570
10569
|
}
|
|
10571
10570
|
},
|
|
10572
|
-
"description": "
|
|
10573
|
-
"examples": [
|
|
10574
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
|
|
10575
|
-
],
|
|
10571
|
+
"description": "cancel an in-progress backup or restore (default newest)",
|
|
10576
10572
|
"flags": {
|
|
10577
10573
|
"app": {
|
|
10578
10574
|
"char": "a",
|
|
10579
10575
|
"description": "app to run command against",
|
|
10580
10576
|
"name": "app",
|
|
10581
|
-
"
|
|
10582
|
-
"multiple": false,
|
|
10583
|
-
"type": "option"
|
|
10584
|
-
},
|
|
10585
|
-
"pipeline": {
|
|
10586
|
-
"char": "p",
|
|
10587
|
-
"description": "name of pipeline",
|
|
10588
|
-
"name": "pipeline",
|
|
10577
|
+
"required": true,
|
|
10589
10578
|
"hasDynamicHelp": false,
|
|
10590
10579
|
"multiple": false,
|
|
10591
10580
|
"type": "option"
|
|
@@ -10597,58 +10586,40 @@
|
|
|
10597
10586
|
"hasDynamicHelp": false,
|
|
10598
10587
|
"multiple": false,
|
|
10599
10588
|
"type": "option"
|
|
10600
|
-
},
|
|
10601
|
-
"shell": {
|
|
10602
|
-
"char": "s",
|
|
10603
|
-
"description": "output config var in shell format",
|
|
10604
|
-
"name": "shell",
|
|
10605
|
-
"allowNo": false,
|
|
10606
|
-
"type": "boolean"
|
|
10607
10589
|
}
|
|
10608
10590
|
},
|
|
10609
10591
|
"hasDynamicHelp": false,
|
|
10610
10592
|
"hiddenAliases": [],
|
|
10611
|
-
"id": "
|
|
10593
|
+
"id": "pg:backups:cancel",
|
|
10612
10594
|
"pluginAlias": "heroku",
|
|
10613
10595
|
"pluginName": "heroku",
|
|
10614
10596
|
"pluginType": "core",
|
|
10615
10597
|
"strict": true,
|
|
10616
|
-
"topic": "
|
|
10598
|
+
"topic": "pg",
|
|
10617
10599
|
"isESM": true,
|
|
10618
10600
|
"relativePath": [
|
|
10619
10601
|
"lib",
|
|
10620
10602
|
"commands",
|
|
10621
|
-
"
|
|
10622
|
-
"
|
|
10623
|
-
"
|
|
10603
|
+
"pg",
|
|
10604
|
+
"backups",
|
|
10605
|
+
"cancel.js"
|
|
10624
10606
|
]
|
|
10625
10607
|
},
|
|
10626
|
-
"
|
|
10608
|
+
"pg:backups:capture": {
|
|
10627
10609
|
"aliases": [],
|
|
10628
|
-
"args": {
|
|
10629
|
-
|
|
10630
|
-
|
|
10631
|
-
|
|
10632
|
-
|
|
10610
|
+
"args": {
|
|
10611
|
+
"database": {
|
|
10612
|
+
"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.",
|
|
10613
|
+
"name": "database"
|
|
10614
|
+
}
|
|
10615
|
+
},
|
|
10616
|
+
"description": "capture a new backup",
|
|
10633
10617
|
"flags": {
|
|
10634
10618
|
"app": {
|
|
10635
10619
|
"char": "a",
|
|
10636
10620
|
"description": "app to run command against",
|
|
10637
10621
|
"name": "app",
|
|
10638
|
-
"
|
|
10639
|
-
"multiple": false,
|
|
10640
|
-
"type": "option"
|
|
10641
|
-
},
|
|
10642
|
-
"json": {
|
|
10643
|
-
"description": "output config vars in json format",
|
|
10644
|
-
"name": "json",
|
|
10645
|
-
"allowNo": false,
|
|
10646
|
-
"type": "boolean"
|
|
10647
|
-
},
|
|
10648
|
-
"pipeline": {
|
|
10649
|
-
"char": "p",
|
|
10650
|
-
"description": "name of pipeline",
|
|
10651
|
-
"name": "pipeline",
|
|
10622
|
+
"required": true,
|
|
10652
10623
|
"hasDynamicHelp": false,
|
|
10653
10624
|
"multiple": false,
|
|
10654
10625
|
"type": "option"
|
|
@@ -10661,50 +10632,63 @@
|
|
|
10661
10632
|
"multiple": false,
|
|
10662
10633
|
"type": "option"
|
|
10663
10634
|
},
|
|
10664
|
-
"
|
|
10665
|
-
"char": "
|
|
10666
|
-
"
|
|
10667
|
-
"name": "shell",
|
|
10635
|
+
"verbose": {
|
|
10636
|
+
"char": "v",
|
|
10637
|
+
"name": "verbose",
|
|
10668
10638
|
"allowNo": false,
|
|
10669
10639
|
"type": "boolean"
|
|
10640
|
+
},
|
|
10641
|
+
"wait-interval": {
|
|
10642
|
+
"name": "wait-interval",
|
|
10643
|
+
"hasDynamicHelp": false,
|
|
10644
|
+
"multiple": false,
|
|
10645
|
+
"type": "option"
|
|
10670
10646
|
}
|
|
10671
10647
|
},
|
|
10672
10648
|
"hasDynamicHelp": false,
|
|
10673
10649
|
"hiddenAliases": [],
|
|
10674
|
-
"id": "
|
|
10650
|
+
"id": "pg:backups:capture",
|
|
10675
10651
|
"pluginAlias": "heroku",
|
|
10676
10652
|
"pluginName": "heroku",
|
|
10677
10653
|
"pluginType": "core",
|
|
10678
10654
|
"strict": true,
|
|
10655
|
+
"topic": "pg",
|
|
10679
10656
|
"isESM": true,
|
|
10680
10657
|
"relativePath": [
|
|
10681
10658
|
"lib",
|
|
10682
10659
|
"commands",
|
|
10683
|
-
"
|
|
10684
|
-
"
|
|
10685
|
-
"
|
|
10660
|
+
"pg",
|
|
10661
|
+
"backups",
|
|
10662
|
+
"capture.js"
|
|
10686
10663
|
]
|
|
10687
10664
|
},
|
|
10688
|
-
"
|
|
10665
|
+
"pg:backups:delete": {
|
|
10689
10666
|
"aliases": [],
|
|
10690
|
-
"args": {
|
|
10691
|
-
|
|
10667
|
+
"args": {
|
|
10668
|
+
"backup_id": {
|
|
10669
|
+
"description": "ID of the backup",
|
|
10670
|
+
"name": "backup_id",
|
|
10671
|
+
"required": true
|
|
10672
|
+
}
|
|
10673
|
+
},
|
|
10674
|
+
"description": "delete a backup",
|
|
10692
10675
|
"examples": [
|
|
10693
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
10676
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pg:backup:delete --app APP_ID BACKUP_ID \u001b[22m\u001b[39m\u001b[49m"
|
|
10694
10677
|
],
|
|
10695
10678
|
"flags": {
|
|
10696
10679
|
"app": {
|
|
10697
10680
|
"char": "a",
|
|
10698
10681
|
"description": "app to run command against",
|
|
10699
10682
|
"name": "app",
|
|
10683
|
+
"required": true,
|
|
10700
10684
|
"hasDynamicHelp": false,
|
|
10701
10685
|
"multiple": false,
|
|
10702
10686
|
"type": "option"
|
|
10703
10687
|
},
|
|
10704
|
-
"
|
|
10705
|
-
"char": "
|
|
10706
|
-
"
|
|
10707
|
-
"name": "
|
|
10688
|
+
"confirm": {
|
|
10689
|
+
"char": "c",
|
|
10690
|
+
"hidden": true,
|
|
10691
|
+
"name": "confirm",
|
|
10708
10692
|
"hasDynamicHelp": false,
|
|
10709
10693
|
"multiple": false,
|
|
10710
10694
|
"type": "option"
|
|
@@ -10720,41 +10704,44 @@
|
|
|
10720
10704
|
},
|
|
10721
10705
|
"hasDynamicHelp": false,
|
|
10722
10706
|
"hiddenAliases": [],
|
|
10723
|
-
"id": "
|
|
10707
|
+
"id": "pg:backups:delete",
|
|
10724
10708
|
"pluginAlias": "heroku",
|
|
10725
10709
|
"pluginName": "heroku",
|
|
10726
10710
|
"pluginType": "core",
|
|
10727
|
-
"strict":
|
|
10728
|
-
"topic": "
|
|
10711
|
+
"strict": true,
|
|
10712
|
+
"topic": "pg",
|
|
10729
10713
|
"isESM": true,
|
|
10730
10714
|
"relativePath": [
|
|
10731
10715
|
"lib",
|
|
10732
10716
|
"commands",
|
|
10733
|
-
"
|
|
10734
|
-
"
|
|
10735
|
-
"
|
|
10717
|
+
"pg",
|
|
10718
|
+
"backups",
|
|
10719
|
+
"delete.js"
|
|
10736
10720
|
]
|
|
10737
10721
|
},
|
|
10738
|
-
"
|
|
10722
|
+
"pg:backups:download": {
|
|
10739
10723
|
"aliases": [],
|
|
10740
|
-
"args": {
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
|
|
10724
|
+
"args": {
|
|
10725
|
+
"backup_id": {
|
|
10726
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
10727
|
+
"name": "backup_id"
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
"description": "downloads database backup",
|
|
10745
10731
|
"flags": {
|
|
10746
10732
|
"app": {
|
|
10747
10733
|
"char": "a",
|
|
10748
10734
|
"description": "app to run command against",
|
|
10749
10735
|
"name": "app",
|
|
10736
|
+
"required": true,
|
|
10750
10737
|
"hasDynamicHelp": false,
|
|
10751
10738
|
"multiple": false,
|
|
10752
10739
|
"type": "option"
|
|
10753
10740
|
},
|
|
10754
|
-
"
|
|
10755
|
-
"char": "
|
|
10756
|
-
"description": "
|
|
10757
|
-
"name": "
|
|
10741
|
+
"output": {
|
|
10742
|
+
"char": "o",
|
|
10743
|
+
"description": "location to download to. Defaults to latest.dump",
|
|
10744
|
+
"name": "output",
|
|
10758
10745
|
"hasDynamicHelp": false,
|
|
10759
10746
|
"multiple": false,
|
|
10760
10747
|
"type": "option"
|
|
@@ -10770,30 +10757,25 @@
|
|
|
10770
10757
|
},
|
|
10771
10758
|
"hasDynamicHelp": false,
|
|
10772
10759
|
"hiddenAliases": [],
|
|
10773
|
-
"id": "
|
|
10760
|
+
"id": "pg:backups:download",
|
|
10774
10761
|
"pluginAlias": "heroku",
|
|
10775
10762
|
"pluginName": "heroku",
|
|
10776
10763
|
"pluginType": "core",
|
|
10777
|
-
"strict":
|
|
10778
|
-
"topic": "
|
|
10764
|
+
"strict": true,
|
|
10765
|
+
"topic": "pg",
|
|
10779
10766
|
"isESM": true,
|
|
10780
10767
|
"relativePath": [
|
|
10781
10768
|
"lib",
|
|
10782
10769
|
"commands",
|
|
10783
|
-
"
|
|
10784
|
-
"
|
|
10785
|
-
"
|
|
10770
|
+
"pg",
|
|
10771
|
+
"backups",
|
|
10772
|
+
"download.js"
|
|
10786
10773
|
]
|
|
10787
10774
|
},
|
|
10788
|
-
"pg:backups
|
|
10775
|
+
"pg:backups": {
|
|
10789
10776
|
"aliases": [],
|
|
10790
|
-
"args": {
|
|
10791
|
-
|
|
10792
|
-
"description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
|
|
10793
|
-
"name": "backup_id"
|
|
10794
|
-
}
|
|
10795
|
-
},
|
|
10796
|
-
"description": "cancel an in-progress backup or restore (default newest)",
|
|
10777
|
+
"args": {},
|
|
10778
|
+
"description": "list database backups",
|
|
10797
10779
|
"flags": {
|
|
10798
10780
|
"app": {
|
|
10799
10781
|
"char": "a",
|
|
@@ -10804,216 +10786,9 @@
|
|
|
10804
10786
|
"multiple": false,
|
|
10805
10787
|
"type": "option"
|
|
10806
10788
|
},
|
|
10807
|
-
"
|
|
10808
|
-
"
|
|
10809
|
-
"
|
|
10810
|
-
"name": "remote",
|
|
10811
|
-
"hasDynamicHelp": false,
|
|
10812
|
-
"multiple": false,
|
|
10813
|
-
"type": "option"
|
|
10814
|
-
}
|
|
10815
|
-
},
|
|
10816
|
-
"hasDynamicHelp": false,
|
|
10817
|
-
"hiddenAliases": [],
|
|
10818
|
-
"id": "pg:backups:cancel",
|
|
10819
|
-
"pluginAlias": "heroku",
|
|
10820
|
-
"pluginName": "heroku",
|
|
10821
|
-
"pluginType": "core",
|
|
10822
|
-
"strict": true,
|
|
10823
|
-
"topic": "pg",
|
|
10824
|
-
"isESM": true,
|
|
10825
|
-
"relativePath": [
|
|
10826
|
-
"lib",
|
|
10827
|
-
"commands",
|
|
10828
|
-
"pg",
|
|
10829
|
-
"backups",
|
|
10830
|
-
"cancel.js"
|
|
10831
|
-
]
|
|
10832
|
-
},
|
|
10833
|
-
"pg:backups:capture": {
|
|
10834
|
-
"aliases": [],
|
|
10835
|
-
"args": {
|
|
10836
|
-
"database": {
|
|
10837
|
-
"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.",
|
|
10838
|
-
"name": "database"
|
|
10839
|
-
}
|
|
10840
|
-
},
|
|
10841
|
-
"description": "capture a new backup",
|
|
10842
|
-
"flags": {
|
|
10843
|
-
"app": {
|
|
10844
|
-
"char": "a",
|
|
10845
|
-
"description": "app to run command against",
|
|
10846
|
-
"name": "app",
|
|
10847
|
-
"required": true,
|
|
10848
|
-
"hasDynamicHelp": false,
|
|
10849
|
-
"multiple": false,
|
|
10850
|
-
"type": "option"
|
|
10851
|
-
},
|
|
10852
|
-
"remote": {
|
|
10853
|
-
"char": "r",
|
|
10854
|
-
"description": "git remote of app to use",
|
|
10855
|
-
"name": "remote",
|
|
10856
|
-
"hasDynamicHelp": false,
|
|
10857
|
-
"multiple": false,
|
|
10858
|
-
"type": "option"
|
|
10859
|
-
},
|
|
10860
|
-
"verbose": {
|
|
10861
|
-
"char": "v",
|
|
10862
|
-
"name": "verbose",
|
|
10863
|
-
"allowNo": false,
|
|
10864
|
-
"type": "boolean"
|
|
10865
|
-
},
|
|
10866
|
-
"wait-interval": {
|
|
10867
|
-
"name": "wait-interval",
|
|
10868
|
-
"hasDynamicHelp": false,
|
|
10869
|
-
"multiple": false,
|
|
10870
|
-
"type": "option"
|
|
10871
|
-
}
|
|
10872
|
-
},
|
|
10873
|
-
"hasDynamicHelp": false,
|
|
10874
|
-
"hiddenAliases": [],
|
|
10875
|
-
"id": "pg:backups:capture",
|
|
10876
|
-
"pluginAlias": "heroku",
|
|
10877
|
-
"pluginName": "heroku",
|
|
10878
|
-
"pluginType": "core",
|
|
10879
|
-
"strict": true,
|
|
10880
|
-
"topic": "pg",
|
|
10881
|
-
"isESM": true,
|
|
10882
|
-
"relativePath": [
|
|
10883
|
-
"lib",
|
|
10884
|
-
"commands",
|
|
10885
|
-
"pg",
|
|
10886
|
-
"backups",
|
|
10887
|
-
"capture.js"
|
|
10888
|
-
]
|
|
10889
|
-
},
|
|
10890
|
-
"pg:backups:delete": {
|
|
10891
|
-
"aliases": [],
|
|
10892
|
-
"args": {
|
|
10893
|
-
"backup_id": {
|
|
10894
|
-
"description": "ID of the backup",
|
|
10895
|
-
"name": "backup_id",
|
|
10896
|
-
"required": true
|
|
10897
|
-
}
|
|
10898
|
-
},
|
|
10899
|
-
"description": "delete a backup",
|
|
10900
|
-
"examples": [
|
|
10901
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pg:backup:delete --app APP_ID BACKUP_ID \u001b[22m\u001b[39m\u001b[49m"
|
|
10902
|
-
],
|
|
10903
|
-
"flags": {
|
|
10904
|
-
"app": {
|
|
10905
|
-
"char": "a",
|
|
10906
|
-
"description": "app to run command against",
|
|
10907
|
-
"name": "app",
|
|
10908
|
-
"required": true,
|
|
10909
|
-
"hasDynamicHelp": false,
|
|
10910
|
-
"multiple": false,
|
|
10911
|
-
"type": "option"
|
|
10912
|
-
},
|
|
10913
|
-
"confirm": {
|
|
10914
|
-
"char": "c",
|
|
10915
|
-
"hidden": true,
|
|
10916
|
-
"name": "confirm",
|
|
10917
|
-
"hasDynamicHelp": false,
|
|
10918
|
-
"multiple": false,
|
|
10919
|
-
"type": "option"
|
|
10920
|
-
},
|
|
10921
|
-
"remote": {
|
|
10922
|
-
"char": "r",
|
|
10923
|
-
"description": "git remote of app to use",
|
|
10924
|
-
"name": "remote",
|
|
10925
|
-
"hasDynamicHelp": false,
|
|
10926
|
-
"multiple": false,
|
|
10927
|
-
"type": "option"
|
|
10928
|
-
}
|
|
10929
|
-
},
|
|
10930
|
-
"hasDynamicHelp": false,
|
|
10931
|
-
"hiddenAliases": [],
|
|
10932
|
-
"id": "pg:backups:delete",
|
|
10933
|
-
"pluginAlias": "heroku",
|
|
10934
|
-
"pluginName": "heroku",
|
|
10935
|
-
"pluginType": "core",
|
|
10936
|
-
"strict": true,
|
|
10937
|
-
"topic": "pg",
|
|
10938
|
-
"isESM": true,
|
|
10939
|
-
"relativePath": [
|
|
10940
|
-
"lib",
|
|
10941
|
-
"commands",
|
|
10942
|
-
"pg",
|
|
10943
|
-
"backups",
|
|
10944
|
-
"delete.js"
|
|
10945
|
-
]
|
|
10946
|
-
},
|
|
10947
|
-
"pg:backups:download": {
|
|
10948
|
-
"aliases": [],
|
|
10949
|
-
"args": {
|
|
10950
|
-
"backup_id": {
|
|
10951
|
-
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
10952
|
-
"name": "backup_id"
|
|
10953
|
-
}
|
|
10954
|
-
},
|
|
10955
|
-
"description": "downloads database backup",
|
|
10956
|
-
"flags": {
|
|
10957
|
-
"app": {
|
|
10958
|
-
"char": "a",
|
|
10959
|
-
"description": "app to run command against",
|
|
10960
|
-
"name": "app",
|
|
10961
|
-
"required": true,
|
|
10962
|
-
"hasDynamicHelp": false,
|
|
10963
|
-
"multiple": false,
|
|
10964
|
-
"type": "option"
|
|
10965
|
-
},
|
|
10966
|
-
"output": {
|
|
10967
|
-
"char": "o",
|
|
10968
|
-
"description": "location to download to. Defaults to latest.dump",
|
|
10969
|
-
"name": "output",
|
|
10970
|
-
"hasDynamicHelp": false,
|
|
10971
|
-
"multiple": false,
|
|
10972
|
-
"type": "option"
|
|
10973
|
-
},
|
|
10974
|
-
"remote": {
|
|
10975
|
-
"char": "r",
|
|
10976
|
-
"description": "git remote of app to use",
|
|
10977
|
-
"name": "remote",
|
|
10978
|
-
"hasDynamicHelp": false,
|
|
10979
|
-
"multiple": false,
|
|
10980
|
-
"type": "option"
|
|
10981
|
-
}
|
|
10982
|
-
},
|
|
10983
|
-
"hasDynamicHelp": false,
|
|
10984
|
-
"hiddenAliases": [],
|
|
10985
|
-
"id": "pg:backups:download",
|
|
10986
|
-
"pluginAlias": "heroku",
|
|
10987
|
-
"pluginName": "heroku",
|
|
10988
|
-
"pluginType": "core",
|
|
10989
|
-
"strict": true,
|
|
10990
|
-
"topic": "pg",
|
|
10991
|
-
"isESM": true,
|
|
10992
|
-
"relativePath": [
|
|
10993
|
-
"lib",
|
|
10994
|
-
"commands",
|
|
10995
|
-
"pg",
|
|
10996
|
-
"backups",
|
|
10997
|
-
"download.js"
|
|
10998
|
-
]
|
|
10999
|
-
},
|
|
11000
|
-
"pg:backups": {
|
|
11001
|
-
"aliases": [],
|
|
11002
|
-
"args": {},
|
|
11003
|
-
"description": "list database backups",
|
|
11004
|
-
"flags": {
|
|
11005
|
-
"app": {
|
|
11006
|
-
"char": "a",
|
|
11007
|
-
"description": "app to run command against",
|
|
11008
|
-
"name": "app",
|
|
11009
|
-
"required": true,
|
|
11010
|
-
"hasDynamicHelp": false,
|
|
11011
|
-
"multiple": false,
|
|
11012
|
-
"type": "option"
|
|
11013
|
-
},
|
|
11014
|
-
"at": {
|
|
11015
|
-
"hidden": true,
|
|
11016
|
-
"name": "at",
|
|
10789
|
+
"at": {
|
|
10790
|
+
"hidden": true,
|
|
10791
|
+
"name": "at",
|
|
11017
10792
|
"hasDynamicHelp": false,
|
|
11018
10793
|
"multiple": false,
|
|
11019
10794
|
"type": "option"
|
|
@@ -11449,6 +11224,231 @@
|
|
|
11449
11224
|
"attach.js"
|
|
11450
11225
|
]
|
|
11451
11226
|
},
|
|
11227
|
+
"ci:config:get": {
|
|
11228
|
+
"aliases": [],
|
|
11229
|
+
"args": {
|
|
11230
|
+
"key": {
|
|
11231
|
+
"description": "name of the config var key",
|
|
11232
|
+
"name": "key",
|
|
11233
|
+
"required": true
|
|
11234
|
+
}
|
|
11235
|
+
},
|
|
11236
|
+
"description": "get a CI config var",
|
|
11237
|
+
"examples": [
|
|
11238
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
|
|
11239
|
+
],
|
|
11240
|
+
"flags": {
|
|
11241
|
+
"app": {
|
|
11242
|
+
"char": "a",
|
|
11243
|
+
"description": "app to run command against",
|
|
11244
|
+
"name": "app",
|
|
11245
|
+
"hasDynamicHelp": false,
|
|
11246
|
+
"multiple": false,
|
|
11247
|
+
"type": "option"
|
|
11248
|
+
},
|
|
11249
|
+
"pipeline": {
|
|
11250
|
+
"char": "p",
|
|
11251
|
+
"description": "name of pipeline",
|
|
11252
|
+
"name": "pipeline",
|
|
11253
|
+
"hasDynamicHelp": false,
|
|
11254
|
+
"multiple": false,
|
|
11255
|
+
"type": "option"
|
|
11256
|
+
},
|
|
11257
|
+
"remote": {
|
|
11258
|
+
"char": "r",
|
|
11259
|
+
"description": "git remote of app to use",
|
|
11260
|
+
"name": "remote",
|
|
11261
|
+
"hasDynamicHelp": false,
|
|
11262
|
+
"multiple": false,
|
|
11263
|
+
"type": "option"
|
|
11264
|
+
},
|
|
11265
|
+
"shell": {
|
|
11266
|
+
"char": "s",
|
|
11267
|
+
"description": "output config var in shell format",
|
|
11268
|
+
"name": "shell",
|
|
11269
|
+
"allowNo": false,
|
|
11270
|
+
"type": "boolean"
|
|
11271
|
+
}
|
|
11272
|
+
},
|
|
11273
|
+
"hasDynamicHelp": false,
|
|
11274
|
+
"hiddenAliases": [],
|
|
11275
|
+
"id": "ci:config:get",
|
|
11276
|
+
"pluginAlias": "heroku",
|
|
11277
|
+
"pluginName": "heroku",
|
|
11278
|
+
"pluginType": "core",
|
|
11279
|
+
"strict": true,
|
|
11280
|
+
"topic": "ci",
|
|
11281
|
+
"isESM": true,
|
|
11282
|
+
"relativePath": [
|
|
11283
|
+
"lib",
|
|
11284
|
+
"commands",
|
|
11285
|
+
"ci",
|
|
11286
|
+
"config",
|
|
11287
|
+
"get.js"
|
|
11288
|
+
]
|
|
11289
|
+
},
|
|
11290
|
+
"ci:config": {
|
|
11291
|
+
"aliases": [],
|
|
11292
|
+
"args": {},
|
|
11293
|
+
"description": "display CI config vars",
|
|
11294
|
+
"examples": [
|
|
11295
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config --app murmuring-headland-14719 --json\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
|
|
11296
|
+
],
|
|
11297
|
+
"flags": {
|
|
11298
|
+
"app": {
|
|
11299
|
+
"char": "a",
|
|
11300
|
+
"description": "app to run command against",
|
|
11301
|
+
"name": "app",
|
|
11302
|
+
"hasDynamicHelp": false,
|
|
11303
|
+
"multiple": false,
|
|
11304
|
+
"type": "option"
|
|
11305
|
+
},
|
|
11306
|
+
"json": {
|
|
11307
|
+
"description": "output config vars in json format",
|
|
11308
|
+
"name": "json",
|
|
11309
|
+
"allowNo": false,
|
|
11310
|
+
"type": "boolean"
|
|
11311
|
+
},
|
|
11312
|
+
"pipeline": {
|
|
11313
|
+
"char": "p",
|
|
11314
|
+
"description": "name of pipeline",
|
|
11315
|
+
"name": "pipeline",
|
|
11316
|
+
"hasDynamicHelp": false,
|
|
11317
|
+
"multiple": false,
|
|
11318
|
+
"type": "option"
|
|
11319
|
+
},
|
|
11320
|
+
"remote": {
|
|
11321
|
+
"char": "r",
|
|
11322
|
+
"description": "git remote of app to use",
|
|
11323
|
+
"name": "remote",
|
|
11324
|
+
"hasDynamicHelp": false,
|
|
11325
|
+
"multiple": false,
|
|
11326
|
+
"type": "option"
|
|
11327
|
+
},
|
|
11328
|
+
"shell": {
|
|
11329
|
+
"char": "s",
|
|
11330
|
+
"description": "output config vars in shell format",
|
|
11331
|
+
"name": "shell",
|
|
11332
|
+
"allowNo": false,
|
|
11333
|
+
"type": "boolean"
|
|
11334
|
+
}
|
|
11335
|
+
},
|
|
11336
|
+
"hasDynamicHelp": false,
|
|
11337
|
+
"hiddenAliases": [],
|
|
11338
|
+
"id": "ci:config",
|
|
11339
|
+
"pluginAlias": "heroku",
|
|
11340
|
+
"pluginName": "heroku",
|
|
11341
|
+
"pluginType": "core",
|
|
11342
|
+
"strict": true,
|
|
11343
|
+
"isESM": true,
|
|
11344
|
+
"relativePath": [
|
|
11345
|
+
"lib",
|
|
11346
|
+
"commands",
|
|
11347
|
+
"ci",
|
|
11348
|
+
"config",
|
|
11349
|
+
"index.js"
|
|
11350
|
+
]
|
|
11351
|
+
},
|
|
11352
|
+
"ci:config:set": {
|
|
11353
|
+
"aliases": [],
|
|
11354
|
+
"args": {},
|
|
11355
|
+
"description": "set CI config vars",
|
|
11356
|
+
"examples": [
|
|
11357
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \u001b[22m\u001b[39m\u001b[49m\nSetting test config vars... done\nRAILS_ENV: test"
|
|
11358
|
+
],
|
|
11359
|
+
"flags": {
|
|
11360
|
+
"app": {
|
|
11361
|
+
"char": "a",
|
|
11362
|
+
"description": "app to run command against",
|
|
11363
|
+
"name": "app",
|
|
11364
|
+
"hasDynamicHelp": false,
|
|
11365
|
+
"multiple": false,
|
|
11366
|
+
"type": "option"
|
|
11367
|
+
},
|
|
11368
|
+
"pipeline": {
|
|
11369
|
+
"char": "p",
|
|
11370
|
+
"description": "name of pipeline",
|
|
11371
|
+
"name": "pipeline",
|
|
11372
|
+
"hasDynamicHelp": false,
|
|
11373
|
+
"multiple": false,
|
|
11374
|
+
"type": "option"
|
|
11375
|
+
},
|
|
11376
|
+
"remote": {
|
|
11377
|
+
"char": "r",
|
|
11378
|
+
"description": "git remote of app to use",
|
|
11379
|
+
"name": "remote",
|
|
11380
|
+
"hasDynamicHelp": false,
|
|
11381
|
+
"multiple": false,
|
|
11382
|
+
"type": "option"
|
|
11383
|
+
}
|
|
11384
|
+
},
|
|
11385
|
+
"hasDynamicHelp": false,
|
|
11386
|
+
"hiddenAliases": [],
|
|
11387
|
+
"id": "ci:config:set",
|
|
11388
|
+
"pluginAlias": "heroku",
|
|
11389
|
+
"pluginName": "heroku",
|
|
11390
|
+
"pluginType": "core",
|
|
11391
|
+
"strict": false,
|
|
11392
|
+
"topic": "ci",
|
|
11393
|
+
"isESM": true,
|
|
11394
|
+
"relativePath": [
|
|
11395
|
+
"lib",
|
|
11396
|
+
"commands",
|
|
11397
|
+
"ci",
|
|
11398
|
+
"config",
|
|
11399
|
+
"set.js"
|
|
11400
|
+
]
|
|
11401
|
+
},
|
|
11402
|
+
"ci:config:unset": {
|
|
11403
|
+
"aliases": [],
|
|
11404
|
+
"args": {},
|
|
11405
|
+
"description": "unset CI config vars",
|
|
11406
|
+
"examples": [
|
|
11407
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:unset RAILS_ENV \u001b[22m\u001b[39m\u001b[49m"
|
|
11408
|
+
],
|
|
11409
|
+
"flags": {
|
|
11410
|
+
"app": {
|
|
11411
|
+
"char": "a",
|
|
11412
|
+
"description": "app to run command against",
|
|
11413
|
+
"name": "app",
|
|
11414
|
+
"hasDynamicHelp": false,
|
|
11415
|
+
"multiple": false,
|
|
11416
|
+
"type": "option"
|
|
11417
|
+
},
|
|
11418
|
+
"pipeline": {
|
|
11419
|
+
"char": "p",
|
|
11420
|
+
"description": "name of pipeline",
|
|
11421
|
+
"name": "pipeline",
|
|
11422
|
+
"hasDynamicHelp": false,
|
|
11423
|
+
"multiple": false,
|
|
11424
|
+
"type": "option"
|
|
11425
|
+
},
|
|
11426
|
+
"remote": {
|
|
11427
|
+
"char": "r",
|
|
11428
|
+
"description": "git remote of app to use",
|
|
11429
|
+
"name": "remote",
|
|
11430
|
+
"hasDynamicHelp": false,
|
|
11431
|
+
"multiple": false,
|
|
11432
|
+
"type": "option"
|
|
11433
|
+
}
|
|
11434
|
+
},
|
|
11435
|
+
"hasDynamicHelp": false,
|
|
11436
|
+
"hiddenAliases": [],
|
|
11437
|
+
"id": "ci:config:unset",
|
|
11438
|
+
"pluginAlias": "heroku",
|
|
11439
|
+
"pluginName": "heroku",
|
|
11440
|
+
"pluginType": "core",
|
|
11441
|
+
"strict": false,
|
|
11442
|
+
"topic": "ci",
|
|
11443
|
+
"isESM": true,
|
|
11444
|
+
"relativePath": [
|
|
11445
|
+
"lib",
|
|
11446
|
+
"commands",
|
|
11447
|
+
"ci",
|
|
11448
|
+
"config",
|
|
11449
|
+
"unset.js"
|
|
11450
|
+
]
|
|
11451
|
+
},
|
|
11452
11452
|
"pg:credentials:create": {
|
|
11453
11453
|
"aliases": [],
|
|
11454
11454
|
"args": {
|
|
@@ -14194,5 +14194,5 @@
|
|
|
14194
14194
|
]
|
|
14195
14195
|
}
|
|
14196
14196
|
},
|
|
14197
|
-
"version": "11.0.0-alpha.
|
|
14197
|
+
"version": "11.0.0-alpha.16"
|
|
14198
14198
|
}
|
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.0.0-alpha.
|
|
4
|
+
"version": "11.0.0-alpha.16",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -176,5 +176,5 @@
|
|
|
176
176
|
},
|
|
177
177
|
"type": "module",
|
|
178
178
|
"types": "lib/index.d.ts",
|
|
179
|
-
"gitHead": "
|
|
179
|
+
"gitHead": "9219155b22612a69185327c8bab2332f2309aa12"
|
|
180
180
|
}
|