heroku 10.7.1-beta.0 → 10.8.0-alpha.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.
@@ -533,6 +533,134 @@
533
533
  "update.js"
534
534
  ]
535
535
  },
536
+ "accounts:add": {
537
+ "aliases": [],
538
+ "args": {
539
+ "name": {
540
+ "description": "name of Heroku account to add",
541
+ "name": "name",
542
+ "required": true
543
+ }
544
+ },
545
+ "description": "add a Heroku account to your cache",
546
+ "examples": "heroku accounts:add my-account",
547
+ "flags": {},
548
+ "hasDynamicHelp": false,
549
+ "hiddenAliases": [],
550
+ "id": "accounts:add",
551
+ "pluginAlias": "heroku",
552
+ "pluginName": "heroku",
553
+ "pluginType": "core",
554
+ "strict": true,
555
+ "example": "heroku accounts:add my-account",
556
+ "isESM": false,
557
+ "relativePath": [
558
+ "lib",
559
+ "commands",
560
+ "accounts",
561
+ "add.js"
562
+ ]
563
+ },
564
+ "accounts:current": {
565
+ "aliases": [],
566
+ "args": {},
567
+ "description": "display the current Heroku account",
568
+ "examples": "heroku accounts:current",
569
+ "flags": {},
570
+ "hasDynamicHelp": false,
571
+ "hiddenAliases": [],
572
+ "id": "accounts:current",
573
+ "pluginAlias": "heroku",
574
+ "pluginName": "heroku",
575
+ "pluginType": "core",
576
+ "strict": true,
577
+ "example": "heroku accounts:current",
578
+ "isESM": false,
579
+ "relativePath": [
580
+ "lib",
581
+ "commands",
582
+ "accounts",
583
+ "current.js"
584
+ ]
585
+ },
586
+ "accounts": {
587
+ "aliases": [],
588
+ "args": {},
589
+ "description": "list the Heroku accounts in your cache",
590
+ "examples": "heroku accounts",
591
+ "flags": {},
592
+ "hasDynamicHelp": false,
593
+ "hiddenAliases": [],
594
+ "id": "accounts",
595
+ "pluginAlias": "heroku",
596
+ "pluginName": "heroku",
597
+ "pluginType": "core",
598
+ "strict": true,
599
+ "example": "heroku accounts",
600
+ "isESM": false,
601
+ "relativePath": [
602
+ "lib",
603
+ "commands",
604
+ "accounts",
605
+ "index.js"
606
+ ]
607
+ },
608
+ "accounts:remove": {
609
+ "aliases": [],
610
+ "args": {
611
+ "name": {
612
+ "description": "name of Heroku account to remove",
613
+ "name": "name",
614
+ "required": true
615
+ }
616
+ },
617
+ "description": "remove a Heroku account from your cache",
618
+ "examples": "heroku accounts:remove my-account",
619
+ "flags": {},
620
+ "hasDynamicHelp": false,
621
+ "hiddenAliases": [],
622
+ "id": "accounts:remove",
623
+ "pluginAlias": "heroku",
624
+ "pluginName": "heroku",
625
+ "pluginType": "core",
626
+ "strict": true,
627
+ "example": "heroku accounts:remove my-account",
628
+ "isESM": false,
629
+ "relativePath": [
630
+ "lib",
631
+ "commands",
632
+ "accounts",
633
+ "remove.js"
634
+ ]
635
+ },
636
+ "accounts:set": {
637
+ "aliases": [],
638
+ "args": {
639
+ "name": {
640
+ "description": "name of account to set",
641
+ "name": "name",
642
+ "required": true
643
+ }
644
+ },
645
+ "description": "set the current Heroku account from your cache",
646
+ "examples": "heroku accounts:set my-account",
647
+ "flags": {},
648
+ "hasDynamicHelp": false,
649
+ "hiddenAliases": [],
650
+ "id": "accounts:set",
651
+ "pluginAlias": "heroku",
652
+ "pluginName": "heroku",
653
+ "pluginType": "core",
654
+ "strict": true,
655
+ "example": "heroku accounts:set my-account",
656
+ "isESM": false,
657
+ "relativePath": [
658
+ "lib",
659
+ "commands",
660
+ "accounts",
661
+ "set.js"
662
+ ]
663
+ },
536
664
  "addons:attach": {
537
665
  "aliases": [],
538
666
  "args": {
@@ -1187,134 +1315,6 @@
1187
1315
  "wait.js"
1188
1316
  ]
1189
1317
  },
