heroku 10.7.0-alpha.0 → 10.7.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.
@@ -3294,239 +3294,6 @@
3294
3294
  "update.js"
3295
3295
  ]
3296
3296
  },
3297
- "clients:create": {
3298
- "aliases": [],
3299
- "args": {
3300
- "name": {
3301
- "description": "name of the OAuth client",
3302
- "name": "name",
3303
- "required": true
3304
- },
3305
- "redirect_uri": {
3306
- "description": "redirect URL of the OAuth client",
3307
- "name": "redirect_uri",
3308
- "required": true
3309
- }
3310
- },
3311
- "description": "create a new OAuth client",
3312
- "examples": [
3313
- "$ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback"
3314
- ],
3315
- "flags": {
3316
- "json": {
3317
- "char": "j",
3318
- "description": "output in json format",
3319
- "name": "json",
3320
- "allowNo": false,
3321
- "type": "boolean"
3322
- },
3323
- "shell": {
3324
- "char": "s",
3325
- "description": "output in shell format",
3326
- "name": "shell",
3327
- "allowNo": false,
3328
- "type": "boolean"
3329
- }
3330
- },
3331
- "hasDynamicHelp": false,
3332
- "hiddenAliases": [],
3333
- "id": "clients:create",
3334
- "pluginAlias": "heroku",
3335
- "pluginName": "heroku",
3336
- "pluginType": "core",
3337
- "strict": true,
3338
- "isESM": false,
3339
- "relativePath": [
3340
- "lib",
3341
- "commands",
3342
- "clients",
3343
- "create.js"
3344
- ]
3345
- },
3346
- "clients:destroy": {
3347
- "aliases": [],
3348
- "args": {
3349
- "id": {
3350
- "description": "ID of the OAuth client",
3351
- "name": "id",
3352
- "required": true
3353
- }
3354
- },
3355
- "description": "delete client by ID",
3356
- "flags": {},
3357
- "hasDynamicHelp": false,
3358
- "hiddenAliases": [],
3359
- "id": "clients:destroy",
3360
- "pluginAlias": "heroku",
3361
- "pluginName": "heroku",
3362
- "pluginType": "core",
3363
- "strict": true,
3364
- "isESM": false,
3365
- "relativePath": [
3366
- "lib",
3367
- "commands",
3368
- "clients",
3369
- "destroy.js"
3370
- ]
3371
- },
3372
- "clients": {
3373
- "aliases": [],
3374
- "args": {},
3375
- "description": "list your OAuth clients",
3376
- "flags": {
3377
- "json": {
3378
- "char": "j",
3379
- "description": "output in json format",
3380
- "name": "json",
3381
- "allowNo": false,
3382
- "type": "boolean"
3383
- }
3384
- },
3385
- "hasDynamicHelp": false,
3386
- "hiddenAliases": [],
3387
- "id": "clients",
3388
- "pluginAlias": "heroku",
3389
- "pluginName": "heroku",
3390
- "pluginType": "core",
3391
- "strict": true,
3392
- "isESM": false,
3393
- "relativePath": [
3394
- "lib",
3395
- "commands",
3396
- "clients",
3397
- "index.js"
3398
- ]
3399
- },
3400
- "clients:info": {
3401
- "aliases": [],
3402
- "args": {
3403
- "id": {
3404
- "description": "ID of the OAuth client",
3405
- "name": "id",
3406
- "required": true
3407
- }
3408
- },
3409
- "description": "show details of an oauth client",
3410
- "examples": [
3411
- "$ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946"
3412
- ],
3413
- "flags": {
3414
- "json": {
3415
- "char": "j",
3416
- "description": "output in json format",
3417
- "name": "json",
3418
- "allowNo": false,
3419
- "type": "boolean"
3420
- },
3421
- "shell": {
3422
- "char": "s",
3423
- "description": "output in shell format",
3424
- "name": "shell",
3425
- "allowNo": false,
3426
- "type": "boolean"
3427
- }
3428
- },
3429
- "hasDynamicHelp": false,
3430
- "hiddenAliases": [],
3431
- "id": "clients:info",
3432
- "pluginAlias": "heroku",
3433
- "pluginName": "heroku",
3434
- "pluginType": "core",
3435
- "strict": true,
3436
- "isESM": false,
3437
- "relativePath": [
3438
- "lib",
3439
- "commands",
3440
- "clients",
3441
- "info.js"
3442
- ]
3443
- },
3444
- "clients:rotate": {
3445
- "aliases": [],
3446
- "args": {
3447
- "id": {
3448
- "description": "ID of the OAuth client",
3449
- "name": "id",
3450
- "required": true
3451
- }
3452
- },
3453
- "description": "rotate OAuth client secret",
3454
- "flags": {
3455
- "json": {
3456
- "char": "j",
3457
- "description": "output in json format",
3458
- "name": "json",
3459
- "allowNo": false,
3460
- "type": "boolean"
3461
- },
3462
- "shell": {
3463
- "char": "s",
3464
- "description": "output in shell format",
3465
- "name": "shell",
3466
- "allowNo": false,
3467
- "type": "boolean"
3468
- }
3469
- },
3470
- "hasDynamicHelp": false,
3471
- "hiddenAliases": [],
3472
- "id": "clients:rotate",
3473
- "pluginAlias": "heroku",
3474
- "pluginName": "heroku",
3475
- "pluginType": "core",
3476
- "strict": true,
3477
- "isESM": false,
3478
- "relativePath": [
3479
- "lib",
3480
- "commands",
3481
- "clients",
3482
- "rotate.js"
3483
- ]
3484
- },
3485
- "clients:update": {
3486
- "aliases": [],
3487
- "args": {
3488
- "id": {
3489
- "description": "ID of the OAuth client",
3490
- "name": "id",
3491
- "required": true
3492
- }
3493
- },
3494
- "description": "update OAuth client",
3495
- "examples": [
3496
- "$ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback"
3497
- ],
3498
- "flags": {
3499
- "name": {
3500
- "char": "n",
3501
- "description": "change the client name",
3502
- "name": "name",
3503
- "hasDynamicHelp": false,
3504
- "multiple": false,
3505
- "type": "option"
3506
- },
3507
- "url": {
3508
- "description": "change the client redirect URL",
3509
- "name": "url",
3510
- "hasDynamicHelp": false,
3511
- "multiple": false,
3512
- "type": "option"
3513
- }
3514
- },
3515
- "hasDynamicHelp": false,
3516
- "hiddenAliases": [],
3517
- "id": "clients:update",
3518
- "pluginAlias": "heroku",
3519
- "pluginName": "heroku",
3520
- "pluginType": "core",
3521
- "strict": true,
3522
- "isESM": false,
3523
- "relativePath": [
3524
- "lib",
3525
- "commands",
3526
- "clients",
3527
- "update.js"
3528
- ]
3529
- },
3530
3297
  "ci:debug": {
3531
3298
  "aliases": [],
3532
3299
  "args": {},
@@ -3947,24 +3714,257 @@
3947
3714
  "run.js"
3948
3715
  ]
