heroku 10.4.1 → 10.5.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8204,41 +8204,23 @@
8204
8204
  "wait.js"
8205
8205
  ]
8206
8206
  },
8207
- "releases": {
8207
+ "redis:cli": {
8208
8208
  "aliases": [],
8209
- "args": {},
8210
- "description": "display the releases for an app",
8209
+ "args": {
8210
+ "database": {
8211
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8212
+ "name": "database"
8213
+ }
8214
+ },
8215
+ "description": "opens a redis prompt",
8211
8216
  "examples": [
8212
- "v1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8213
- "v2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8214
- "v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)"
8217
+ "$ heroku redis:cli --app=my-app my-database",
8218
+ "$ heroku redis:cli --app=my-app --confirm my-database"
8215
8219
  ],
8216
8220
  "flags": {
8217
- "num": {
8218
- "char": "n",
8219
- "description": "number of releases to show",
8220
- "name": "num",
8221
- "hasDynamicHelp": false,
8222
- "multiple": false,
8223
- "type": "option"
8224
- },
8225
- "json": {
8226
- "description": "output releases in json format",
8227
- "name": "json",
8228
- "allowNo": false,
8229
- "type": "boolean"
8230
- },
8231
- "extended": {
8232
- "char": "x",
8233
- "hidden": true,
8234
- "name": "extended",
8235
- "allowNo": false,
8236
- "type": "boolean"
8237
- },
8238
- "remote": {
8239
- "char": "r",
8240
- "description": "git remote of app to use",
8241
- "name": "remote",
8221
+ "confirm": {
8222
+ "char": "c",
8223
+ "name": "confirm",
8242
8224
  "hasDynamicHelp": false,
8243
8225
  "multiple": false,
8244
8226
  "type": "option"
@@ -8251,46 +8233,6 @@
8251
8233
  "hasDynamicHelp": false,
8252
8234
  "multiple": false,
8253
8235
  "type": "option"
8254
- }
8255
- },
8256
- "hasDynamicHelp": false,
8257
- "hiddenAliases": [],
8258
- "id": "releases",
8259
- "pluginAlias": "heroku",
8260
- "pluginName": "heroku",
8261
- "pluginType": "core",
8262
- "strict": true,
8263
- "topic": "releases",
8264
- "isESM": false,
8265
- "relativePath": [
8266
- "lib",
8267
- "commands",
8268
- "releases",
8269
- "index.js"
8270
- ]
8271
- },
8272
- "releases:info": {
8273
- "aliases": [],
8274
- "args": {
8275
- "release": {
8276
- "description": "ID of the release. If omitted, we use the last release ID.",
8277
- "name": "release"
8278
- }
8279
- },
8280
- "description": "view detailed information for a release",
8281
- "flags": {
8282
- "json": {
8283
- "description": "output in json format",
8284
- "name": "json",
8285
- "allowNo": false,
8286
- "type": "boolean"
8287
- },
8288
- "shell": {
8289
- "char": "s",
8290
- "description": "output in shell format",
8291
- "name": "shell",
8292
- "allowNo": false,
8293
- "type": "boolean"
8294
8236
  },
8295
8237
  "remote": {
8296
8238
  "char": "r",
@@ -8299,51 +8241,35 @@
8299
8241
  "hasDynamicHelp": false,
8300
8242
  "multiple": false,
8301
8243
  "type": "option"
8302
- },
8303
- "app": {
8304
- "char": "a",
8305
- "description": "app to run command against",
8306
- "name": "app",
8307
- "required": true,
8308
- "hasDynamicHelp": false,
8309
- "multiple": false,
8310
- "type": "option"
8311
8244
  }
8312
8245
  },
8313
8246
  "hasDynamicHelp": false,
8314
8247
  "hiddenAliases": [],
8315
- "id": "releases:info",
8248
+ "id": "redis:cli",
8316
8249
  "pluginAlias": "heroku",
8317
8250
  "pluginName": "heroku",
8318
8251
  "pluginType": "core",
8319
8252
  "strict": true,
8320
- "topic": "releases",
8253
+ "topic": "redis",
8321
8254
  "isESM": false,
8322
8255
  "relativePath": [
8323
8256
  "lib",
8324
8257
  "commands",
8325
- "releases",
8326
- "info.js"
8258
+ "redis",
8259
+ "cli.js"
8327
8260
  ]
8328
8261
  },
8329
- "releases:output": {
8262
+ "redis:credentials": {
8330
8263
  "aliases": [],
8331
8264
  "args": {
8332
- "release": {
8333
- "description": "ID of the release. If omitted, we use the last release ID.",
8334
- "name": "release"
8265
+ "database": {
8266
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8267
+ "name": "database",
8268
+ "required": false
8335
8269
  }
8336
8270
  },
8337
- "description": "View the release command output",
8271
+ "description": "display credentials information",
8338
8272
  "flags": {
8339
- "remote": {
8340
- "char": "r",
8341
- "description": "git remote of app to use",
8342
- "name": "remote",
8343
- "hasDynamicHelp": false,
8344
- "multiple": false,
8345
- "type": "option"
8346
- },
8347
8273
  "app": {
8348
8274
  "char": "a",
8349
8275
  "description": "app to run command against",
@@ -8352,31 +8278,49 @@
8352
8278
  "hasDynamicHelp": false,
8353
8279
  "multiple": false,
8354
8280
  "type": "option"
8281
+ },
8282
+ "remote": {
8283
+ "char": "r",
8284
+ "description": "git remote of app to use",
8285
+ "name": "remote",
8286
+ "hasDynamicHelp": false,
8287
+ "multiple": false,
8288
+ "type": "option"
8289
+ },
8290
+ "reset": {
8291
+ "description": "reset credentials",
8292
+ "name": "reset",
8293
+ "allowNo": false,
8294
+ "type": "boolean"
8355
8295
  }
8356
8296
  },
8357
8297
  "hasDynamicHelp": false,
8358
8298
  "hiddenAliases": [],
8359
- "id": "releases:output",
8299
+ "id": "redis:credentials",
8360
8300
  "pluginAlias": "heroku",
8361
8301
  "pluginName": "heroku",
8362
8302
  "pluginType": "core",
8363
8303
  "strict": true,
8364
- "topic": "releases",
8304
+ "topic": "redis",
8365
8305
  "isESM": false,
8366
8306
  "relativePath": [
8367
8307
  "lib",
8368
8308
  "commands",
8369
- "releases",
8370
- "output.js"
8309
+ "redis",
8310
+ "credentials.js"
8371
8311
  ]
8372
8312
  },
8373
- "releases:retry": {
8374
- "aliases": [],
8375
- "args": {},
8376
- "description": "retry the latest release-phase command",
8377
- "examples": [
8378
- "heroku releases:retry --app happy-samurai-42"
8313
+ "redis:info": {
8314
+ "aliases": [
8315
+ "redis"
8379
8316
  ],
8317
+ "args": {
8318
+ "database": {
8319
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8320
+ "name": "database"
8321
+ }
8322
+ },
8323
+ "description": "gets information about redis",
8380
8324
  "flags": {
8381
8325
  "app": {
8382
8326
  "char": "a",
@@ -8386,35 +8330,58 @@
8386
8330
  "hasDynamicHelp": false,
8387
8331
  "multiple": false,
8388
8332
  "type": "option"
8333
+ },
8334
+ "remote": {
8335
+ "char": "r",
8336
+ "description": "git remote of app to use",
8337
+ "name": "remote",
8338
+ "hasDynamicHelp": false,
8339
+ "multiple": false,
8340
+ "type": "option"
8341
+ },
8342
+ "json": {
8343
+ "char": "j",
8344
+ "description": "output in json format",
8345
+ "name": "json",
8346
+ "allowNo": false,
8347
+ "type": "boolean"
8389
8348
  }
8390
8349
  },
8391
8350
  "hasDynamicHelp": false,
8392
8351
  "hiddenAliases": [],
8393
- "id": "releases:retry",
8352
+ "id": "redis:info",
8394
8353
  "pluginAlias": "heroku",
8395
8354
  "pluginName": "heroku",
8396
8355
  "pluginType": "core",
8397
8356
  "strict": true,
8398
- "topic": "releases",
8399
- "help": "Copies the latest release into a new release and retries the latest release-phase command. App must have a release-phase command.",
8357
+ "topic": "redis",
8400
8358
  "isESM": false,
8401
8359
  "relativePath": [
8402
8360
  "lib",
8403
8361
  "commands",
8404
- "releases",
8405
- "retry.js"
8362
+ "redis",
8363
+ "info.js"
8406
8364
  ]
8407
8365
  },
8408
- "releases:rollback": {
8366
+ "redis:keyspace-notifications": {
8409
8367
  "aliases": [],
8410
8368
  "args": {
8411
- "release": {
8412
- "description": "ID of the release. If omitted, we use the last eligible release.",
8413
- "name": "release"
8369
+ "database": {
8370
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8371
+ "name": "database"
8414
8372
  }
8415
8373
  },
8416
- "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
8374
+ "description": "set the keyspace notifications configuration\nSet the configuration to enable keyspace notification events:\nK Keyspace events, published with __keyspace@<db>__ prefix.\nE Keyevent events, published with __keyevent@<db>__ prefix.\ng Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...\n$ String commands\nl List commands\ns Set commands\nh Hash commands\nz Sorted set commands\nt Stream commands\nx Expired events (events generated every time a key expires)\ne Evicted events (events generated when a key is evicted for maxmemory)\nm Key miss events (events generated when a key that doesn't exist is accessed)\nA Alias for \"g$lshztxe\", so that the \"AKE\" string means all the events except \"m\".\n\npass an empty string ('') to disable keyspace notifications\n",
8417
8375
  "flags": {
8376
+ "app": {
8377
+ "char": "a",
8378
+ "description": "app to run command against",
8379
+ "name": "app",
8380
+ "required": true,
8381
+ "hasDynamicHelp": false,
8382
+ "multiple": false,
8383
+ "type": "option"
8384
+ },
8418
8385
  "remote": {
8419
8386
  "char": "r",
8420
8387
  "description": "git remote of app to use",
@@ -8423,10 +8390,10 @@
8423
8390
  "multiple": false,
8424
8391
  "type": "option"
8425
8392
  },
8426
- "app": {
8427
- "char": "a",
8428
- "description": "app to run command against",
8429
- "name": "app",
8393
+ "config": {
8394
+ "char": "c",
8395
+ "description": "set keyspace notifications configuration",
8396
+ "name": "config",
8430
8397
  "required": true,
8431
8398
  "hasDynamicHelp": false,
8432
8399
  "multiple": false,
@@ -8434,35 +8401,37 @@
8434
8401
  }
8435
8402
  },
8436
8403
  "hasDynamicHelp": false,
8437
- "hiddenAliases": [
8438
- "rollback"
8439
- ],
8440
- "id": "releases:rollback",
8404
+ "hiddenAliases": [],
8405
+ "id": "redis:keyspace-notifications",
8441
8406
  "pluginAlias": "heroku",
8442
8407
  "pluginName": "heroku",
8443
8408
  "pluginType": "core",
8444
8409
  "strict": true,
8445
- "topic": "releases",
8410
+ "topic": "redis",
8446
8411
  "isESM": false,
8447
8412
  "relativePath": [
8448
8413
  "lib",
8449
8414
  "commands",
8450
- "releases",
8451
- "rollback.js"
8415
+ "redis",
8416
+ "keyspace-notifications.js"
8452
8417
  ]
8453
8418
  },
8454
- "reviewapps:disable": {
8419
+ "redis:maintenance": {
8455
8420
  "aliases": [],
8456
- "args": {},
8457
- "description": "disable review apps and/or settings on an existing pipeline",
8458
- "examples": [
8459
- "$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy"
8460
- ],
8421
+ "args": {
8422
+ "database": {
8423
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8424
+ "name": "database",
8425
+ "required": false
8426
+ }
8427
+ },
8428
+ "description": "manage maintenance windows\nSet or change the maintenance window for your Redis instance\n",
8461
8429
  "flags": {
8462
8430
  "app": {
8463
8431
  "char": "a",
8464
- "description": "parent app used by review apps",
8432
+ "description": "app to run command against",
8465
8433
  "name": "app",
8434
+ "required": true,
8466
8435
  "hasDynamicHelp": false,
8467
8436
  "multiple": false,
8468
8437
  "type": "option"
@@ -8475,144 +8444,110 @@
8475
8444
  "multiple": false,
8476
8445
  "type": "option"
8477
8446
  },
8478
- "pipeline": {
8479
- "char": "p",
8480
- "description": "name of pipeline",
8481
- "name": "pipeline",
8482
- "required": true,
8447
+ "window": {
8448
+ "char": "w",
8449
+ "description": "set weekly UTC maintenance window (format: \"Day HH:MM\", where MM is 00 or 30)",
8450
+ "name": "window",
8451
+ "required": false,
8483
8452
  "hasDynamicHelp": false,
8484
8453
  "multiple": false,
8485
8454
  "type": "option"
8486
8455
  },
8487
- "autodeploy": {
8488
- "description": "disable autodeployments",
8489
- "hidden": true,
8490
- "name": "autodeploy",
8491
- "allowNo": false,
8492
- "type": "boolean"
8493
- },
8494
- "autodestroy": {
8495
- "description": "disable automatically destroying review apps",
8496
- "hidden": true,
8497
- "name": "autodestroy",
8498
- "allowNo": false,
8499
- "type": "boolean"
8500
- },
8501
- "wait-for-ci": {
8502
- "description": "disable wait for CI",
8503
- "hidden": true,
8504
- "name": "wait-for-ci",
8505
- "allowNo": false,
8506
- "type": "boolean"
8507
- },
8508
- "no-autodeploy": {
8509
- "description": "disable autodeployments",
8510
- "name": "no-autodeploy",
8511
- "allowNo": false,
8512
- "type": "boolean"
8513
- },
8514
- "no-autodestroy": {
8515
- "description": "disable automatically destroying review apps",
8516
- "name": "no-autodestroy",
8456
+ "run": {
8457
+ "description": "start maintenance",
8458
+ "name": "run",
8459
+ "required": false,
8517
8460
  "allowNo": false,
8518
8461
  "type": "boolean"
8519
8462
  },
8520
- "no-wait-for-ci": {
8521
- "description": "disable wait for CI",
8522
- "name": "no-wait-for-ci",
8463
+ "force": {
8464
+ "char": "f",
8465
+ "description": "start maintenance without entering application maintenance mode",
8466
+ "name": "force",
8467
+ "required": false,
8523
8468
  "allowNo": false,
8524
8469
  "type": "boolean"
8525
8470
  }
8526
8471
  },
8527
8472
  "hasDynamicHelp": false,
8528
8473
  "hiddenAliases": [],
8529
- "id": "reviewapps:disable",
8474
+ "id": "redis:maintenance",
8530
8475
  "pluginAlias": "heroku",
8531
8476
  "pluginName": "heroku",
8532
8477
  "pluginType": "core",
8533
8478
  "strict": true,
8479
+ "topic": "redis",
8534
8480
  "isESM": false,
8535
8481
  "relativePath": [
8536
8482
  "lib",
8537
8483
  "commands",
8538
- "reviewapps",
8539
- "disable.js"
8484
+ "redis",
8485
+ "maintenance.js"
8540
8486
  ]
8541
8487
  },
8542
- "reviewapps:enable": {
8488
+ "redis:maxmemory": {
8543
8489
  "aliases": [],
8544
- "args": {},
8545
- "description": "enable review apps and/or settings on an existing pipeline",
8546
- "examples": [
8547
- "$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy"
8548
- ],
8490
+ "args": {
8491
+ "database": {
8492
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8493
+ "name": "database"
8494
+ }
8495
+ },
8496
+ "description": "set the key eviction policy when instances reach their storage limit\n Available policies for key eviction include:\n\n noeviction # returns errors when memory limit is reached\n allkeys-lfu # removes less frequently used keys first\n volatile-lfu # removes less frequently used keys first that have an expiry set\n allkeys-lru # removes less recently used keys first\n volatile-lru # removes less recently used keys first that have an expiry set\n allkeys-random # evicts random keys\n volatile-random # evicts random keys but only those that have an expiry set\n volatile-ttl # only evicts keys with an expiry set and a short TTL\n",
8549
8497
  "flags": {
8550
8498
  "app": {
8551
8499
  "char": "a",
8552
- "description": "parent app used by review apps",
8500
+ "description": "app to run command against",
8553
8501
  "name": "app",
8502
+ "required": true,
8554
8503
  "hasDynamicHelp": false,
8555
8504
  "multiple": false,
8556
8505
  "type": "option"
8557
8506
  },
8558
- "remote": {
8559
- "char": "r",
8560
- "description": "git remote of app to use",
8561
- "name": "remote",
8507
+ "policy": {
8508
+ "char": "p",
8509
+ "description": "set policy name",
8510
+ "name": "policy",
8511
+ "required": true,
8562
8512
  "hasDynamicHelp": false,
8563
8513
  "multiple": false,
8564
8514
  "type": "option"
8565
8515
  },
8566
- "pipeline": {
8567
- "char": "p",
8568
- "description": "name of pipeline",
8569
- "name": "pipeline",
8570
- "required": true,
8516
+ "remote": {
8517
+ "char": "r",
8518
+ "description": "git remote of app to use",
8519
+ "name": "remote",
8571
8520
  "hasDynamicHelp": false,
8572
8521
  "multiple": false,
8573
8522
  "type": "option"
8574
- },
8575
- "autodeploy": {
8576
- "description": "autodeploy the review app",
8577
- "name": "autodeploy",
8578
- "allowNo": false,
8579
- "type": "boolean"
8580
- },
8581
- "autodestroy": {
8582
- "description": "autodestroy the review app",
8583
- "name": "autodestroy",
8584
- "allowNo": false,
8585
- "type": "boolean"
8586
- },
8587
- "wait-for-ci": {
8588
- "description": "wait for CI to pass before deploying",
8589
- "name": "wait-for-ci",
8590
- "allowNo": false,
8591
- "type": "boolean"
8592
8523
  }
8593
8524
  },
8594
8525
  "hasDynamicHelp": false,
8595
8526
  "hiddenAliases": [],
8596
- "id": "reviewapps:enable",
8527
+ "id": "redis:maxmemory",
8597
8528
  "pluginAlias": "heroku",
8598
8529
  "pluginName": "heroku",
8599
8530
  "pluginType": "core",
8600
8531
  "strict": true,
8532
+ "topic": "redis",
8601
8533
  "isESM": false,
8602
8534
  "relativePath": [
8603
8535
  "lib",
8604
8536
  "commands",
8605
- "reviewapps",
8606
- "enable.js"
8537
+ "redis",
8538
+ "maxmemory.js"
8607
8539
  ]
8608
8540
  },
8609
- "run:detached": {
8541
+ "redis:promote": {
8610
8542
  "aliases": [],
8611
- "args": {},
8612
- "description": "run a detached dyno, where output is sent to your logs",
8613
- "examples": [
8614
- "$ heroku run:detached ls"
8615
- ],
8543
+ "args": {
8544
+ "database": {
8545
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8546
+ "name": "database",
8547
+ "required": false
8548
+ }
8549
+ },
8550
+ "description": "sets DATABASE as your REDIS_URL",
8616
8551
  "flags": {
8617
8552
  "app": {
8618
8553
  "char": "a",
@@ -8630,65 +8565,37 @@
8630
8565
  "hasDynamicHelp": false,
8631
8566
  "multiple": false,
8632
8567
  "type": "option"
8633
- },
8634
- "env": {
8635
- "char": "e",
8636
- "description": "environment variables to set (use ';' to split multiple vars)",
8637
- "name": "env",
8638
- "hasDynamicHelp": false,
8639
- "multiple": false,
8640
- "type": "option"
8641
- },
8642
- "size": {
8643
- "char": "s",
8644
- "description": "dyno size",
8645
- "name": "size",
8646
- "hasDynamicHelp": false,
8647
- "multiple": false,
8648
- "type": "option"
8649
- },
8650
- "tail": {
8651
- "char": "t",
8652
- "description": "continually stream logs",
8653
- "name": "tail",
8654
- "allowNo": false,
8655
- "type": "boolean"
8656
- },
8657
- "type": {
8658
- "description": "process type",
8659
- "name": "type",
8660
- "hasDynamicHelp": false,
8661
- "multiple": false,
8662
- "type": "option"
8663
8568
  }
8664
8569
  },
8665
8570
  "hasDynamicHelp": false,
8666
8571
  "hiddenAliases": [],
8667
- "id": "run:detached",
8572
+ "id": "redis:promote",
8668
8573
  "pluginAlias": "heroku",
8669
8574
  "pluginName": "heroku",
8670
8575
  "pluginType": "core",
8671
- "strict": false,
8576
+ "strict": true,
8577
+ "topic": "redis",
8672
8578
  "isESM": false,
8673
8579
  "relativePath": [
8674
8580
  "lib",
8675
8581
  "commands",
8676
- "run",
8677
- "detached.js"
8582
+ "redis",
8583
+ "promote.js"
8678
8584
  ]
8679
8585
  },
8680
- "run": {
8586
+ "redis:stats-reset": {
8681
8587
  "aliases": [],
8682
- "args": {},
8683
- "description": "run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.",
8684
- "examples": [
8685
- "$ heroku run bash",
8686
- "$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2"
8687
- ],
8588
+ "args": {
8589
+ "database": {
8590
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8591
+ "name": "database"
8592
+ }
8593
+ },
8594
+ "description": "reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)",
8688
8595
  "flags": {
8689
8596
  "app": {
8690
8597
  "char": "a",
8691
- "description": "parent app used by review apps",
8598
+ "description": "app to run command against",
8692
8599
  "name": "app",
8693
8600
  "required": true,
8694
8601
  "hasDynamicHelp": false,
@@ -8703,91 +8610,39 @@
8703
8610
  "multiple": false,
8704
8611
  "type": "option"
8705
8612
  },
8706
- "size": {
8707
- "char": "s",
8708
- "description": "dyno size",
8709
- "name": "size",
8710
- "hasDynamicHelp": false,
8711
- "multiple": false,
8712
- "type": "option"
8713
- },
8714
- "type": {
8715
- "description": "process type",
8716
- "name": "type",
8717
- "hasDynamicHelp": false,
8718
- "multiple": false,
8719
- "type": "option"
8720
- },
8721
- "exit-code": {
8722
- "char": "x",
8723
- "description": "passthrough the exit code of the remote command",
8724
- "name": "exit-code",
8725
- "allowNo": false,
8726
- "type": "boolean"
8727
- },
8728
- "env": {
8729
- "char": "e",
8730
- "description": "environment variables to set (use ';' to split multiple vars)",
8731
- "name": "env",
8613
+ "confirm": {
8614
+ "char": "c",
8615
+ "name": "confirm",
8732
8616
  "hasDynamicHelp": false,
8733
8617
  "multiple": false,
8734
8618
  "type": "option"
8735
- },
8736
- "no-tty": {
8737
- "description": "force the command to not run in a tty",
8738
- "name": "no-tty",
8739
- "allowNo": false,
8740
- "type": "boolean"
8741
- },
8742
- "listen": {
8743
- "description": "listen on a local port",
8744
- "hidden": true,
8745
- "name": "listen",
8746
- "allowNo": false,
8747
- "type": "boolean"
8748
- },
8749
- "no-notify": {
8750
- "description": "disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)",
8751
- "name": "no-notify",
8752
- "allowNo": false,
8753
- "type": "boolean"
8754
8619
  }
8755
8620
  },
8756
8621
  "hasDynamicHelp": false,
8757
8622
  "hiddenAliases": [],
8758
- "id": "run",
8623
+ "id": "redis:stats-reset",
8759
8624
  "pluginAlias": "heroku",
8760
8625
  "pluginName": "heroku",
8761
8626
  "pluginType": "core",
8762
- "strict": false,
8627
+ "strict": true,
8628
+ "topic": "redis",
8763
8629
  "isESM": false,
8764
8630
  "relativePath": [
8765
8631
  "lib",
8766
8632
  "commands",
8767
- "run",
8768
- "index.js"
8633
+ "redis",
8634
+ "stats-reset.js"
8769
8635
  ]
8770
8636
  },
8771
- "run:inside": {
8637
+ "redis:timeout": {
8772
8638
  "aliases": [],
8773
8639
  "args": {
8774
- "dyno_name": {
8775
- "description": "name of the dyno to run command inside",
8776
- "name": "dyno_name",
8777
- "required": true
8778
- },
8779
- "command": {
8780
- "description": "command to run (Heroku automatically prepends ‘launcher’ to the command)",
8781
- "name": "command",
8782
- "required": true
8640
+ "database": {
8641
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8642
+ "name": "database"
8783
8643
  }
8784
8644
  },
8785
- "description": "run a command inside an existing dyno (for Fir-generation apps only)",
8786
- "examples": [
8787
- "Run bash\nheroku run:inside web-848cd4f64d-pvpr2 bash -a my-app\n",
8788
- "Run a command supplied by a script taking option flags\nheroku run:inside web-848cd4f64d-pvpr2 -a my-app -- myscript.sh -x --log-level=warn\n",
8789
- "Run a command declared for the worker process type in a Procfile\nheroku run:inside web-848cd4f64d-pvpr2 worker -a my-app\n"
8790
- ],
8645
+ "description": "set the number of seconds to wait before killing idle connections\n A value of zero means that connections will not be closed.\n ",
8791
8646
  "flags": {
8792
8647
  "app": {
8793
8648
  "char": "a",
@@ -8798,26 +8653,6 @@
8798
8653
  "multiple": false,
8799
8654
  "type": "option"
8800
8655
  },
8801
- "exit-code": {
8802
- "char": "x",
8803
- "description": "passthrough the exit code of the remote command",
8804
- "name": "exit-code",
8805
- "allowNo": false,
8806
- "type": "boolean"
8807
- },
8808
- "listen": {
8809
- "description": "listen on a local port",
8810
- "hidden": true,
8811
- "name": "listen",
8812
- "allowNo": false,
8813
- "type": "boolean"
8814
- },
8815
- "no-launcher": {
8816
- "description": "don’t prepend ‘launcher’ before a command",
8817
- "name": "no-launcher",
8818
- "allowNo": false,
8819
- "type": "boolean"
8820
- },
8821
8656
  "remote": {
8822
8657
  "char": "r",
8823
8658
  "description": "git remote of app to use",
@@ -8825,24 +8660,34 @@
8825
8660
  "hasDynamicHelp": false,
8826
8661
  "multiple": false,
8827
8662
  "type": "option"
8663
+ },
8664
+ "seconds": {
8665
+ "char": "s",
8666
+ "description": "set timeout value",
8667
+ "name": "seconds",
8668
+ "required": true,
8669
+ "hasDynamicHelp": false,
8670
+ "multiple": false,
8671
+ "type": "option"
8828
8672
  }
8829
8673
  },
8830
8674
  "hasDynamicHelp": false,
8831
8675
  "hiddenAliases": [],
8832
- "id": "run:inside",
8676
+ "id": "redis:timeout",
8833
8677
  "pluginAlias": "heroku",
8834
8678
  "pluginName": "heroku",
8835
8679
  "pluginType": "core",
8836
- "strict": false,
8680
+ "strict": true,
8681
+ "topic": "redis",
8837
8682
  "isESM": false,
8838
8683
  "relativePath": [
8839
8684
  "lib",
8840
8685
  "commands",
8841
- "run",
8842
- "inside.js"
8686
+ "redis",
8687
+ "timeout.js"
8843
8688
  ]
8844
8689
  },
8845
- "redis:cli": {
8690
+ "redis:upgrade": {
8846
8691
  "aliases": [],
8847
8692
  "args": {
8848
8693
  "database": {
@@ -8850,19 +8695,8 @@
8850
8695
  "name": "database"
8851
8696
  }
8852
8697
  },
8853
- "description": "opens a redis prompt",
8854
- "examples": [
8855
- "$ heroku redis:cli --app=my-app my-database",
8856
- "$ heroku redis:cli --app=my-app --confirm my-database"
8857
- ],
8698
+ "description": "perform in-place version upgrade",
8858
8699
  "flags": {
8859
- "confirm": {
8860
- "char": "c",
8861
- "name": "confirm",
8862
- "hasDynamicHelp": false,
8863
- "multiple": false,
8864
- "type": "option"
8865
- },
8866
8700
  "app": {
8867
8701
  "char": "a",
8868
8702
  "description": "app to run command against",
@@ -8879,11 +8713,26 @@
8879
8713
  "hasDynamicHelp": false,
8880
8714
  "multiple": false,
8881
8715
  "type": "option"
8716
+ },
8717
+ "version": {
8718
+ "char": "v",
8719
+ "name": "version",
8720
+ "required": true,
8721
+ "hasDynamicHelp": false,
8722
+ "multiple": false,
8723
+ "type": "option"
8724
+ },
8725
+ "confirm": {
8726
+ "char": "c",
8727
+ "name": "confirm",
8728
+ "hasDynamicHelp": false,
8729
+ "multiple": false,
8730
+ "type": "option"
8882
8731
  }
8883
8732
  },
8884
8733
  "hasDynamicHelp": false,
8885
8734
  "hiddenAliases": [],
8886
- "id": "redis:cli",
8735
+ "id": "redis:upgrade",
8887
8736
  "pluginAlias": "heroku",
8888
8737
  "pluginName": "heroku",
8889
8738
  "pluginType": "core",
@@ -8894,10 +8743,10 @@
8894
8743
  "lib",
8895
8744
  "commands",
8896
8745
  "redis",
8897
- "cli.js"
8746
+ "upgrade.js"
8898
8747
  ]
8899
8748
  },
8900
- "redis:credentials": {
8749
+ "redis:wait": {
8901
8750
  "aliases": [],
8902
8751
  "args": {
8903
8752
  "database": {
@@ -8906,8 +8755,15 @@
8906
8755
  "required": false
8907
8756
  }
8908
8757
  },
8909
- "description": "display credentials information",
8758
+ "description": "wait for Redis instance to be available",
8910
8759
  "flags": {
8760
+ "wait-interval": {
8761
+ "description": "how frequently to poll in seconds",
8762
+ "name": "wait-interval",
8763
+ "hasDynamicHelp": false,
8764
+ "multiple": false,
8765
+ "type": "option"
8766
+ },
8911
8767
  "app": {
8912
8768
  "char": "a",
8913
8769
  "description": "app to run command against",
@@ -8924,17 +8780,11 @@
8924
8780
  "hasDynamicHelp": false,
8925
8781
  "multiple": false,
8926
8782
  "type": "option"
8927
- },
8928
- "reset": {
8929
- "description": "reset credentials",
8930
- "name": "reset",
8931
- "allowNo": false,
8932
- "type": "boolean"
8933
8783
  }
8934
8784
  },
8935
8785
  "hasDynamicHelp": false,
8936
8786
  "hiddenAliases": [],
8937
- "id": "redis:credentials",
8787
+ "id": "redis:wait",
8938
8788
  "pluginAlias": "heroku",
8939
8789
  "pluginName": "heroku",
8940
8790
  "pluginType": "core",
@@ -8945,21 +8795,48 @@
8945
8795
  "lib",
8946
8796
  "commands",
8947
8797
  "redis",
8948
- "credentials.js"
8798
+ "wait.js"
8949
8799
  ]
8950
8800
  },
8951
- "redis:info": {
8952
- "aliases": [
8953
- "redis"
8801
+ "releases": {
8802
+ "aliases": [],
8803
+ "args": {},
8804
+ "description": "display the releases for an app",
8805
+ "examples": [
8806
+ "v1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8807
+ "v2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8808
+ "v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)"
8954
8809
  ],
8955
- "args": {
8956
- "database": {
8957
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8958
- "name": "database"
8959
- }
8960
- },
8961
- "description": "gets information about redis",
8962
8810
  "flags": {
8811
+ "num": {
8812
+ "char": "n",
8813
+ "description": "number of releases to show",
8814
+ "name": "num",
8815
+ "hasDynamicHelp": false,
8816
+ "multiple": false,
8817
+ "type": "option"
8818
+ },
8819
+ "json": {
8820
+ "description": "output releases in json format",
8821
+ "name": "json",
8822
+ "allowNo": false,
8823
+ "type": "boolean"
8824
+ },
8825
+ "extended": {
8826
+ "char": "x",
8827
+ "hidden": true,
8828
+ "name": "extended",
8829
+ "allowNo": false,
8830
+ "type": "boolean"
8831
+ },
8832
+ "remote": {
8833
+ "char": "r",
8834
+ "description": "git remote of app to use",
8835
+ "name": "remote",
8836
+ "hasDynamicHelp": false,
8837
+ "multiple": false,
8838
+ "type": "option"
8839
+ },
8963
8840
  "app": {
8964
8841
  "char": "a",
8965
8842
  "description": "app to run command against",
@@ -8968,6 +8845,46 @@
8968
8845
  "hasDynamicHelp": false,
8969
8846
  "multiple": false,
8970
8847
  "type": "option"
8848
+ }
8849
+ },
8850
+ "hasDynamicHelp": false,
8851
+ "hiddenAliases": [],
8852
+ "id": "releases",
8853
+ "pluginAlias": "heroku",
8854
+ "pluginName": "heroku",
8855
+ "pluginType": "core",
8856
+ "strict": true,
8857
+ "topic": "releases",
8858
+ "isESM": false,
8859
+ "relativePath": [
8860
+ "lib",
8861
+ "commands",
8862
+ "releases",
8863
+ "index.js"
8864
+ ]
8865
+ },
8866
+ "releases:info": {
8867
+ "aliases": [],
8868
+ "args": {
8869
+ "release": {
8870
+ "description": "ID of the release. If omitted, we use the last release ID.",
8871
+ "name": "release"
8872
+ }
8873
+ },
8874
+ "description": "view detailed information for a release",
8875
+ "flags": {
8876
+ "json": {
8877
+ "description": "output in json format",
8878
+ "name": "json",
8879
+ "allowNo": false,
8880
+ "type": "boolean"
8881
+ },
8882
+ "shell": {
8883
+ "char": "s",
8884
+ "description": "output in shell format",
8885
+ "name": "shell",
8886
+ "allowNo": false,
8887
+ "type": "boolean"
8971
8888
  },
8972
8889
  "remote": {
8973
8890
  "char": "r",
@@ -8977,49 +8894,42 @@
8977
8894
  "multiple": false,
8978
8895
  "type": "option"
8979
8896
  },
8980
- "json": {
8981
- "char": "j",
8982
- "description": "output in json format",
8983
- "name": "json",
8984
- "allowNo": false,
8985
- "type": "boolean"
8897
+ "app": {
8898
+ "char": "a",
8899
+ "description": "app to run command against",
8900
+ "name": "app",
8901
+ "required": true,
8902
+ "hasDynamicHelp": false,
8903
+ "multiple": false,
8904
+ "type": "option"
8986
8905
  }
8987
8906
  },
8988
8907
  "hasDynamicHelp": false,
8989
8908
  "hiddenAliases": [],
8990
- "id": "redis:info",
8909
+ "id": "releases:info",
8991
8910
  "pluginAlias": "heroku",
8992
8911
  "pluginName": "heroku",
8993
8912
  "pluginType": "core",
8994
8913
  "strict": true,
8995
- "topic": "redis",
8914
+ "topic": "releases",
8996
8915
  "isESM": false,
8997
8916
  "relativePath": [
8998
8917
  "lib",
8999
8918
  "commands",
9000
- "redis",
8919
+ "releases",
9001
8920
  "info.js"
9002
8921
  ]
9003
8922
  },
9004
- "redis:keyspace-notifications": {
8923
+ "releases:output": {
9005
8924
  "aliases": [],
9006
8925
  "args": {
9007
- "database": {
9008
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9009
- "name": "database"
8926
+ "release": {
8927
+ "description": "ID of the release. If omitted, we use the last release ID.",
8928
+ "name": "release"
9010
8929
  }
9011
8930
  },
9012
- "description": "set the keyspace notifications configuration\nSet the configuration to enable keyspace notification events:\nK Keyspace events, published with __keyspace@<db>__ prefix.\nE Keyevent events, published with __keyevent@<db>__ prefix.\ng Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...\n$ String commands\nl List commands\ns Set commands\nh Hash commands\nz Sorted set commands\nt Stream commands\nx Expired events (events generated every time a key expires)\ne Evicted events (events generated when a key is evicted for maxmemory)\nm Key miss events (events generated when a key that doesn't exist is accessed)\nA Alias for \"g$lshztxe\", so that the \"AKE\" string means all the events except \"m\".\n\npass an empty string ('') to disable keyspace notifications\n",
8931
+ "description": "View the release command output",
9013
8932
  "flags": {
9014
- "app": {
9015
- "char": "a",
9016
- "description": "app to run command against",
9017
- "name": "app",
9018
- "required": true,
9019
- "hasDynamicHelp": false,
9020
- "multiple": false,
9021
- "type": "option"
9022
- },
9023
8933
  "remote": {
9024
8934
  "char": "r",
9025
8935
  "description": "git remote of app to use",
@@ -9028,10 +8938,10 @@
9028
8938
  "multiple": false,
9029
8939
  "type": "option"
9030
8940
  },
9031
- "config": {
9032
- "char": "c",
9033
- "description": "set keyspace notifications configuration",
9034
- "name": "config",
8941
+ "app": {
8942
+ "char": "a",
8943
+ "description": "app to run command against",
8944
+ "name": "app",
9035
8945
  "required": true,
9036
8946
  "hasDynamicHelp": false,
9037
8947
  "multiple": false,
@@ -9040,30 +8950,27 @@
9040
8950
  },
9041
8951
  "hasDynamicHelp": false,
9042
8952
  "hiddenAliases": [],
9043
- "id": "redis:keyspace-notifications",
8953
+ "id": "releases:output",
9044
8954
  "pluginAlias": "heroku",
9045
8955
  "pluginName": "heroku",
9046
8956
  "pluginType": "core",
9047
8957
  "strict": true,
9048
- "topic": "redis",
8958
+ "topic": "releases",
9049
8959
  "isESM": false,
9050
8960
  "relativePath": [
9051
8961
  "lib",
9052
8962
  "commands",
9053
- "redis",
9054
- "keyspace-notifications.js"
8963
+ "releases",
8964
+ "output.js"
9055
8965
  ]
9056
8966
  },
9057
- "redis:maintenance": {
8967
+ "releases:retry": {
9058
8968
  "aliases": [],
9059
- "args": {
9060
- "database": {
9061
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9062
- "name": "database",
9063
- "required": false
9064
- }
9065
- },
9066
- "description": "manage maintenance windows\nSet or change the maintenance window for your Redis instance\n",
8969
+ "args": {},
8970
+ "description": "retry the latest release-phase command",
8971
+ "examples": [
8972
+ "heroku releases:retry --app happy-samurai-42"
8973
+ ],
9067
8974
  "flags": {
9068
8975
  "app": {
9069
8976
  "char": "a",
@@ -9073,125 +8980,83 @@
9073
8980
  "hasDynamicHelp": false,
9074
8981
  "multiple": false,
9075
8982
  "type": "option"
9076
- },
9077
- "remote": {
9078
- "char": "r",
9079
- "description": "git remote of app to use",
9080
- "name": "remote",
9081
- "hasDynamicHelp": false,
9082
- "multiple": false,
9083
- "type": "option"
9084
- },
9085
- "window": {
9086
- "char": "w",
9087
- "description": "set weekly UTC maintenance window (format: \"Day HH:MM\", where MM is 00 or 30)",
9088
- "name": "window",
9089
- "required": false,
9090
- "hasDynamicHelp": false,
9091
- "multiple": false,
9092
- "type": "option"
9093
- },
9094
- "run": {
9095
- "description": "start maintenance",
9096
- "name": "run",
9097
- "required": false,
9098
- "allowNo": false,
9099
- "type": "boolean"
9100
- },
9101
- "force": {
9102
- "char": "f",
9103
- "description": "start maintenance without entering application maintenance mode",
9104
- "name": "force",
9105
- "required": false,
9106
- "allowNo": false,
9107
- "type": "boolean"
9108
8983
  }
9109
8984
  },
9110
8985
  "hasDynamicHelp": false,
9111
8986
  "hiddenAliases": [],
9112
- "id": "redis:maintenance",
8987
+ "id": "releases:retry",
9113
8988
  "pluginAlias": "heroku",
9114
8989
  "pluginName": "heroku",
9115
8990
  "pluginType": "core",
9116
8991
  "strict": true,
9117
- "topic": "redis",
8992
+ "topic": "releases",
8993
+ "help": "Copies the latest release into a new release and retries the latest release-phase command. App must have a release-phase command.",
9118
8994
  "isESM": false,
9119
8995
  "relativePath": [
9120
8996
  "lib",
9121
8997
  "commands",
9122
- "redis",
9123
- "maintenance.js"
8998
+ "releases",
8999
+ "retry.js"
9124
9000
  ]
9125
9001
  },
9126
- "redis:maxmemory": {
9002
+ "releases:rollback": {
9127
9003
  "aliases": [],
9128
9004
  "args": {
9129
- "database": {
9130
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9131
- "name": "database"
9005
+ "release": {
9006
+ "description": "ID of the release. If omitted, we use the last eligible release.",
9007
+ "name": "release"
9132
9008
  }
9133
9009
  },
9134
- "description": "set the key eviction policy when instances reach their storage limit\n Available policies for key eviction include:\n\n noeviction # returns errors when memory limit is reached\n allkeys-lfu # removes less frequently used keys first\n volatile-lfu # removes less frequently used keys first that have an expiry set\n allkeys-lru # removes less recently used keys first\n volatile-lru # removes less recently used keys first that have an expiry set\n allkeys-random # evicts random keys\n volatile-random # evicts random keys but only those that have an expiry set\n volatile-ttl # only evicts keys with an expiry set and a short TTL\n",
9010
+ "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
9135
9011
  "flags": {
9136
- "app": {
9137
- "char": "a",
9138
- "description": "app to run command against",
9139
- "name": "app",
9140
- "required": true,
9012
+ "remote": {
9013
+ "char": "r",
9014
+ "description": "git remote of app to use",
9015
+ "name": "remote",
9141
9016
  "hasDynamicHelp": false,
9142
9017
  "multiple": false,
9143
9018
  "type": "option"
9144
9019
  },
9145
- "policy": {
9146
- "char": "p",
9147
- "description": "set policy name",
9148
- "name": "policy",
9020
+ "app": {
9021
+ "char": "a",
9022
+ "description": "app to run command against",
9023
+ "name": "app",
9149
9024
  "required": true,
9150
9025
  "hasDynamicHelp": false,
9151
9026
  "multiple": false,
9152
9027
  "type": "option"
9153
- },
9154
- "remote": {
9155
- "char": "r",
9156
- "description": "git remote of app to use",
9157
- "name": "remote",
9158
- "hasDynamicHelp": false,
9159
- "multiple": false,
9160
- "type": "option"
9161
9028
  }
9162
9029
  },
9163
9030
  "hasDynamicHelp": false,
9164
- "hiddenAliases": [],
9165
- "id": "redis:maxmemory",
9031
+ "hiddenAliases": [
9032
+ "rollback"
9033
+ ],
9034
+ "id": "releases:rollback",
9166
9035
  "pluginAlias": "heroku",
9167
9036
  "pluginName": "heroku",
9168
9037
  "pluginType": "core",
9169
9038
  "strict": true,
9170
- "topic": "redis",
9039
+ "topic": "releases",
9171
9040
  "isESM": false,
9172
9041
  "relativePath": [
9173
9042
  "lib",
9174
9043
  "commands",
9175
- "redis",
9176
- "maxmemory.js"
9044
+ "releases",
9045
+ "rollback.js"
9177
9046
  ]
9178
9047
  },
9179
- "redis:promote": {
9048
+ "reviewapps:disable": {
9180
9049
  "aliases": [],
9181
- "args": {
9182
- "database": {
9183
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9184
- "name": "database",
9185
- "required": false
9186
- }
9187
- },
9188
- "description": "sets DATABASE as your REDIS_URL",
9050
+ "args": {},
9051
+ "description": "disable review apps and/or settings on an existing pipeline",
9052
+ "examples": [
9053
+ "$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy"
9054
+ ],
9189
9055
  "flags": {
9190
9056
  "app": {
9191
9057
  "char": "a",
9192
- "description": "app to run command against",
9058
+ "description": "parent app used by review apps",
9193
9059
  "name": "app",
9194
- "required": true,
9195
9060
  "hasDynamicHelp": false,
9196
9061
  "multiple": false,
9197
9062
  "type": "option"
@@ -9203,39 +9068,83 @@
9203
9068
  "hasDynamicHelp": false,
9204
9069
  "multiple": false,
9205
9070
  "type": "option"
9071
+ },
9072
+ "pipeline": {
9073
+ "char": "p",
9074
+ "description": "name of pipeline",
9075
+ "name": "pipeline",
9076
+ "required": true,
9077
+ "hasDynamicHelp": false,
9078
+ "multiple": false,
9079
+ "type": "option"
9080
+ },
9081
+ "autodeploy": {
9082
+ "description": "disable autodeployments",
9083
+ "hidden": true,
9084
+ "name": "autodeploy",
9085
+ "allowNo": false,
9086
+ "type": "boolean"
9087
+ },
9088
+ "autodestroy": {
9089
+ "description": "disable automatically destroying review apps",
9090
+ "hidden": true,
9091
+ "name": "autodestroy",
9092
+ "allowNo": false,
9093
+ "type": "boolean"
9094
+ },
9095
+ "wait-for-ci": {
9096
+ "description": "disable wait for CI",
9097
+ "hidden": true,
9098
+ "name": "wait-for-ci",
9099
+ "allowNo": false,
9100
+ "type": "boolean"
9101
+ },
9102
+ "no-autodeploy": {
9103
+ "description": "disable autodeployments",
9104
+ "name": "no-autodeploy",
9105
+ "allowNo": false,
9106
+ "type": "boolean"
9107
+ },
9108
+ "no-autodestroy": {
9109
+ "description": "disable automatically destroying review apps",
9110
+ "name": "no-autodestroy",
9111
+ "allowNo": false,
9112
+ "type": "boolean"
9113
+ },
9114
+ "no-wait-for-ci": {
9115
+ "description": "disable wait for CI",
9116
+ "name": "no-wait-for-ci",
9117
+ "allowNo": false,
9118
+ "type": "boolean"
9206
9119
  }
9207
9120
  },
9208
9121
  "hasDynamicHelp": false,
9209
9122
  "hiddenAliases": [],
9210
- "id": "redis:promote",
9123
+ "id": "reviewapps:disable",
9211
9124
  "pluginAlias": "heroku",
9212
9125
  "pluginName": "heroku",
9213
9126
  "pluginType": "core",
9214
9127
  "strict": true,
9215
- "topic": "redis",
9216
9128
  "isESM": false,
9217
9129
  "relativePath": [
9218
9130
  "lib",
9219
9131
  "commands",
9220
- "redis",
9221
- "promote.js"
9132
+ "reviewapps",
9133
+ "disable.js"
9222
9134
  ]
9223
- },
9224
- "redis:stats-reset": {
9225
- "aliases": [],
9226
- "args": {
9227
- "database": {
9228
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9229
- "name": "database"
9230
- }
9231
- },
9232
- "description": "reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)",
9135
+ },
9136
+ "reviewapps:enable": {
9137
+ "aliases": [],
9138
+ "args": {},
9139
+ "description": "enable review apps and/or settings on an existing pipeline",
9140
+ "examples": [
9141
+ "$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy"
9142
+ ],
9233
9143
  "flags": {
9234
9144
  "app": {
9235
9145
  "char": "a",
9236
- "description": "app to run command against",
9146
+ "description": "parent app used by review apps",
9237
9147
  "name": "app",
9238
- "required": true,
9239
9148
  "hasDynamicHelp": false,
9240
9149
  "multiple": false,
9241
9150
  "type": "option"
@@ -9248,39 +9157,56 @@
9248
9157
  "multiple": false,
9249
9158
  "type": "option"
9250
9159
  },
9251
- "confirm": {
9252
- "char": "c",
9253
- "name": "confirm",
9160
+ "pipeline": {
9161
+ "char": "p",
9162
+ "description": "name of pipeline",
9163
+ "name": "pipeline",
9164
+ "required": true,
9254
9165
  "hasDynamicHelp": false,
9255
9166
  "multiple": false,
9256
9167
  "type": "option"
9168
+ },
9169
+ "autodeploy": {
9170
+ "description": "autodeploy the review app",
9171
+ "name": "autodeploy",
9172
+ "allowNo": false,
9173
+ "type": "boolean"
9174
+ },
9175
+ "autodestroy": {
9176
+ "description": "autodestroy the review app",
9177
+ "name": "autodestroy",
9178
+ "allowNo": false,
9179
+ "type": "boolean"
9180
+ },
9181
+ "wait-for-ci": {
9182
+ "description": "wait for CI to pass before deploying",
9183
+ "name": "wait-for-ci",
9184
+ "allowNo": false,
9185
+ "type": "boolean"
9257
9186
  }
9258
9187
  },
9259
9188
  "hasDynamicHelp": false,
9260
9189
  "hiddenAliases": [],
9261
- "id": "redis:stats-reset",
9190
+ "id": "reviewapps:enable",
9262
9191
  "pluginAlias": "heroku",
9263
9192
  "pluginName": "heroku",
9264
9193
  "pluginType": "core",
9265
9194
  "strict": true,
9266
- "topic": "redis",
9267
9195
  "isESM": false,
9268
9196
  "relativePath": [
9269
9197
  "lib",
9270
9198
  "commands",
9271
- "redis",
9272
- "stats-reset.js"
9199
+ "reviewapps",
9200
+ "enable.js"
9273
9201
  ]
9274
9202
  },
9275
- "redis:timeout": {
9203
+ "run:detached": {
9276
9204
  "aliases": [],
9277
- "args": {
9278
- "database": {
9279
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9280
- "name": "database"
9281
- }
9282
- },
9283
- "description": "set the number of seconds to wait before killing idle connections\n A value of zero means that connections will not be closed.\n ",
9205
+ "args": {},
9206
+ "description": "run a detached dyno, where output is sent to your logs",
9207
+ "examples": [
9208
+ "$ heroku run:detached ls"
9209
+ ],
9284
9210
  "flags": {
9285
9211
  "app": {
9286
9212
  "char": "a",
@@ -9299,11 +9225,32 @@
9299
9225
  "multiple": false,
9300
9226
  "type": "option"
9301
9227
  },
9302
- "seconds": {
9228
+ "env": {
9229
+ "char": "e",
9230
+ "description": "environment variables to set (use ';' to split multiple vars)",
9231
+ "name": "env",
9232
+ "hasDynamicHelp": false,
9233
+ "multiple": false,
9234
+ "type": "option"
9235
+ },
9236
+ "size": {
9303
9237
  "char": "s",
9304
- "description": "set timeout value",
9305
- "name": "seconds",
9306
- "required": true,
9238
+ "description": "dyno size",
9239
+ "name": "size",
9240
+ "hasDynamicHelp": false,
9241
+ "multiple": false,
9242
+ "type": "option"
9243
+ },
9244
+ "tail": {
9245
+ "char": "t",
9246
+ "description": "continually stream logs",
9247
+ "name": "tail",
9248
+ "allowNo": false,
9249
+ "type": "boolean"
9250
+ },
9251
+ "type": {
9252
+ "description": "process type",
9253
+ "name": "type",
9307
9254
  "hasDynamicHelp": false,
9308
9255
  "multiple": false,
9309
9256
  "type": "option"
@@ -9311,33 +9258,31 @@
9311
9258
  },
9312
9259
  "hasDynamicHelp": false,
9313
9260
  "hiddenAliases": [],
9314
- "id": "redis:timeout",
9261
+ "id": "run:detached",
9315
9262
  "pluginAlias": "heroku",
9316
9263
  "pluginName": "heroku",
9317
9264
  "pluginType": "core",
9318
- "strict": true,
9319
- "topic": "redis",
9265
+ "strict": false,
9320
9266
  "isESM": false,
9321
9267
  "relativePath": [
9322
9268
  "lib",
9323
9269
  "commands",
9324
- "redis",
9325
- "timeout.js"
9270
+ "run",
9271
+ "detached.js"
9326
9272
  ]
9327
9273
  },
9328
- "redis:upgrade": {
9274
+ "run": {
9329
9275
  "aliases": [],
9330
- "args": {
9331
- "database": {
9332
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9333
- "name": "database"
9334
- }
9335
- },
9336
- "description": "perform in-place version upgrade",
9276
+ "args": {},
9277
+ "description": "run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.",
9278
+ "examples": [
9279
+ "$ heroku run bash",
9280
+ "$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2"
9281
+ ],
9337
9282
  "flags": {
9338
9283
  "app": {
9339
9284
  "char": "a",
9340
- "description": "app to run command against",
9285
+ "description": "parent app used by review apps",
9341
9286
  "name": "app",
9342
9287
  "required": true,
9343
9288
  "hasDynamicHelp": false,
@@ -9352,56 +9297,92 @@
9352
9297
  "multiple": false,
9353
9298
  "type": "option"
9354
9299
  },
9355
- "version": {
9356
- "char": "v",
9357
- "name": "version",
9358
- "required": true,
9300
+ "size": {
9301
+ "char": "s",
9302
+ "description": "dyno size",
9303
+ "name": "size",
9359
9304
  "hasDynamicHelp": false,
9360
9305
  "multiple": false,
9361
9306
  "type": "option"
9362
9307
  },
9363
- "confirm": {
9364
- "char": "c",
9365
- "name": "confirm",
9308
+ "type": {
9309
+ "description": "process type",
9310
+ "name": "type",
9311
+ "hasDynamicHelp": false,
9312
+ "multiple": false,
9313
+ "type": "option"
9314
+ },
9315
+ "exit-code": {
9316
+ "char": "x",
9317
+ "description": "passthrough the exit code of the remote command",
9318
+ "name": "exit-code",
9319
+ "allowNo": false,
9320
+ "type": "boolean"
9321
+ },
9322
+ "env": {
9323
+ "char": "e",
9324
+ "description": "environment variables to set (use ';' to split multiple vars)",
9325
+ "name": "env",
9366
9326
  "hasDynamicHelp": false,
9367
9327
  "multiple": false,
9368
9328
  "type": "option"
9329
+ },
9330
+ "no-tty": {
9331
+ "description": "force the command to not run in a tty",
9332
+ "name": "no-tty",
9333
+ "allowNo": false,
9334
+ "type": "boolean"
9335
+ },
9336
+ "listen": {
9337
+ "description": "listen on a local port",
9338
+ "hidden": true,
9339
+ "name": "listen",
9340
+ "allowNo": false,
9341
+ "type": "boolean"
9342
+ },
9343
+ "no-notify": {
9344
+ "description": "disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)",
9345
+ "name": "no-notify",
9346
+ "allowNo": false,
9347
+ "type": "boolean"
9369
9348
  }
9370
9349
  },
9371
9350
  "hasDynamicHelp": false,
9372
9351
  "hiddenAliases": [],
9373
- "id": "redis:upgrade",
9352
+ "id": "run",
9374
9353
  "pluginAlias": "heroku",
9375
9354
  "pluginName": "heroku",
9376
9355
  "pluginType": "core",
9377
- "strict": true,
9378
- "topic": "redis",
9356
+ "strict": false,
9379
9357
  "isESM": false,
9380
9358
  "relativePath": [
9381
9359
  "lib",
9382
9360
  "commands",
9383
- "redis",
9384
- "upgrade.js"
9361
+ "run",
9362
+ "index.js"
9385
9363
  ]
9386
9364
  },
9387
- "redis:wait": {
9365
+ "run:inside": {
9388
9366
  "aliases": [],
9389
9367
  "args": {
9390
- "database": {
9391
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9392
- "name": "database",
9393
- "required": false
9368
+ "dyno_name": {
9369
+ "description": "name of the dyno to run command inside",
9370
+ "name": "dyno_name",
9371
+ "required": true
9372
+ },
9373
+ "command": {
9374
+ "description": "command to run (Heroku automatically prepends ‘launcher’ to the command)",
9375
+ "name": "command",
9376
+ "required": true
9394
9377
  }
9395
9378
  },
9396
- "description": "wait for Redis instance to be available",
9379
+ "description": "run a command inside an existing dyno (for Fir-generation apps only)",
9380
+ "examples": [
9381
+ "Run bash\nheroku run:inside web-848cd4f64d-pvpr2 bash -a my-app\n",
9382
+ "Run a command supplied by a script taking option flags\nheroku run:inside web-848cd4f64d-pvpr2 -a my-app -- myscript.sh -x --log-level=warn\n",
9383
+ "Run a command declared for the worker process type in a Procfile\nheroku run:inside web-848cd4f64d-pvpr2 worker -a my-app\n"
9384
+ ],
9397
9385
  "flags": {
9398
- "wait-interval": {
9399
- "description": "how frequently to poll in seconds",
9400
- "name": "wait-interval",
9401
- "hasDynamicHelp": false,
9402
- "multiple": false,
9403
- "type": "option"
9404
- },
9405
9386
  "app": {
9406
9387
  "char": "a",
9407
9388
  "description": "app to run command against",
@@ -9411,6 +9392,26 @@
9411
9392
  "multiple": false,
9412
9393
  "type": "option"
9413
9394
  },
9395
+ "exit-code": {
9396
+ "char": "x",
9397
+ "description": "passthrough the exit code of the remote command",
9398
+ "name": "exit-code",
9399
+ "allowNo": false,
9400
+ "type": "boolean"
9401
+ },
9402
+ "listen": {
9403
+ "description": "listen on a local port",
9404
+ "hidden": true,
9405
+ "name": "listen",
9406
+ "allowNo": false,
9407
+ "type": "boolean"
9408
+ },
9409
+ "no-launcher": {
9410
+ "description": "don’t prepend ‘launcher’ before a command",
9411
+ "name": "no-launcher",
9412
+ "allowNo": false,
9413
+ "type": "boolean"
9414
+ },
9414
9415
  "remote": {
9415
9416
  "char": "r",
9416
9417
  "description": "git remote of app to use",
@@ -9422,18 +9423,17 @@
9422
9423
  },
9423
9424
  "hasDynamicHelp": false,
9424
9425
  "hiddenAliases": [],
9425
- "id": "redis:wait",
9426
+ "id": "run:inside",
9426
9427
  "pluginAlias": "heroku",
9427
9428
  "pluginName": "heroku",
9428
9429
  "pluginType": "core",
9429
- "strict": true,
9430
- "topic": "redis",
9430
+ "strict": false,
9431
9431
  "isESM": false,
9432
9432
  "relativePath": [
9433
9433
  "lib",
9434
9434
  "commands",
9435
- "redis",
9436
- "wait.js"
9435
+ "run",
9436
+ "inside.js"
9437
9437
  ]
9438
9438
  },
9439
9439
  "sessions:destroy": {
@@ -10272,6 +10272,40 @@
10272
10272
  "update.js"
10273
10273
  ]
10274
10274
  },
10275
+ "usage:addons": {
10276
+ "aliases": [],
10277
+ "args": {},
10278
+ "description": "list usage values for metered addons associated with a given app or team",
10279
+ "flags": {
10280
+ "app": {
10281
+ "name": "app",
10282
+ "hasDynamicHelp": false,
10283
+ "multiple": false,
10284
+ "type": "option"
10285
+ },
10286
+ "team": {
10287
+ "name": "team",
10288
+ "hasDynamicHelp": false,
10289
+ "multiple": false,
10290
+ "type": "option"
10291
+ }
10292
+ },
10293
+ "hasDynamicHelp": false,
10294
+ "hiddenAliases": [],
10295
+ "id": "usage:addons",
10296
+ "pluginAlias": "heroku",
10297
+ "pluginName": "heroku",
10298
+ "pluginType": "core",
10299
+ "strict": true,
10300
+ "topic": "usage",
10301
+ "isESM": false,
10302
+ "relativePath": [
10303
+ "lib",
10304
+ "commands",
10305
+ "usage",
10306
+ "addons.js"
10307
+ ]
10308
+ },
10275
10309
  "webhooks:add": {
10276
10310
  "aliases": [],
10277
10311
  "args": {},
@@ -14486,5 +14520,5 @@
14486
14520
  ]
14487
14521
  }
14488
14522
  },
14489
- "version": "10.4.1"
14523
+ "version": "10.5.0-beta.0"
14490
14524
  }