1190
- "accounts:add": {
1191
- "aliases": [],
1192
- "args": {
1193
- "name": {
1194
- "description": "name of Heroku account to add",
1195
- "name": "name",
1196
- "required": true
1197
- }
1198
- },
1199
- "description": "add a Heroku account to your cache",
1200
- "examples": "heroku accounts:add my-account",
1201
- "flags": {},
1202
- "hasDynamicHelp": false,
1203
- "hiddenAliases": [],
1204
- "id": "accounts:add",
1205
- "pluginAlias": "heroku",
1206
- "pluginName": "heroku",
1207
- "pluginType": "core",
1208
- "strict": true,
1209
- "example": "heroku accounts:add my-account",
1210
- "isESM": false,
1211
- "relativePath": [
1212
- "lib",
1213
- "commands",
1214
- "accounts",
1215
- "add.js"
1216
- ]
1217
- },
1218
- "accounts:current": {
1219
- "aliases": [],
1220
- "args": {},
1221
- "description": "display the current Heroku account",
1222
- "examples": "heroku accounts:current",
1223
- "flags": {},
1224
- "hasDynamicHelp": false,
1225
- "hiddenAliases": [],
1226
- "id": "accounts:current",
1227
- "pluginAlias": "heroku",
1228
- "pluginName": "heroku",
1229
- "pluginType": "core",
1230
- "strict": true,
1231
- "example": "heroku accounts:current",
1232
- "isESM": false,
1233
- "relativePath": [
1234
- "lib",
1235
- "commands",
1236
- "accounts",
1237
- "current.js"
1238
- ]
1239
- },
1240
- "accounts": {
1241
- "aliases": [],
1242
- "args": {},
1243
- "description": "list the Heroku accounts in your cache",
1244
- "examples": "heroku accounts",
1245
- "flags": {},
1246
- "hasDynamicHelp": false,
1247
- "hiddenAliases": [],
1248
- "id": "accounts",
1249
- "pluginAlias": "heroku",
1250
- "pluginName": "heroku",
1251
- "pluginType": "core",
1252
- "strict": true,
1253
- "example": "heroku accounts",
1254
- "isESM": false,
1255
- "relativePath": [
1256
- "lib",
1257
- "commands",
1258
- "accounts",
1259
- "index.js"
1260
- ]
1261
- },
1262
- "accounts:remove": {
1263
- "aliases": [],
1264
- "args": {
1265
- "name": {
1266
- "description": "name of Heroku account to remove",
1267
- "name": "name",
1268
- "required": true
1269
- }
1270
- },
1271
- "description": "remove a Heroku account from your cache",
1272
- "examples": "heroku accounts:remove my-account",
1273
- "flags": {},
1274
- "hasDynamicHelp": false,
1275
- "hiddenAliases": [],
1276
- "id": "accounts:remove",
1277
- "pluginAlias": "heroku",
1278
- "pluginName": "heroku",
1279
- "pluginType": "core",
1280
- "strict": true,
1281
- "example": "heroku accounts:remove my-account",
1282
- "isESM": false,
1283
- "relativePath": [
1284
- "lib",
1285
- "commands",
1286
- "accounts",
1287
- "remove.js"
1288
- ]
1289
- },
1290
- "accounts:set": {
1291
- "aliases": [],
1292
- "args": {
1293
- "name": {
1294
- "description": "name of account to set",
1295
- "name": "name",
1296
- "required": true
1297
- }
1298
- },
1299
- "description": "set the current Heroku account from your cache",
1300
- "examples": "heroku accounts:set my-account",
1301
- "flags": {},
1302
- "hasDynamicHelp": false,
1303
- "hiddenAliases": [],
1304
- "id": "accounts:set",
1305
- "pluginAlias": "heroku",
1306
- "pluginName": "heroku",
1307
- "pluginType": "core",
1308
- "strict": true,
1309
- "example": "heroku accounts:set my-account",
1310
- "isESM": false,
1311
- "relativePath": [
1312
- "lib",
1313
- "commands",
1314
- "accounts",
1315
- "set.js"
1316
- ]
1317
- },
1318
1318
  "apps:create": {
1319
1319
  "aliases": [],
1320
1320
  "args": {
@@ -7211,65 +7211,6 @@
7211
7211
  "unfollow.js"
7212
7212
  ]
7213
7213
  },