3949
3716
  },
3950
- "config:edit": {
3717
+ "clients:create": {
3951
3718
  "aliases": [],
3952
3719
  "args": {
3953
- "key": {
3954
- "description": "edit a single key",
3955
- "name": "key"
3720
+ "name": {
3721
+ "description": "name of the OAuth client",
3722
+ "name": "name",
3723
+ "required": true
3724
+ },
3725
+ "redirect_uri": {
3726
+ "description": "redirect URL of the OAuth client",
3727
+ "name": "redirect_uri",
3728
+ "required": true
3956
3729
  }
3957
3730
  },
3958
- "description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
3731
+ "description": "create a new OAuth client",
3959
3732
  "examples": [
3960
- "# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
3961
- "# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
3962
- "# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
3963
- "# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
3733
+ "$ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback"
3964
3734
  ],
3965
3735
  "flags": {
3966
- "app": {
3967
- "char": "a",
3736
+ "json": {
3737
+ "char": "j",
3738
+ "description": "output in json format",
3739
+ "name": "json",
3740
+ "allowNo": false,
3741
+ "type": "boolean"
3742
+ },
3743
+ "shell": {
3744
+ "char": "s",
3745
+ "description": "output in shell format",
3746
+ "name": "shell",
3747
+ "allowNo": false,
3748
+ "type": "boolean"
3749
+ }
3750
+ },
3751
+ "hasDynamicHelp": false,
3752
+ "hiddenAliases": [],
3753
+ "id": "clients:create",
3754
+ "pluginAlias": "heroku",
3755
+ "pluginName": "heroku",
3756
+ "pluginType": "core",
3757
+ "strict": true,
3758
+ "isESM": false,
3759
+ "relativePath": [
3760
+ "lib",
3761
+ "commands",
3762
+ "clients",
3763
+ "create.js"
3764
+ ]
3765
+ },
3766
+ "clients:destroy": {
3767
+ "aliases": [],
3768
+ "args": {
3769
+ "id": {
3770
+ "description": "ID of the OAuth client",
3771
+ "name": "id",
3772
+ "required": true
3773
+ }
3774
+ },
3775
+ "description": "delete client by ID",
3776
+ "flags": {},
3777
+ "hasDynamicHelp": false,
3778
+ "hiddenAliases": [],
3779
+ "id": "clients:destroy",
3780
+ "pluginAlias": "heroku",
3781
+ "pluginName": "heroku",
3782
+ "pluginType": "core",
3783
+ "strict": true,
3784
+ "isESM": false,
3785
+ "relativePath": [
3786
+ "lib",
3787
+ "commands",
3788
+ "clients",
3789
+ "destroy.js"
3790
+ ]
3791
+ },
3792
+ "clients": {
3793
+ "aliases": [],
3794
+ "args": {},
3795
+ "description": "list your OAuth clients",
3796
+ "flags": {
3797
+ "json": {
3798
+ "char": "j",
3799
+ "description": "output in json format",
3800
+ "name": "json",
3801
+ "allowNo": false,
3802
+ "type": "boolean"
3803
+ }
3804
+ },
3805
+ "hasDynamicHelp": false,
3806
+ "hiddenAliases": [],
3807
+ "id": "clients",
3808
+ "pluginAlias": "heroku",
3809
+ "pluginName": "heroku",
3810
+ "pluginType": "core",
3811
+ "strict": true,
3812
+ "isESM": false,
3813
+ "relativePath": [
3814
+ "lib",
3815
+ "commands",
3816
+ "clients",
3817
+ "index.js"
3818
+ ]
3819
+ },
3820
+ "clients:info": {
3821
+ "aliases": [],
3822
+ "args": {
3823
+ "id": {
3824
+ "description": "ID of the OAuth client",
3825
+ "name": "id",
3826
+ "required": true
3827
+ }
3828
+ },
3829
+ "description": "show details of an oauth client",
3830
+ "examples": [
3831
+ "$ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946"
3832
+ ],
3833
+ "flags": {
3834
+ "json": {
3835
+ "char": "j",
3836
+ "description": "output in json format",
3837
+ "name": "json",
3838
+ "allowNo": false,
3839
+ "type": "boolean"
3840
+ },
3841
+ "shell": {
3842
+ "char": "s",
3843
+ "description": "output in shell format",
3844
+ "name": "shell",
3845
+ "allowNo": false,
3846
+ "type": "boolean"
3847
+ }
3848
+ },
3849
+ "hasDynamicHelp": false,
3850
+ "hiddenAliases": [],
3851
+ "id": "clients:info",
3852
+ "pluginAlias": "heroku",
3853
+ "pluginName": "heroku",
3854
+ "pluginType": "core",
3855
+ "strict": true,
3856
+ "isESM": false,
3857
+ "relativePath": [
3858
+ "lib",
3859
+ "commands",
3860
+ "clients",
3861
+ "info.js"
3862
+ ]
3863
+ },
3864
+ "clients:rotate": {
3865
+ "aliases": [],
3866
+ "args": {
3867
+ "id": {
3868
+ "description": "ID of the OAuth client",
3869
+ "name": "id",
3870
+ "required": true
3871
+ }
3872
+ },
3873
+ "description": "rotate OAuth client secret",
3874
+ "flags": {
3875
+ "json": {
3876
+ "char": "j",
3877
+ "description": "output in json format",
3878
+ "name": "json",
3879
+ "allowNo": false,
3880
+ "type": "boolean"
3881
+ },
3882
+ "shell": {
3883
+ "char": "s",
3884
+ "description": "output in shell format",
3885
+ "name": "shell",
3886
+ "allowNo": false,
3887
+ "type": "boolean"
3888
+ }
3889
+ },
3890
+ "hasDynamicHelp": false,
3891
+ "hiddenAliases": [],
3892
+ "id": "clients:rotate",
3893
+ "pluginAlias": "heroku",
3894
+ "pluginName": "heroku",
3895
+ "pluginType": "core",
3896
+ "strict": true,
3897
+ "isESM": false,
3898
+ "relativePath": [
3899
+ "lib",
3900
+ "commands",
3901
+ "clients",
3902
+ "rotate.js"
3903
+ ]
3904
+ },
3905
+ "clients:update": {
3906
+ "aliases": [],
3907
+ "args": {
3908
+ "id": {
3909
+ "description": "ID of the OAuth client",
3910
+ "name": "id",
3911
+ "required": true
3912
+ }
3913
+ },
3914
+ "description": "update OAuth client",
3915
+ "examples": [
3916
+ "$ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback"
3917
+ ],
3918
+ "flags": {
3919
+ "name": {
3920
+ "char": "n",
3921
+ "description": "change the client name",
3922
+ "name": "name",
3923
+ "hasDynamicHelp": false,
3924
+ "multiple": false,
3925
+ "type": "option"
3926
+ },
3927
+ "url": {
3928
+ "description": "change the client redirect URL",
3929
+ "name": "url",
3930
+ "hasDynamicHelp": false,
3931
+ "multiple": false,
3932
+ "type": "option"
3933
+ }
3934
+ },
3935
+ "hasDynamicHelp": false,
3936
+ "hiddenAliases": [],
3937
+ "id": "clients:update",
3938
+ "pluginAlias": "heroku",
3939
+ "pluginName": "heroku",
3940
+ "pluginType": "core",
3941
+ "strict": true,
3942
+ "isESM": false,
3943
+ "relativePath": [
3944
+ "lib",
3945
+ "commands",
3946
+ "clients",
3947
+ "update.js"
3948
+ ]
3949
+ },
3950
+ "config:edit": {
3951
+ "aliases": [],
3952
+ "args": {
3953
+ "key": {
3954
+ "description": "edit a single key",
3955
+ "name": "key"
3956
+ }
3957
+ },
3958
+ "description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
3959
+ "examples": [
3960
+ "# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
3961
+ "# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
3962
+ "# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
3963
+ "# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
3964
+ ],
3965
+ "flags": {
3966
+ "app": {
3967
+ "char": "a",
3968
3968
  "description": "app to run command against",
3969
3969
  "name": "app",
3970
3970
  "required": true,
@@ -7211,7 +7211,7 @@
7211
7211
  "unfollow.js"
7212
7212
  ]
7213
7213
  },
7214
- "pg:vacuum-stats": {
7214
+ "pg:upgrade": {
7215
7215
  "aliases": [],
7216
7216
  "args": {
7217
7217
  "database": {
@@ -7219,8 +7219,23 @@
7219
7219
  "name": "database"
7220
7220
  }
7221
7221
  },
7222
- "description": "show dead rows and whether an automatic vacuum is expected to be triggered",
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
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
+ },
7224
7239
  "app": {
7225
7240
  "char": "a",
7226
7241
  "description": "app to run command against",
@@ -7241,7 +7256,7 @@
7241
7256
  },
7242
7257
  "hasDynamicHelp": false,
7243
7258
  "hiddenAliases": [],
7244
- "id": "pg:vacuum-stats",
7259
+ "id": "pg:upgrade",
7245
7260
  "pluginAlias": "heroku",
7246
7261
  "pluginName": "heroku",
7247
7262
  "pluginType": "core",
@@ -7252,14 +7267,58 @@
7252
7267
  "lib",
7253
7268
  "commands",
7254
7269
  "pg",
7255
- "vacuum-stats.js"
7270
+ "upgrade.js"
7256
7271
  ]
7257
7272
  },
7258
- "pg:wait": {
7273
+ "pg:vacuum-stats": {
7259
7274
  "aliases": [],
7260
7275
  "args": {
7261
7276
  "database": {
7262
- "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.",
7277
+ "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.",
7278
+ "name": "database"
7279
+ }
7280
+ },
7281
+ "description": "show dead rows and whether an automatic vacuum is expected to be triggered",
7282
+ "flags": {
7283
+ "app": {
7284
+ "char": "a",
7285
+ "description": "app to run command against",
7286
+ "name": "app",
7287
+ "required": true,
7288
+ "hasDynamicHelp": false,
7289
+ "multiple": false,
7290
+ "type": "option"
7291
+ },
7292
+ "remote": {
7293
+ "char": "r",
7294
+ "description": "git remote of app to use",
7295
+ "name": "remote",
7296
+ "hasDynamicHelp": false,
7297
+ "multiple": false,
7298
+ "type": "option"
7299
+ }
7300
+ },
7301
+ "hasDynamicHelp": false,
7302
+ "hiddenAliases": [],
7303
+ "id": "pg:vacuum-stats",
7304
+ "pluginAlias": "heroku",
7305
+ "pluginName": "heroku",
7306
+ "pluginType": "core",
7307
+ "strict": true,
7308
+ "topic": "pg",
7309
+ "isESM": false,
7310
+ "relativePath": [
7311
+ "lib",
7312
+ "commands",
7313
+ "pg",
7314
+ "vacuum-stats.js"
7315
+ ]
7316
+ },
7317
+ "pg:wait": {
7318
+ "aliases": [],
7319
+ "args": {
7320
+ "database": {
7321
+ "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.",
7263
7322
  "name": "database"
7264
7323
  }
7265
7324
  },
@@ -13144,342 +13203,6 @@
13144
13203
  "track-functions.js"
13145
13204
  ]
13146
13205
  },
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
- },
13483
13206
  "ps:autoscale:disable": {
13484
13207
  "aliases": [],
13485
13208
  "args": {},
@@ -14929,5 +14652,5 @@
14929
14652
  ]
14930
14653
  }
14931
14654
  },
14932
- "version": "10.7.0-alpha.0"
14655
+ "version": "10.7.0"
14933
14656
  }