heroku 9.3.3-beta.0 → 9.4.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.
Files changed (138) hide show
  1. package/lib/commands/access/add.js +1 -1
  2. package/lib/commands/access/index.js +2 -1
  3. package/lib/commands/access/update.js +1 -1
  4. package/lib/commands/addons/attach.js +1 -1
  5. package/lib/commands/addons/create.js +1 -1
  6. package/lib/commands/addons/destroy.js +1 -1
  7. package/lib/commands/addons/detach.js +1 -1
  8. package/lib/commands/addons/docs.js +1 -1
  9. package/lib/commands/addons/info.js +1 -1
  10. package/lib/commands/addons/open.js +1 -1
  11. package/lib/commands/addons/plans.js +1 -1
  12. package/lib/commands/addons/rename.js +2 -2
  13. package/lib/commands/addons/upgrade.js +2 -2
  14. package/lib/commands/addons/wait.js +1 -1
  15. package/lib/commands/apps/open.js +1 -1
  16. package/lib/commands/apps/rename.js +1 -1
  17. package/lib/commands/apps/stacks/set.js +1 -1
  18. package/lib/commands/authorizations/info.js +1 -1
  19. package/lib/commands/authorizations/revoke.js +1 -1
  20. package/lib/commands/authorizations/rotate.js +1 -1
  21. package/lib/commands/authorizations/update.js +1 -1
  22. package/lib/commands/certs/add.js +2 -2
  23. package/lib/commands/certs/generate.js +1 -1
  24. package/lib/commands/certs/update.js +2 -2
  25. package/lib/commands/ci/config/get.js +1 -1
  26. package/lib/commands/ci/info.js +1 -1
  27. package/lib/commands/ci/rerun.js +1 -1
  28. package/lib/commands/clients/create.js +2 -2
  29. package/lib/commands/clients/destroy.js +1 -1
  30. package/lib/commands/clients/info.js +1 -1
  31. package/lib/commands/clients/rotate.js +1 -1
  32. package/lib/commands/clients/update.js +1 -1
  33. package/lib/commands/config/get.js +1 -1
  34. package/lib/commands/domains/add.js +1 -1
  35. package/lib/commands/domains/info.js +1 -1
  36. package/lib/commands/domains/remove.js +1 -1
  37. package/lib/commands/domains/update.js +1 -1
  38. package/lib/commands/domains/wait.js +1 -1
  39. package/lib/commands/drains/add.js +1 -1
  40. package/lib/commands/drains/remove.js +1 -1
  41. package/lib/commands/features/disable.js +1 -1
  42. package/lib/commands/features/enable.js +1 -1
  43. package/lib/commands/features/info.js +1 -1
  44. package/lib/commands/git/credentials.js +1 -1
  45. package/lib/commands/keys/add.js +1 -1
  46. package/lib/commands/keys/remove.js +1 -1
  47. package/lib/commands/labs/disable.js +1 -1
  48. package/lib/commands/labs/enable.js +1 -1
  49. package/lib/commands/labs/info.js +1 -1
  50. package/lib/commands/local/index.js +1 -1
  51. package/lib/commands/members/add.js +1 -1
  52. package/lib/commands/pg/backups/cancel.js +1 -1
  53. package/lib/commands/pg/backups/capture.js +2 -1
  54. package/lib/commands/pg/backups/delete.js +1 -1
  55. package/lib/commands/pg/backups/download.js +1 -1
  56. package/lib/commands/pg/backups/info.js +1 -1
  57. package/lib/commands/pg/backups/restore.d.ts +1 -0
  58. package/lib/commands/pg/backups/restore.js +29 -2
  59. package/lib/commands/pg/backups/schedule.js +2 -1
  60. package/lib/commands/pg/backups/unschedule.js +2 -1
  61. package/lib/commands/pg/backups/url.js +1 -1
  62. package/lib/commands/pg/bloat.js +2 -1
  63. package/lib/commands/pg/blocking.js +2 -1
  64. package/lib/commands/pg/connection-pooling/attach.js +2 -1
  65. package/lib/commands/pg/copy.js +2 -2
  66. package/lib/commands/pg/credentials/create.js +2 -1
  67. package/lib/commands/pg/credentials/destroy.js +2 -1
  68. package/lib/commands/pg/credentials/repair-default.js +2 -1
  69. package/lib/commands/pg/credentials/rotate.js +2 -1
  70. package/lib/commands/pg/credentials/url.js +2 -1
  71. package/lib/commands/pg/credentials.js +2 -1
  72. package/lib/commands/pg/diagnose.js +1 -1
  73. package/lib/commands/pg/info.js +2 -1
  74. package/lib/commands/pg/kill.js +3 -2
  75. package/lib/commands/pg/killall.js +2 -1
  76. package/lib/commands/pg/links/create.js +3 -2
  77. package/lib/commands/pg/links/destroy.js +3 -2
  78. package/lib/commands/pg/links/index.js +2 -1
  79. package/lib/commands/pg/locks.js +2 -1
  80. package/lib/commands/pg/maintenance/index.js +2 -1
  81. package/lib/commands/pg/maintenance/run.js +2 -1
  82. package/lib/commands/pg/maintenance/window.js +3 -2
  83. package/lib/commands/pg/outliers.js +2 -1
  84. package/lib/commands/pg/promote.js +2 -1
  85. package/lib/commands/pg/ps.js +2 -1
  86. package/lib/commands/pg/psql.js +2 -1
  87. package/lib/commands/pg/pull.js +3 -2
  88. package/lib/commands/pg/push.js +4 -3
  89. package/lib/commands/pg/reset.js +2 -1
  90. package/lib/commands/pg/settings/auto-explain/log-analyze.js +3 -2
  91. package/lib/commands/pg/settings/auto-explain/log-buffers.js +3 -2
  92. package/lib/commands/pg/settings/auto-explain/log-format.js +3 -2
  93. package/lib/commands/pg/settings/auto-explain/log-min-duration.js +3 -2
  94. package/lib/commands/pg/settings/auto-explain/log-nested-statements.js +3 -2
  95. package/lib/commands/pg/settings/auto-explain/log-triggers.js +3 -2
  96. package/lib/commands/pg/settings/auto-explain/log-verbose.js +3 -2
  97. package/lib/commands/pg/settings/auto-explain.js +3 -2
  98. package/lib/commands/pg/settings/explain-data-connector-details.js +3 -2
  99. package/lib/commands/pg/settings/index.js +2 -1
  100. package/lib/commands/pg/settings/log-connections.js +3 -2
  101. package/lib/commands/pg/settings/log-lock-waits.js +3 -2
  102. package/lib/commands/pg/settings/log-min-duration-statement.js +3 -2
  103. package/lib/commands/pg/settings/log-min-error-statement.js +2 -1
  104. package/lib/commands/pg/settings/log-statement.js +3 -2
  105. package/lib/commands/pg/settings/track-functions.js +3 -2
  106. package/lib/commands/pg/unfollow.js +2 -1
  107. package/lib/commands/pg/upgrade.js +2 -1
  108. package/lib/commands/pg/vacuum-stats.js +2 -1
  109. package/lib/commands/pg/wait.js +2 -1
  110. package/lib/commands/ps/restart.js +1 -1
  111. package/lib/commands/ps/stop.js +1 -1
  112. package/lib/commands/redis/cli.js +1 -1
  113. package/lib/commands/redis/credentials.js +1 -1
  114. package/lib/commands/redis/info.js +1 -1
  115. package/lib/commands/redis/keyspace-notifications.js +1 -1
  116. package/lib/commands/redis/maintenance.js +1 -1
  117. package/lib/commands/redis/maxmemory.js +1 -1
  118. package/lib/commands/redis/promote.js +1 -1
  119. package/lib/commands/redis/stats-reset.js +1 -1
  120. package/lib/commands/redis/timeout.js +1 -1
  121. package/lib/commands/redis/upgrade.js +1 -1
  122. package/lib/commands/redis/wait.js +1 -1
  123. package/lib/commands/releases/info.js +1 -1
  124. package/lib/commands/releases/output.js +1 -1
  125. package/lib/commands/releases/rollback.js +1 -1
  126. package/lib/commands/sessions/destroy.js +1 -1
  127. package/lib/commands/spaces/drains/set.js +1 -1
  128. package/lib/commands/spaces/trusted-ips/add.js +1 -1
  129. package/lib/commands/spaces/trusted-ips/remove.js +1 -1
  130. package/lib/commands/webhooks/deliveries/info.js +1 -1
  131. package/lib/commands/webhooks/events/info.js +1 -1
  132. package/lib/commands/webhooks/info.js +1 -1
  133. package/lib/commands/webhooks/update.js +1 -1
  134. package/lib/nls.d.ts +8 -0
  135. package/lib/nls.js +14 -0
  136. package/lib/package.nls.json +6 -0
  137. package/oclif.manifest.json +167 -1
  138. package/package.json +2 -2
