heroku 10.0.0-alpha.1 → 10.0.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.
- package/lib/commands/access/add.js +1 -1
- package/lib/commands/access/index.js +2 -1
- package/lib/commands/access/update.js +1 -1
- package/lib/commands/addons/attach.js +1 -1
- package/lib/commands/addons/create.js +18 -1
- package/lib/commands/addons/destroy.js +1 -1
- package/lib/commands/addons/detach.js +1 -1
- package/lib/commands/addons/docs.js +1 -1
- package/lib/commands/addons/info.js +1 -1
- package/lib/commands/addons/open.js +1 -1
- package/lib/commands/addons/plans.js +1 -1
- package/lib/commands/addons/rename.js +2 -2
- package/lib/commands/addons/upgrade.js +2 -2
- package/lib/commands/addons/wait.js +1 -1
- package/lib/commands/apps/open.js +1 -1
- package/lib/commands/apps/rename.js +1 -1
- package/lib/commands/apps/stacks/set.js +1 -1
- package/lib/commands/authorizations/info.js +1 -1
- package/lib/commands/authorizations/revoke.js +1 -1
- package/lib/commands/authorizations/rotate.js +1 -1
- package/lib/commands/authorizations/update.js +1 -1
- package/lib/commands/buildpacks/index.js +9 -3
- package/lib/commands/certs/add.js +2 -2
- package/lib/commands/certs/generate.js +1 -1
- package/lib/commands/certs/update.js +2 -2
- package/lib/commands/ci/config/get.js +1 -1
- package/lib/commands/ci/info.js +1 -1
- package/lib/commands/ci/rerun.js +1 -1
- package/lib/commands/clients/create.js +2 -2
- package/lib/commands/clients/destroy.js +1 -1
- package/lib/commands/clients/info.js +1 -1
- package/lib/commands/clients/rotate.js +1 -1
- package/lib/commands/clients/update.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/domains/add.js +1 -1
- package/lib/commands/domains/info.js +1 -1
- package/lib/commands/domains/remove.js +1 -1
- package/lib/commands/domains/update.js +1 -1
- package/lib/commands/domains/wait.js +1 -1
- package/lib/commands/drains/add.js +1 -1
- package/lib/commands/drains/remove.js +1 -1
- package/lib/commands/features/disable.js +1 -1
- package/lib/commands/features/enable.js +1 -1
- package/lib/commands/features/info.js +1 -1
- package/lib/commands/git/credentials.js +1 -1
- package/lib/commands/keys/add.js +1 -1
- package/lib/commands/keys/remove.js +1 -1
- package/lib/commands/labs/disable.js +1 -1
- package/lib/commands/labs/enable.js +1 -1
- package/lib/commands/labs/info.js +1 -1
- package/lib/commands/local/index.js +1 -1
- package/lib/commands/members/add.js +1 -1
- package/lib/commands/pg/backups/cancel.js +1 -1
- package/lib/commands/pg/backups/capture.js +2 -1
- package/lib/commands/pg/backups/delete.js +1 -1
- package/lib/commands/pg/backups/download.js +1 -1
- package/lib/commands/pg/backups/info.js +1 -1
- package/lib/commands/pg/backups/restore.d.ts +1 -0
- package/lib/commands/pg/backups/restore.js +29 -2
- package/lib/commands/pg/backups/schedule.js +2 -1
- package/lib/commands/pg/backups/unschedule.js +2 -1
- package/lib/commands/pg/backups/url.js +1 -1
- package/lib/commands/pg/bloat.js +2 -1
- package/lib/commands/pg/blocking.js +2 -1
- package/lib/commands/pg/connection-pooling/attach.js +2 -1
- package/lib/commands/pg/copy.js +2 -2
- package/lib/commands/pg/credentials/create.js +2 -1
- package/lib/commands/pg/credentials/destroy.js +2 -1
- package/lib/commands/pg/credentials/repair-default.js +2 -1
- package/lib/commands/pg/credentials/rotate.js +2 -1
- package/lib/commands/pg/credentials/url.js +2 -1
- package/lib/commands/pg/credentials.js +2 -1
- package/lib/commands/pg/diagnose.js +1 -1
- package/lib/commands/pg/info.js +2 -1
- package/lib/commands/pg/kill.js +3 -2
- package/lib/commands/pg/killall.js +2 -1
- package/lib/commands/pg/links/create.js +3 -2
- package/lib/commands/pg/links/destroy.js +3 -2
- package/lib/commands/pg/links/index.js +2 -1
- package/lib/commands/pg/locks.js +2 -1
- package/lib/commands/pg/maintenance/index.js +2 -1
- package/lib/commands/pg/maintenance/run.js +2 -1
- package/lib/commands/pg/maintenance/window.js +3 -2
- package/lib/commands/pg/outliers.js +2 -1
- package/lib/commands/pg/promote.js +2 -1
- package/lib/commands/pg/ps.js +2 -1
- package/lib/commands/pg/psql.js +2 -1
- package/lib/commands/pg/pull.js +3 -2
- package/lib/commands/pg/push.js +4 -3
- package/lib/commands/pg/reset.js +2 -1
- package/lib/commands/pg/settings/auto-explain/log-analyze.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-buffers.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-format.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-min-duration.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-nested-statements.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-triggers.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-verbose.js +3 -2
- package/lib/commands/pg/settings/auto-explain.js +3 -2
- package/lib/commands/pg/settings/explain-data-connector-details.js +3 -2
- package/lib/commands/pg/settings/index.js +2 -1
- package/lib/commands/pg/settings/log-connections.js +3 -2
- package/lib/commands/pg/settings/log-lock-waits.js +3 -2
- package/lib/commands/pg/settings/log-min-duration-statement.js +3 -2
- package/lib/commands/pg/settings/log-min-error-statement.js +2 -1
- package/lib/commands/pg/settings/log-statement.js +3 -2
- package/lib/commands/pg/settings/track-functions.js +3 -2
- package/lib/commands/pg/unfollow.js +2 -1
- package/lib/commands/pg/upgrade.js +2 -1
- package/lib/commands/pg/vacuum-stats.js +2 -1
- package/lib/commands/pg/wait.js +2 -1
- package/lib/commands/pipelines/diff.d.ts +1 -1
- package/lib/commands/pipelines/diff.js +24 -14
- package/lib/commands/pipelines/promote.js +1 -1
- package/lib/commands/ps/autoscale/enable.js +13 -2
- package/lib/commands/ps/index.js +15 -6
- package/lib/commands/redis/cli.js +1 -1
- package/lib/commands/redis/credentials.js +1 -1
- package/lib/commands/redis/info.js +1 -1
- package/lib/commands/redis/keyspace-notifications.js +1 -1
- package/lib/commands/redis/maintenance.js +1 -1
- package/lib/commands/redis/maxmemory.js +1 -1
- package/lib/commands/redis/promote.js +1 -1
- package/lib/commands/redis/stats-reset.js +1 -1
- package/lib/commands/redis/timeout.js +1 -1
- package/lib/commands/redis/upgrade.js +1 -1
- package/lib/commands/redis/wait.js +1 -1
- package/lib/commands/releases/index.js +4 -2
- package/lib/commands/releases/info.js +6 -2
- package/lib/commands/releases/output.js +1 -1
- package/lib/commands/releases/rollback.js +14 -4
- package/lib/commands/sessions/destroy.js +1 -1
- package/lib/commands/spaces/create.js +1 -1
- package/lib/commands/spaces/drains/set.js +1 -1
- package/lib/commands/spaces/trusted-ips/add.js +3 -6
- package/lib/commands/spaces/trusted-ips/index.js +1 -3
- package/lib/commands/spaces/trusted-ips/remove.js +3 -4
- package/lib/commands/telemetry/add.d.ts +0 -1
- package/lib/commands/telemetry/add.js +1 -2
- package/lib/commands/webhooks/deliveries/info.js +1 -1
- package/lib/commands/webhooks/events/info.js +1 -1
- package/lib/commands/webhooks/info.js +1 -1
- package/lib/commands/webhooks/update.js +1 -1
- package/lib/lib/api.d.ts +12 -3
- package/lib/lib/api.js +15 -14
- package/lib/lib/buildpacks/buildpacks.d.ts +2 -4
- package/lib/lib/buildpacks/buildpacks.js +37 -8
- package/lib/lib/pipelines/ownership.d.ts +3 -2
- package/lib/lib/pipelines/render-pipeline.d.ts +2 -1
- package/lib/lib/pipelines/render-pipeline.js +6 -6
- package/lib/lib/releases/releases.js +10 -3
- package/lib/lib/releases/status_helper.d.ts +2 -2
- package/lib/lib/releases/status_helper.js +5 -1
- package/lib/lib/types/app_process_tier.d.ts +4 -0
- package/lib/lib/types/app_process_tier.js +2 -0
- package/lib/nls.d.ts +8 -0
- package/lib/nls.js +14 -0
- package/lib/package.nls.json +6 -0
- package/oclif.manifest.json +167 -11
- package/package.json +3 -4
package/oclif.manifest.json
CHANGED
|
@@ -341,6 +341,7 @@
|
|
|
341
341
|
"aliases": [],
|
|
342
342
|
"args": {
|
|
343
343
|
"email": {
|
|
344
|
+
"description": "email address of the team member",
|
|
344
345
|
"name": "email",
|
|
345
346
|
"required": true
|
|
346
347
|
}
|
|
@@ -482,6 +483,7 @@
|
|
|
482
483
|
"aliases": [],
|
|
483
484
|
"args": {
|
|
484
485
|
"email": {
|
|
486
|
+
"description": "email address of the team member",
|
|
485
487
|
"name": "email",
|
|
486
488
|
"required": true
|
|
487
489
|
}
|
|
@@ -535,6 +537,7 @@
|
|
|
535
537
|
"aliases": [],
|
|
536
538
|
"args": {
|
|
537
539
|
"addon_name": {
|
|
540
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
538
541
|
"name": "addon_name",
|
|
539
542
|
"required": true
|
|
540
543
|
}
|
|
@@ -600,6 +603,7 @@
|
|
|
600
603
|
"aliases": [],
|
|
601
604
|
"args": {
|
|
602
605
|
"service:plan": {
|
|
606
|
+
"description": "unique identifier or unique name of the add-on service plan",
|
|
603
607
|
"name": "service:plan",
|
|
604
608
|
"required": true
|
|
605
609
|
}
|
|
@@ -675,6 +679,7 @@
|
|
|
675
679
|
"aliases": [],
|
|
676
680
|
"args": {
|
|
677
681
|
"addonName": {
|
|
682
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
678
683
|
"name": "addonName",
|
|
679
684
|
"required": true
|
|
680
685
|
}
|
|
@@ -743,6 +748,7 @@
|
|
|
743
748
|
"aliases": [],
|
|
744
749
|
"args": {
|
|
745
750
|
"attachment_name": {
|
|
751
|
+
"description": "unique identifier of the add-on attachment",
|
|
746
752
|
"name": "attachment_name",
|
|
747
753
|
"required": true
|
|
748
754
|
}
|
|
@@ -787,6 +793,7 @@
|
|
|
787
793
|
"aliases": [],
|
|
788
794
|
"args": {
|
|
789
795
|
"addon": {
|
|
796
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
790
797
|
"name": "addon",
|
|
791
798
|
"required": true
|
|
792
799
|
}
|
|
@@ -892,6 +899,7 @@
|
|
|
892
899
|
"aliases": [],
|
|
893
900
|
"args": {
|
|
894
901
|
"addon": {
|
|
902
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
895
903
|
"name": "addon",
|
|
896
904
|
"required": true
|
|
897
905
|
}
|
|
@@ -936,6 +944,7 @@
|
|
|
936
944
|
"aliases": [],
|
|
937
945
|
"args": {
|
|
938
946
|
"addon": {
|
|
947
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
939
948
|
"name": "addon",
|
|
940
949
|
"required": true
|
|
941
950
|
}
|
|
@@ -985,6 +994,7 @@
|
|
|
985
994
|
"aliases": [],
|
|
986
995
|
"args": {
|
|
987
996
|
"service": {
|
|
997
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
988
998
|
"name": "service",
|
|
989
999
|
"required": true
|
|
990
1000
|
}
|
|
@@ -1018,10 +1028,12 @@
|
|
|
1018
1028
|
"aliases": [],
|
|
1019
1029
|
"args": {
|
|
1020
1030
|
"addon_name": {
|
|
1031
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1021
1032
|
"name": "addon_name",
|
|
1022
1033
|
"required": true
|
|
1023
1034
|
},
|
|
1024
1035
|
"new_name": {
|
|
1036
|
+
"description": "new globally unique name of the add-on",
|
|
1025
1037
|
"name": "new_name",
|
|
1026
1038
|
"required": true
|
|
1027
1039
|
}
|
|
@@ -1078,10 +1090,12 @@
|
|
|
1078
1090
|
],
|
|
1079
1091
|
"args": {
|
|
1080
1092
|
"addon": {
|
|
1093
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1081
1094
|
"name": "addon",
|
|
1082
1095
|
"required": true
|
|
1083
1096
|
},
|
|
1084
1097
|
"plan": {
|
|
1098
|
+
"description": "unique identifier or name of the plan",
|
|
1085
1099
|
"name": "plan"
|
|
1086
1100
|
}
|
|
1087
1101
|
},
|
|
@@ -1127,6 +1141,7 @@
|
|
|
1127
1141
|
"aliases": [],
|
|
1128
1142
|
"args": {
|
|
1129
1143
|
"addon": {
|
|
1144
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1130
1145
|
"name": "addon"
|
|
1131
1146
|
}
|
|
1132
1147
|
},
|
|
@@ -1703,6 +1718,7 @@
|
|
|
1703
1718
|
"aliases": [],
|
|
1704
1719
|
"args": {
|
|
1705
1720
|
"path": {
|
|
1721
|
+
"description": "base URL path of app",
|
|
1706
1722
|
"name": "path",
|
|
1707
1723
|
"required": false
|
|
1708
1724
|
}
|
|
@@ -1753,6 +1769,7 @@
|
|
|
1753
1769
|
"aliases": [],
|
|
1754
1770
|
"args": {
|
|
1755
1771
|
"newname": {
|
|
1772
|
+
"description": "new unique name of the app",
|
|
1756
1773
|
"name": "newname",
|
|
1757
1774
|
"required": true
|
|
1758
1775
|
}
|
|
@@ -2132,6 +2149,7 @@
|
|
|
2132
2149
|
"aliases": [],
|
|
2133
2150
|
"args": {
|
|
2134
2151
|
"id": {
|
|
2152
|
+
"description": "ID of the authorization",
|
|
2135
2153
|
"name": "id",
|
|
2136
2154
|
"required": true
|
|
2137
2155
|
}
|
|
@@ -2168,6 +2186,7 @@
|
|
|
2168
2186
|
],
|
|
2169
2187
|
"args": {
|
|
2170
2188
|
"id": {
|
|
2189
|
+
"description": "ID of the authorization",
|
|
2171
2190
|
"name": "id",
|
|
2172
2191
|
"required": true
|
|
2173
2192
|
}
|
|
@@ -2196,6 +2215,7 @@
|
|
|
2196
2215
|
"aliases": [],
|
|
2197
2216
|
"args": {
|
|
2198
2217
|
"id": {
|
|
2218
|
+
"description": "ID of the authorization",
|
|
2199
2219
|
"name": "id",
|
|
2200
2220
|
"required": true
|
|
2201
2221
|
}
|
|
@@ -2221,6 +2241,7 @@
|
|
|
2221
2241
|
"aliases": [],
|
|
2222
2242
|
"args": {
|
|
2223
2243
|
"id": {
|
|
2244
|
+
"description": "ID of the authorization",
|
|
2224
2245
|
"name": "id",
|
|
2225
2246
|
"required": true
|
|
2226
2247
|
}
|
|
@@ -2762,10 +2783,12 @@
|
|
|
2762
2783
|
"aliases": [],
|
|
2763
2784
|
"args": {
|
|
2764
2785
|
"CRT": {
|
|
2786
|
+
"description": "absolute path of the certificate file on disk",
|
|
2765
2787
|
"name": "CRT",
|
|
2766
2788
|
"required": true
|
|
2767
2789
|
},
|
|
2768
2790
|
"KEY": {
|
|
2791
|
+
"description": "absolute path of the key file on disk",
|
|
2769
2792
|
"name": "KEY",
|
|
2770
2793
|
"required": true
|
|
2771
2794
|
}
|
|
@@ -2813,6 +2836,7 @@
|
|
|
2813
2836
|
"aliases": [],
|
|
2814
2837
|
"args": {
|
|
2815
2838
|
"domain": {
|
|
2839
|
+
"description": "domain name to generate",
|
|
2816
2840
|
"name": "domain",
|
|
2817
2841
|
"required": true
|
|
2818
2842
|
}
|
|
@@ -3072,10 +3096,12 @@
|
|
|
3072
3096
|
"aliases": [],
|
|
3073
3097
|
"args": {
|
|
3074
3098
|
"CRT": {
|
|
3099
|
+
"description": "absolute path of the certificate file on disk",
|
|
3075
3100
|
"name": "CRT",
|
|
3076
3101
|
"required": true
|
|
3077
3102
|
},
|
|
3078
3103
|
"KEY": {
|
|
3104
|
+
"description": "absolute path of the key file on disk",
|
|
3079
3105
|
"name": "KEY",
|
|
3080
3106
|
"required": true
|
|
3081
3107
|
}
|
|
@@ -3258,6 +3284,7 @@
|
|
|
3258
3284
|
"aliases": [],
|
|
3259
3285
|
"args": {
|
|
3260
3286
|
"test-run": {
|
|
3287
|
+
"description": "auto-incremented test run number",
|
|
3261
3288
|
"name": "test-run",
|
|
3262
3289
|
"required": true
|
|
3263
3290
|
}
|
|
@@ -3459,6 +3486,7 @@
|
|
|
3459
3486
|
"aliases": [],
|
|
3460
3487
|
"args": {
|
|
3461
3488
|
"number": {
|
|
3489
|
+
"description": "auto-incremented test run number",
|
|
3462
3490
|
"name": "number",
|
|
3463
3491
|
"required": false
|
|
3464
3492
|
}
|
|
@@ -3562,10 +3590,12 @@
|
|
|
3562
3590
|
"aliases": [],
|
|
3563
3591
|
"args": {
|
|
3564
3592
|
"name": {
|
|
3593
|
+
"description": "name of the OAuth client",
|
|
3565
3594
|
"name": "name",
|
|
3566
3595
|
"required": true
|
|
3567
3596
|
},
|
|
3568
3597
|
"redirect_uri": {
|
|
3598
|
+
"description": "redirect URL of the OAuth client",
|
|
3569
3599
|
"name": "redirect_uri",
|
|
3570
3600
|
"required": true
|
|
3571
3601
|
}
|
|
@@ -3609,6 +3639,7 @@
|
|
|
3609
3639
|
"aliases": [],
|
|
3610
3640
|
"args": {
|
|
3611
3641
|
"id": {
|
|
3642
|
+
"description": "ID of the OAuth client",
|
|
3612
3643
|
"name": "id",
|
|
3613
3644
|
"required": true
|
|
3614
3645
|
}
|
|
@@ -3662,6 +3693,7 @@
|
|
|
3662
3693
|
"aliases": [],
|
|
3663
3694
|
"args": {
|
|
3664
3695
|
"id": {
|
|
3696
|
+
"description": "ID of the OAuth client",
|
|
3665
3697
|
"name": "id",
|
|
3666
3698
|
"required": true
|
|
3667
3699
|
}
|
|
@@ -3705,6 +3737,7 @@
|
|
|
3705
3737
|
"aliases": [],
|
|
3706
3738
|
"args": {
|
|
3707
3739
|
"id": {
|
|
3740
|
+
"description": "ID of the OAuth client",
|
|
3708
3741
|
"name": "id",
|
|
3709
3742
|
"required": true
|
|
3710
3743
|
}
|
|
@@ -3745,6 +3778,7 @@
|
|
|
3745
3778
|
"aliases": [],
|
|
3746
3779
|
"args": {
|
|
3747
3780
|
"id": {
|
|
3781
|
+
"description": "ID of the OAuth client",
|
|
3748
3782
|
"name": "id",
|
|
3749
3783
|
"required": true
|
|
3750
3784
|
}
|
|
@@ -3838,6 +3872,7 @@
|
|
|
3838
3872
|
"aliases": [],
|
|
3839
3873
|
"args": {
|
|
3840
3874
|
"KEY": {
|
|
3875
|
+
"description": "key name of the config var value",
|
|
3841
3876
|
"name": "KEY",
|
|
3842
3877
|
"required": true
|
|
3843
3878
|
}
|
|
@@ -4376,6 +4411,7 @@
|
|
|
4376
4411
|
"aliases": [],
|
|
4377
4412
|
"args": {
|
|
4378
4413
|
"hostname": {
|
|
4414
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4379
4415
|
"name": "hostname",
|
|
4380
4416
|
"required": true
|
|
4381
4417
|
}
|
|
@@ -4621,6 +4657,7 @@
|
|
|
4621
4657
|
"aliases": [],
|
|
4622
4658
|
"args": {
|
|
4623
4659
|
"hostname": {
|
|
4660
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4624
4661
|
"name": "hostname",
|
|
4625
4662
|
"required": true
|
|
4626
4663
|
}
|
|
@@ -4674,6 +4711,7 @@
|
|
|
4674
4711
|
"aliases": [],
|
|
4675
4712
|
"args": {
|
|
4676
4713
|
"hostname": {
|
|
4714
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4677
4715
|
"name": "hostname",
|
|
4678
4716
|
"required": true
|
|
4679
4717
|
}
|
|
@@ -4727,6 +4765,7 @@
|
|
|
4727
4765
|
"aliases": [],
|
|
4728
4766
|
"args": {
|
|
4729
4767
|
"hostname": {
|
|
4768
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4730
4769
|
"name": "hostname",
|
|
4731
4770
|
"required": true
|
|
4732
4771
|
}
|
|
@@ -4788,6 +4827,7 @@
|
|
|
4788
4827
|
"aliases": [],
|
|
4789
4828
|
"args": {
|
|
4790
4829
|
"hostname": {
|
|
4830
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4791
4831
|
"name": "hostname"
|
|
4792
4832
|
}
|
|
4793
4833
|
},
|
|
@@ -4837,6 +4877,7 @@
|
|
|
4837
4877
|
"aliases": [],
|
|
4838
4878
|
"args": {
|
|
4839
4879
|
"url": {
|
|
4880
|
+
"description": "URL of the log drain",
|
|
4840
4881
|
"name": "url",
|
|
4841
4882
|
"required": true
|
|
4842
4883
|
}
|
|
@@ -4931,6 +4972,7 @@
|
|
|
4931
4972
|
"aliases": [],
|
|
4932
4973
|
"args": {
|
|
4933
4974
|
"url": {
|
|
4975
|
+
"description": "URL of the log drain",
|
|
4934
4976
|
"name": "url",
|
|
4935
4977
|
"required": true
|
|
4936
4978
|
}
|
|
@@ -4976,6 +5018,7 @@
|
|
|
4976
5018
|
"aliases": [],
|
|
4977
5019
|
"args": {
|
|
4978
5020
|
"feature": {
|
|
5021
|
+
"description": "unique identifier or name of the app feature",
|
|
4979
5022
|
"name": "feature",
|
|
4980
5023
|
"required": true
|
|
4981
5024
|
}
|
|
@@ -5019,6 +5062,7 @@
|
|
|
5019
5062
|
"aliases": [],
|
|
5020
5063
|
"args": {
|
|
5021
5064
|
"feature": {
|
|
5065
|
+
"description": "unique identifier or name of the app feature",
|
|
5022
5066
|
"name": "feature",
|
|
5023
5067
|
"required": true
|
|
5024
5068
|
}
|
|
@@ -5106,6 +5150,7 @@
|
|
|
5106
5150
|
"aliases": [],
|
|
5107
5151
|
"args": {
|
|
5108
5152
|
"feature": {
|
|
5153
|
+
"description": "unique identifier or name of the app feature",
|
|
5109
5154
|
"name": "feature",
|
|
5110
5155
|
"required": true
|
|
5111
5156
|
}
|
|
@@ -5201,6 +5246,7 @@
|
|
|
5201
5246
|
"aliases": [],
|
|
5202
5247
|
"args": {
|
|
5203
5248
|
"command": {
|
|
5249
|
+
"description": "command name of the git credentials",
|
|
5204
5250
|
"name": "command",
|
|
5205
5251
|
"required": true
|
|
5206
5252
|
}
|
|
@@ -5266,6 +5312,7 @@
|
|
|
5266
5312
|
"aliases": [],
|
|
5267
5313
|
"args": {
|
|
5268
5314
|
"key": {
|
|
5315
|
+
"description": "absolute path to the key located on disk. If omitted, we use the default rsa key.",
|
|
5269
5316
|
"name": "key"
|
|
5270
5317
|
}
|
|
5271
5318
|
},
|
|
@@ -5361,6 +5408,7 @@
|
|
|
5361
5408
|
"aliases": [],
|
|
5362
5409
|
"args": {
|
|
5363
5410
|
"key": {
|
|
5411
|
+
"description": "email address of the user",
|
|
5364
5412
|
"name": "key",
|
|
5365
5413
|
"required": true
|
|
5366
5414
|
}
|
|
@@ -5388,6 +5436,7 @@
|
|
|
5388
5436
|
"aliases": [],
|
|
5389
5437
|
"args": {
|
|
5390
5438
|
"feature": {
|
|
5439
|
+
"description": "unique identifier or name of the account feature",
|
|
5391
5440
|
"name": "feature",
|
|
5392
5441
|
"required": true
|
|
5393
5442
|
}
|
|
@@ -5437,6 +5486,7 @@
|
|
|
5437
5486
|
"aliases": [],
|
|
5438
5487
|
"args": {
|
|
5439
5488
|
"feature": {
|
|
5489
|
+
"description": "unique identifier or name of the account feature",
|
|
5440
5490
|
"name": "feature",
|
|
5441
5491
|
"required": true
|
|
5442
5492
|
}
|
|
@@ -5527,6 +5577,7 @@
|
|
|
5527
5577
|
"aliases": [],
|
|
5528
5578
|
"args": {
|
|
5529
5579
|
"feature": {
|
|
5580
|
+
"description": "unique identifier or name of the account feature",
|
|
5530
5581
|
"name": "feature",
|
|
5531
5582
|
"required": true
|
|
5532
5583
|
}
|
|
@@ -5580,6 +5631,7 @@
|
|
|
5580
5631
|
],
|
|
5581
5632
|
"args": {
|
|
5582
5633
|
"processname": {
|
|
5634
|
+
"description": "name of the process",
|
|
5583
5635
|
"name": "processname",
|
|
5584
5636
|
"required": false
|
|
5585
5637
|
}
|
|
@@ -5825,6 +5877,7 @@
|
|
|
5825
5877
|
"aliases": [],
|
|
5826
5878
|
"args": {
|
|
5827
5879
|
"email": {
|
|
5880
|
+
"description": "email address of the team member",
|
|
5828
5881
|
"name": "email",
|
|
5829
5882
|
"required": true
|
|
5830
5883
|
}
|
|
@@ -6121,6 +6174,7 @@
|
|
|
6121
6174
|
"aliases": [],
|
|
6122
6175
|
"args": {
|
|
6123
6176
|
"database": {
|
|
6177
|
+
"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
6178
|
"name": "database"
|
|
6125
6179
|
}
|
|
6126
6180
|
},
|
|
@@ -6164,6 +6218,7 @@
|
|
|
6164
6218
|
"aliases": [],
|
|
6165
6219
|
"args": {
|
|
6166
6220
|
"database": {
|
|
6221
|
+
"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.",
|
|
6167
6222
|
"name": "database"
|
|
6168
6223
|
}
|
|
6169
6224
|
},
|
|
@@ -6207,10 +6262,12 @@
|
|
|
6207
6262
|
"aliases": [],
|
|
6208
6263
|
"args": {
|
|
6209
6264
|
"source": {
|
|
6265
|
+
"description": "config var exposed to the owning app containing the source database URL",
|
|
6210
6266
|
"name": "source",
|
|
6211
6267
|
"required": true
|
|
6212
6268
|
},
|
|
6213
6269
|
"target": {
|
|
6270
|
+
"description": "config var exposed to the owning app containing the target database URL",
|
|
6214
6271
|
"name": "target",
|
|
6215
6272
|
"required": true
|
|
6216
6273
|
}
|
|
@@ -6273,6 +6330,7 @@
|
|
|
6273
6330
|
"aliases": [],
|
|
6274
6331
|
"args": {
|
|
6275
6332
|
"database": {
|
|
6333
|
+
"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.",
|
|
6276
6334
|
"name": "database"
|
|
6277
6335
|
}
|
|
6278
6336
|
},
|
|
@@ -6316,6 +6374,7 @@
|
|
|
6316
6374
|
"aliases": [],
|
|
6317
6375
|
"args": {
|
|
6318
6376
|
"DATABASE|REPORT_ID": {
|
|
6377
|
+
"description": "config var exposed to the owning app containing the database URL or the report ID",
|
|
6319
6378
|
"name": "DATABASE|REPORT_ID"
|
|
6320
6379
|
}
|
|
6321
6380
|
},
|
|
@@ -6367,6 +6426,7 @@
|
|
|
6367
6426
|
],
|
|
6368
6427
|
"args": {
|
|
6369
6428
|
"database": {
|
|
6429
|
+
"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.",
|
|
6370
6430
|
"name": "database"
|
|
6371
6431
|
}
|
|
6372
6432
|
},
|
|
@@ -6410,10 +6470,12 @@
|
|
|
6410
6470
|
"aliases": [],
|
|
6411
6471
|
"args": {
|
|
6412
6472
|
"pid": {
|
|
6473
|
+
"description": "ID of the process",
|
|
6413
6474
|
"name": "pid",
|
|
6414
6475
|
"required": true
|
|
6415
6476
|
},
|
|
6416
6477
|
"database": {
|
|
6478
|
+
"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.",
|
|
6417
6479
|
"name": "database"
|
|
6418
6480
|
}
|
|
6419
6481
|
},
|
|
@@ -6463,6 +6525,7 @@
|
|
|
6463
6525
|
"aliases": [],
|
|
6464
6526
|
"args": {
|
|
6465
6527
|
"database": {
|
|
6528
|
+
"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
6529
|
"name": "database"
|
|
6467
6530
|
}
|
|
6468
6531
|
},
|
|
@@ -6506,6 +6569,7 @@
|
|
|
6506
6569
|
"aliases": [],
|
|
6507
6570
|
"args": {
|
|
6508
6571
|
"database": {
|
|
6572
|
+
"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.",
|
|
6509
6573
|
"name": "database"
|
|
6510
6574
|
}
|
|
6511
6575
|
},
|
|
@@ -6556,6 +6620,7 @@
|
|
|
6556
6620
|
"aliases": [],
|
|
6557
6621
|
"args": {
|
|
6558
6622
|
"database": {
|
|
6623
|
+
"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.",
|
|
6559
6624
|
"name": "database"
|
|
6560
6625
|
}
|
|
6561
6626
|
},
|
|
@@ -6620,6 +6685,7 @@
|
|
|
6620
6685
|
"aliases": [],
|
|
6621
6686
|
"args": {
|
|
6622
6687
|
"database": {
|
|
6688
|
+
"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::`",
|
|
6623
6689
|
"name": "database",
|
|
6624
6690
|
"required": true
|
|
6625
6691
|
}
|
|
@@ -6670,6 +6736,7 @@
|
|
|
6670
6736
|
"aliases": [],
|
|
6671
6737
|
"args": {
|
|
6672
6738
|
"database": {
|
|
6739
|
+
"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.",
|
|
6673
6740
|
"name": "database"
|
|
6674
6741
|
}
|
|
6675
6742
|
},
|
|
@@ -6721,6 +6788,7 @@
|
|
|
6721
6788
|
],
|
|
6722
6789
|
"args": {
|
|
6723
6790
|
"database": {
|
|
6791
|
+
"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.",
|
|
6724
6792
|
"name": "database"
|
|
6725
6793
|
}
|
|
6726
6794
|
},
|
|
@@ -6786,10 +6854,12 @@
|
|
|
6786
6854
|
"aliases": [],
|
|
6787
6855
|
"args": {
|
|
6788
6856
|
"source": {
|
|
6857
|
+
"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.",
|
|
6789
6858
|
"name": "source",
|
|
6790
6859
|
"required": true
|
|
6791
6860
|
},
|
|
6792
6861
|
"target": {
|
|
6862
|
+
"description": "PostgreSQL connection string for the target database",
|
|
6793
6863
|
"name": "target",
|
|
6794
6864
|
"required": true
|
|
6795
6865
|
}
|
|
@@ -6845,10 +6915,12 @@
|
|
|
6845
6915
|
"aliases": [],
|
|
6846
6916
|
"args": {
|
|
6847
6917
|
"source": {
|
|
6918
|
+
"description": "PostgreSQL connection string for the source database",
|
|
6848
6919
|
"name": "source",
|
|
6849
6920
|
"required": true
|
|
6850
6921
|
},
|
|
6851
6922
|
"target": {
|
|
6923
|
+
"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.",
|
|
6852
6924
|
"name": "target",
|
|
6853
6925
|
"required": true
|
|
6854
6926
|
}
|
|
@@ -6904,6 +6976,7 @@
|
|
|
6904
6976
|
"aliases": [],
|
|
6905
6977
|
"args": {
|
|
6906
6978
|
"database": {
|
|
6979
|
+
"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.",
|
|
6907
6980
|
"name": "database"
|
|
6908
6981
|
}
|
|
6909
6982
|
},
|
|
@@ -6962,6 +7035,7 @@
|
|
|
6962
7035
|
"aliases": [],
|
|
6963
7036
|
"args": {
|
|
6964
7037
|
"database": {
|
|
7038
|
+
"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::`",
|
|
6965
7039
|
"name": "database",
|
|
6966
7040
|
"required": true
|
|
6967
7041
|
}
|
|
@@ -7013,6 +7087,7 @@
|
|
|
7013
7087
|
"aliases": [],
|
|
7014
7088
|
"args": {
|
|
7015
7089
|
"database": {
|
|
7090
|
+
"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.",
|
|
7016
7091
|
"name": "database"
|
|
7017
7092
|
}
|
|
7018
7093
|
},
|
|
@@ -7071,6 +7146,7 @@
|
|
|
7071
7146
|
"aliases": [],
|
|
7072
7147
|
"args": {
|
|
7073
7148
|
"database": {
|
|
7149
|
+
"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.",
|
|
7074
7150
|
"name": "database"
|
|
7075
7151
|
}
|
|
7076
7152
|
},
|
|
@@ -7114,6 +7190,7 @@
|
|
|
7114
7190
|
"aliases": [],
|
|
7115
7191
|
"args": {
|
|
7116
7192
|
"database": {
|
|
7193
|
+
"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.",
|
|
7117
7194
|
"name": "database"
|
|
7118
7195
|
}
|
|
7119
7196
|
},
|
|
@@ -8131,6 +8208,7 @@
|
|
|
8131
8208
|
"aliases": [],
|
|
8132
8209
|
"args": {
|
|
8133
8210
|
"database": {
|
|
8211
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8134
8212
|
"name": "database"
|
|
8135
8213
|
}
|
|
8136
8214
|
},
|
|
@@ -8185,6 +8263,7 @@
|
|
|
8185
8263
|
"aliases": [],
|
|
8186
8264
|
"args": {
|
|
8187
8265
|
"database": {
|
|
8266
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8188
8267
|
"name": "database",
|
|
8189
8268
|
"required": false
|
|
8190
8269
|
}
|
|
@@ -8237,6 +8316,7 @@
|
|
|
8237
8316
|
],
|
|
8238
8317
|
"args": {
|
|
8239
8318
|
"database": {
|
|
8319
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8240
8320
|
"name": "database"
|
|
8241
8321
|
}
|
|
8242
8322
|
},
|
|
@@ -8287,6 +8367,7 @@
|
|
|
8287
8367
|
"aliases": [],
|
|
8288
8368
|
"args": {
|
|
8289
8369
|
"database": {
|
|
8370
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8290
8371
|
"name": "database"
|
|
8291
8372
|
}
|
|
8292
8373
|
},
|
|
@@ -8339,6 +8420,7 @@
|
|
|
8339
8420
|
"aliases": [],
|
|
8340
8421
|
"args": {
|
|
8341
8422
|
"database": {
|
|
8423
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8342
8424
|
"name": "database",
|
|
8343
8425
|
"required": false
|
|
8344
8426
|
}
|
|
@@ -8407,6 +8489,7 @@
|
|
|
8407
8489
|
"aliases": [],
|
|
8408
8490
|
"args": {
|
|
8409
8491
|
"database": {
|
|
8492
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8410
8493
|
"name": "database"
|
|
8411
8494
|
}
|
|
8412
8495
|
},
|
|
@@ -8459,6 +8542,7 @@
|
|
|
8459
8542
|
"aliases": [],
|
|
8460
8543
|
"args": {
|
|
8461
8544
|
"database": {
|
|
8545
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8462
8546
|
"name": "database",
|
|
8463
8547
|
"required": false
|
|
8464
8548
|
}
|
|
@@ -8503,6 +8587,7 @@
|
|
|
8503
8587
|
"aliases": [],
|
|
8504
8588
|
"args": {
|
|
8505
8589
|
"database": {
|
|
8590
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8506
8591
|
"name": "database"
|
|
8507
8592
|
}
|
|
8508
8593
|
},
|
|
@@ -8553,6 +8638,7 @@
|
|
|
8553
8638
|
"aliases": [],
|
|
8554
8639
|
"args": {
|
|
8555
8640
|
"database": {
|
|
8641
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8556
8642
|
"name": "database"
|
|
8557
8643
|
}
|
|
8558
8644
|
},
|
|
@@ -8605,6 +8691,7 @@
|
|
|
8605
8691
|
"aliases": [],
|
|
8606
8692
|
"args": {
|
|
8607
8693
|
"database": {
|
|
8694
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8608
8695
|
"name": "database"
|
|
8609
8696
|
}
|
|
8610
8697
|
},
|
|
@@ -8663,6 +8750,7 @@
|
|
|
8663
8750
|
"aliases": [],
|
|
8664
8751
|
"args": {
|
|
8665
8752
|
"database": {
|
|
8753
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8666
8754
|
"name": "database",
|
|
8667
8755
|
"required": false
|
|
8668
8756
|
}
|
|
@@ -8779,6 +8867,7 @@
|
|
|
8779
8867
|
"aliases": [],
|
|
8780
8868
|
"args": {
|
|
8781
8869
|
"release": {
|
|
8870
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8782
8871
|
"name": "release"
|
|
8783
8872
|
}
|
|
8784
8873
|
},
|
|
@@ -8835,6 +8924,7 @@
|
|
|
8835
8924
|
"aliases": [],
|
|
8836
8925
|
"args": {
|
|
8837
8926
|
"release": {
|
|
8927
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8838
8928
|
"name": "release"
|
|
8839
8929
|
}
|
|
8840
8930
|
},
|
|
@@ -8878,10 +8968,11 @@
|
|
|
8878
8968
|
"aliases": [],
|
|
8879
8969
|
"args": {
|
|
8880
8970
|
"release": {
|
|
8971
|
+
"description": "ID of the release. If omitted, we use the last eligible release.",
|
|
8881
8972
|
"name": "release"
|
|
8882
8973
|
}
|
|
8883
8974
|
},
|
|
8884
|
-
"description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back
|
|
8975
|
+
"description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
|
|
8885
8976
|
"flags": {
|
|
8886
8977
|
"remote": {
|
|
8887
8978
|
"char": "r",
|
|
@@ -9296,6 +9387,7 @@
|
|
|
9296
9387
|
"aliases": [],
|
|
9297
9388
|
"args": {
|
|
9298
9389
|
"id": {
|
|
9390
|
+
"description": "ID of the OAuth session",
|
|
9299
9391
|
"name": "id",
|
|
9300
9392
|
"required": true
|
|
9301
9393
|
}
|
|
@@ -9355,7 +9447,7 @@
|
|
|
9355
9447
|
},
|
|
9356
9448
|
"description": "create a new space\n",
|
|
9357
9449
|
"examples": [
|
|
9358
|
-
"Example:\n\n$ heroku spaces:create --space my-space --team my-team --region oregon\nCreating space my-space in team my-team... done\n=== my-space\nID: e7b99e37-69b3-4475-ad47-a5cc5d75fd9f\nTeam: my-team\nRegion: oregon\nCIDR: 10.0.0.0/16\nData CIDR: 172.23.0.0/20\nState: allocating\nGeneration:
|
|
9450
|
+
"Example:\n\n$ heroku spaces:create --space my-space --team my-team --region oregon\nCreating space my-space in team my-team... done\n=== my-space\nID: e7b99e37-69b3-4475-ad47-a5cc5d75fd9f\nTeam: my-team\nRegion: oregon\nCIDR: 10.0.0.0/16\nData CIDR: 172.23.0.0/20\nState: allocating\nGeneration: cedar\nCreated at: 2016-01-06T03:23:13Z\n"
|
|
9359
9451
|
],
|
|
9360
9452
|
"flags": {
|
|
9361
9453
|
"channel": {
|
|
@@ -9901,14 +9993,6 @@
|
|
|
9901
9993
|
"multiple": false,
|
|
9902
9994
|
"type": "option"
|
|
9903
9995
|
},
|
|
9904
|
-
"remote": {
|
|
9905
|
-
"char": "r",
|
|
9906
|
-
"description": "git remote of app to add a drain to",
|
|
9907
|
-
"name": "remote",
|
|
9908
|
-
"hasDynamicHelp": false,
|
|
9909
|
-
"multiple": false,
|
|
9910
|
-
"type": "option"
|
|
9911
|
-
},
|
|
9912
9996
|
"space": {
|
|
9913
9997
|
"char": "s",
|
|
9914
9998
|
"description": "space to add a drain to",
|
|
@@ -10278,6 +10362,7 @@
|
|
|
10278
10362
|
"aliases": [],
|
|
10279
10363
|
"args": {
|
|
10280
10364
|
"id": {
|
|
10365
|
+
"description": "ID of the webhook",
|
|
10281
10366
|
"name": "id",
|
|
10282
10367
|
"required": true
|
|
10283
10368
|
}
|
|
@@ -10390,6 +10475,7 @@
|
|
|
10390
10475
|
"aliases": [],
|
|
10391
10476
|
"args": {
|
|
10392
10477
|
"id": {
|
|
10478
|
+
"description": "ID of the webhook",
|
|
10393
10479
|
"name": "id",
|
|
10394
10480
|
"required": true
|
|
10395
10481
|
}
|
|
@@ -10639,6 +10725,7 @@
|
|
|
10639
10725
|
"aliases": [],
|
|
10640
10726
|
"args": {
|
|
10641
10727
|
"stack": {
|
|
10728
|
+
"description": "unique name or identifier of the stack",
|
|
10642
10729
|
"name": "stack",
|
|
10643
10730
|
"required": true
|
|
10644
10731
|
}
|
|
@@ -10947,6 +11034,7 @@
|
|
|
10947
11034
|
"aliases": [],
|
|
10948
11035
|
"args": {
|
|
10949
11036
|
"key": {
|
|
11037
|
+
"description": "name of the config var key",
|
|
10950
11038
|
"name": "key",
|
|
10951
11039
|
"required": true
|
|
10952
11040
|
}
|
|
@@ -11178,6 +11266,7 @@
|
|
|
11178
11266
|
"aliases": [],
|
|
11179
11267
|
"args": {
|
|
11180
11268
|
"backup_id": {
|
|
11269
|
+
"description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
|
|
11181
11270
|
"name": "backup_id"
|
|
11182
11271
|
}
|
|
11183
11272
|
},
|
|
@@ -11222,6 +11311,7 @@
|
|
|
11222
11311
|
"aliases": [],
|
|
11223
11312
|
"args": {
|
|
11224
11313
|
"database": {
|
|
11314
|
+
"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.",
|
|
11225
11315
|
"name": "database"
|
|
11226
11316
|
}
|
|
11227
11317
|
},
|
|
@@ -11278,6 +11368,7 @@
|
|
|
11278
11368
|
"aliases": [],
|
|
11279
11369
|
"args": {
|
|
11280
11370
|
"backup_id": {
|
|
11371
|
+
"description": "ID of the backup",
|
|
11281
11372
|
"name": "backup_id",
|
|
11282
11373
|
"required": true
|
|
11283
11374
|
}
|
|
@@ -11333,6 +11424,7 @@
|
|
|
11333
11424
|
"aliases": [],
|
|
11334
11425
|
"args": {
|
|
11335
11426
|
"backup_id": {
|
|
11427
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11336
11428
|
"name": "backup_id"
|
|
11337
11429
|
}
|
|
11338
11430
|
},
|
|
@@ -11469,6 +11561,7 @@
|
|
|
11469
11561
|
"aliases": [],
|
|
11470
11562
|
"args": {
|
|
11471
11563
|
"backup_id": {
|
|
11564
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11472
11565
|
"name": "backup_id"
|
|
11473
11566
|
}
|
|
11474
11567
|
},
|
|
@@ -11513,13 +11606,23 @@
|
|
|
11513
11606
|
"aliases": [],
|
|
11514
11607
|
"args": {
|
|
11515
11608
|
"backup": {
|
|
11609
|
+
"description": "URL or backup ID from another app",
|
|
11516
11610
|
"name": "backup"
|
|
11517
11611
|
},
|
|
11518
11612
|
"database": {
|
|
11613
|
+
"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.",
|
|
11519
11614
|
"name": "database"
|
|
11520
11615
|
}
|
|
11521
11616
|
},
|
|
11522
11617
|
"description": "restore a backup (default latest) to a database",
|
|
11618
|
+
"examples": [
|
|
11619
|
+
"# Basic Restore from Backup ID\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app\n",
|
|
11620
|
+
"# Restore from Another App\n$ heroku pg:backups:restore example-app::b101 DATABASE_URL --app my-heroku-app\n",
|
|
11621
|
+
"# 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",
|
|
11622
|
+
"# Verbose Output\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --verbose\n",
|
|
11623
|
+
"# Restore with Confirmation Prompt\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --confirm my-heroku-app\n",
|
|
11624
|
+
"# Restore with a Specific Database Name\n$ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app\n"
|
|
11625
|
+
],
|
|
11523
11626
|
"flags": {
|
|
11524
11627
|
"wait-interval": {
|
|
11525
11628
|
"name": "wait-interval",
|
|
@@ -11588,6 +11691,7 @@
|
|
|
11588
11691
|
"aliases": [],
|
|
11589
11692
|
"args": {
|
|
11590
11693
|
"database": {
|
|
11694
|
+
"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.",
|
|
11591
11695
|
"name": "database"
|
|
11592
11696
|
}
|
|
11593
11697
|
},
|
|
@@ -11680,6 +11784,7 @@
|
|
|
11680
11784
|
"aliases": [],
|
|
11681
11785
|
"args": {
|
|
11682
11786
|
"database": {
|
|
11787
|
+
"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.",
|
|
11683
11788
|
"name": "database"
|
|
11684
11789
|
}
|
|
11685
11790
|
},
|
|
@@ -11724,6 +11829,7 @@
|
|
|
11724
11829
|
"aliases": [],
|
|
11725
11830
|
"args": {
|
|
11726
11831
|
"backup_id": {
|
|
11832
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11727
11833
|
"name": "backup_id"
|
|
11728
11834
|
}
|
|
11729
11835
|
},
|
|
@@ -11768,6 +11874,7 @@
|
|
|
11768
11874
|
"aliases": [],
|
|
11769
11875
|
"args": {
|
|
11770
11876
|
"database": {
|
|
11877
|
+
"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.",
|
|
11771
11878
|
"name": "database"
|
|
11772
11879
|
}
|
|
11773
11880
|
},
|
|
@@ -11822,6 +11929,7 @@
|
|
|
11822
11929
|
"aliases": [],
|
|
11823
11930
|
"args": {
|
|
11824
11931
|
"database": {
|
|
11932
|
+
"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.",
|
|
11825
11933
|
"name": "database"
|
|
11826
11934
|
}
|
|
11827
11935
|
},
|
|
@@ -11875,6 +11983,7 @@
|
|
|
11875
11983
|
"aliases": [],
|
|
11876
11984
|
"args": {
|
|
11877
11985
|
"database": {
|
|
11986
|
+
"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.",
|
|
11878
11987
|
"name": "database"
|
|
11879
11988
|
}
|
|
11880
11989
|
},
|
|
@@ -11937,6 +12046,7 @@
|
|
|
11937
12046
|
"aliases": [],
|
|
11938
12047
|
"args": {
|
|
11939
12048
|
"database": {
|
|
12049
|
+
"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.",
|
|
11940
12050
|
"name": "database"
|
|
11941
12051
|
}
|
|
11942
12052
|
},
|
|
@@ -11990,6 +12100,7 @@
|
|
|
11990
12100
|
"aliases": [],
|
|
11991
12101
|
"args": {
|
|
11992
12102
|
"database": {
|
|
12103
|
+
"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.",
|
|
11993
12104
|
"name": "database"
|
|
11994
12105
|
}
|
|
11995
12106
|
},
|
|
@@ -12064,6 +12175,7 @@
|
|
|
12064
12175
|
"aliases": [],
|
|
12065
12176
|
"args": {
|
|
12066
12177
|
"database": {
|
|
12178
|
+
"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.",
|
|
12067
12179
|
"name": "database"
|
|
12068
12180
|
}
|
|
12069
12181
|
},
|
|
@@ -12117,10 +12229,12 @@
|
|
|
12117
12229
|
"aliases": [],
|
|
12118
12230
|
"args": {
|
|
12119
12231
|
"remote": {
|
|
12232
|
+
"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::`",
|
|
12120
12233
|
"name": "remote",
|
|
12121
12234
|
"required": true
|
|
12122
12235
|
},
|
|
12123
12236
|
"database": {
|
|
12237
|
+
"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::`",
|
|
12124
12238
|
"name": "database",
|
|
12125
12239
|
"required": true
|
|
12126
12240
|
}
|
|
@@ -12173,10 +12287,12 @@
|
|
|
12173
12287
|
"aliases": [],
|
|
12174
12288
|
"args": {
|
|
12175
12289
|
"database": {
|
|
12290
|
+
"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::`",
|
|
12176
12291
|
"name": "database",
|
|
12177
12292
|
"required": true
|
|
12178
12293
|
},
|
|
12179
12294
|
"link": {
|
|
12295
|
+
"description": "name of the linked data store",
|
|
12180
12296
|
"name": "link",
|
|
12181
12297
|
"required": true
|
|
12182
12298
|
}
|
|
@@ -12231,6 +12347,7 @@
|
|
|
12231
12347
|
"aliases": [],
|
|
12232
12348
|
"args": {
|
|
12233
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.",
|
|
12234
12351
|
"name": "database"
|
|
12235
12352
|
}
|
|
12236
12353
|
},
|
|
@@ -12275,6 +12392,7 @@
|
|
|
12275
12392
|
"aliases": [],
|
|
12276
12393
|
"args": {
|
|
12277
12394
|
"database": {
|
|
12395
|
+
"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.",
|
|
12278
12396
|
"name": "database"
|
|
12279
12397
|
}
|
|
12280
12398
|
},
|
|
@@ -12319,6 +12437,7 @@
|
|
|
12319
12437
|
"aliases": [],
|
|
12320
12438
|
"args": {
|
|
12321
12439
|
"database": {
|
|
12440
|
+
"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.",
|
|
12322
12441
|
"name": "database"
|
|
12323
12442
|
}
|
|
12324
12443
|
},
|
|
@@ -12369,10 +12488,12 @@
|
|
|
12369
12488
|
"aliases": [],
|
|
12370
12489
|
"args": {
|
|
12371
12490
|
"window": {
|
|
12491
|
+
"description": "timestamp of the maintenance window",
|
|
12372
12492
|
"name": "window",
|
|
12373
12493
|
"required": true
|
|
12374
12494
|
},
|
|
12375
12495
|
"database": {
|
|
12496
|
+
"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.",
|
|
12376
12497
|
"name": "database"
|
|
12377
12498
|
}
|
|
12378
12499
|
},
|
|
@@ -12419,9 +12540,11 @@
|
|
|
12419
12540
|
"aliases": [],
|
|
12420
12541
|
"args": {
|
|
12421
12542
|
"database": {
|
|
12543
|
+
"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.",
|
|
12422
12544
|
"name": "database"
|
|
12423
12545
|
},
|
|
12424
12546
|
"value": {
|
|
12547
|
+
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12425
12548
|
"name": "value"
|
|
12426
12549
|
}
|
|
12427
12550
|
},
|
|
@@ -12466,9 +12589,11 @@
|
|
|
12466
12589
|
"aliases": [],
|
|
12467
12590
|
"args": {
|
|
12468
12591
|
"database": {
|
|
12592
|
+
"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.",
|
|
12469
12593
|
"name": "database"
|
|
12470
12594
|
},
|
|
12471
12595
|
"value": {
|
|
12596
|
+
"description": "boolean indicating if data replication slot details get logged",
|
|
12472
12597
|
"name": "value"
|
|
12473
12598
|
}
|
|
12474
12599
|
},
|
|
@@ -12512,6 +12637,7 @@
|
|
|
12512
12637
|
"aliases": [],
|
|
12513
12638
|
"args": {
|
|
12514
12639
|
"database": {
|
|
12640
|
+
"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.",
|
|
12515
12641
|
"name": "database"
|
|
12516
12642
|
}
|
|
12517
12643
|
},
|
|
@@ -12556,9 +12682,11 @@
|
|
|
12556
12682
|
"aliases": [],
|
|
12557
12683
|
"args": {
|
|
12558
12684
|
"database": {
|
|
12685
|
+
"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.",
|
|
12559
12686
|
"name": "database"
|
|
12560
12687
|
},
|
|
12561
12688
|
"value": {
|
|
12689
|
+
"description": "boolean indicating if database login attempts get logged",
|
|
12562
12690
|
"name": "value"
|
|
12563
12691
|
}
|
|
12564
12692
|
},
|
|
@@ -12602,9 +12730,11 @@
|
|
|
12602
12730
|
"aliases": [],
|
|
12603
12731
|
"args": {
|
|
12604
12732
|
"database": {
|
|
12733
|
+
"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.",
|
|
12605
12734
|
"name": "database"
|
|
12606
12735
|
},
|
|
12607
12736
|
"value": {
|
|
12737
|
+
"description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
|
|
12608
12738
|
"name": "value"
|
|
12609
12739
|
}
|
|
12610
12740
|
},
|
|
@@ -12648,9 +12778,11 @@
|
|
|
12648
12778
|
"aliases": [],
|
|
12649
12779
|
"args": {
|
|
12650
12780
|
"database": {
|
|
12781
|
+
"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.",
|
|
12651
12782
|
"name": "database"
|
|
12652
12783
|
},
|
|
12653
12784
|
"value": {
|
|
12785
|
+
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12654
12786
|
"name": "value"
|
|
12655
12787
|
}
|
|
12656
12788
|
},
|
|
@@ -12694,6 +12826,7 @@
|
|
|
12694
12826
|
"aliases": [],
|
|
12695
12827
|
"args": {
|
|
12696
12828
|
"database": {
|
|
12829
|
+
"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.",
|
|
12697
12830
|
"name": "database"
|
|
12698
12831
|
},
|
|
12699
12832
|
"value": {
|
|
@@ -12746,9 +12879,11 @@
|
|
|
12746
12879
|
"aliases": [],
|
|
12747
12880
|
"args": {
|
|
12748
12881
|
"database": {
|
|
12882
|
+
"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.",
|
|
12749
12883
|
"name": "database"
|
|
12750
12884
|
},
|
|
12751
12885
|
"value": {
|
|
12886
|
+
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12752
12887
|
"name": "value",
|
|
12753
12888
|
"options": [
|
|
12754
12889
|
"none",
|
|
@@ -12798,9 +12933,11 @@
|
|
|
12798
12933
|
"aliases": [],
|
|
12799
12934
|
"args": {
|
|
12800
12935
|
"database": {
|
|
12936
|
+
"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.",
|
|
12801
12937
|
"name": "database"
|
|
12802
12938
|
},
|
|
12803
12939
|
"value": {
|
|
12940
|
+
"description": "function type to track\n<options: none|pl|all>",
|
|
12804
12941
|
"name": "value",
|
|
12805
12942
|
"options": [
|
|
12806
12943
|
"none",
|
|
@@ -12999,6 +13136,7 @@
|
|
|
12999
13136
|
],
|
|
13000
13137
|
"args": {
|
|
13001
13138
|
"url": {
|
|
13139
|
+
"description": "URL to replace the log drain with",
|
|
13002
13140
|
"name": "url",
|
|
13003
13141
|
"required": true
|
|
13004
13142
|
}
|
|
@@ -13231,6 +13369,7 @@
|
|
|
13231
13369
|
"aliases": [],
|
|
13232
13370
|
"args": {
|
|
13233
13371
|
"source": {
|
|
13372
|
+
"description": "IP address in CIDR notation",
|
|
13234
13373
|
"name": "source",
|
|
13235
13374
|
"required": true
|
|
13236
13375
|
}
|
|
@@ -13324,6 +13463,7 @@
|
|
|
13324
13463
|
"aliases": [],
|
|
13325
13464
|
"args": {
|
|
13326
13465
|
"source": {
|
|
13466
|
+
"description": "IP address in CIDR notation",
|
|
13327
13467
|
"name": "source",
|
|
13328
13468
|
"required": true
|
|
13329
13469
|
}
|
|
@@ -13783,6 +13923,7 @@
|
|
|
13783
13923
|
"aliases": [],
|
|
13784
13924
|
"args": {
|
|
13785
13925
|
"id": {
|
|
13926
|
+
"description": "ID of the webhook event",
|
|
13786
13927
|
"name": "id",
|
|
13787
13928
|
"required": true
|
|
13788
13929
|
}
|
|
@@ -13888,6 +14029,7 @@
|
|
|
13888
14029
|
"aliases": [],
|
|
13889
14030
|
"args": {
|
|
13890
14031
|
"id": {
|
|
14032
|
+
"description": "ID of the webhook event",
|
|
13891
14033
|
"name": "id",
|
|
13892
14034
|
"required": true
|
|
13893
14035
|
}
|
|
@@ -13943,9 +14085,11 @@
|
|
|
13943
14085
|
"aliases": [],
|
|
13944
14086
|
"args": {
|
|
13945
14087
|
"database": {
|
|
14088
|
+
"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.",
|
|
13946
14089
|
"name": "database"
|
|
13947
14090
|
},
|
|
13948
14091
|
"value": {
|
|
14092
|
+
"description": "boolean indicating if execution plans get logged",
|
|
13949
14093
|
"name": "value"
|
|
13950
14094
|
}
|
|
13951
14095
|
},
|
|
@@ -13990,9 +14134,11 @@
|
|
|
13990
14134
|
"aliases": [],
|
|
13991
14135
|
"args": {
|
|
13992
14136
|
"database": {
|
|
14137
|
+
"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.",
|
|
13993
14138
|
"name": "database"
|
|
13994
14139
|
},
|
|
13995
14140
|
"value": {
|
|
14141
|
+
"description": "boolean indicating if the database has buffer statistics enabled",
|
|
13996
14142
|
"name": "value"
|
|
13997
14143
|
}
|
|
13998
14144
|
},
|
|
@@ -14037,9 +14183,11 @@
|
|
|
14037
14183
|
"aliases": [],
|
|
14038
14184
|
"args": {
|
|
14039
14185
|
"database": {
|
|
14186
|
+
"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.",
|
|
14040
14187
|
"name": "database"
|
|
14041
14188
|
},
|
|
14042
14189
|
"value": {
|
|
14190
|
+
"description": "format of the log output\n<options: text|json|yaml|xml>",
|
|
14043
14191
|
"name": "value",
|
|
14044
14192
|
"options": [
|
|
14045
14193
|
"text",
|
|
@@ -14090,9 +14238,11 @@
|
|
|
14090
14238
|
"aliases": [],
|
|
14091
14239
|
"args": {
|
|
14092
14240
|
"database": {
|
|
14241
|
+
"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.",
|
|
14093
14242
|
"name": "database"
|
|
14094
14243
|
},
|
|
14095
14244
|
"value": {
|
|
14245
|
+
"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.",
|
|
14096
14246
|
"name": "value"
|
|
14097
14247
|
}
|
|
14098
14248
|
},
|
|
@@ -14137,9 +14287,11 @@
|
|
|
14137
14287
|
"aliases": [],
|
|
14138
14288
|
"args": {
|
|
14139
14289
|
"database": {
|
|
14290
|
+
"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.",
|
|
14140
14291
|
"name": "database"
|
|
14141
14292
|
},
|
|
14142
14293
|
"value": {
|
|
14294
|
+
"description": "boolean indicating if execution plan logs include nested statements",
|
|
14143
14295
|
"name": "value"
|
|
14144
14296
|
}
|
|
14145
14297
|
},
|
|
@@ -14184,9 +14336,11 @@
|
|
|
14184
14336
|
"aliases": [],
|
|
14185
14337
|
"args": {
|
|
14186
14338
|
"database": {
|
|
14339
|
+
"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.",
|
|
14187
14340
|
"name": "database"
|
|
14188
14341
|
},
|
|
14189
14342
|
"value": {
|
|
14343
|
+
"description": "boolean indicating if the database has trigger execution statistics enabled",
|
|
14190
14344
|
"name": "value"
|
|
14191
14345
|
}
|
|
14192
14346
|
},
|
|
@@ -14231,9 +14385,11 @@
|
|
|
14231
14385
|
"aliases": [],
|
|
14232
14386
|
"args": {
|
|
14233
14387
|
"database": {
|
|
14388
|
+
"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.",
|
|
14234
14389
|
"name": "database"
|
|
14235
14390
|
},
|
|
14236
14391
|
"value": {
|
|
14392
|
+
"description": "boolean indicating if the database has verbose execution plan logging enabled",
|
|
14237
14393
|
"name": "value"
|
|
14238
14394
|
}
|
|
14239
14395
|
},
|
|
@@ -14275,5 +14431,5 @@
|
|
|
14275
14431
|
]
|
|
14276
14432
|
}
|
|
14277
14433
|
},
|
|
14278
|
-
"version": "10.0.0-
|
|
14434
|
+
"version": "10.0.0-beta.0"
|
|
14279
14435
|
}
|