7214
- "pg:upgrade": {
7215
- "aliases": [],
7216
- "args": {
7217
- "database": {
7218
- "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.",
7219
- "name": "database"
7220
- }
7221
- },
7222
- "description": "For an Essential-* plan, this command upgrades the database's PostgreSQL version. For a Standard-tier and higher plan, this command unfollows the leader database before upgrading the PostgreSQL version.\nTo upgrade to another PostgreSQL version, use pg:copy instead\n",
7223
- "flags": {
7224
- "confirm": {
7225
- "char": "c",
7226
- "name": "confirm",
7227
- "hasDynamicHelp": false,
7228
- "multiple": false,
7229
- "type": "option"
7230
- },
7231
- "version": {
7232
- "char": "v",
7233
- "description": "PostgreSQL version to upgrade to",
7234
- "name": "version",
7235
- "hasDynamicHelp": false,
7236
- "multiple": false,
7237
- "type": "option"
7238
- },
7239
- "app": {
7240
- "char": "a",
7241
- "description": "app to run command against",
7242
- "name": "app",
7243
- "required": true,
7244
- "hasDynamicHelp": false,
7245
- "multiple": false,
7246
- "type": "option"
7247
- },
7248
- "remote": {
7249
- "char": "r",
7250
- "description": "git remote of app to use",
7251
- "name": "remote",
7252
- "hasDynamicHelp": false,
7253
- "multiple": false,
7254
- "type": "option"
7255
- }
7256
- },
7257
- "hasDynamicHelp": false,
7258
- "hiddenAliases": [],
7259
- "id": "pg:upgrade",
7260
- "pluginAlias": "heroku",
7261
- "pluginName": "heroku",
7262
- "pluginType": "core",
7263
- "strict": true,
7264
- "topic": "pg",
7265
- "isESM": false,
7266
- "relativePath": [
7267
- "lib",
7268
- "commands",
7269
- "pg",
7270
- "upgrade.js"
7271
- ]
7272
- },
7273
7214
  "pg:vacuum-stats": {
7274
7215
  "aliases": [],
7275
7216
  "args": {
@@ -13203,6 +13144,342 @@
13203
13144
  "track-functions.js"
13204
13145
  ]
13205
13146
  },
