heroku 10.0.0-alpha.0 → 10.0.0-alpha.2
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 +1 -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/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/logs.d.ts +2 -2
- package/lib/commands/logs.js +9 -7
- 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/ps/autoscale/enable.js +13 -2
- package/lib/commands/ps/index.js +15 -6
- package/lib/commands/ps/restart.d.ts +2 -1
- package/lib/commands/ps/restart.js +43 -11
- package/lib/commands/ps/stop.d.ts +3 -2
- package/lib/commands/ps/stop.js +40 -9
- package/lib/commands/ps/type.js +2 -1
- 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.d.ts +1 -0
- package/lib/commands/spaces/create.js +4 -2
- 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 +21 -31
- package/lib/commands/telemetry/index.d.ts +1 -1
- package/lib/commands/telemetry/index.js +16 -10
- package/lib/commands/telemetry/remove.js +2 -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/hooks/plugins/preinstall/disclaimers.d.ts +3 -0
- package/lib/hooks/plugins/preinstall/disclaimers.js +26 -0
- 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/run/log-displayer.js +6 -2
- 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 +237 -23
- package/package.json +6 -3
package/oclif.manifest.json
CHANGED
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"examples": [
|
|
82
82
|
"heroku logs --app=my-app",
|
|
83
83
|
"heroku logs --num=50 --app=my-app",
|
|
84
|
-
"heroku logs --dyno=web-123-456 --app=my-app",
|
|
85
|
-
"heroku logs --type=web --app=my-app",
|
|
84
|
+
"heroku logs --dyno-name=web-123-456 --app=my-app",
|
|
85
|
+
"heroku logs --process-type=web --app=my-app",
|
|
86
86
|
"heroku logs --app=my-app --tail"
|
|
87
87
|
],
|
|
88
88
|
"flags": {
|
|
@@ -95,10 +95,13 @@
|
|
|
95
95
|
"multiple": false,
|
|
96
96
|
"type": "option"
|
|
97
97
|
},
|
|
98
|
-
"dyno": {
|
|
98
|
+
"dyno-name": {
|
|
99
|
+
"aliases": [
|
|
100
|
+
"dyno"
|
|
101
|
+
],
|
|
99
102
|
"char": "d",
|
|
100
103
|
"description": "only show output from this dyno (such as \"web-123-456\" or \"worker.2\")",
|
|
101
|
-
"name": "dyno",
|
|
104
|
+
"name": "dyno-name",
|
|
102
105
|
"hasDynamicHelp": false,
|
|
103
106
|
"multiple": false,
|
|
104
107
|
"type": "option"
|
|
@@ -140,7 +143,7 @@
|
|
|
140
143
|
{
|
|
141
144
|
"type": "none",
|
|
142
145
|
"flags": [
|
|
143
|
-
"dyno"
|
|
146
|
+
"dyno-name"
|
|
144
147
|
]
|
|
145
148
|
}
|
|
146
149
|
],
|
|
@@ -171,14 +174,15 @@
|
|
|
171
174
|
"allowNo": false,
|
|
172
175
|
"type": "boolean"
|
|
173
176
|
},
|
|
174
|
-
"type": {
|
|
177
|
+
"process-type": {
|
|
178
|
+
"char": "p",
|
|
175
179
|
"description": "only show output from this process type (such as \"web\" or \"worker\")",
|
|
176
|
-
"name": "type",
|
|
180
|
+
"name": "process-type",
|
|
177
181
|
"relationships": [
|
|
178
182
|
{
|
|
179
183
|
"type": "none",
|
|
180
184
|
"flags": [
|
|
181
|
-
"dyno",
|
|
185
|
+
"dyno-name",
|
|
182
186
|
"ps"
|
|
183
187
|
]
|
|
184
188
|
}
|
|
@@ -337,6 +341,7 @@
|
|
|
337
341
|
"aliases": [],
|
|
338
342
|
"args": {
|
|
339
343
|
"email": {
|
|
344
|
+
"description": "email address of the team member",
|
|
340
345
|
"name": "email",
|
|
341
346
|
"required": true
|
|
342
347
|
}
|
|
@@ -478,6 +483,7 @@
|
|
|
478
483
|
"aliases": [],
|
|
479
484
|
"args": {
|
|
480
485
|
"email": {
|
|
486
|
+
"description": "email address of the team member",
|
|
481
487
|
"name": "email",
|
|
482
488
|
"required": true
|
|
483
489
|
}
|
|
@@ -1058,6 +1064,7 @@
|
|
|
1058
1064
|
"aliases": [],
|
|
1059
1065
|
"args": {
|
|
1060
1066
|
"path": {
|
|
1067
|
+
"description": "base URL path of app",
|
|
1061
1068
|
"name": "path",
|
|
1062
1069
|
"required": false
|
|
1063
1070
|
}
|
|
@@ -1108,6 +1115,7 @@
|
|
|
1108
1115
|
"aliases": [],
|
|
1109
1116
|
"args": {
|
|
1110
1117
|
"newname": {
|
|
1118
|
+
"description": "new unique name of the app",
|
|
1111
1119
|
"name": "newname",
|
|
1112
1120
|
"required": true
|
|
1113
1121
|
}
|
|
@@ -1269,6 +1277,7 @@
|
|
|
1269
1277
|
"aliases": [],
|
|
1270
1278
|
"args": {
|
|
1271
1279
|
"addon_name": {
|
|
1280
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1272
1281
|
"name": "addon_name",
|
|
1273
1282
|
"required": true
|
|
1274
1283
|
}
|
|
@@ -1334,6 +1343,7 @@
|
|
|
1334
1343
|
"aliases": [],
|
|
1335
1344
|
"args": {
|
|
1336
1345
|
"service:plan": {
|
|
1346
|
+
"description": "unique identifier or unique name of the add-on service plan",
|
|
1337
1347
|
"name": "service:plan",
|
|
1338
1348
|
"required": true
|
|
1339
1349
|
}
|
|
@@ -1409,6 +1419,7 @@
|
|
|
1409
1419
|
"aliases": [],
|
|
1410
1420
|
"args": {
|
|
1411
1421
|
"addonName": {
|
|
1422
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1412
1423
|
"name": "addonName",
|
|
1413
1424
|
"required": true
|
|
1414
1425
|
}
|
|
@@ -1477,6 +1488,7 @@
|
|
|
1477
1488
|
"aliases": [],
|
|
1478
1489
|
"args": {
|
|
1479
1490
|
"attachment_name": {
|
|
1491
|
+
"description": "unique identifier of the add-on attachment",
|
|
1480
1492
|
"name": "attachment_name",
|
|
1481
1493
|
"required": true
|
|
1482
1494
|
}
|
|
@@ -1521,6 +1533,7 @@
|
|
|
1521
1533
|
"aliases": [],
|
|
1522
1534
|
"args": {
|
|
1523
1535
|
"addon": {
|
|
1536
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1524
1537
|
"name": "addon",
|
|
1525
1538
|
"required": true
|
|
1526
1539
|
}
|
|
@@ -1626,6 +1639,7 @@
|
|
|
1626
1639
|
"aliases": [],
|
|
1627
1640
|
"args": {
|
|
1628
1641
|
"addon": {
|
|
1642
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1629
1643
|
"name": "addon",
|
|
1630
1644
|
"required": true
|
|
1631
1645
|
}
|
|
@@ -1670,6 +1684,7 @@
|
|
|
1670
1684
|
"aliases": [],
|
|
1671
1685
|
"args": {
|
|
1672
1686
|
"addon": {
|
|
1687
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1673
1688
|
"name": "addon",
|
|
1674
1689
|
"required": true
|
|
1675
1690
|
}
|
|
@@ -1719,6 +1734,7 @@
|
|
|
1719
1734
|
"aliases": [],
|
|
1720
1735
|
"args": {
|
|
1721
1736
|
"service": {
|
|
1737
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1722
1738
|
"name": "service",
|
|
1723
1739
|
"required": true
|
|
1724
1740
|
}
|
|
@@ -1752,10 +1768,12 @@
|
|
|
1752
1768
|
"aliases": [],
|
|
1753
1769
|
"args": {
|
|
1754
1770
|
"addon_name": {
|
|
1771
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1755
1772
|
"name": "addon_name",
|
|
1756
1773
|
"required": true
|
|
1757
1774
|
},
|
|
1758
1775
|
"new_name": {
|
|
1776
|
+
"description": "new globally unique name of the add-on",
|
|
1759
1777
|
"name": "new_name",
|
|
1760
1778
|
"required": true
|
|
1761
1779
|
}
|
|
@@ -1812,10 +1830,12 @@
|
|
|
1812
1830
|
],
|
|
1813
1831
|
"args": {
|
|
1814
1832
|
"addon": {
|
|
1833
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1815
1834
|
"name": "addon",
|
|
1816
1835
|
"required": true
|
|
1817
1836
|
},
|
|
1818
1837
|
"plan": {
|
|
1838
|
+
"description": "unique identifier or name of the plan",
|
|
1819
1839
|
"name": "plan"
|
|
1820
1840
|
}
|
|
1821
1841
|
},
|
|
@@ -1861,6 +1881,7 @@
|
|
|
1861
1881
|
"aliases": [],
|
|
1862
1882
|
"args": {
|
|
1863
1883
|
"addon": {
|
|
1884
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1864
1885
|
"name": "addon"
|
|
1865
1886
|
}
|
|
1866
1887
|
},
|
|
@@ -2128,6 +2149,7 @@
|
|
|
2128
2149
|
"aliases": [],
|
|
2129
2150
|
"args": {
|
|
2130
2151
|
"id": {
|
|
2152
|
+
"description": "ID of the authorization",
|
|
2131
2153
|
"name": "id",
|
|
2132
2154
|
"required": true
|
|
2133
2155
|
}
|
|
@@ -2164,6 +2186,7 @@
|
|
|
2164
2186
|
],
|
|
2165
2187
|
"args": {
|
|
2166
2188
|
"id": {
|
|
2189
|
+
"description": "ID of the authorization",
|
|
2167
2190
|
"name": "id",
|
|
2168
2191
|
"required": true
|
|
2169
2192
|
}
|
|
@@ -2192,6 +2215,7 @@
|
|
|
2192
2215
|
"aliases": [],
|
|
2193
2216
|
"args": {
|
|
2194
2217
|
"id": {
|
|
2218
|
+
"description": "ID of the authorization",
|
|
2195
2219
|
"name": "id",
|
|
2196
2220
|
"required": true
|
|
2197
2221
|
}
|
|
@@ -2217,6 +2241,7 @@
|
|
|
2217
2241
|
"aliases": [],
|
|
2218
2242
|
"args": {
|
|
2219
2243
|
"id": {
|
|
2244
|
+
"description": "ID of the authorization",
|
|
2220
2245
|
"name": "id",
|
|
2221
2246
|
"required": true
|
|
2222
2247
|
}
|
|
@@ -2758,10 +2783,12 @@
|
|
|
2758
2783
|
"aliases": [],
|
|
2759
2784
|
"args": {
|
|
2760
2785
|
"CRT": {
|
|
2786
|
+
"description": "absolute path of the certificate file on disk",
|
|
2761
2787
|
"name": "CRT",
|
|
2762
2788
|
"required": true
|
|
2763
2789
|
},
|
|
2764
2790
|
"KEY": {
|
|
2791
|
+
"description": "absolute path of the key file on disk",
|
|
2765
2792
|
"name": "KEY",
|
|
2766
2793
|
"required": true
|
|
2767
2794
|
}
|
|
@@ -2809,6 +2836,7 @@
|
|
|
2809
2836
|
"aliases": [],
|
|
2810
2837
|
"args": {
|
|
2811
2838
|
"domain": {
|
|
2839
|
+
"description": "domain name to generate",
|
|
2812
2840
|
"name": "domain",
|
|
2813
2841
|
"required": true
|
|
2814
2842
|
}
|
|
@@ -3068,10 +3096,12 @@
|
|
|
3068
3096
|
"aliases": [],
|
|
3069
3097
|
"args": {
|
|
3070
3098
|
"CRT": {
|
|
3099
|
+
"description": "absolute path of the certificate file on disk",
|
|
3071
3100
|
"name": "CRT",
|
|
3072
3101
|
"required": true
|
|
3073
3102
|
},
|
|
3074
3103
|
"KEY": {
|
|
3104
|
+
"description": "absolute path of the key file on disk",
|
|
3075
3105
|
"name": "KEY",
|
|
3076
3106
|
"required": true
|
|
3077
3107
|
}
|
|
@@ -3254,6 +3284,7 @@
|
|
|
3254
3284
|
"aliases": [],
|
|
3255
3285
|
"args": {
|
|
3256
3286
|
"test-run": {
|
|
3287
|
+
"description": "auto-incremented test run number",
|
|
3257
3288
|
"name": "test-run",
|
|
3258
3289
|
"required": true
|
|
3259
3290
|
}
|
|
@@ -3455,6 +3486,7 @@
|
|
|
3455
3486
|
"aliases": [],
|
|
3456
3487
|
"args": {
|
|
3457
3488
|
"number": {
|
|
3489
|
+
"description": "auto-incremented test run number",
|
|
3458
3490
|
"name": "number",
|
|
3459
3491
|
"required": false
|
|
3460
3492
|
}
|
|
@@ -3558,10 +3590,12 @@
|
|
|
3558
3590
|
"aliases": [],
|
|
3559
3591
|
"args": {
|
|
3560
3592
|
"name": {
|
|
3593
|
+
"description": "name of the OAuth client",
|
|
3561
3594
|
"name": "name",
|
|
3562
3595
|
"required": true
|
|
3563
3596
|
},
|
|
3564
3597
|
"redirect_uri": {
|
|
3598
|
+
"description": "redirect URL of the OAuth client",
|
|
3565
3599
|
"name": "redirect_uri",
|
|
3566
3600
|
"required": true
|
|
3567
3601
|
}
|
|
@@ -3605,6 +3639,7 @@
|
|
|
3605
3639
|
"aliases": [],
|
|
3606
3640
|
"args": {
|
|
3607
3641
|
"id": {
|
|
3642
|
+
"description": "ID of the OAuth client",
|
|
3608
3643
|
"name": "id",
|
|
3609
3644
|
"required": true
|
|
3610
3645
|
}
|
|
@@ -3658,6 +3693,7 @@
|
|
|
3658
3693
|
"aliases": [],
|
|
3659
3694
|
"args": {
|
|
3660
3695
|
"id": {
|
|
3696
|
+
"description": "ID of the OAuth client",
|
|
3661
3697
|
"name": "id",
|
|
3662
3698
|
"required": true
|
|
3663
3699
|
}
|
|
@@ -3701,6 +3737,7 @@
|
|
|
3701
3737
|
"aliases": [],
|
|
3702
3738
|
"args": {
|
|
3703
3739
|
"id": {
|
|
3740
|
+
"description": "ID of the OAuth client",
|
|
3704
3741
|
"name": "id",
|
|
3705
3742
|
"required": true
|
|
3706
3743
|
}
|
|
@@ -3741,6 +3778,7 @@
|
|
|
3741
3778
|
"aliases": [],
|
|
3742
3779
|
"args": {
|
|
3743
3780
|
"id": {
|
|
3781
|
+
"description": "ID of the OAuth client",
|
|
3744
3782
|
"name": "id",
|
|
3745
3783
|
"required": true
|
|
3746
3784
|
}
|
|
@@ -3834,6 +3872,7 @@
|
|
|
3834
3872
|
"aliases": [],
|
|
3835
3873
|
"args": {
|
|
3836
3874
|
"KEY": {
|
|
3875
|
+
"description": "key name of the config var value",
|
|
3837
3876
|
"name": "KEY",
|
|
3838
3877
|
"required": true
|
|
3839
3878
|
}
|
|
@@ -4372,6 +4411,7 @@
|
|
|
4372
4411
|
"aliases": [],
|
|
4373
4412
|
"args": {
|
|
4374
4413
|
"hostname": {
|
|
4414
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4375
4415
|
"name": "hostname",
|
|
4376
4416
|
"required": true
|
|
4377
4417
|
}
|
|
@@ -4617,6 +4657,7 @@
|
|
|
4617
4657
|
"aliases": [],
|
|
4618
4658
|
"args": {
|
|
4619
4659
|
"hostname": {
|
|
4660
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4620
4661
|
"name": "hostname",
|
|
4621
4662
|
"required": true
|
|
4622
4663
|
}
|
|
@@ -4670,6 +4711,7 @@
|
|
|
4670
4711
|
"aliases": [],
|
|
4671
4712
|
"args": {
|
|
4672
4713
|
"hostname": {
|
|
4714
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4673
4715
|
"name": "hostname",
|
|
4674
4716
|
"required": true
|
|
4675
4717
|
}
|
|
@@ -4723,6 +4765,7 @@
|
|
|
4723
4765
|
"aliases": [],
|
|
4724
4766
|
"args": {
|
|
4725
4767
|
"hostname": {
|
|
4768
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4726
4769
|
"name": "hostname",
|
|
4727
4770
|
"required": true
|
|
4728
4771
|
}
|
|
@@ -4784,6 +4827,7 @@
|
|
|
4784
4827
|
"aliases": [],
|
|
4785
4828
|
"args": {
|
|
4786
4829
|
"hostname": {
|
|
4830
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4787
4831
|
"name": "hostname"
|
|
4788
4832
|
}
|
|
4789
4833
|
},
|
|
@@ -4833,6 +4877,7 @@
|
|
|
4833
4877
|
"aliases": [],
|
|
4834
4878
|
"args": {
|
|
4835
4879
|
"url": {
|
|
4880
|
+
"description": "URL of the log drain",
|
|
4836
4881
|
"name": "url",
|
|
4837
4882
|
"required": true
|
|
4838
4883
|
}
|
|
@@ -4927,6 +4972,7 @@
|
|
|
4927
4972
|
"aliases": [],
|
|
4928
4973
|
"args": {
|
|
4929
4974
|
"url": {
|
|
4975
|
+
"description": "URL of the log drain",
|
|
4930
4976
|
"name": "url",
|
|
4931
4977
|
"required": true
|
|
4932
4978
|
}
|
|
@@ -4972,6 +5018,7 @@
|
|
|
4972
5018
|
"aliases": [],
|
|
4973
5019
|
"args": {
|
|
4974
5020
|
"feature": {
|
|
5021
|
+
"description": "unique identifier or name of the app feature",
|
|
4975
5022
|
"name": "feature",
|
|
4976
5023
|
"required": true
|
|
4977
5024
|
}
|
|
@@ -5015,6 +5062,7 @@
|
|
|
5015
5062
|
"aliases": [],
|
|
5016
5063
|
"args": {
|
|
5017
5064
|
"feature": {
|
|
5065
|
+
"description": "unique identifier or name of the app feature",
|
|
5018
5066
|
"name": "feature",
|
|
5019
5067
|
"required": true
|
|
5020
5068
|
}
|
|
@@ -5102,6 +5150,7 @@
|
|
|
5102
5150
|
"aliases": [],
|
|
5103
5151
|
"args": {
|
|
5104
5152
|
"feature": {
|
|
5153
|
+
"description": "unique identifier or name of the app feature",
|
|
5105
5154
|
"name": "feature",
|
|
5106
5155
|
"required": true
|
|
5107
5156
|
}
|
|
@@ -5197,6 +5246,7 @@
|
|
|
5197
5246
|
"aliases": [],
|
|
5198
5247
|
"args": {
|
|
5199
5248
|
"command": {
|
|
5249
|
+
"description": "command name of the git credentials",
|
|
5200
5250
|
"name": "command",
|
|
5201
5251
|
"required": true
|
|
5202
5252
|
}
|
|
@@ -5262,6 +5312,7 @@
|
|
|
5262
5312
|
"aliases": [],
|
|
5263
5313
|
"args": {
|
|
5264
5314
|
"key": {
|
|
5315
|
+
"description": "absolute path to the key located on disk. If omitted, we use the default rsa key.",
|
|
5265
5316
|
"name": "key"
|
|
5266
5317
|
}
|
|
5267
5318
|
},
|
|
@@ -5357,6 +5408,7 @@
|
|
|
5357
5408
|
"aliases": [],
|
|
5358
5409
|
"args": {
|
|
5359
5410
|
"key": {
|
|
5411
|
+
"description": "email address of the user",
|
|
5360
5412
|
"name": "key",
|
|
5361
5413
|
"required": true
|
|
5362
5414
|
}
|
|
@@ -5384,6 +5436,7 @@
|
|
|
5384
5436
|
"aliases": [],
|
|
5385
5437
|
"args": {
|
|
5386
5438
|
"feature": {
|
|
5439
|
+
"description": "unique identifier or name of the account feature",
|
|
5387
5440
|
"name": "feature",
|
|
5388
5441
|
"required": true
|
|
5389
5442
|
}
|
|
@@ -5433,6 +5486,7 @@
|
|
|
5433
5486
|
"aliases": [],
|
|
5434
5487
|
"args": {
|
|
5435
5488
|
"feature": {
|
|
5489
|
+
"description": "unique identifier or name of the account feature",
|
|
5436
5490
|
"name": "feature",
|
|
5437
5491
|
"required": true
|
|
5438
5492
|
}
|
|
@@ -5523,6 +5577,7 @@
|
|
|
5523
5577
|
"aliases": [],
|
|
5524
5578
|
"args": {
|
|
5525
5579
|
"feature": {
|
|
5580
|
+
"description": "unique identifier or name of the account feature",
|
|
5526
5581
|
"name": "feature",
|
|
5527
5582
|
"required": true
|
|
5528
5583
|
}
|
|
@@ -5576,6 +5631,7 @@
|
|
|
5576
5631
|
],
|
|
5577
5632
|
"args": {
|
|
5578
5633
|
"processname": {
|
|
5634
|
+
"description": "name of the process",
|
|
5579
5635
|
"name": "processname",
|
|
5580
5636
|
"required": false
|
|
5581
5637
|
}
|
|
@@ -5821,6 +5877,7 @@
|
|
|
5821
5877
|
"aliases": [],
|
|
5822
5878
|
"args": {
|
|
5823
5879
|
"email": {
|
|
5880
|
+
"description": "email address of the team member",
|
|
5824
5881
|
"name": "email",
|
|
5825
5882
|
"required": true
|
|
5826
5883
|
}
|
|
@@ -6117,6 +6174,7 @@
|
|
|
6117
6174
|
"aliases": [],
|
|
6118
6175
|
"args": {
|
|
6119
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.",
|
|
6120
6178
|
"name": "database"
|
|
6121
6179
|
}
|
|
6122
6180
|
},
|
|
@@ -6160,6 +6218,7 @@
|
|
|
6160
6218
|
"aliases": [],
|
|
6161
6219
|
"args": {
|
|
6162
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.",
|
|
6163
6222
|
"name": "database"
|
|
6164
6223
|
}
|
|
6165
6224
|
},
|
|
@@ -6203,10 +6262,12 @@
|
|
|
6203
6262
|
"aliases": [],
|
|
6204
6263
|
"args": {
|
|
6205
6264
|
"source": {
|
|
6265
|
+
"description": "config var exposed to the owning app containing the source database URL",
|
|
6206
6266
|
"name": "source",
|
|
6207
6267
|
"required": true
|
|
6208
6268
|
},
|
|
6209
6269
|
"target": {
|
|
6270
|
+
"description": "config var exposed to the owning app containing the target database URL",
|
|
6210
6271
|
"name": "target",
|
|
6211
6272
|
"required": true
|
|
6212
6273
|
}
|
|
@@ -6269,6 +6330,7 @@
|
|
|
6269
6330
|
"aliases": [],
|
|
6270
6331
|
"args": {
|
|
6271
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.",
|
|
6272
6334
|
"name": "database"
|
|
6273
6335
|
}
|
|
6274
6336
|
},
|
|
@@ -6312,6 +6374,7 @@
|
|
|
6312
6374
|
"aliases": [],
|
|
6313
6375
|
"args": {
|
|
6314
6376
|
"DATABASE|REPORT_ID": {
|
|
6377
|
+
"description": "config var exposed to the owning app containing the database URL or the report ID",
|
|
6315
6378
|
"name": "DATABASE|REPORT_ID"
|
|
6316
6379
|
}
|
|
6317
6380
|
},
|
|
@@ -6363,6 +6426,7 @@
|
|
|
6363
6426
|
],
|
|
6364
6427
|
"args": {
|
|
6365
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.",
|
|
6366
6430
|
"name": "database"
|
|
6367
6431
|
}
|
|
6368
6432
|
},
|
|
@@ -6406,10 +6470,12 @@
|
|
|
6406
6470
|
"aliases": [],
|
|
6407
6471
|
"args": {
|
|
6408
6472
|
"pid": {
|
|
6473
|
+
"description": "ID of the process",
|
|
6409
6474
|
"name": "pid",
|
|
6410
6475
|
"required": true
|
|
6411
6476
|
},
|
|
6412
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.",
|
|
6413
6479
|
"name": "database"
|
|
6414
6480
|
}
|
|
6415
6481
|
},
|
|
@@ -6459,6 +6525,7 @@
|
|
|
6459
6525
|
"aliases": [],
|
|
6460
6526
|
"args": {
|
|
6461
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.",
|
|
6462
6529
|
"name": "database"
|
|
6463
6530
|
}
|
|
6464
6531
|
},
|
|
@@ -6502,6 +6569,7 @@
|
|
|
6502
6569
|
"aliases": [],
|
|
6503
6570
|
"args": {
|
|
6504
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.",
|
|
6505
6573
|
"name": "database"
|
|
6506
6574
|
}
|
|
6507
6575
|
},
|
|
@@ -6552,6 +6620,7 @@
|
|
|
6552
6620
|
"aliases": [],
|
|
6553
6621
|
"args": {
|
|
6554
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.",
|
|
6555
6624
|
"name": "database"
|
|
6556
6625
|
}
|
|
6557
6626
|
},
|
|
@@ -6616,6 +6685,7 @@
|
|
|
6616
6685
|
"aliases": [],
|
|
6617
6686
|
"args": {
|
|
6618
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::`",
|
|
6619
6689
|
"name": "database",
|
|
6620
6690
|
"required": true
|
|
6621
6691
|
}
|
|
@@ -6666,6 +6736,7 @@
|
|
|
6666
6736
|
"aliases": [],
|
|
6667
6737
|
"args": {
|
|
6668
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.",
|
|
6669
6740
|
"name": "database"
|
|
6670
6741
|
}
|
|
6671
6742
|
},
|
|
@@ -6717,6 +6788,7 @@
|
|
|
6717
6788
|
],
|
|
6718
6789
|
"args": {
|
|
6719
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.",
|
|
6720
6792
|
"name": "database"
|
|
6721
6793
|
}
|
|
6722
6794
|
},
|
|
@@ -6782,10 +6854,12 @@
|
|
|
6782
6854
|
"aliases": [],
|
|
6783
6855
|
"args": {
|
|
6784
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.",
|
|
6785
6858
|
"name": "source",
|
|
6786
6859
|
"required": true
|
|
6787
6860
|
},
|
|
6788
6861
|
"target": {
|
|
6862
|
+
"description": "PostgreSQL connection string for the target database",
|
|
6789
6863
|
"name": "target",
|
|
6790
6864
|
"required": true
|
|
6791
6865
|
}
|
|
@@ -6841,10 +6915,12 @@
|
|
|
6841
6915
|
"aliases": [],
|
|
6842
6916
|
"args": {
|
|
6843
6917
|
"source": {
|
|
6918
|
+
"description": "PostgreSQL connection string for the source database",
|
|
6844
6919
|
"name": "source",
|
|
6845
6920
|
"required": true
|
|
6846
6921
|
},
|
|
6847
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.",
|
|
6848
6924
|
"name": "target",
|
|
6849
6925
|
"required": true
|
|
6850
6926
|
}
|
|
@@ -6900,6 +6976,7 @@
|
|
|
6900
6976
|
"aliases": [],
|
|
6901
6977
|
"args": {
|
|
6902
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.",
|
|
6903
6980
|
"name": "database"
|
|
6904
6981
|
}
|
|
6905
6982
|
},
|
|
@@ -6958,6 +7035,7 @@
|
|
|
6958
7035
|
"aliases": [],
|
|
6959
7036
|
"args": {
|
|
6960
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::`",
|
|
6961
7039
|
"name": "database",
|
|
6962
7040
|
"required": true
|
|
6963
7041
|
}
|
|
@@ -7009,6 +7087,7 @@
|
|
|
7009
7087
|
"aliases": [],
|
|
7010
7088
|
"args": {
|
|
7011
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.",
|
|
7012
7091
|
"name": "database"
|
|
7013
7092
|
}
|
|
7014
7093
|
},
|
|
@@ -7067,6 +7146,7 @@
|
|
|
7067
7146
|
"aliases": [],
|
|
7068
7147
|
"args": {
|
|
7069
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.",
|
|
7070
7150
|
"name": "database"
|
|
7071
7151
|
}
|
|
7072
7152
|
},
|
|
@@ -7110,6 +7190,7 @@
|
|
|
7110
7190
|
"aliases": [],
|
|
7111
7191
|
"args": {
|
|
7112
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.",
|
|
7113
7194
|
"name": "database"
|
|
7114
7195
|
}
|
|
7115
7196
|
},
|
|
@@ -7826,15 +7907,16 @@
|
|
|
7826
7907
|
],
|
|
7827
7908
|
"args": {
|
|
7828
7909
|
"dyno": {
|
|
7910
|
+
"description": "name of the dyno to restart",
|
|
7829
7911
|
"name": "dyno",
|
|
7830
7912
|
"required": false
|
|
7831
7913
|
}
|
|
7832
7914
|
},
|
|
7833
|
-
"description": "restart app dynos",
|
|
7915
|
+
"description": "restart an app dyno or process type\nif neither --dyno nor --type are specified, restarts all dynos on app\n",
|
|
7834
7916
|
"examples": [
|
|
7835
|
-
"$ heroku ps:restart web.1",
|
|
7836
|
-
"$ heroku ps:restart web",
|
|
7837
|
-
"$ heroku ps:restart"
|
|
7917
|
+
"$ heroku ps:restart --app myapp --dyno-name web.1",
|
|
7918
|
+
"$ heroku ps:restart --app myapp --process-type web",
|
|
7919
|
+
"$ heroku ps:restart --app myapp"
|
|
7838
7920
|
],
|
|
7839
7921
|
"flags": {
|
|
7840
7922
|
"app": {
|
|
@@ -7853,6 +7935,25 @@
|
|
|
7853
7935
|
"hasDynamicHelp": false,
|
|
7854
7936
|
"multiple": false,
|
|
7855
7937
|
"type": "option"
|
|
7938
|
+
},
|
|
7939
|
+
"dyno-name": {
|
|
7940
|
+
"char": "d",
|
|
7941
|
+
"description": "name of the dyno to restart",
|
|
7942
|
+
"name": "dyno-name",
|
|
7943
|
+
"hasDynamicHelp": false,
|
|
7944
|
+
"multiple": false,
|
|
7945
|
+
"type": "option"
|
|
7946
|
+
},
|
|
7947
|
+
"process-type": {
|
|
7948
|
+
"char": "p",
|
|
7949
|
+
"description": "name of the process type to restart",
|
|
7950
|
+
"exclusive": [
|
|
7951
|
+
"dyno-name"
|
|
7952
|
+
],
|
|
7953
|
+
"name": "process-type",
|
|
7954
|
+
"hasDynamicHelp": false,
|
|
7955
|
+
"multiple": false,
|
|
7956
|
+
"type": "option"
|
|
7856
7957
|
}
|
|
7857
7958
|
},
|
|
7858
7959
|
"hasDynamicHelp": false,
|
|
@@ -7865,7 +7966,6 @@
|
|
|
7865
7966
|
"pluginType": "core",
|
|
7866
7967
|
"strict": true,
|
|
7867
7968
|
"topic": "ps",
|
|
7868
|
-
"help": "if DYNO is not specified, restarts all dynos on app",
|
|
7869
7969
|
"isESM": false,
|
|
7870
7970
|
"relativePath": [
|
|
7871
7971
|
"lib",
|
|
@@ -7928,14 +8028,15 @@
|
|
|
7928
8028
|
],
|
|
7929
8029
|
"args": {
|
|
7930
8030
|
"dyno": {
|
|
8031
|
+
"description": "name of the dyno to stop",
|
|
7931
8032
|
"name": "dyno",
|
|
7932
|
-
"required":
|
|
8033
|
+
"required": false
|
|
7933
8034
|
}
|
|
7934
8035
|
},
|
|
7935
|
-
"description": "stop app dyno",
|
|
8036
|
+
"description": "stop an app dyno or process type",
|
|
7936
8037
|
"examples": [
|
|
7937
|
-
"$ heroku ps:stop run.1828",
|
|
7938
|
-
"$ heroku ps:stop run"
|
|
8038
|
+
"$ heroku ps:stop --app myapp --dyno-name run.1828",
|
|
8039
|
+
"$ heroku ps:stop --app myapp --process-type run"
|
|
7939
8040
|
],
|
|
7940
8041
|
"flags": {
|
|
7941
8042
|
"app": {
|
|
@@ -7954,6 +8055,25 @@
|
|
|
7954
8055
|
"hasDynamicHelp": false,
|
|
7955
8056
|
"multiple": false,
|
|
7956
8057
|
"type": "option"
|
|
8058
|
+
},
|
|
8059
|
+
"dyno-name": {
|
|
8060
|
+
"char": "d",
|
|
8061
|
+
"description": "name of the dyno to stop",
|
|
8062
|
+
"name": "dyno-name",
|
|
8063
|
+
"hasDynamicHelp": false,
|
|
8064
|
+
"multiple": false,
|
|
8065
|
+
"type": "option"
|
|
8066
|
+
},
|
|
8067
|
+
"process-type": {
|
|
8068
|
+
"char": "p",
|
|
8069
|
+
"description": "name of the process type to stop",
|
|
8070
|
+
"exclusive": [
|
|
8071
|
+
"dyno-name"
|
|
8072
|
+
],
|
|
8073
|
+
"name": "process-type",
|
|
8074
|
+
"hasDynamicHelp": false,
|
|
8075
|
+
"multiple": false,
|
|
8076
|
+
"type": "option"
|
|
7957
8077
|
}
|
|
7958
8078
|
},
|
|
7959
8079
|
"hasDynamicHelp": false,
|
|
@@ -7967,7 +8087,6 @@
|
|
|
7967
8087
|
"pluginType": "core",
|
|
7968
8088
|
"strict": true,
|
|
7969
8089
|
"topic": "ps",
|
|
7970
|
-
"help": "stop app dyno or dyno type",
|
|
7971
8090
|
"isESM": false,
|
|
7972
8091
|
"relativePath": [
|
|
7973
8092
|
"lib",
|
|
@@ -8089,6 +8208,7 @@
|
|
|
8089
8208
|
"aliases": [],
|
|
8090
8209
|
"args": {
|
|
8091
8210
|
"database": {
|
|
8211
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8092
8212
|
"name": "database"
|
|
8093
8213
|
}
|
|
8094
8214
|
},
|
|
@@ -8143,6 +8263,7 @@
|
|
|
8143
8263
|
"aliases": [],
|
|
8144
8264
|
"args": {
|
|
8145
8265
|
"database": {
|
|
8266
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8146
8267
|
"name": "database",
|
|
8147
8268
|
"required": false
|
|
8148
8269
|
}
|
|
@@ -8195,6 +8316,7 @@
|
|
|
8195
8316
|
],
|
|
8196
8317
|
"args": {
|
|
8197
8318
|
"database": {
|
|
8319
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8198
8320
|
"name": "database"
|
|
8199
8321
|
}
|
|
8200
8322
|
},
|
|
@@ -8245,6 +8367,7 @@
|
|
|
8245
8367
|
"aliases": [],
|
|
8246
8368
|
"args": {
|
|
8247
8369
|
"database": {
|
|
8370
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8248
8371
|
"name": "database"
|
|
8249
8372
|
}
|
|
8250
8373
|
},
|
|
@@ -8297,6 +8420,7 @@
|
|
|
8297
8420
|
"aliases": [],
|
|
8298
8421
|
"args": {
|
|
8299
8422
|
"database": {
|
|
8423
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8300
8424
|
"name": "database",
|
|
8301
8425
|
"required": false
|
|
8302
8426
|
}
|
|
@@ -8365,6 +8489,7 @@
|
|
|
8365
8489
|
"aliases": [],
|
|
8366
8490
|
"args": {
|
|
8367
8491
|
"database": {
|
|
8492
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8368
8493
|
"name": "database"
|
|
8369
8494
|
}
|
|
8370
8495
|
},
|
|
@@ -8417,6 +8542,7 @@
|
|
|
8417
8542
|
"aliases": [],
|
|
8418
8543
|
"args": {
|
|
8419
8544
|
"database": {
|
|
8545
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8420
8546
|
"name": "database",
|
|
8421
8547
|
"required": false
|
|
8422
8548
|
}
|
|
@@ -8461,6 +8587,7 @@
|
|
|
8461
8587
|
"aliases": [],
|
|
8462
8588
|
"args": {
|
|
8463
8589
|
"database": {
|
|
8590
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8464
8591
|
"name": "database"
|
|
8465
8592
|
}
|
|
8466
8593
|
},
|
|
@@ -8511,6 +8638,7 @@
|
|
|
8511
8638
|
"aliases": [],
|
|
8512
8639
|
"args": {
|
|
8513
8640
|
"database": {
|
|
8641
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8514
8642
|
"name": "database"
|
|
8515
8643
|
}
|
|
8516
8644
|
},
|
|
@@ -8563,6 +8691,7 @@
|
|
|
8563
8691
|
"aliases": [],
|
|
8564
8692
|
"args": {
|
|
8565
8693
|
"database": {
|
|
8694
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8566
8695
|
"name": "database"
|
|
8567
8696
|
}
|
|
8568
8697
|
},
|
|
@@ -8621,6 +8750,7 @@
|
|
|
8621
8750
|
"aliases": [],
|
|
8622
8751
|
"args": {
|
|
8623
8752
|
"database": {
|
|
8753
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8624
8754
|
"name": "database",
|
|
8625
8755
|
"required": false
|
|
8626
8756
|
}
|
|
@@ -8737,6 +8867,7 @@
|
|
|
8737
8867
|
"aliases": [],
|
|
8738
8868
|
"args": {
|
|
8739
8869
|
"release": {
|
|
8870
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8740
8871
|
"name": "release"
|
|
8741
8872
|
}
|
|
8742
8873
|
},
|
|
@@ -8793,6 +8924,7 @@
|
|
|
8793
8924
|
"aliases": [],
|
|
8794
8925
|
"args": {
|
|
8795
8926
|
"release": {
|
|
8927
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8796
8928
|
"name": "release"
|
|
8797
8929
|
}
|
|
8798
8930
|
},
|
|
@@ -8836,10 +8968,11 @@
|
|
|
8836
8968
|
"aliases": [],
|
|
8837
8969
|
"args": {
|
|
8838
8970
|
"release": {
|
|
8971
|
+
"description": "ID of the release. If omitted, we use the last eligible release.",
|
|
8839
8972
|
"name": "release"
|
|
8840
8973
|
}
|
|
8841
8974
|
},
|
|
8842
|
-
"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 ",
|
|
8843
8976
|
"flags": {
|
|
8844
8977
|
"remote": {
|
|
8845
8978
|
"char": "r",
|
|
@@ -9254,6 +9387,7 @@
|
|
|
9254
9387
|
"aliases": [],
|
|
9255
9388
|
"args": {
|
|
9256
9389
|
"id": {
|
|
9390
|
+
"description": "ID of the OAuth session",
|
|
9257
9391
|
"name": "id",
|
|
9258
9392
|
"required": true
|
|
9259
9393
|
}
|
|
@@ -9313,7 +9447,7 @@
|
|
|
9313
9447
|
},
|
|
9314
9448
|
"description": "create a new space\n",
|
|
9315
9449
|
"examples": [
|
|
9316
|
-
"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\nCreated at: 2016-01-06T03:23:13Z\n"
|
|
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"
|
|
9317
9451
|
],
|
|
9318
9452
|
"flags": {
|
|
9319
9453
|
"channel": {
|
|
@@ -9337,6 +9471,14 @@
|
|
|
9337
9471
|
"multiple": false,
|
|
9338
9472
|
"type": "option"
|
|
9339
9473
|
},
|
|
9474
|
+
"features": {
|
|
9475
|
+
"description": "a list of features separated by commas",
|
|
9476
|
+
"hidden": true,
|
|
9477
|
+
"name": "features",
|
|
9478
|
+
"hasDynamicHelp": false,
|
|
9479
|
+
"multiple": false,
|
|
9480
|
+
"type": "option"
|
|
9481
|
+
},
|
|
9340
9482
|
"generation": {
|
|
9341
9483
|
"description": "generation for space",
|
|
9342
9484
|
"name": "generation",
|
|
@@ -9841,7 +9983,7 @@
|
|
|
9841
9983
|
}
|
|
9842
9984
|
},
|
|
9843
9985
|
"description": "Add and configure a new telemetry drain. Defaults to collecting all telemetry unless otherwise specified.",
|
|
9844
|
-
"examples": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --signals logs,traces --endpoint https://my-endpoint.com --transport http 'x-drain-example-team: API_KEY x-drain-example-dataset: METRICS_DATASET'\n",
|
|
9986
|
+
"examples": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --app myapp --signals logs,traces --endpoint https://my-endpoint.com --transport http '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
|
|
9845
9987
|
"flags": {
|
|
9846
9988
|
"app": {
|
|
9847
9989
|
"char": "a",
|
|
@@ -9903,7 +10045,7 @@
|
|
|
9903
10045
|
"pluginName": "heroku",
|
|
9904
10046
|
"pluginType": "core",
|
|
9905
10047
|
"strict": true,
|
|
9906
|
-
"example": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --signals logs,traces --endpoint https://my-endpoint.com --transport http 'x-drain-example-team: API_KEY x-drain-example-dataset: METRICS_DATASET'\n",
|
|
10048
|
+
"example": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --app myapp --signals logs,traces --endpoint https://my-endpoint.com --transport http '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
|
|
9907
10049
|
"isESM": false,
|
|
9908
10050
|
"relativePath": [
|
|
9909
10051
|
"lib",
|
|
@@ -10228,6 +10370,7 @@
|
|
|
10228
10370
|
"aliases": [],
|
|
10229
10371
|
"args": {
|
|
10230
10372
|
"id": {
|
|
10373
|
+
"description": "ID of the webhook",
|
|
10231
10374
|
"name": "id",
|
|
10232
10375
|
"required": true
|
|
10233
10376
|
}
|
|
@@ -10340,6 +10483,7 @@
|
|
|
10340
10483
|
"aliases": [],
|
|
10341
10484
|
"args": {
|
|
10342
10485
|
"id": {
|
|
10486
|
+
"description": "ID of the webhook",
|
|
10343
10487
|
"name": "id",
|
|
10344
10488
|
"required": true
|
|
10345
10489
|
}
|
|
@@ -10589,6 +10733,7 @@
|
|
|
10589
10733
|
"aliases": [],
|
|
10590
10734
|
"args": {
|
|
10591
10735
|
"stack": {
|
|
10736
|
+
"description": "unique name or identifier of the stack",
|
|
10592
10737
|
"name": "stack",
|
|
10593
10738
|
"required": true
|
|
10594
10739
|
}
|
|
@@ -10897,6 +11042,7 @@
|
|
|
10897
11042
|
"aliases": [],
|
|
10898
11043
|
"args": {
|
|
10899
11044
|
"key": {
|
|
11045
|
+
"description": "name of the config var key",
|
|
10900
11046
|
"name": "key",
|
|
10901
11047
|
"required": true
|
|
10902
11048
|
}
|
|
@@ -11128,6 +11274,7 @@
|
|
|
11128
11274
|
"aliases": [],
|
|
11129
11275
|
"args": {
|
|
11130
11276
|
"backup_id": {
|
|
11277
|
+
"description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
|
|
11131
11278
|
"name": "backup_id"
|
|
11132
11279
|
}
|
|
11133
11280
|
},
|
|
@@ -11172,6 +11319,7 @@
|
|
|
11172
11319
|
"aliases": [],
|
|
11173
11320
|
"args": {
|
|
11174
11321
|
"database": {
|
|
11322
|
+
"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.",
|
|
11175
11323
|
"name": "database"
|
|
11176
11324
|
}
|
|
11177
11325
|
},
|
|
@@ -11228,6 +11376,7 @@
|
|
|
11228
11376
|
"aliases": [],
|
|
11229
11377
|
"args": {
|
|
11230
11378
|
"backup_id": {
|
|
11379
|
+
"description": "ID of the backup",
|
|
11231
11380
|
"name": "backup_id",
|
|
11232
11381
|
"required": true
|
|
11233
11382
|
}
|
|
@@ -11283,6 +11432,7 @@
|
|
|
11283
11432
|
"aliases": [],
|
|
11284
11433
|
"args": {
|
|
11285
11434
|
"backup_id": {
|
|
11435
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11286
11436
|
"name": "backup_id"
|
|
11287
11437
|
}
|
|
11288
11438
|
},
|
|
@@ -11419,6 +11569,7 @@
|
|
|
11419
11569
|
"aliases": [],
|
|
11420
11570
|
"args": {
|
|
11421
11571
|
"backup_id": {
|
|
11572
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11422
11573
|
"name": "backup_id"
|
|
11423
11574
|
}
|
|
11424
11575
|
},
|
|
@@ -11463,13 +11614,23 @@
|
|
|
11463
11614
|
"aliases": [],
|
|
11464
11615
|
"args": {
|
|
11465
11616
|
"backup": {
|
|
11617
|
+
"description": "URL or backup ID from another app",
|
|
11466
11618
|
"name": "backup"
|
|
11467
11619
|
},
|
|
11468
11620
|
"database": {
|
|
11621
|
+
"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.",
|
|
11469
11622
|
"name": "database"
|
|
11470
11623
|
}
|
|
11471
11624
|
},
|
|
11472
11625
|
"description": "restore a backup (default latest) to a database",
|
|
11626
|
+
"examples": [
|
|
11627
|
+
"# Basic Restore from Backup ID\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app\n",
|
|
11628
|
+
"# Restore from Another App\n$ heroku pg:backups:restore example-app::b101 DATABASE_URL --app my-heroku-app\n",
|
|
11629
|
+
"# 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",
|
|
11630
|
+
"# Verbose Output\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --verbose\n",
|
|
11631
|
+
"# Restore with Confirmation Prompt\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --confirm my-heroku-app\n",
|
|
11632
|
+
"# Restore with a Specific Database Name\n$ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app\n"
|
|
11633
|
+
],
|
|
11473
11634
|
"flags": {
|
|
11474
11635
|
"wait-interval": {
|
|
11475
11636
|
"name": "wait-interval",
|
|
@@ -11538,6 +11699,7 @@
|
|
|
11538
11699
|
"aliases": [],
|
|
11539
11700
|
"args": {
|
|
11540
11701
|
"database": {
|
|
11702
|
+
"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.",
|
|
11541
11703
|
"name": "database"
|
|
11542
11704
|
}
|
|
11543
11705
|
},
|
|
@@ -11630,6 +11792,7 @@
|
|
|
11630
11792
|
"aliases": [],
|
|
11631
11793
|
"args": {
|
|
11632
11794
|
"database": {
|
|
11795
|
+
"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.",
|
|
11633
11796
|
"name": "database"
|
|
11634
11797
|
}
|
|
11635
11798
|
},
|
|
@@ -11674,6 +11837,7 @@
|
|
|
11674
11837
|
"aliases": [],
|
|
11675
11838
|
"args": {
|
|
11676
11839
|
"backup_id": {
|
|
11840
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11677
11841
|
"name": "backup_id"
|
|
11678
11842
|
}
|
|
11679
11843
|
},
|
|
@@ -11718,6 +11882,7 @@
|
|
|
11718
11882
|
"aliases": [],
|
|
11719
11883
|
"args": {
|
|
11720
11884
|
"database": {
|
|
11885
|
+
"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.",
|
|
11721
11886
|
"name": "database"
|
|
11722
11887
|
}
|
|
11723
11888
|
},
|
|
@@ -11772,6 +11937,7 @@
|
|
|
11772
11937
|
"aliases": [],
|
|
11773
11938
|
"args": {
|
|
11774
11939
|
"database": {
|
|
11940
|
+
"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.",
|
|
11775
11941
|
"name": "database"
|
|
11776
11942
|
}
|
|
11777
11943
|
},
|
|
@@ -11825,6 +11991,7 @@
|
|
|
11825
11991
|
"aliases": [],
|
|
11826
11992
|
"args": {
|
|
11827
11993
|
"database": {
|
|
11994
|
+
"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.",
|
|
11828
11995
|
"name": "database"
|
|
11829
11996
|
}
|
|
11830
11997
|
},
|
|
@@ -11887,6 +12054,7 @@
|
|
|
11887
12054
|
"aliases": [],
|
|
11888
12055
|
"args": {
|
|
11889
12056
|
"database": {
|
|
12057
|
+
"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.",
|
|
11890
12058
|
"name": "database"
|
|
11891
12059
|
}
|
|
11892
12060
|
},
|
|
@@ -11940,6 +12108,7 @@
|
|
|
11940
12108
|
"aliases": [],
|
|
11941
12109
|
"args": {
|
|
11942
12110
|
"database": {
|
|
12111
|
+
"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.",
|
|
11943
12112
|
"name": "database"
|
|
11944
12113
|
}
|
|
11945
12114
|
},
|
|
@@ -12014,6 +12183,7 @@
|
|
|
12014
12183
|
"aliases": [],
|
|
12015
12184
|
"args": {
|
|
12016
12185
|
"database": {
|
|
12186
|
+
"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.",
|
|
12017
12187
|
"name": "database"
|
|
12018
12188
|
}
|
|
12019
12189
|
},
|
|
@@ -12067,10 +12237,12 @@
|
|
|
12067
12237
|
"aliases": [],
|
|
12068
12238
|
"args": {
|
|
12069
12239
|
"remote": {
|
|
12240
|
+
"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::`",
|
|
12070
12241
|
"name": "remote",
|
|
12071
12242
|
"required": true
|
|
12072
12243
|
},
|
|
12073
12244
|
"database": {
|
|
12245
|
+
"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::`",
|
|
12074
12246
|
"name": "database",
|
|
12075
12247
|
"required": true
|
|
12076
12248
|
}
|
|
@@ -12123,10 +12295,12 @@
|
|
|
12123
12295
|
"aliases": [],
|
|
12124
12296
|
"args": {
|
|
12125
12297
|
"database": {
|
|
12298
|
+
"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::`",
|
|
12126
12299
|
"name": "database",
|
|
12127
12300
|
"required": true
|
|
12128
12301
|
},
|
|
12129
12302
|
"link": {
|
|
12303
|
+
"description": "name of the linked data store",
|
|
12130
12304
|
"name": "link",
|
|
12131
12305
|
"required": true
|
|
12132
12306
|
}
|
|
@@ -12181,6 +12355,7 @@
|
|
|
12181
12355
|
"aliases": [],
|
|
12182
12356
|
"args": {
|
|
12183
12357
|
"database": {
|
|
12358
|
+
"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.",
|
|
12184
12359
|
"name": "database"
|
|
12185
12360
|
}
|
|
12186
12361
|
},
|
|
@@ -12225,6 +12400,7 @@
|
|
|
12225
12400
|
"aliases": [],
|
|
12226
12401
|
"args": {
|
|
12227
12402
|
"database": {
|
|
12403
|
+
"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.",
|
|
12228
12404
|
"name": "database"
|
|
12229
12405
|
}
|
|
12230
12406
|
},
|
|
@@ -12269,6 +12445,7 @@
|
|
|
12269
12445
|
"aliases": [],
|
|
12270
12446
|
"args": {
|
|
12271
12447
|
"database": {
|
|
12448
|
+
"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.",
|
|
12272
12449
|
"name": "database"
|
|
12273
12450
|
}
|
|
12274
12451
|
},
|
|
@@ -12319,10 +12496,12 @@
|
|
|
12319
12496
|
"aliases": [],
|
|
12320
12497
|
"args": {
|
|
12321
12498
|
"window": {
|
|
12499
|
+
"description": "timestamp of the maintenance window",
|
|
12322
12500
|
"name": "window",
|
|
12323
12501
|
"required": true
|
|
12324
12502
|
},
|
|
12325
12503
|
"database": {
|
|
12504
|
+
"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.",
|
|
12326
12505
|
"name": "database"
|
|
12327
12506
|
}
|
|
12328
12507
|
},
|
|
@@ -12369,9 +12548,11 @@
|
|
|
12369
12548
|
"aliases": [],
|
|
12370
12549
|
"args": {
|
|
12371
12550
|
"database": {
|
|
12551
|
+
"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.",
|
|
12372
12552
|
"name": "database"
|
|
12373
12553
|
},
|
|
12374
12554
|
"value": {
|
|
12555
|
+
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12375
12556
|
"name": "value"
|
|
12376
12557
|
}
|
|
12377
12558
|
},
|
|
@@ -12416,9 +12597,11 @@
|
|
|
12416
12597
|
"aliases": [],
|
|
12417
12598
|
"args": {
|
|
12418
12599
|
"database": {
|
|
12600
|
+
"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.",
|
|
12419
12601
|
"name": "database"
|
|
12420
12602
|
},
|
|
12421
12603
|
"value": {
|
|
12604
|
+
"description": "boolean indicating if data replication slot details get logged",
|
|
12422
12605
|
"name": "value"
|
|
12423
12606
|
}
|
|
12424
12607
|
},
|
|
@@ -12462,6 +12645,7 @@
|
|
|
12462
12645
|
"aliases": [],
|
|
12463
12646
|
"args": {
|
|
12464
12647
|
"database": {
|
|
12648
|
+
"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.",
|
|
12465
12649
|
"name": "database"
|
|
12466
12650
|
}
|
|
12467
12651
|
},
|
|
@@ -12506,9 +12690,11 @@
|
|
|
12506
12690
|
"aliases": [],
|
|
12507
12691
|
"args": {
|
|
12508
12692
|
"database": {
|
|
12693
|
+
"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.",
|
|
12509
12694
|
"name": "database"
|
|
12510
12695
|
},
|
|
12511
12696
|
"value": {
|
|
12697
|
+
"description": "boolean indicating if database login attempts get logged",
|
|
12512
12698
|
"name": "value"
|
|
12513
12699
|
}
|
|
12514
12700
|
},
|
|
@@ -12552,9 +12738,11 @@
|
|
|
12552
12738
|
"aliases": [],
|
|
12553
12739
|
"args": {
|
|
12554
12740
|
"database": {
|
|
12741
|
+
"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.",
|
|
12555
12742
|
"name": "database"
|
|
12556
12743
|
},
|
|
12557
12744
|
"value": {
|
|
12745
|
+
"description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
|
|
12558
12746
|
"name": "value"
|
|
12559
12747
|
}
|
|
12560
12748
|
},
|
|
@@ -12598,9 +12786,11 @@
|
|
|
12598
12786
|
"aliases": [],
|
|
12599
12787
|
"args": {
|
|
12600
12788
|
"database": {
|
|
12789
|
+
"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.",
|
|
12601
12790
|
"name": "database"
|
|
12602
12791
|
},
|
|
12603
12792
|
"value": {
|
|
12793
|
+
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12604
12794
|
"name": "value"
|
|
12605
12795
|
}
|
|
12606
12796
|
},
|
|
@@ -12644,6 +12834,7 @@
|
|
|
12644
12834
|
"aliases": [],
|
|
12645
12835
|
"args": {
|
|
12646
12836
|
"database": {
|
|
12837
|
+
"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.",
|
|
12647
12838
|
"name": "database"
|
|
12648
12839
|
},
|
|
12649
12840
|
"value": {
|
|
@@ -12696,9 +12887,11 @@
|
|
|
12696
12887
|
"aliases": [],
|
|
12697
12888
|
"args": {
|
|
12698
12889
|
"database": {
|
|
12890
|
+
"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.",
|
|
12699
12891
|
"name": "database"
|
|
12700
12892
|
},
|
|
12701
12893
|
"value": {
|
|
12894
|
+
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12702
12895
|
"name": "value",
|
|
12703
12896
|
"options": [
|
|
12704
12897
|
"none",
|
|
@@ -12748,9 +12941,11 @@
|
|
|
12748
12941
|
"aliases": [],
|
|
12749
12942
|
"args": {
|
|
12750
12943
|
"database": {
|
|
12944
|
+
"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.",
|
|
12751
12945
|
"name": "database"
|
|
12752
12946
|
},
|
|
12753
12947
|
"value": {
|
|
12948
|
+
"description": "function type to track\n<options: none|pl|all>",
|
|
12754
12949
|
"name": "value",
|
|
12755
12950
|
"options": [
|
|
12756
12951
|
"none",
|
|
@@ -12949,6 +13144,7 @@
|
|
|
12949
13144
|
],
|
|
12950
13145
|
"args": {
|
|
12951
13146
|
"url": {
|
|
13147
|
+
"description": "URL to replace the log drain with",
|
|
12952
13148
|
"name": "url",
|
|
12953
13149
|
"required": true
|
|
12954
13150
|
}
|
|
@@ -13181,6 +13377,7 @@
|
|
|
13181
13377
|
"aliases": [],
|
|
13182
13378
|
"args": {
|
|
13183
13379
|
"source": {
|
|
13380
|
+
"description": "IP address in CIDR notation",
|
|
13184
13381
|
"name": "source",
|
|
13185
13382
|
"required": true
|
|
13186
13383
|
}
|
|
@@ -13274,6 +13471,7 @@
|
|
|
13274
13471
|
"aliases": [],
|
|
13275
13472
|
"args": {
|
|
13276
13473
|
"source": {
|
|
13474
|
+
"description": "IP address in CIDR notation",
|
|
13277
13475
|
"name": "source",
|
|
13278
13476
|
"required": true
|
|
13279
13477
|
}
|
|
@@ -13733,6 +13931,7 @@
|
|
|
13733
13931
|
"aliases": [],
|
|
13734
13932
|
"args": {
|
|
13735
13933
|
"id": {
|
|
13934
|
+
"description": "ID of the webhook event",
|
|
13736
13935
|
"name": "id",
|
|
13737
13936
|
"required": true
|
|
13738
13937
|
}
|
|
@@ -13838,6 +14037,7 @@
|
|
|
13838
14037
|
"aliases": [],
|
|
13839
14038
|
"args": {
|
|
13840
14039
|
"id": {
|
|
14040
|
+
"description": "ID of the webhook event",
|
|
13841
14041
|
"name": "id",
|
|
13842
14042
|
"required": true
|
|
13843
14043
|
}
|
|
@@ -13893,9 +14093,11 @@
|
|
|
13893
14093
|
"aliases": [],
|
|
13894
14094
|
"args": {
|
|
13895
14095
|
"database": {
|
|
14096
|
+
"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.",
|
|
13896
14097
|
"name": "database"
|
|
13897
14098
|
},
|
|
13898
14099
|
"value": {
|
|
14100
|
+
"description": "boolean indicating if execution plans get logged",
|
|
13899
14101
|
"name": "value"
|
|
13900
14102
|
}
|
|
13901
14103
|
},
|
|
@@ -13940,9 +14142,11 @@
|
|
|
13940
14142
|
"aliases": [],
|
|
13941
14143
|
"args": {
|
|
13942
14144
|
"database": {
|
|
14145
|
+
"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.",
|
|
13943
14146
|
"name": "database"
|
|
13944
14147
|
},
|
|
13945
14148
|
"value": {
|
|
14149
|
+
"description": "boolean indicating if the database has buffer statistics enabled",
|
|
13946
14150
|
"name": "value"
|
|
13947
14151
|
}
|
|
13948
14152
|
},
|
|
@@ -13987,9 +14191,11 @@
|
|
|
13987
14191
|
"aliases": [],
|
|
13988
14192
|
"args": {
|
|
13989
14193
|
"database": {
|
|
14194
|
+
"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.",
|
|
13990
14195
|
"name": "database"
|
|
13991
14196
|
},
|
|
13992
14197
|
"value": {
|
|
14198
|
+
"description": "format of the log output\n<options: text|json|yaml|xml>",
|
|
13993
14199
|
"name": "value",
|
|
13994
14200
|
"options": [
|
|
13995
14201
|
"text",
|
|
@@ -14040,9 +14246,11 @@
|
|
|
14040
14246
|
"aliases": [],
|
|
14041
14247
|
"args": {
|
|
14042
14248
|
"database": {
|
|
14249
|
+
"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.",
|
|
14043
14250
|
"name": "database"
|
|
14044
14251
|
},
|
|
14045
14252
|
"value": {
|
|
14253
|
+
"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.",
|
|
14046
14254
|
"name": "value"
|
|
14047
14255
|
}
|
|
14048
14256
|
},
|
|
@@ -14087,9 +14295,11 @@
|
|
|
14087
14295
|
"aliases": [],
|
|
14088
14296
|
"args": {
|
|
14089
14297
|
"database": {
|
|
14298
|
+
"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.",
|
|
14090
14299
|
"name": "database"
|
|
14091
14300
|
},
|
|
14092
14301
|
"value": {
|
|
14302
|
+
"description": "boolean indicating if execution plan logs include nested statements",
|
|
14093
14303
|
"name": "value"
|
|
14094
14304
|
}
|
|
14095
14305
|
},
|
|
@@ -14134,9 +14344,11 @@
|
|
|
14134
14344
|
"aliases": [],
|
|
14135
14345
|
"args": {
|
|
14136
14346
|
"database": {
|
|
14347
|
+
"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.",
|
|
14137
14348
|
"name": "database"
|
|
14138
14349
|
},
|
|
14139
14350
|
"value": {
|
|
14351
|
+
"description": "boolean indicating if the database has trigger execution statistics enabled",
|
|
14140
14352
|
"name": "value"
|
|
14141
14353
|
}
|
|
14142
14354
|
},
|
|
@@ -14181,9 +14393,11 @@
|
|
|
14181
14393
|
"aliases": [],
|
|
14182
14394
|
"args": {
|
|
14183
14395
|
"database": {
|
|
14396
|
+
"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.",
|
|
14184
14397
|
"name": "database"
|
|
14185
14398
|
},
|
|
14186
14399
|
"value": {
|
|
14400
|
+
"description": "boolean indicating if the database has verbose execution plan logging enabled",
|
|
14187
14401
|
"name": "value"
|
|
14188
14402
|
}
|
|
14189
14403
|
},
|
|
@@ -14225,5 +14439,5 @@
|
|
|
14225
14439
|
]
|
|
14226
14440
|
}
|
|
14227
14441
|
},
|
|
14228
|
-
"version": "10.0.0-alpha.
|
|
14442
|
+
"version": "10.0.0-alpha.2"
|
|
14229
14443
|
}
|