@@ -298,6 +298,7 @@
298
298
  "aliases": [],
299
299
  "args": {
300
300
  "email": {
301
+ "description": "email address of the team member",
301
302
  "name": "email",
302
303
  "required": true
303
304
  }
@@ -439,6 +440,7 @@
439
440
  "aliases": [],
440
441
  "args": {
441
442
  "email": {
443
+ "description": "email address of the team member",
442
444
  "name": "email",
443
445
  "required": true
444
446
  }
@@ -492,6 +494,7 @@
492
494
  "aliases": [],
493
495
  "args": {
494
496
  "addon_name": {
497
+ "description": "unique identifier or globally unique name of the add-on",
495
498
  "name": "addon_name",
496
499
  "required": true
497
500
  }
@@ -557,6 +560,7 @@
557
560
  "aliases": [],
558
561
  "args": {
559
562
  "service:plan": {
563
+ "description": "unique identifier or unique name of the add-on service plan",
560
564
  "name": "service:plan",
561
565
  "required": true
562
566
  }
@@ -632,6 +636,7 @@
632
636
  "aliases": [],
633
637
  "args": {
634
638
  "addonName": {
639
+ "description": "unique identifier or globally unique name of the add-on",
635
640
  "name": "addonName",
636
641
  "required": true
637
642
  }
@@ -700,6 +705,7 @@
700
705
  "aliases": [],
701
706
  "args": {
702
707
  "attachment_name": {
708
+ "description": "unique identifier of the add-on attachment",
703
709
  "name": "attachment_name",
704
710
  "required": true
705
711
  }
@@ -744,6 +750,7 @@
744
750
  "aliases": [],
745
751
  "args": {
746
752
  "addon": {
753
+ "description": "unique identifier or globally unique name of the add-on",
747
754
  "name": "addon",
748
755
  "required": true
749
756
  }
@@ -849,6 +856,7 @@
849
856
  "aliases": [],
850
857
  "args": {
851
858
  "addon": {
859
+ "description": "unique identifier or globally unique name of the add-on",
852
860
  "name": "addon",
853
861
  "required": true
854
862
  }
@@ -893,6 +901,7 @@
893
901
  "aliases": [],
894
902
  "args": {
895
903
  "addon": {
904
+ "description": "unique identifier or globally unique name of the add-on",
896
905
  "name": "addon",
897
906
  "required": true
898
907
  }
@@ -942,6 +951,7 @@
942
951
  "aliases": [],
943
952
  "args": {
944
953
  "service": {
954
+ "description": "unique identifier or globally unique name of the add-on",
945
955
  "name": "service",
946
956
  "required": true
947
957
  }
@@ -975,10 +985,12 @@
975
985
  "aliases": [],
976
986
  "args": {
977
987
  "addon_name": {
988
+ "description": "unique identifier or globally unique name of the add-on",
978
989
  "name": "addon_name",
979
990
  "required": true
980
991
  },
981
992
  "new_name": {
993
+ "description": "new globally unique name of the add-on",
982
994
  "name": "new_name",
983
995
  "required": true
984
996
  }
@@ -1035,10 +1047,12 @@
1035
1047
  ],
1036
1048
  "args": {
1037
1049
  "addon": {
1050
+ "description": "unique identifier or globally unique name of the add-on",
1038
1051
  "name": "addon",
1039
1052
  "required": true
1040
1053
  },
1041
1054
  "plan": {
1055
+ "description": "unique identifier or name of the plan",
1042
1056
  "name": "plan"
1043
1057
  }
1044
1058
  },
@@ -1084,6 +1098,7 @@
1084
1098
  "aliases": [],
1085
1099
  "args": {
1086
1100
  "addon": {
1101
+ "description": "unique identifier or globally unique name of the add-on",
1087
1102
  "name": "addon"
1088
1103
  }
1089
1104
  },
@@ -1660,6 +1675,7 @@
1660
1675
  "aliases": [],
1661
1676
  "args": {
1662
1677
  "path": {
1678
+ "description": "base URL path of app",
1663
1679
  "name": "path",
1664
1680
  "required": false
1665
1681
  }
@@ -1710,6 +1726,7 @@
1710
1726
  "aliases": [],
1711
1727
  "args": {
1712
1728
  "newname": {
1729
+ "description": "new unique name of the app",
1713
1730
  "name": "newname",
1714
1731
  "required": true
1715
1732
  }
@@ -2089,6 +2106,7 @@
2089
2106
  "aliases": [],
2090
2107
  "args": {
2091
2108
  "id": {
2109
+ "description": "ID of the authorization",
2092
2110
  "name": "id",
2093
2111
  "required": true
2094
2112
  }
@@ -2125,6 +2143,7 @@
2125
2143
  ],
2126
2144
  "args": {
2127
2145
  "id": {
2146
+ "description": "ID of the authorization",
2128
2147
  "name": "id",
2129
2148
  "required": true
2130
2149
  }
@@ -2153,6 +2172,7 @@
2153
2172
  "aliases": [],
2154
2173
  "args": {
2155
2174
  "id": {
2175
+ "description": "ID of the authorization",
2156
2176
  "name": "id",
2157
2177
  "required": true
2158
2178
  }
@@ -2178,6 +2198,7 @@
2178
2198
  "aliases": [],
2179
2199
  "args": {
2180
2200
  "id": {
2201
+ "description": "ID of the authorization",
2181
2202
  "name": "id",
2182
2203
  "required": true
2183
2204
  }
@@ -2719,10 +2740,12 @@
2719
2740
  "aliases": [],
2720
2741
  "args": {
2721
2742
  "CRT": {
2743
+ "description": "absolute path of the certificate file on disk",
2722
2744
  "name": "CRT",
2723
2745
  "required": true
2724
2746
  },
2725
2747
  "KEY": {
2748
+ "description": "absolute path of the key file on disk",
2726
2749
  "name": "KEY",
2727
2750
  "required": true
2728
2751
  }
@@ -2770,6 +2793,7 @@
2770
2793
  "aliases": [],
2771
2794
  "args": {
2772
2795
  "domain": {
2796
+ "description": "domain name to generate",
2773
2797
  "name": "domain",
2774
2798
  "required": true
2775
2799
  }
@@ -3029,10 +3053,12 @@
3029
3053
  "aliases": [],
3030
3054
  "args": {
3031
3055
  "CRT": {
3056
+ "description": "absolute path of the certificate file on disk",
3032
3057
  "name": "CRT",
3033
3058
  "required": true
3034
3059
  },
3035
3060
  "KEY": {
3061
+ "description": "absolute path of the key file on disk",
3036
3062
  "name": "KEY",
3037
3063
  "required": true
3038
3064
  }
@@ -3215,6 +3241,7 @@
3215
3241
  "aliases": [],
3216
3242
  "args": {
3217
3243
  "test-run": {
3244
+ "description": "auto-incremented test run number",
3218
3245
  "name": "test-run",
3219
3246
  "required": true
3220
3247
  }
@@ -3416,6 +3443,7 @@
3416
3443
  "aliases": [],
3417
3444
  "args": {
3418
3445
  "number": {
3446
+ "description": "auto-incremented test run number",
3419
3447
  "name": "number",
3420
3448
  "required": false
3421
3449
  }
@@ -3519,10 +3547,12 @@
3519
3547
  "aliases": [],
3520
3548
  "args": {
3521
3549
  "name": {
3550
+ "description": "name of the OAuth client",
3522
3551
  "name": "name",
3523
3552
  "required": true
3524
3553
  },
3525
3554
  "redirect_uri": {
3555
+ "description": "redirect URL of the OAuth client",
3526
3556
  "name": "redirect_uri",
3527
3557
  "required": true
3528
3558
  }
@@ -3566,6 +3596,7 @@
3566
3596
  "aliases": [],
3567
3597
  "args": {
3568
3598
  "id": {
3599
+ "description": "ID of the OAuth client",
3569
3600
  "name": "id",
3570
3601
  "required": true
3571
3602
  }
@@ -3619,6 +3650,7 @@
3619
3650
  "aliases": [],
3620
3651
  "args": {
3621
3652
  "id": {
3653
+ "description": "ID of the OAuth client",
3622
3654
  "name": "id",
3623
3655
  "required": true
3624
3656
  }
@@ -3662,6 +3694,7 @@
3662
3694
  "aliases": [],
3663
3695
  "args": {
3664
3696
  "id": {
3697
+ "description": "ID of the OAuth client",
3665
3698
  "name": "id",
3666
3699
  "required": true
3667
3700
  }
@@ -3702,6 +3735,7 @@
3702
3735
  "aliases": [],
3703
3736
  "args": {
3704
3737
  "id": {
3738
+ "description": "ID of the OAuth client",
3705
3739
  "name": "id",
3706
3740
  "required": true
3707
3741
  }
@@ -3795,6 +3829,7 @@
3795
3829
  "aliases": [],
3796
3830
  "args": {
3797
3831
  "KEY": {
3832
+ "description": "key name of the config var value",
3798
3833
  "name": "KEY",
3799
3834
  "required": true
3800
3835
  }
@@ -4333,6 +4368,7 @@
4333
4368
  "aliases": [],
4334
4369
  "args": {
4335
4370
  "hostname": {
4371
+ "description": "unique identifier of the domain or full hostname",
4336
4372
  "name": "hostname",
4337
4373
  "required": true
4338
4374
  }
@@ -4578,6 +4614,7 @@
4578
4614
  "aliases": [],
4579
4615
  "args": {
4580
4616
  "hostname": {
4617
+ "description": "unique identifier of the domain or full hostname",
4581
4618
  "name": "hostname",
4582
4619
  "required": true
4583
4620
  }
@@ -4631,6 +4668,7 @@
4631
4668
  "aliases": [],
4632
4669
  "args": {
4633
4670
  "hostname": {
4671
+ "description": "unique identifier of the domain or full hostname",
4634
4672
  "name": "hostname",
4635
4673
  "required": true
4636
4674
  }
@@ -4684,6 +4722,7 @@
4684
4722
  "aliases": [],
4685
4723
  "args": {
4686
4724
  "hostname": {
4725
+ "description": "unique identifier of the domain or full hostname",
4687
4726
  "name": "hostname",
4688
4727
  "required": true
4689
4728
  }
@@ -4745,6 +4784,7 @@
4745
4784
  "aliases": [],
4746
4785
  "args": {
4747
4786
  "hostname": {
4787
+ "description": "unique identifier of the domain or full hostname",
4748
4788
  "name": "hostname"
4749
4789
  }
4750
4790
  },
@@ -4794,6 +4834,7 @@
4794
4834
  "aliases": [],
4795
4835
  "args": {
4796
4836
  "url": {
4837
+ "description": "URL of the log drain",
4797
4838
  "name": "url",
4798
4839
  "required": true
4799
4840
  }
@@ -4888,6 +4929,7 @@
4888
4929
  "aliases": [],
4889
4930
  "args": {
4890
4931
  "url": {
4932
+ "description": "URL of the log drain",
4891
4933
  "name": "url",
4892
4934
  "required": true
4893
4935
  }
@@ -4933,6 +4975,7 @@
4933
4975
  "aliases": [],
4934
4976
  "args": {
4935
4977
  "feature": {
4978
+ "description": "unique identifier or name of the app feature",
4936
4979
  "name": "feature",
4937
4980
  "required": true
4938
4981
  }
@@ -4976,6 +5019,7 @@
4976
5019
  "aliases": [],
4977
5020
  "args": {
4978
5021
  "feature": {
5022
+ "description": "unique identifier or name of the app feature",
4979
5023
  "name": "feature",
4980
5024
  "required": true
4981
5025
  }
@@ -5063,6 +5107,7 @@
5063
5107
  "aliases": [],
5064
5108
  "args": {
5065
5109
  "feature": {
5110
+ "description": "unique identifier or name of the app feature",
5066
5111
  "name": "feature",
5067
5112
  "required": true
5068
5113
  }
@@ -5158,6 +5203,7 @@
5158
5203
  "aliases": [],
5159
5204
  "args": {
5160
5205
  "command": {
5206
+ "description": "command name of the git credentials",
5161
5207
  "name": "command",
5162
5208
  "required": true
5163
5209
  }
@@ -5223,6 +5269,7 @@
5223
5269
  "aliases": [],
5224
5270
  "args": {
5225
5271
  "key": {
5272
+ "description": "absolute path to the key located on disk. If omitted, we use the default rsa key.",
5226
5273
  "name": "key"
5227
5274
  }
5228
5275
  },
@@ -5318,6 +5365,7 @@
5318
5365
  "aliases": [],
5319
5366
  "args": {
5320
5367
  "key": {
5368
+ "description": "email address of the user",
5321
5369
  "name": "key",
5322
5370
  "required": true
5323
5371
  }
@@ -5345,6 +5393,7 @@
5345
5393
  "aliases": [],
5346
5394
  "args": {
5347
5395
  "feature": {
5396
+ "description": "unique identifier or name of the account feature",
5348
5397
  "name": "feature",
5349
5398
  "required": true
5350
5399
  }
@@ -5394,6 +5443,7 @@
5394
5443
  "aliases": [],
5395
5444
  "args": {
5396
5445
  "feature": {
5446
+ "description": "unique identifier or name of the account feature",
5397
5447
  "name": "feature",
5398
5448
  "required": true
5399
5449
  }
@@ -5484,6 +5534,7 @@
5484
5534
  "aliases": [],
5485
5535
  "args": {
5486
5536
  "feature": {
5537
+ "description": "unique identifier or name of the account feature",
5487
5538
  "name": "feature",
5488
5539
  "required": true
5489
5540
  }
@@ -5537,6 +5588,7 @@
5537
5588
  ],
5538
5589
  "args": {
5539
5590
  "processname": {
5591
+ "description": "name of the process",
5540
5592
  "name": "processname",
5541
5593
  "required": false
5542
5594
  }
@@ -5782,6 +5834,7 @@
5782
5834
  "aliases": [],
5783
5835
  "args": {
5784
5836
  "email": {
5837
+ "description": "email address of the team member",
5785
5838
  "name": "email",
5786
5839
  "required": true
5787
5840
  }
@@ -6078,6 +6131,7 @@
6078
6131
  "aliases": [],
6079
6132
  "args": {
6080
6133
  "database": {
6134
+ "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.",
6081
6135
  "name": "database"
6082
6136
  }
6083
6137
  },
@@ -6121,6 +6175,7 @@
6121
6175
  "aliases": [],
6122
6176
  "args": {
6123
6177
  "database": {
6178
+ "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.",
6124
6179
  "name": "database"
6125
6180
  }
6126
6181
  },
@@ -6164,10 +6219,12 @@
6164
6219
  "aliases": [],
6165
6220
  "args": {
6166
6221
  "source": {
6222
+ "description": "config var exposed to the owning app containing the source database URL",
6167
6223
  "name": "source",
6168
6224
  "required": true
6169
6225
  },
6170
6226
  "target": {
6227
+ "description": "config var exposed to the owning app containing the target database URL",
6171
6228
  "name": "target",
6172
6229
  "required": true
6173
6230
  }
@@ -6230,6 +6287,7 @@
6230
6287
  "aliases": [],
6231
6288
  "args": {
6232
6289
  "database": {
6290
+ "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.",
6233
6291
  "name": "database"
6234
6292
  }
6235
6293
  },
@@ -6273,6 +6331,7 @@
6273
6331
  "aliases": [],
6274
6332
  "args": {
6275
6333
  "DATABASE|REPORT_ID": {
6334
+ "description": "config var exposed to the owning app containing the database URL or the report ID",
6276
6335
  "name": "DATABASE|REPORT_ID"
6277
6336
  }
6278
6337
  },
@@ -6324,6 +6383,7 @@
6324
6383
  ],
6325
6384
  "args": {
6326
6385
  "database": {
6386
+ "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 all databases.",
6327
6387
  "name": "database"
6328
6388
  }
6329
6389
  },
@@ -6367,10 +6427,12 @@
6367
6427
  "aliases": [],
6368
6428
  "args": {
6369
6429
  "pid": {
6430
+ "description": "ID of the process",
6370
6431
  "name": "pid",
6371
6432
  "required": true
6372
6433
  },
6373
6434
  "database": {
6435
+ "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.",
6374
6436
  "name": "database"
6375
6437
  }
6376
6438
  },
@@ -6420,6 +6482,7 @@
6420
6482
  "aliases": [],
6421
6483
  "args": {
6422
6484
  "database": {
6485
+ "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.",
6423
6486
  "name": "database"
6424
6487
  }
6425
6488
  },
@@ -6463,6 +6526,7 @@
6463
6526
  "aliases": [],
6464
6527
  "args": {
6465
6528
  "database": {
6529
+ "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.",
6466
6530
  "name": "database"
6467
6531
  }
6468
6532
  },
@@ -6513,6 +6577,7 @@
6513
6577
  "aliases": [],
6514
6578
  "args": {
6515
6579
  "database": {
6580
+ "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.",
6516
6581
  "name": "database"
6517
6582
  }
6518
6583
  },
@@ -6577,6 +6642,7 @@
6577
6642
  "aliases": [],
6578
6643
  "args": {
6579
6644
  "database": {
6645
+ "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::`",
6580
6646
  "name": "database",
6581
6647
  "required": true
6582
6648
  }
@@ -6627,6 +6693,7 @@
6627
6693
  "aliases": [],
6628
6694
  "args": {
6629
6695
  "database": {
6696
+ "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.",
6630
6697
  "name": "database"
6631
6698
  }
6632
6699
  },
@@ -6678,6 +6745,7 @@
6678
6745
  ],
6679
6746
  "args": {
6680
6747
  "database": {
6748
+ "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.",
6681
6749
  "name": "database"
6682
6750
  }
6683
6751
  },
@@ -6743,10 +6811,12 @@
6743
6811
  "aliases": [],
6744
6812
  "args": {
6745
6813
  "source": {
6814
+ "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.",
6746
6815
  "name": "source",
6747
6816
  "required": true
6748
6817
  },
6749
6818
  "target": {
6819
+ "description": "PostgreSQL connection string for the target database",
6750
6820
  "name": "target",
6751
6821
  "required": true
6752
6822
  }
@@ -6802,10 +6872,12 @@
6802
6872
  "aliases": [],
6803
6873
  "args": {
6804
6874
  "source": {
6875
+ "description": "PostgreSQL connection string for the source database",
6805
6876
  "name": "source",
6806
6877
  "required": true
6807
6878
  },
6808
6879
  "target": {
6880
+ "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.",
6809
6881
  "name": "target",
6810
6882
  "required": true
6811
6883
  }
@@ -6861,6 +6933,7 @@
6861
6933
  "aliases": [],
6862
6934
  "args": {
6863
6935
  "database": {
6936
+ "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.",
6864
6937
  "name": "database"
6865
6938
  }
6866
6939
  },
@@ -6919,6 +6992,7 @@
6919
6992
  "aliases": [],
6920
6993
  "args": {
6921
6994
  "database": {
6995
+ "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::`",
6922
6996
  "name": "database",
6923
6997
  "required": true
6924
6998
  }
@@ -6970,6 +7044,7 @@
6970
7044
  "aliases": [],
6971
7045
  "args": {
6972
7046
  "database": {
7047
+ "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.",
6973
7048
  "name": "database"
6974
7049
  }
6975
7050
  },
@@ -7028,6 +7103,7 @@
7028
7103
  "aliases": [],
7029
7104
  "args": {
7030
7105
  "database": {
7106
+ "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.",
7031
7107
  "name": "database"
7032
7108
  }
7033
7109
  },
@@ -7071,6 +7147,7 @@
7071
7147
  "aliases": [],
7072
7148
  "args": {
7073
7149
  "database": {
7150
+ "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 all databases.",
7074
7151
  "name": "database"
7075
7152
  }
7076
7153
  },
@@ -7787,6 +7864,7 @@
7787
7864
  ],
7788
7865
  "args": {
7789
7866
  "dyno": {
7867
+ "description": "ID of the dyno",
7790
7868
  "name": "dyno",
7791
7869
  "required": false
7792
7870
  }
@@ -7889,6 +7967,7 @@
7889
7967
  ],
7890
7968
  "args": {
7891
7969
  "dyno": {
7970
+ "description": "ID of the dyno",
7892
7971
  "name": "dyno",
7893
7972
  "required": true
7894
7973
  }
@@ -8050,6 +8129,7 @@
8050
8129
  "aliases": [],
8051
8130
  "args": {
8052
8131
  "database": {
8132
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8053
8133
  "name": "database"
8054
8134
  }
8055
8135
  },
@@ -8104,6 +8184,7 @@
8104
8184
  "aliases": [],
8105
8185
  "args": {
8106
8186
  "database": {
8187
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8107
8188
  "name": "database",
8108
8189
  "required": false
8109
8190
  }
@@ -8156,6 +8237,7 @@
8156
8237
  ],
8157
8238
  "args": {
8158
8239
  "database": {
8240
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8159
8241
  "name": "database"
8160
8242
  }
8161
8243
  },
@@ -8206,6 +8288,7 @@
8206
8288
  "aliases": [],
8207
8289
  "args": {
8208
8290
  "database": {
8291
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8209
8292
  "name": "database"
8210
8293
  }
8211
8294
  },
@@ -8258,6 +8341,7 @@
8258
8341
  "aliases": [],
8259
8342
  "args": {
8260
8343
  "database": {
8344
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8261
8345
  "name": "database",
8262
8346
  "required": false
8263
8347
  }
@@ -8326,6 +8410,7 @@
8326
8410
  "aliases": [],
8327
8411
  "args": {
8328
8412
  "database": {
8413
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8329
8414
  "name": "database"
8330
8415
  }
8331
8416
  },
@@ -8378,6 +8463,7 @@
8378
8463
  "aliases": [],
8379
8464
  "args": {
8380
8465
  "database": {
8466
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8381
8467
  "name": "database",
8382
8468
  "required": false
8383
8469
  }
@@ -8422,6 +8508,7 @@
8422
8508
  "aliases": [],
8423
8509
  "args": {
8424
8510
  "database": {
8511
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8425
8512
  "name": "database"
8426
8513
  }
8427
8514
  },
@@ -8472,6 +8559,7 @@
8472
8559
  "aliases": [],
8473
8560
  "args": {
8474
8561
  "database": {
8562
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8475
8563
  "name": "database"
8476
8564
  }
8477
8565
  },
@@ -8524,6 +8612,7 @@
8524
8612
  "aliases": [],
8525
8613
  "args": {
8526
8614
  "database": {
8615
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8527
8616
  "name": "database"
8528
8617
  }
8529
8618
  },
@@ -8582,6 +8671,7 @@
8582
8671
  "aliases": [],
8583
8672
  "args": {
8584
8673
  "database": {
8674
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8585
8675
  "name": "database",
8586
8676
  "required": false
8587
8677
  }
@@ -8698,6 +8788,7 @@
8698
8788
  "aliases": [],
8699
8789
  "args": {
8700
8790
  "release": {
8791
+ "description": "ID of the release. If omitted, we use the last release ID.",
8701
8792
  "name": "release"
8702
8793
  }
8703
8794
  },
@@ -8754,6 +8845,7 @@
8754
8845
  "aliases": [],
8755
8846
  "args": {
8756
8847
  "release": {
8848
+ "description": "ID of the release. If omitted, we use the last release ID.",
8757
8849
  "name": "release"
8758
8850
  }
8759
8851
  },
@@ -8797,6 +8889,7 @@
8797
8889
  "aliases": [],
8798
8890
  "args": {
8799
8891
  "release": {
8892
+ "description": "ID of the release. If omitted, we use the last release ID.",
8800
8893
  "name": "release"
8801
8894
  }
8802
8895
  },
@@ -9215,6 +9308,7 @@
9215
9308
  "aliases": [],
9216
9309
  "args": {
9217
9310
  "id": {
9311
+ "description": "ID of the OAuth session",
9218
9312
  "name": "id",
9219
9313
  "required": true
9220
9314
  }
@@ -9933,6 +10027,7 @@
9933
10027
  "aliases": [],
9934
10028
  "args": {
9935
10029
  "id": {
10030
+ "description": "ID of the webhook",
9936
10031
  "name": "id",
9937
10032
  "required": true
9938
10033
  }
@@ -10045,6 +10140,7 @@
10045
10140
  "aliases": [],
10046
10141
  "args": {
10047
10142
  "id": {
10143
+ "description": "ID of the webhook",
10048
10144
  "name": "id",
10049
10145
  "required": true
10050
10146
  }
@@ -10294,6 +10390,7 @@
10294
10390
  "aliases": [],
10295
10391
  "args": {
10296
10392
  "stack": {
10393
+ "description": "unique name or identifier of the stack",
10297
10394
  "name": "stack",
10298
10395
  "required": true
10299
10396
  }
@@ -10602,6 +10699,7 @@
10602
10699
  "aliases": [],
10603
10700
  "args": {
10604
10701
  "key": {
10702
+ "description": "name of the config var key",
10605
10703
  "name": "key",
10606
10704
  "required": true
10607
10705
  }
@@ -10833,6 +10931,7 @@
10833
10931
  "aliases": [],
10834
10932
  "args": {
10835
10933
  "backup_id": {
10934
+ "description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
10836
10935
  "name": "backup_id"
10837
10936
  }
10838
10937
  },
@@ -10877,6 +10976,7 @@
10877
10976
  "aliases": [],
10878
10977
  "args": {
10879
10978
  "database": {
10979
+ "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.",
10880
10980
  "name": "database"
10881
10981
  }
10882
10982
  },
@@ -10933,6 +11033,7 @@
10933
11033
  "aliases": [],
10934
11034
  "args": {
10935
11035
  "backup_id": {
11036
+ "description": "ID of the backup",
10936
11037
  "name": "backup_id",
10937
11038
  "required": true
10938
11039
  }
@@ -10988,6 +11089,7 @@
10988
11089
  "aliases": [],
10989
11090
  "args": {
10990
11091
  "backup_id": {
11092
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
10991
11093
  "name": "backup_id"
10992
11094
  }
10993
11095
  },
@@ -11124,6 +11226,7 @@
11124
11226
  "aliases": [],
11125
11227
  "args": {
11126
11228
  "backup_id": {
11229
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
11127
11230
  "name": "backup_id"
11128
11231
  }
11129
11232
  },
@@ -11168,13 +11271,23 @@
11168
11271
  "aliases": [],
11169
11272
  "args": {
11170
11273
  "backup": {
11274
+ "description": "URL or backup ID from another app",
11171
11275
  "name": "backup"
11172
11276
  },
11173
11277
  "database": {
11278
+ "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.",
11174
11279
  "name": "database"
11175
11280
  }
11176
11281
  },
11177
11282
  "description": "restore a backup (default latest) to a database",
11283
+ "examples": [
11284
+ "# Basic Restore from Backup ID\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app\n",
11285
+ "# Restore from Another App\n$ heroku pg:backups:restore example-app::b101 DATABASE_URL --app my-heroku-app\n",
11286
+ "# Restore from a Public URL\n$ heroku pg:backups:restore 'https://s3.amazonaws.com/my-bucket/mydb.dump' DATABASE_URL --app my-heroku-app\n",
11287
+ "# Verbose Output\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --verbose\n",
11288
+ "# Restore with Confirmation Prompt\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --confirm my-heroku-app\n",
11289
+ "# Restore with a Specific Database Name\n$ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app\n"
11290
+ ],
11178
11291
  "flags": {
11179
11292
  "wait-interval": {
11180
11293
  "name": "wait-interval",
@@ -11243,6 +11356,7 @@
11243
11356
  "aliases": [],
11244
11357
  "args": {
11245
11358
  "database": {
11359
+ "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.",
11246
11360
  "name": "database"
11247
11361
  }
11248
11362
  },
@@ -11335,6 +11449,7 @@
11335
11449
  "aliases": [],
11336
11450
  "args": {
11337
11451
  "database": {
11452
+ "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 a random database attached to the app.",
11338
11453
  "name": "database"
11339
11454
  }
11340
11455
  },
@@ -11379,6 +11494,7 @@
11379
11494
  "aliases": [],
11380
11495
  "args": {
11381
11496
  "backup_id": {
11497
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
11382
11498
  "name": "backup_id"
11383
11499
  }
11384
11500
  },
@@ -11423,6 +11539,7 @@
11423
11539
  "aliases": [],
11424
11540
  "args": {
11425
11541
  "database": {
11542
+ "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.",
11426
11543
  "name": "database"
11427
11544
  }
11428
11545
  },
@@ -11477,6 +11594,7 @@
11477
11594
  "aliases": [],
11478
11595
  "args": {
11479
11596
  "database": {
11597
+ "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.",
11480
11598
  "name": "database"
11481
11599
  }
11482
11600
  },
@@ -11530,6 +11648,7 @@
11530
11648
  "aliases": [],
11531
11649
  "args": {
11532
11650
  "database": {
11651
+ "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.",
11533
11652
  "name": "database"
11534
11653
  }
11535
11654
  },
@@ -11592,6 +11711,7 @@
11592
11711
  "aliases": [],
11593
11712
  "args": {
11594
11713
  "database": {
11714
+ "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.",
11595
11715
  "name": "database"
11596
11716
  }
11597
11717
  },
@@ -11645,6 +11765,7 @@
11645
11765
  "aliases": [],
11646
11766
  "args": {
11647
11767
  "database": {
11768
+ "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.",
11648
11769
  "name": "database"
11649
11770
  }
11650
11771
  },
@@ -11719,6 +11840,7 @@
11719
11840
  "aliases": [],
11720
11841
  "args": {
11721
11842
  "database": {
11843
+ "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.",
11722
11844
  "name": "database"
11723
11845
  }
11724
11846
  },
@@ -11772,10 +11894,12 @@
11772
11894
  "aliases": [],
11773
11895
  "args": {
11774
11896
  "remote": {
11897
+ "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::`",
11775
11898
  "name": "remote",
11776
11899
  "required": true
11777
11900
  },
11778
11901
  "database": {
11902
+ "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::`",
11779
11903
  "name": "database",
11780
11904
  "required": true
11781
11905
  }
@@ -11828,10 +11952,12 @@
11828
11952
  "aliases": [],
11829
11953
  "args": {
11830
11954
  "database": {
11955
+ "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::`",
11831
11956
  "name": "database",
11832
11957
  "required": true
11833
11958
  },
11834
11959
  "link": {
11960
+ "description": "name of the linked data store",
11835
11961
  "name": "link",
11836
11962
  "required": true
11837
11963
  }
@@ -11886,6 +12012,7 @@
11886
12012
  "aliases": [],
11887
12013
  "args": {
11888
12014
  "database": {
12015
+ "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.",
11889
12016
  "name": "database"
11890
12017
  }
11891
12018
  },
@@ -11930,6 +12057,7 @@
11930
12057
  "aliases": [],
11931
12058
  "args": {
11932
12059
  "database": {
12060
+ "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.",
11933
12061
  "name": "database"
11934
12062
  }
11935
12063
  },
@@ -11974,6 +12102,7 @@
11974
12102
  "aliases": [],
11975
12103
  "args": {
11976
12104
  "database": {
12105
+ "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.",
11977
12106
  "name": "database"
11978
12107
  }
11979
12108
  },
@@ -12024,10 +12153,12 @@
12024
12153
  "aliases": [],
12025
12154
  "args": {
12026
12155
  "window": {
12156
+ "description": "timestamp of the maintenance window",
12027
12157
  "name": "window",
12028
12158
  "required": true
12029
12159
  },
12030
12160
  "database": {
12161
+ "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.",
12031
12162
  "name": "database"
12032
12163
  }
12033
12164
  },
@@ -12074,9 +12205,11 @@
12074
12205
  "aliases": [],
12075
12206
  "args": {
12076
12207
  "database": {
12208
+ "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.",
12077
12209
  "name": "database"
12078
12210
  },
12079
12211
  "value": {
12212
+ "description": "boolean indicating if execution plans of queries will be logged for future connections",
12080
12213
  "name": "value"
12081
12214
  }
12082
12215
  },
@@ -12121,9 +12254,11 @@
12121
12254
  "aliases": [],
12122
12255
  "args": {
12123
12256
  "database": {
12257
+ "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.",
12124
12258
  "name": "database"
12125
12259
  },
12126
12260
  "value": {
12261
+ "description": "boolean indicating if data replication slot details get logged",
12127
12262
  "name": "value"
12128
12263
  }
12129
12264
  },
@@ -12167,6 +12302,7 @@
12167
12302
  "aliases": [],
12168
12303
  "args": {
12169
12304
  "database": {
12305
+ "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.",
12170
12306
  "name": "database"
12171
12307
  }
12172
12308
  },
@@ -12211,9 +12347,11 @@
12211
12347
  "aliases": [],
12212
12348
  "args": {
12213
12349
  "database": {
12350
+ "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.",
12214
12351
  "name": "database"
12215
12352
  },
12216
12353
  "value": {
12354
+ "description": "boolean indicating if database login attempts get logged",
12217
12355
  "name": "value"
12218
12356
  }
12219
12357
  },
@@ -12257,9 +12395,11 @@
12257
12395
  "aliases": [],
12258
12396
  "args": {
12259
12397
  "database": {
12398
+ "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.",
12260
12399
  "name": "database"
12261
12400
  },
12262
12401
  "value": {
12402
+ "description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
12263
12403
  "name": "value"
12264
12404
  }
12265
12405
  },
@@ -12303,9 +12443,11 @@
12303
12443
  "aliases": [],
12304
12444
  "args": {
12305
12445
  "database": {
12446
+ "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.",
12306
12447
  "name": "database"
12307
12448
  },
12308
12449
  "value": {
12450
+ "description": "milliseconds to wait for a statement to complete before logging it",
12309
12451
  "name": "value"
12310
12452
  }
12311
12453
  },
@@ -12349,6 +12491,7 @@
12349
12491
  "aliases": [],
12350
12492
  "args": {
12351
12493
  "database": {
12494
+ "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.",
12352
12495
  "name": "database"
12353
12496
  },
12354
12497
  "value": {
@@ -12401,9 +12544,11 @@
12401
12544
  "aliases": [],
12402
12545
  "args": {
12403
12546
  "database": {
12547
+ "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.",
12404
12548
  "name": "database"
12405
12549
  },
12406
12550
  "value": {
12551
+ "description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
12407
12552
  "name": "value",
12408
12553
  "options": [
12409
12554
  "none",
@@ -12453,9 +12598,11 @@
12453
12598
  "aliases": [],
12454
12599
  "args": {
12455
12600
  "database": {
12601
+ "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.",
12456
12602
  "name": "database"
12457
12603
  },
12458
12604
  "value": {
12605
+ "description": "function type to track\n<options: none|pl|all>",
12459
12606
  "name": "value",
12460
12607
  "options": [
12461
12608
  "none",
@@ -12654,6 +12801,7 @@
12654
12801
  ],
12655
12802
  "args": {
12656
12803
  "url": {
12804
+ "description": "URL to replace the log drain with",
12657
12805
  "name": "url",
12658
12806
  "required": true
12659
12807
  }
@@ -12886,6 +13034,7 @@
12886
13034
  "aliases": [],
12887
13035
  "args": {
12888
13036
  "source": {
13037
+ "description": "IP address in CIDR notation",
12889
13038
  "name": "source",
12890
13039
  "required": true
12891
13040
  }
@@ -12979,6 +13128,7 @@
12979
13128
  "aliases": [],
12980
13129
  "args": {
12981
13130
  "source": {
13131
+ "description": "IP address in CIDR notation",
12982
13132
  "name": "source",
12983
13133
  "required": true
12984
13134
  }
@@ -13438,6 +13588,7 @@
13438
13588
  "aliases": [],
13439
13589
  "args": {
13440
13590
  "id": {
13591
+ "description": "ID of the webhook event",
13441
13592
  "name": "id",
13442
13593
  "required": true
13443
13594
  }
@@ -13543,6 +13694,7 @@
13543
13694
  "aliases": [],
13544
13695
  "args": {
13545
13696
  "id": {
13697
+ "description": "ID of the webhook event",
13546
13698
  "name": "id",
13547
13699
  "required": true
13548
13700
  }
@@ -13598,9 +13750,11 @@
13598
13750
  "aliases": [],
13599
13751
  "args": {
13600
13752
  "database": {
13753
+ "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.",
13601
13754
  "name": "database"
13602
13755
  },
13603
13756
  "value": {
13757
+ "description": "boolean indicating if execution plans get logged",
13604
13758
  "name": "value"
13605
13759
  }
13606
13760
  },
@@ -13645,9 +13799,11 @@
13645
13799
  "aliases": [],
13646
13800
  "args": {
13647
13801
  "database": {
13802
+ "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.",
13648
13803
  "name": "database"
13649
13804
  },
13650
13805
  "value": {
13806
+ "description": "boolean indicating if the database has buffer statistics enabled",
13651
13807
  "name": "value"
13652
13808
  }
13653
13809
  },
@@ -13692,9 +13848,11 @@
13692
13848
  "aliases": [],
13693
13849
  "args": {
13694
13850
  "database": {
13851
+ "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.",
13695
13852
  "name": "database"
13696
13853
  },
13697
13854
  "value": {
13855
+ "description": "format of the log output\n<options: text|json|yaml|xml>",
13698
13856
  "name": "value",
13699
13857
  "options": [
13700
13858
  "text",
@@ -13745,9 +13903,11 @@
13745
13903
  "aliases": [],
13746
13904
  "args": {
13747
13905
  "database": {
13906
+ "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.",
13748
13907
  "name": "database"
13749
13908
  },
13750
13909
  "value": {
13910
+ "description": "minimum duration in milliseconds for queries before logging execution plans. A value of -1 disables it. A value of 0 logs all query execution plans.",
13751
13911
  "name": "value"
13752
13912
  }
13753
13913
  },
@@ -13792,9 +13952,11 @@
13792
13952
  "aliases": [],
13793
13953
  "args": {
13794
13954
  "database": {
13955
+ "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.",
13795
13956
  "name": "database"
13796
13957
  },
13797
13958
  "value": {
13959
+ "description": "boolean indicating if execution plan logs include nested statements",
13798
13960
  "name": "value"
13799
13961
  }
13800
13962
  },
@@ -13839,9 +14001,11 @@
13839
14001
  "aliases": [],
13840
14002
  "args": {
13841
14003
  "database": {
14004
+ "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.",
13842
14005
  "name": "database"
13843
14006
  },
13844
14007
  "value": {
14008
+ "description": "boolean indicating if the database has trigger execution statistics enabled",
13845
14009
  "name": "value"
13846
14010
  }
13847
14011
  },
@@ -13886,9 +14050,11 @@
13886
14050
  "aliases": [],
13887
14051
  "args": {
13888
14052
  "database": {
14053
+ "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.",
13889
14054
  "name": "database"
13890
14055
  },
13891
14056
  "value": {
14057
+ "description": "boolean indicating if the database has verbose execution plan logging enabled",
13892
14058
  "name": "value"
13893
14059
  }
13894
14060
  },
@@ -13930,5 +14096,5 @@
13930
14096
  ]
13931
14097
  }
13932
14098
  },
13933
- "version": "9.3.3-beta.0"
14099
+ "version": "9.4.0-beta.0"
13934
14100
  }