13147
+ "pg:upgrade:cancel": {
13148
+ "aliases": [],
13149
+ "args": {
13150
+ "database": {
13151
+ "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.",
13152
+ "name": "database"
13153
+ }
13154
+ },
13155
+ "description": "cancels a scheduled upgrade. You can't cancel a version upgrade that's in progress.\n",
13156
+ "flags": {
13157
+ "confirm": {
13158
+ "char": "c",
13159
+ "name": "confirm",
13160
+ "hasDynamicHelp": false,
13161
+ "multiple": false,
13162
+ "type": "option"
13163
+ },
13164
+ "app": {
13165
+ "char": "a",
13166
+ "description": "app to run command against",
13167
+ "name": "app",
13168
+ "required": true,
13169
+ "hasDynamicHelp": false,
13170
+ "multiple": false,
13171
+ "type": "option"
13172
+ }
13173
+ },
13174
+ "hasDynamicHelp": false,
13175
+ "hiddenAliases": [],
13176
+ "id": "pg:upgrade:cancel",
13177
+ "pluginAlias": "heroku",
13178
+ "pluginName": "heroku",
13179
+ "pluginType": "core",
13180
+ "strict": true,
13181
+ "topic": "pg",
13182
+ "isESM": false,
13183
+ "relativePath": [
13184
+ "lib",
13185
+ "commands",
13186
+ "pg",
13187
+ "upgrade",
13188
+ "cancel.js"
13189
+ ]
13190
+ },
13191
+ "pg:upgrade:dryrun": {
13192
+ "aliases": [],
13193
+ "args": {
13194
+ "database": {
13195
+ "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.",
13196
+ "name": "database"
13197
+ }
13198
+ },
13199
+ "description": "simulates a Postgres version upgrade on a Standard-tier and higher leader database by creating and upgrading a follower database. Heroku sends the results of the test upgrade via email.\n",
13200
+ "flags": {
13201
+ "confirm": {
13202
+ "char": "c",
13203
+ "name": "confirm",
13204
+ "hasDynamicHelp": false,
13205
+ "multiple": false,
13206
+ "type": "option"
13207
+ },
13208
+ "version": {
13209
+ "char": "v",
13210
+ "description": "Postgres version to upgrade to",
13211
+ "name": "version",
13212
+ "hasDynamicHelp": false,
13213
+ "multiple": false,
13214
+ "type": "option"
13215
+ },
13216
+ "app": {
13217
+ "char": "a",
13218
+ "description": "app to run command against",
13219
+ "name": "app",
13220
+ "required": true,
13221
+ "hasDynamicHelp": false,
13222
+ "multiple": false,
13223
+ "type": "option"
13224
+ }
13225
+ },
13226
+ "hasDynamicHelp": false,
13227
+ "hiddenAliases": [],
13228
+ "id": "pg:upgrade:dryrun",
13229
+ "pluginAlias": "heroku",
13230
+ "pluginName": "heroku",
13231
+ "pluginType": "core",
13232
+ "strict": true,
13233
+ "topic": "pg",
13234
+ "isESM": false,
13235
+ "relativePath": [
13236
+ "lib",
13237
+ "commands",
13238
+ "pg",
13239
+ "upgrade",
13240
+ "dryrun.js"
13241
+ ]
13242
+ },
13243
+ "pg:upgrade": {
13244
+ "aliases": [],
13245
+ "args": {
13246
+ "database": {
13247
+ "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.",
13248
+ "name": "database"
13249
+ }
13250
+ },
13251
+ "description": "We're deprecating this command. To upgrade your database's Postgres version, use the new pg:upgrade:* subcommands. See https://devcenter.heroku.com/changelog-items/3179.\n\nFor an Essential-tier plan, this command upgrades the database's Postgres version. For a Standard-tier and higher plan, this command unfollows the leader database before upgrading the Postgres version.\n",
13252
+ "flags": {
13253
+ "confirm": {
13254
+ "char": "c",
13255
+ "name": "confirm",
13256
+ "hasDynamicHelp": false,
13257
+ "multiple": false,
13258
+ "type": "option"
13259
+ },
13260
+ "version": {
13261
+ "char": "v",
13262
+ "description": "Postgres version to upgrade to",
13263
+ "name": "version",
13264
+ "hasDynamicHelp": false,
13265
+ "multiple": false,
13266
+ "type": "option"
13267
+ },
13268
+ "app": {
13269
+ "char": "a",
13270
+ "description": "app to run command against",
13271
+ "name": "app",
13272
+ "required": true,
13273
+ "hasDynamicHelp": false,
13274
+ "multiple": false,
13275
+ "type": "option"
13276
+ },
13277
+ "remote": {
13278
+ "char": "r",
13279
+ "description": "git remote of app to use",
13280
+ "name": "remote",
13281
+ "hasDynamicHelp": false,
13282
+ "multiple": false,
13283
+ "type": "option"
13284
+ }
13285
+ },
13286
+ "hasDynamicHelp": false,
13287
+ "hiddenAliases": [],
13288
+ "id": "pg:upgrade",
13289
+ "pluginAlias": "heroku",
13290
+ "pluginName": "heroku",
13291
+ "pluginType": "core",
13292
+ "strict": true,
13293
+ "topic": "pg",
13294
+ "isESM": false,
13295
+ "relativePath": [
13296
+ "lib",
13297
+ "commands",
13298
+ "pg",
13299
+ "upgrade",
13300
+ "index.js"
13301
+ ]
13302
+ },
13303
+ "pg:upgrade:prepare": {
13304
+ "aliases": [],
13305
+ "args": {
13306
+ "database": {
13307
+ "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.",
13308
+ "name": "database"
13309
+ }
13310
+ },
13311
+ "description": "prepares the upgrade for Standard-tier and higher leader databases and schedules it for the next available maintenance window. To start a version upgrade on Essential-tier and follower databases, use heroku pg:upgrade:run instead.\n",
13312
+ "flags": {
13313
+ "confirm": {
13314
+ "char": "c",
13315
+ "name": "confirm",
13316
+ "hasDynamicHelp": false,
13317
+ "multiple": false,
13318
+ "type": "option"
13319
+ },
13320
+ "version": {
13321
+ "char": "v",
13322
+ "description": "Postgres version to upgrade to",
13323
+ "name": "version",
13324
+ "hasDynamicHelp": false,
13325
+ "multiple": false,
13326
+ "type": "option"
13327
+ },
13328
+ "app": {
13329
+ "char": "a",
13330
+ "description": "app to run command against",
13331
+ "name": "app",
13332
+ "required": true,
13333
+ "hasDynamicHelp": false,
13334
+ "multiple": false,
13335
+ "type": "option"
13336
+ }
13337
+ },
13338
+ "hasDynamicHelp": false,
13339
+ "hiddenAliases": [],
13340
+ "id": "pg:upgrade:prepare",
13341
+ "pluginAlias": "heroku",
13342
+ "pluginName": "heroku",
13343
+ "pluginType": "core",
13344
+ "strict": true,
13345
+ "topic": "pg",
13346
+ "isESM": false,
13347
+ "relativePath": [
13348
+ "lib",
13349
+ "commands",
13350
+ "pg",
13351
+ "upgrade",
13352
+ "prepare.js"
13353
+ ]
13354
+ },
13355
+ "pg:upgrade:run": {
13356
+ "aliases": [],
13357
+ "args": {
13358
+ "database": {
13359
+ "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.",
13360
+ "name": "database"
13361
+ }
13362
+ },
13363
+ "description": "starts a Postgres version upgrade\n\nOn Essential-tier databases, this command upgrades the database's Postgres version.\n\nOn Standard-tier and higher leader databases, this command runs a previously scheduled Postgres version upgrade. You must run pg:upgrade:prepare before this command to schedule a version upgrade.\n\nOn follower databases, this command unfollows the leader database before upgrading the follower's Postgres version.\n",
13364
+ "examples": [
13365
+ "# Upgrade an Essential-tier database to a specific version\n$ heroku pg:upgrade:run postgresql-curved-12345 --version 14 --app myapp\n",
13366
+ "# Upgrade a Standard-tier follower database to the latest supported version\n$ heroku pg:upgrade:run HEROKU_POSTGRESQL_BLUE_URL --app myapp\n",
13367
+ "# Run a previously scheduled upgrade on a Standard-tier leader database\n$ heroku pg:upgrade:run DATABASE_URL --app myapp\n"
13368
+ ],
13369
+ "flags": {
13370
+ "confirm": {
13371
+ "char": "c",
13372
+ "name": "confirm",
13373
+ "hasDynamicHelp": false,
13374
+ "multiple": false,
13375
+ "type": "option"
13376
+ },
13377
+ "version": {
13378
+ "char": "v",
13379
+ "description": "Postgres version to upgrade to",
13380
+ "name": "version",
13381
+ "hasDynamicHelp": false,
13382
+ "multiple": false,
13383
+ "type": "option"
13384
+ },
13385
+ "app": {
13386
+ "char": "a",
13387
+ "description": "app to run command against",
13388
+ "name": "app",
13389
+ "required": true,
13390
+ "hasDynamicHelp": false,
13391
+ "multiple": false,
13392
+ "type": "option"
13393
+ },
13394
+ "remote": {
13395
+ "char": "r",
13396
+ "description": "git remote of app to use",
13397
+ "name": "remote",
13398
+ "hasDynamicHelp": false,
13399
+ "multiple": false,
13400
+ "type": "option"
13401
+ }
13402
+ },
13403
+ "hasDynamicHelp": false,
13404
+ "hiddenAliases": [],
13405
+ "id": "pg:upgrade:run",
13406
+ "pluginAlias": "heroku",
13407
+ "pluginName": "heroku",
13408
+ "pluginType": "core",
13409
+ "strict": true,
13410
+ "topic": "pg",
13411
+ "isESM": false,
13412
+ "relativePath": [
13413
+ "lib",
13414
+ "commands",
13415
+ "pg",
13416
+ "upgrade",
13417
+ "run.js"
13418
+ ]
13419
+ },
13420
+ "pg:upgrade:wait": {
13421
+ "aliases": [],
13422
+ "args": {
13423
+ "database": {
13424
+ "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::`",
13425
+ "name": "database"
13426
+ }
13427
+ },
13428
+ "description": "provides the status of an upgrade and blocks it until the operation is complete",
13429
+ "examples": [
13430
+ "# Wait for upgrade to complete with default settings\n$ heroku pg:upgrade:wait postgresql-curved-12345 --app myapp\n",
13431
+ "# Wait with custom polling interval\n$ heroku pg:upgrade:wait postgresql-curved-12345 --app myapp --wait-interval 10\n",
13432
+ "# Wait without showing OS notifications\n$ heroku pg:upgrade:wait postgresql-curved-12345 --app myapp --no-notify\n"
13433
+ ],
13434
+ "flags": {
13435
+ "wait-interval": {
13436
+ "description": "how frequently to poll in seconds (to avoid rate limiting)",
13437
+ "name": "wait-interval",
13438
+ "hasDynamicHelp": false,
13439
+ "multiple": false,
13440
+ "type": "option"
13441
+ },
13442
+ "no-notify": {
13443
+ "description": "do not show OS notification",
13444
+ "name": "no-notify",
13445
+ "allowNo": false,
13446
+ "type": "boolean"
13447
+ },
13448
+ "app": {
13449
+ "char": "a",
13450
+ "description": "app to run command against",
13451
+ "name": "app",
13452
+ "required": true,
13453
+ "hasDynamicHelp": false,
13454
+ "multiple": false,
13455
+ "type": "option"
13456
+ },
13457
+ "remote": {
13458
+ "char": "r",
13459
+ "description": "git remote of app to use",
13460
+ "name": "remote",
13461
+ "hasDynamicHelp": false,
13462
+ "multiple": false,
13463
+ "type": "option"
13464
+ }
13465
+ },
13466
+ "hasDynamicHelp": false,
13467
+ "hiddenAliases": [],
13468
+ "id": "pg:upgrade:wait",
13469
+ "pluginAlias": "heroku",
13470
+ "pluginName": "heroku",
13471
+ "pluginType": "core",
13472
+ "strict": true,
13473
+ "topic": "pg",
13474
+ "isESM": false,
13475
+ "relativePath": [
13476
+ "lib",
13477
+ "commands",
13478
+ "pg",
13479
+ "upgrade",
13480
+ "wait.js"
13481
+ ]
13482
+ },
13206
13483
  "ps:autoscale:disable": {
13207
13484
  "aliases": [],
13208
13485
  "args": {},
@@ -14652,5 +14929,5 @@
14652
14929
  ]
14653
14930
  }
14654
14931
  },
14655
- "version": "10.7.1-beta.0"
14932
+ "version": "10.8.0-alpha.0"
14656
14933
  }