heroku 11.0.0-alpha.12 → 11.0.0-alpha.14

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.
Files changed (49) hide show
  1. package/README.md +1 -0
  2. package/lib/commands/addons/index.d.ts +1 -1
  3. package/lib/commands/addons/index.js +4 -4
  4. package/lib/commands/pg/copy.d.ts +6 -6
  5. package/lib/commands/pg/copy.js +16 -16
  6. package/lib/commands/pg/credentials/url.js +3 -5
  7. package/lib/commands/pg/credentials.d.ts +7 -7
  8. package/lib/commands/pg/credentials.js +10 -10
  9. package/lib/commands/webhooks/add.d.ts +16 -0
  10. package/lib/commands/webhooks/add.js +43 -0
  11. package/lib/commands/webhooks/deliveries/index.d.ts +12 -0
  12. package/lib/commands/webhooks/deliveries/index.js +75 -0
  13. package/lib/commands/webhooks/deliveries/info.d.ts +14 -0
  14. package/lib/commands/webhooks/deliveries/info.js +40 -0
  15. package/lib/commands/webhooks/index.d.ts +11 -0
  16. package/lib/commands/webhooks/index.js +42 -0
  17. package/lib/commands/webhooks/info.d.ts +14 -0
  18. package/lib/commands/webhooks/info.js +29 -0
  19. package/lib/commands/webhooks/remove.d.ts +14 -0
  20. package/lib/commands/webhooks/remove.js +24 -0
  21. package/lib/commands/webhooks/update.d.ts +19 -0
  22. package/lib/commands/webhooks/update.js +36 -0
  23. package/lib/lib/addons/util.js +1 -2
  24. package/lib/lib/data/credentialUtils.js +1 -1
  25. package/lib/lib/data/types.d.ts +10 -6
  26. package/lib/lib/pg/types.d.ts +0 -18
  27. package/lib/lib/pg/util.d.ts +2 -2
  28. package/lib/lib/pg/util.js +5 -0
  29. package/lib/lib/run/dyno.d.ts +3 -11
  30. package/lib/lib/run/dyno.js +15 -18
  31. package/lib/lib/utils/multisort.d.ts +4 -7
  32. package/lib/lib/utils/multisort.js +8 -32
  33. package/npm-shrinkwrap.json +1 -1
  34. package/oclif.manifest.json +1027 -564
  35. package/package.json +2 -2
  36. package/lib/oldCommands/webhooks/add.d.ts +0 -1
  37. package/lib/oldCommands/webhooks/add.js +0 -56
  38. package/lib/oldCommands/webhooks/deliveries/index.d.ts +0 -1
  39. package/lib/oldCommands/webhooks/deliveries/index.js +0 -90
  40. package/lib/oldCommands/webhooks/deliveries/info.d.ts +0 -1
  41. package/lib/oldCommands/webhooks/deliveries/info.js +0 -54
  42. package/lib/oldCommands/webhooks/index.d.ts +0 -1
  43. package/lib/oldCommands/webhooks/index.js +0 -55
  44. package/lib/oldCommands/webhooks/info.d.ts +0 -1
  45. package/lib/oldCommands/webhooks/info.js +0 -41
  46. package/lib/oldCommands/webhooks/remove.d.ts +0 -1
  47. package/lib/oldCommands/webhooks/remove.js +0 -37
  48. package/lib/oldCommands/webhooks/update.d.ts +0 -1
  49. package/lib/oldCommands/webhooks/update.js +0 -50
@@ -2471,6 +2471,164 @@
2471
2471
  "update.js"
2472
2472
  ]
2473
2473
  },
2474
+ "autocomplete:create": {
2475
+ "aliases": [],
2476
+ "args": {},
2477
+ "description": "create autocomplete setup scripts and completion functions",
2478
+ "flags": {},
2479
+ "hasDynamicHelp": false,
2480
+ "hidden": true,
2481
+ "hiddenAliases": [],
2482
+ "id": "autocomplete:create",
2483
+ "pluginAlias": "heroku",
2484
+ "pluginName": "heroku",
2485
+ "pluginType": "core",
2486
+ "strict": true,
2487
+ "isESM": true,
2488
+ "relativePath": [
2489
+ "lib",
2490
+ "commands",
2491
+ "autocomplete",
2492
+ "create.js"
2493
+ ]
2494
+ },
2495
+ "autocomplete:doctor": {
2496
+ "aliases": [],
2497
+ "args": {
2498
+ "shell": {
2499
+ "description": "shell type",
2500
+ "name": "shell",
2501
+ "required": false
2502
+ }
2503
+ },
2504
+ "description": "autocomplete diagnostic",
2505
+ "flags": {
2506
+ "verbose": {
2507
+ "description": "list completable commands",
2508
+ "name": "verbose",
2509
+ "allowNo": false,
2510
+ "type": "boolean"
2511
+ }
2512
+ },
2513
+ "hasDynamicHelp": false,
2514
+ "hidden": true,
2515
+ "hiddenAliases": [],
2516
+ "id": "autocomplete:doctor",
2517
+ "pluginAlias": "heroku",
2518
+ "pluginName": "heroku",
2519
+ "pluginType": "core",
2520
+ "strict": true,
2521
+ "isESM": true,
2522
+ "relativePath": [
2523
+ "lib",
2524
+ "commands",
2525
+ "autocomplete",
2526
+ "doctor.js"
2527
+ ]
2528
+ },
2529
+ "autocomplete": {
2530
+ "aliases": [],
2531
+ "args": {
2532
+ "shell": {
2533
+ "description": "shell type",
2534
+ "name": "shell",
2535
+ "required": false
2536
+ }
2537
+ },
2538
+ "description": "display autocomplete installation instructions",
2539
+ "examples": [
2540
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete \u001b[22m\u001b[39m\u001b[49m",
2541
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete bash \u001b[22m\u001b[39m\u001b[49m",
2542
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete zsh \u001b[22m\u001b[39m\u001b[49m",
2543
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete --refresh-cache \u001b[22m\u001b[39m\u001b[49m"
2544
+ ],
2545
+ "flags": {
2546
+ "refresh-cache": {
2547
+ "char": "r",
2548
+ "description": "refresh cache only (ignores displaying instructions)",
2549
+ "name": "refresh-cache",
2550
+ "allowNo": false,
2551
+ "type": "boolean"
2552
+ }
2553
+ },
2554
+ "hasDynamicHelp": false,
2555
+ "hiddenAliases": [],
2556
+ "id": "autocomplete",
2557
+ "pluginAlias": "heroku",
2558
+ "pluginName": "heroku",
2559
+ "pluginType": "core",
2560
+ "strict": true,
2561
+ "isESM": true,
2562
+ "relativePath": [
2563
+ "lib",
2564
+ "commands",
2565
+ "autocomplete",
2566
+ "index.js"
2567
+ ]
2568
+ },
2569
+ "autocomplete:options": {
2570
+ "aliases": [],
2571
+ "args": {
2572
+ "completion": {
2573
+ "name": "completion"
2574
+ }
2575
+ },
2576
+ "description": "display arg or flag completion options (used internally by completion functions)",
2577
+ "flags": {
2578
+ "app": {
2579
+ "char": "a",
2580
+ "description": "app to run command against",
2581
+ "hidden": true,
2582
+ "name": "app",
2583
+ "required": false,
2584
+ "hasDynamicHelp": false,
2585
+ "multiple": false,
2586
+ "type": "option"
2587
+ }
2588
+ },
2589
+ "hasDynamicHelp": false,
2590
+ "hidden": true,
2591
+ "hiddenAliases": [],
2592
+ "id": "autocomplete:options",
2593
+ "pluginAlias": "heroku",
2594
+ "pluginName": "heroku",
2595
+ "pluginType": "core",
2596
+ "strict": true,
2597
+ "isESM": true,
2598
+ "relativePath": [
2599
+ "lib",
2600
+ "commands",
2601
+ "autocomplete",
2602
+ "options.js"
2603
+ ]
2604
+ },
2605
+ "autocomplete:script": {
2606
+ "aliases": [],
2607
+ "args": {
2608
+ "shell": {
2609
+ "description": "shell type",
2610
+ "name": "shell",
2611
+ "required": false
2612
+ }
2613
+ },
2614
+ "description": "display autocomplete setup script for shell",
2615
+ "flags": {},
2616
+ "hasDynamicHelp": false,
2617
+ "hidden": true,
2618
+ "hiddenAliases": [],
2619
+ "id": "autocomplete:script",
2620
+ "pluginAlias": "heroku",
2621
+ "pluginName": "heroku",
2622
+ "pluginType": "core",
2623
+ "strict": true,
2624
+ "isESM": true,
2625
+ "relativePath": [
2626
+ "lib",
2627
+ "commands",
2628
+ "autocomplete",
2629
+ "script.js"
2630
+ ]
2631
+ },
2474
2632
  "buildpacks:add": {
2475
2633
  "aliases": [],
2476
2634
  "args": {
@@ -3187,255 +3345,108 @@
3187
3345
  "update.js"
3188
3346
  ]
3189
3347
  },
3190
- "autocomplete:create": {
3348
+ "ci:debug": {
3191
3349
  "aliases": [],
3192
3350
  "args": {},
3193
- "description": "create autocomplete setup scripts and completion functions",
3194
- "flags": {},
3195
- "hasDynamicHelp": false,
3196
- "hidden": true,
3197
- "hiddenAliases": [],
3198
- "id": "autocomplete:create",
3199
- "pluginAlias": "heroku",
3200
- "pluginName": "heroku",
3201
- "pluginType": "core",
3202
- "strict": true,
3203
- "isESM": true,
3204
- "relativePath": [
3205
- "lib",
3206
- "commands",
3207
- "autocomplete",
3208
- "create.js"
3209
- ]
3210
- },
3211
- "autocomplete:doctor": {
3212
- "aliases": [],
3213
- "args": {
3214
- "shell": {
3215
- "description": "shell type",
3216
- "name": "shell",
3217
- "required": false
3218
- }
3219
- },
3220
- "description": "autocomplete diagnostic",
3351
+ "description": "opens an interactive test debugging session with the contents of the current directory",
3221
3352
  "flags": {
3222
- "verbose": {
3223
- "description": "list completable commands",
3224
- "name": "verbose",
3353
+ "app": {
3354
+ "char": "a",
3355
+ "description": "app to run command against",
3356
+ "name": "app",
3357
+ "hasDynamicHelp": false,
3358
+ "multiple": false,
3359
+ "type": "option"
3360
+ },
3361
+ "no-cache": {
3362
+ "description": "start test run with an empty cache",
3363
+ "name": "no-cache",
3364
+ "allowNo": false,
3365
+ "type": "boolean"
3366
+ },
3367
+ "no-setup": {
3368
+ "description": "start test dyno without running test-setup",
3369
+ "name": "no-setup",
3225
3370
  "allowNo": false,
3226
3371
  "type": "boolean"
3372
+ },
3373
+ "pipeline": {
3374
+ "char": "p",
3375
+ "description": "name of pipeline",
3376
+ "name": "pipeline",
3377
+ "hasDynamicHelp": false,
3378
+ "multiple": false,
3379
+ "type": "option"
3227
3380
  }
3228
3381
  },
3229
3382
  "hasDynamicHelp": false,
3230
- "hidden": true,
3231
3383
  "hiddenAliases": [],
3232
- "id": "autocomplete:doctor",
3384
+ "id": "ci:debug",
3233
3385
  "pluginAlias": "heroku",
3234
3386
  "pluginName": "heroku",
3235
3387
  "pluginType": "core",
3236
3388
  "strict": true,
3389
+ "help": "Example:\n\n $ heroku ci:debug --pipeline PIPELINE\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n",
3390
+ "topic": "ci",
3237
3391
  "isESM": true,
3238
3392
  "relativePath": [
3239
3393
  "lib",
3240
3394
  "commands",
3241
- "autocomplete",
3242
- "doctor.js"
3395
+ "ci",
3396
+ "debug.js"
3243
3397
  ]
3244
3398
  },
3245
- "autocomplete": {
3399
+ "ci": {
3246
3400
  "aliases": [],
3247
- "args": {
3248
- "shell": {
3249
- "description": "shell type",
3250
- "name": "shell",
3251
- "required": false
3252
- }
3253
- },
3254
- "description": "display autocomplete installation instructions",
3401
+ "args": {},
3402
+ "description": "display the most recent CI runs for the given pipeline",
3255
3403
  "examples": [
3256
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete \u001b[22m\u001b[39m\u001b[49m",
3257
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete bash \u001b[22m\u001b[39m\u001b[49m",
3258
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete zsh \u001b[22m\u001b[39m\u001b[49m",
3259
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku autocomplete --refresh-cache \u001b[22m\u001b[39m\u001b[49m"
3404
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3260
3405
  ],
3261
- "flags": {
3262
- "refresh-cache": {
3263
- "char": "r",
3264
- "description": "refresh cache only (ignores displaying instructions)",
3265
- "name": "refresh-cache",
3266
- "allowNo": false,
3267
- "type": "boolean"
3268
- }
3269
- },
3270
- "hasDynamicHelp": false,
3271
- "hiddenAliases": [],
3272
- "id": "autocomplete",
3273
- "pluginAlias": "heroku",
3274
- "pluginName": "heroku",
3275
- "pluginType": "core",
3276
- "strict": true,
3277
- "isESM": true,
3278
- "relativePath": [
3279
- "lib",
3280
- "commands",
3281
- "autocomplete",
3282
- "index.js"
3283
- ]
3284
- },
3285
- "autocomplete:options": {
3286
- "aliases": [],
3287
- "args": {
3288
- "completion": {
3289
- "name": "completion"
3290
- }
3291
- },
3292
- "description": "display arg or flag completion options (used internally by completion functions)",
3293
3406
  "flags": {
3294
3407
  "app": {
3295
3408
  "char": "a",
3296
3409
  "description": "app to run command against",
3297
- "hidden": true,
3298
3410
  "name": "app",
3299
- "required": false,
3300
3411
  "hasDynamicHelp": false,
3301
3412
  "multiple": false,
3302
3413
  "type": "option"
3303
- }
3304
- },
3305
- "hasDynamicHelp": false,
3306
- "hidden": true,
3307
- "hiddenAliases": [],
3308
- "id": "autocomplete:options",
3309
- "pluginAlias": "heroku",
3310
- "pluginName": "heroku",
3311
- "pluginType": "core",
3312
- "strict": true,
3313
- "isESM": true,
3314
- "relativePath": [
3315
- "lib",
3316
- "commands",
3317
- "autocomplete",
3318
- "options.js"
3319
- ]
3320
- },
3321
- "autocomplete:script": {
3322
- "aliases": [],
3323
- "args": {
3324
- "shell": {
3325
- "description": "shell type",
3326
- "name": "shell",
3327
- "required": false
3328
- }
3329
- },
3330
- "description": "display autocomplete setup script for shell",
3331
- "flags": {},
3332
- "hasDynamicHelp": false,
3333
- "hidden": true,
3334
- "hiddenAliases": [],
3335
- "id": "autocomplete:script",
3336
- "pluginAlias": "heroku",
3337
- "pluginName": "heroku",
3338
- "pluginType": "core",
3339
- "strict": true,
3340
- "isESM": true,
3341
- "relativePath": [
3342
- "lib",
3343
- "commands",
3344
- "autocomplete",
3345
- "script.js"
3346
- ]
3347
- },
3348
- "clients:create": {
3349
- "aliases": [],
3350
- "args": {
3351
- "name": {
3352
- "description": "name of the OAuth client",
3353
- "name": "name",
3354
- "required": true
3355
3414
  },
3356
- "redirect_uri": {
3357
- "description": "redirect URL of the OAuth client",
3358
- "name": "redirect_uri",
3359
- "required": true
3360
- }
3361
- },
3362
- "description": "create a new OAuth client",
3363
- "examples": [
3364
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback \u001b[22m\u001b[39m\u001b[49m"
3365
- ],
3366
- "flags": {
3367
3415
  "json": {
3368
- "char": "j",
3369
3416
  "description": "output in json format",
3370
3417
  "name": "json",
3418
+ "required": false,
3371
3419
  "allowNo": false,
3372
3420
  "type": "boolean"
3373
3421
  },
3374
- "shell": {
3375
- "char": "s",
3376
- "description": "output in shell format",
3377
- "name": "shell",
3378
- "allowNo": false,
3379
- "type": "boolean"
3380
- }
3381
- },
3382
- "hasDynamicHelp": false,
3383
- "hiddenAliases": [],
3384
- "id": "clients:create",
3385
- "pluginAlias": "heroku",
3386
- "pluginName": "heroku",
3387
- "pluginType": "core",
3388
- "strict": true,
3389
- "isESM": true,
3390
- "relativePath": [
3391
- "lib",
3392
- "commands",
3393
- "clients",
3394
- "create.js"
3395
- ]
3396
- },
3397
- "clients:destroy": {
3398
- "aliases": [],
3399
- "args": {
3400
- "id": {
3401
- "description": "ID of the OAuth client",
3402
- "name": "id",
3403
- "required": true
3404
- }
3405
- },
3406
- "description": "delete client by ID",
3407
- "flags": {},
3408
- "hasDynamicHelp": false,
3409
- "hiddenAliases": [],
3410
- "id": "clients:destroy",
3411
- "pluginAlias": "heroku",
3412
- "pluginName": "heroku",
3413
- "pluginType": "core",
3414
- "strict": true,
3415
- "isESM": true,
3416
- "relativePath": [
3417
- "lib",
3418
- "commands",
3419
- "clients",
3420
- "destroy.js"
3421
- ]
3422
- },
3423
- "clients": {
3424
- "aliases": [],
3425
- "args": {},
3426
- "description": "list your OAuth clients",
3427
- "flags": {
3428
- "json": {
3429
- "char": "j",
3430
- "description": "output in json format",
3431
- "name": "json",
3422
+ "pipeline": {
3423
+ "char": "p",
3424
+ "description": "name of pipeline",
3425
+ "name": "pipeline",
3426
+ "required": false,
3427
+ "hasDynamicHelp": false,
3428
+ "multiple": false,
3429
+ "type": "option"
3430
+ },
3431
+ "remote": {
3432
+ "char": "r",
3433
+ "description": "git remote of app to use",
3434
+ "name": "remote",
3435
+ "hasDynamicHelp": false,
3436
+ "multiple": false,
3437
+ "type": "option"
3438
+ },
3439
+ "watch": {
3440
+ "description": "keep running and watch for new and update tests",
3441
+ "name": "watch",
3442
+ "required": false,
3432
3443
  "allowNo": false,
3433
3444
  "type": "boolean"
3434
3445
  }
3435
3446
  },
3436
3447
  "hasDynamicHelp": false,
3437
3448
  "hiddenAliases": [],
3438
- "id": "clients",
3449
+ "id": "ci",
3439
3450
  "pluginAlias": "heroku",
3440
3451
  "pluginName": "heroku",
3441
3452
  "pluginType": "core",
@@ -3444,42 +3455,61 @@
3444
3455
  "relativePath": [
3445
3456
  "lib",
3446
3457
  "commands",
3447
- "clients",
3458
+ "ci",
3448
3459
  "index.js"
3449
3460
  ]
3450
3461
  },
3451
- "clients:info": {
3462
+ "ci:info": {
3452
3463
  "aliases": [],
3453
3464
  "args": {
3454
- "id": {
3455
- "description": "ID of the OAuth client",
3456
- "name": "id",
3465
+ "test-run": {
3466
+ "description": "auto-incremented test run number",
3467
+ "name": "test-run",
3457
3468
  "required": true
3458
3469
  }
3459
3470
  },
3460
- "description": "show details of an oauth client",
3471
+ "description": "show the status of a specific test run",
3461
3472
  "examples": [
3462
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 \u001b[22m\u001b[39m\u001b[49m"
3473
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:info 1288 --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3463
3474
  ],
3464
3475
  "flags": {
3465
- "json": {
3466
- "char": "j",
3467
- "description": "output in json format",
3468
- "name": "json",
3469
- "allowNo": false,
3470
- "type": "boolean"
3476
+ "app": {
3477
+ "char": "a",
3478
+ "description": "app to run command against",
3479
+ "name": "app",
3480
+ "hasDynamicHelp": false,
3481
+ "multiple": false,
3482
+ "type": "option"
3471
3483
  },
3472
- "shell": {
3473
- "char": "s",
3474
- "description": "output in shell format",
3475
- "name": "shell",
3476
- "allowNo": false,
3477
- "type": "boolean"
3484
+ "remote": {
3485
+ "char": "r",
3486
+ "description": "git remote of app to use",
3487
+ "name": "remote",
3488
+ "hasDynamicHelp": false,
3489
+ "multiple": false,
3490
+ "type": "option"
3491
+ },
3492
+ "node": {
3493
+ "description": "the node number to show its setup and output",
3494
+ "name": "node",
3495
+ "required": false,
3496
+ "hasDynamicHelp": false,
3497
+ "multiple": false,
3498
+ "type": "option"
3499
+ },
3500
+ "pipeline": {
3501
+ "char": "p",
3502
+ "description": "name of pipeline",
3503
+ "name": "pipeline",
3504
+ "required": false,
3505
+ "hasDynamicHelp": false,
3506
+ "multiple": false,
3507
+ "type": "option"
3478
3508
  }
3479
3509
  },
3480
3510
  "hasDynamicHelp": false,
3481
3511
  "hiddenAliases": [],
3482
- "id": "clients:info",
3512
+ "id": "ci:info",
3483
3513
  "pluginAlias": "heroku",
3484
3514
  "pluginName": "heroku",
3485
3515
  "pluginType": "core",
@@ -3488,39 +3518,55 @@
3488
3518
  "relativePath": [
3489
3519
  "lib",
3490
3520
  "commands",
3491
- "clients",
3521
+ "ci",
3492
3522
  "info.js"
3493
3523
  ]
3494
3524
  },
3495
- "clients:rotate": {
3525
+ "ci:last": {
3496
3526
  "aliases": [],
3497
- "args": {
3498
- "id": {
3499
- "description": "ID of the OAuth client",
3500
- "name": "id",
3501
- "required": true
3502
- }
3503
- },
3504
- "description": "rotate OAuth client secret",
3527
+ "args": {},
3528
+ "description": "looks for the most recent run and returns the output of that run",
3529
+ "examples": [
3530
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:last --pipeline=my-pipeline --node 100\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3531
+ ],
3505
3532
  "flags": {
3506
- "json": {
3507
- "char": "j",
3508
- "description": "output in json format",
3509
- "name": "json",
3510
- "allowNo": false,
3511
- "type": "boolean"
3533
+ "app": {
3534
+ "char": "a",
3535
+ "description": "app to run command against",
3536
+ "name": "app",
3537
+ "hasDynamicHelp": false,
3538
+ "multiple": false,
3539
+ "type": "option"
3512
3540
  },
3513
- "shell": {
3514
- "char": "s",
3515
- "description": "output in shell format",
3516
- "name": "shell",
3517
- "allowNo": false,
3518
- "type": "boolean"
3541
+ "node": {
3542
+ "description": "the node number to show its setup and output",
3543
+ "name": "node",
3544
+ "required": false,
3545
+ "hasDynamicHelp": false,
3546
+ "multiple": false,
3547
+ "type": "option"
3548
+ },
3549
+ "pipeline": {
3550
+ "char": "p",
3551
+ "description": "name of pipeline",
3552
+ "name": "pipeline",
3553
+ "required": false,
3554
+ "hasDynamicHelp": false,
3555
+ "multiple": false,
3556
+ "type": "option"
3557
+ },
3558
+ "remote": {
3559
+ "char": "r",
3560
+ "description": "git remote of app to use",
3561
+ "name": "remote",
3562
+ "hasDynamicHelp": false,
3563
+ "multiple": false,
3564
+ "type": "option"
3519
3565
  }
3520
3566
  },
3521
3567
  "hasDynamicHelp": false,
3522
3568
  "hiddenAliases": [],
3523
- "id": "clients:rotate",
3569
+ "id": "ci:last",
3524
3570
  "pluginAlias": "heroku",
3525
3571
  "pluginName": "heroku",
3526
3572
  "pluginType": "core",
@@ -3529,59 +3575,41 @@
3529
3575
  "relativePath": [
3530
3576
  "lib",
3531
3577
  "commands",
3532
- "clients",
3533
- "rotate.js"
3578
+ "ci",
3579
+ "last.js"
3534
3580
  ]
3535
3581
  },
3536
- "clients:update": {
3582
+ "ci:migrate-manifest": {
3537
3583
  "aliases": [],
3538
- "args": {
3539
- "id": {
3540
- "description": "ID of the OAuth client",
3541
- "name": "id",
3542
- "required": true
3543
- }
3544
- },
3545
- "description": "update OAuth client",
3584
+ "args": {},
3585
+ "description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
3546
3586
  "examples": [
3547
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback \u001b[22m\u001b[39m\u001b[49m"
3587
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:migrate-manifest \u001b[22m\u001b[39m\u001b[49m"
3548
3588
  ],
3549
- "flags": {
3550
- "name": {
3551
- "char": "n",
3552
- "description": "change the client name",
3553
- "name": "name",
3554
- "hasDynamicHelp": false,
3555
- "multiple": false,
3556
- "type": "option"
3557
- },
3558
- "url": {
3559
- "description": "change the client redirect URL",
3560
- "name": "url",
3561
- "hasDynamicHelp": false,
3562
- "multiple": false,
3563
- "type": "option"
3564
- }
3565
- },
3589
+ "flags": {},
3566
3590
  "hasDynamicHelp": false,
3567
3591
  "hiddenAliases": [],
3568
- "id": "clients:update",
3592
+ "id": "ci:migrate-manifest",
3569
3593
  "pluginAlias": "heroku",
3570
3594
  "pluginName": "heroku",
3571
3595
  "pluginType": "core",
3572
3596
  "strict": true,
3597
+ "topic": "ci",
3573
3598
  "isESM": true,
3574
3599
  "relativePath": [
3575
3600
  "lib",
3576
3601
  "commands",
3577
- "clients",
3578
- "update.js"
3602
+ "ci",
3603
+ "migrate-manifest.js"
3579
3604
  ]
3580
3605
  },
3581
- "ci:debug": {
3606
+ "ci:open": {
3582
3607
  "aliases": [],
3583
3608
  "args": {},
3584
- "description": "opens an interactive test debugging session with the contents of the current directory",
3609
+ "description": "open the Dashboard version of Heroku CI",
3610
+ "examples": [
3611
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:open --app murmuring-headland-14719 \u001b[22m\u001b[39m\u001b[49m"
3612
+ ],
3585
3613
  "flags": {
3586
3614
  "app": {
3587
3615
  "char": "a",
@@ -3591,22 +3619,19 @@
3591
3619
  "multiple": false,
3592
3620
  "type": "option"
3593
3621
  },
3594
- "no-cache": {
3595
- "description": "start test run with an empty cache",
3596
- "name": "no-cache",
3597
- "allowNo": false,
3598
- "type": "boolean"
3599
- },
3600
- "no-setup": {
3601
- "description": "start test dyno without running test-setup",
3602
- "name": "no-setup",
3603
- "allowNo": false,
3604
- "type": "boolean"
3605
- },
3606
3622
  "pipeline": {
3607
3623
  "char": "p",
3608
3624
  "description": "name of pipeline",
3609
3625
  "name": "pipeline",
3626
+ "required": false,
3627
+ "hasDynamicHelp": false,
3628
+ "multiple": false,
3629
+ "type": "option"
3630
+ },
3631
+ "remote": {
3632
+ "char": "r",
3633
+ "description": "git remote of app to use",
3634
+ "name": "remote",
3610
3635
  "hasDynamicHelp": false,
3611
3636
  "multiple": false,
3612
3637
  "type": "option"
@@ -3614,27 +3639,32 @@
3614
3639
  },
3615
3640
  "hasDynamicHelp": false,
3616
3641
  "hiddenAliases": [],
3617
- "id": "ci:debug",
3642
+ "id": "ci:open",
3618
3643
  "pluginAlias": "heroku",
3619
3644
  "pluginName": "heroku",
3620
3645
  "pluginType": "core",
3621
3646
  "strict": true,
3622
- "help": "Example:\n\n $ heroku ci:debug --pipeline PIPELINE\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n",
3623
3647
  "topic": "ci",
3624
3648
  "isESM": true,
3625
3649
  "relativePath": [
3626
3650
  "lib",
3627
3651
  "commands",
3628
3652
  "ci",
3629
- "debug.js"
3653
+ "open.js"
3630
3654
  ]
3631
3655
  },
3632
- "ci": {
3656
+ "ci:rerun": {
3633
3657
  "aliases": [],
3634
- "args": {},
3635
- "description": "display the most recent CI runs for the given pipeline",
3658
+ "args": {
3659
+ "number": {
3660
+ "description": "auto-incremented test run number",
3661
+ "name": "number",
3662
+ "required": false
3663
+ }
3664
+ },
3665
+ "description": "rerun tests against current directory",
3636
3666
  "examples": [
3637
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3667
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:rerun 985 --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3638
3668
  ],
3639
3669
  "flags": {
3640
3670
  "app": {
@@ -3645,13 +3675,6 @@
3645
3675
  "multiple": false,
3646
3676
  "type": "option"
3647
3677
  },
3648
- "json": {
3649
- "description": "output in json format",
3650
- "name": "json",
3651
- "required": false,
3652
- "allowNo": false,
3653
- "type": "boolean"
3654
- },
3655
3678
  "pipeline": {
3656
3679
  "char": "p",
3657
3680
  "description": "name of pipeline",
@@ -3668,18 +3691,11 @@
3668
3691
  "hasDynamicHelp": false,
3669
3692
  "multiple": false,
3670
3693
  "type": "option"
3671
- },
3672
- "watch": {
3673
- "description": "keep running and watch for new and update tests",
3674
- "name": "watch",
3675
- "required": false,
3676
- "allowNo": false,
3677
- "type": "boolean"
3678
3694
  }
3679
3695
  },
3680
3696
  "hasDynamicHelp": false,
3681
3697
  "hiddenAliases": [],
3682
- "id": "ci",
3698
+ "id": "ci:rerun",
3683
3699
  "pluginAlias": "heroku",
3684
3700
  "pluginName": "heroku",
3685
3701
  "pluginType": "core",
@@ -3689,21 +3705,15 @@
3689
3705
  "lib",
3690
3706
  "commands",
3691
3707
  "ci",
3692
- "index.js"
3708
+ "rerun.js"
3693
3709
  ]
3694
3710
  },
3695
- "ci:info": {
3711
+ "ci:run": {
3696
3712
  "aliases": [],
3697
- "args": {
3698
- "test-run": {
3699
- "description": "auto-incremented test run number",
3700
- "name": "test-run",
3701
- "required": true
3702
- }
3703
- },
3704
- "description": "show the status of a specific test run",
3713
+ "args": {},
3714
+ "description": "run tests against current directory",
3705
3715
  "examples": [
3706
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:info 1288 --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3716
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:run --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3707
3717
  ],
3708
3718
  "flags": {
3709
3719
  "app": {
@@ -3714,22 +3724,6 @@
3714
3724
  "multiple": false,
3715
3725
  "type": "option"
3716
3726
  },
3717
- "remote": {
3718
- "char": "r",
3719
- "description": "git remote of app to use",
3720
- "name": "remote",
3721
- "hasDynamicHelp": false,
3722
- "multiple": false,
3723
- "type": "option"
3724
- },
3725
- "node": {
3726
- "description": "the node number to show its setup and output",
3727
- "name": "node",
3728
- "required": false,
3729
- "hasDynamicHelp": false,
3730
- "multiple": false,
3731
- "type": "option"
3732
- },
3733
3727
  "pipeline": {
3734
3728
  "char": "p",
3735
3729
  "description": "name of pipeline",
@@ -3738,11 +3732,19 @@
3738
3732
  "hasDynamicHelp": false,
3739
3733
  "multiple": false,
3740
3734
  "type": "option"
3735
+ },
3736
+ "remote": {
3737
+ "char": "r",
3738
+ "description": "git remote of app to use",
3739
+ "name": "remote",
3740
+ "hasDynamicHelp": false,
3741
+ "multiple": false,
3742
+ "type": "option"
3741
3743
  }
3742
3744
  },
3743
3745
  "hasDynamicHelp": false,
3744
3746
  "hiddenAliases": [],
3745
- "id": "ci:info",
3747
+ "id": "ci:run",
3746
3748
  "pluginAlias": "heroku",
3747
3749
  "pluginName": "heroku",
3748
3750
  "pluginType": "core",
@@ -3752,54 +3754,46 @@
3752
3754
  "lib",
3753
3755
  "commands",
3754
3756
  "ci",
3755
- "info.js"
3757
+ "run.js"
3756
3758
  ]
3757
3759
  },
3758
- "ci:last": {
3760
+ "clients:create": {
3759
3761
  "aliases": [],
3760
- "args": {},
3761
- "description": "looks for the most recent run and returns the output of that run",
3762
+ "args": {
3763
+ "name": {
3764
+ "description": "name of the OAuth client",
3765
+ "name": "name",
3766
+ "required": true
3767
+ },
3768
+ "redirect_uri": {
3769
+ "description": "redirect URL of the OAuth client",
3770
+ "name": "redirect_uri",
3771
+ "required": true
3772
+ }
3773
+ },
3774
+ "description": "create a new OAuth client",
3762
3775
  "examples": [
3763
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:last --pipeline=my-pipeline --node 100\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3776
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback \u001b[22m\u001b[39m\u001b[49m"
3764
3777
  ],
3765
3778
  "flags": {
3766
- "app": {
3767
- "char": "a",
3768
- "description": "app to run command against",
3769
- "name": "app",
3770
- "hasDynamicHelp": false,
3771
- "multiple": false,
3772
- "type": "option"
3773
- },
3774
- "node": {
3775
- "description": "the node number to show its setup and output",
3776
- "name": "node",
3777
- "required": false,
3778
- "hasDynamicHelp": false,
3779
- "multiple": false,
3780
- "type": "option"
3781
- },
3782
- "pipeline": {
3783
- "char": "p",
3784
- "description": "name of pipeline",
3785
- "name": "pipeline",
3786
- "required": false,
3787
- "hasDynamicHelp": false,
3788
- "multiple": false,
3789
- "type": "option"
3779
+ "json": {
3780
+ "char": "j",
3781
+ "description": "output in json format",
3782
+ "name": "json",
3783
+ "allowNo": false,
3784
+ "type": "boolean"
3790
3785
  },
3791
- "remote": {
3792
- "char": "r",
3793
- "description": "git remote of app to use",
3794
- "name": "remote",
3795
- "hasDynamicHelp": false,
3796
- "multiple": false,
3797
- "type": "option"
3786
+ "shell": {
3787
+ "char": "s",
3788
+ "description": "output in shell format",
3789
+ "name": "shell",
3790
+ "allowNo": false,
3791
+ "type": "boolean"
3798
3792
  }
3799
3793
  },
3800
3794
  "hasDynamicHelp": false,
3801
3795
  "hiddenAliases": [],
3802
- "id": "ci:last",
3796
+ "id": "clients:create",
3803
3797
  "pluginAlias": "heroku",
3804
3798
  "pluginName": "heroku",
3805
3799
  "pluginType": "core",
@@ -3808,127 +3802,137 @@
3808
3802
  "relativePath": [
3809
3803
  "lib",
3810
3804
  "commands",
3811
- "ci",
3812
- "last.js"
3805
+ "clients",
3806
+ "create.js"
3813
3807
  ]
3814
3808
  },
3815
- "ci:migrate-manifest": {
3809
+ "clients:destroy": {
3816
3810
  "aliases": [],
3817
- "args": {},
3818
- "description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
3819
- "examples": [
3820
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:migrate-manifest \u001b[22m\u001b[39m\u001b[49m"
3821
- ],
3811
+ "args": {
3812
+ "id": {
3813
+ "description": "ID of the OAuth client",
3814
+ "name": "id",
3815
+ "required": true
3816
+ }
3817
+ },
3818
+ "description": "delete client by ID",
3822
3819
  "flags": {},
3823
3820
  "hasDynamicHelp": false,
3824
3821
  "hiddenAliases": [],
3825
- "id": "ci:migrate-manifest",
3822
+ "id": "clients:destroy",
3826
3823
  "pluginAlias": "heroku",
3827
3824
  "pluginName": "heroku",
3828
3825
  "pluginType": "core",
3829
3826
  "strict": true,
3830
- "topic": "ci",
3831
3827
  "isESM": true,
3832
3828
  "relativePath": [
3833
3829
  "lib",
3834
3830
  "commands",
3835
- "ci",
3836
- "migrate-manifest.js"
3831
+ "clients",
3832
+ "destroy.js"
3837
3833
  ]
3838
3834
  },
3839
- "ci:open": {
3835
+ "clients": {
3840
3836
  "aliases": [],
3841
3837
  "args": {},
3842
- "description": "open the Dashboard version of Heroku CI",
3843
- "examples": [
3844
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:open --app murmuring-headland-14719 \u001b[22m\u001b[39m\u001b[49m"
3845
- ],
3838
+ "description": "list your OAuth clients",
3846
3839
  "flags": {
3847
- "app": {
3848
- "char": "a",
3849
- "description": "app to run command against",
3850
- "name": "app",
3851
- "hasDynamicHelp": false,
3852
- "multiple": false,
3853
- "type": "option"
3854
- },
3855
- "pipeline": {
3856
- "char": "p",
3857
- "description": "name of pipeline",
3858
- "name": "pipeline",
3859
- "required": false,
3860
- "hasDynamicHelp": false,
3861
- "multiple": false,
3862
- "type": "option"
3863
- },
3864
- "remote": {
3865
- "char": "r",
3866
- "description": "git remote of app to use",
3867
- "name": "remote",
3868
- "hasDynamicHelp": false,
3869
- "multiple": false,
3870
- "type": "option"
3840
+ "json": {
3841
+ "char": "j",
3842
+ "description": "output in json format",
3843
+ "name": "json",
3844
+ "allowNo": false,
3845
+ "type": "boolean"
3871
3846
  }
3872
3847
  },
3873
3848
  "hasDynamicHelp": false,
3874
3849
  "hiddenAliases": [],
3875
- "id": "ci:open",
3850
+ "id": "clients",
3876
3851
  "pluginAlias": "heroku",
3877
3852
  "pluginName": "heroku",
3878
3853
  "pluginType": "core",
3879
3854
  "strict": true,
3880
- "topic": "ci",
3881
3855
  "isESM": true,
3882
3856
  "relativePath": [
3883
3857
  "lib",
3884
3858
  "commands",
3885
- "ci",
3886
- "open.js"
3859
+ "clients",
3860
+ "index.js"
3887
3861
  ]
3888
3862
  },
3889
- "ci:rerun": {
3863
+ "clients:info": {
3890
3864
  "aliases": [],
3891
3865
  "args": {
3892
- "number": {
3893
- "description": "auto-incremented test run number",
3894
- "name": "number",
3895
- "required": false
3866
+ "id": {
3867
+ "description": "ID of the OAuth client",
3868
+ "name": "id",
3869
+ "required": true
3896
3870
  }
3897
3871
  },
3898
- "description": "rerun tests against current directory",
3872
+ "description": "show details of an oauth client",
3899
3873
  "examples": [
3900
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:rerun 985 --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3874
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 \u001b[22m\u001b[39m\u001b[49m"
3901
3875
  ],
3902
3876
  "flags": {
3903
- "app": {
3904
- "char": "a",
3905
- "description": "app to run command against",
3906
- "name": "app",
3907
- "hasDynamicHelp": false,
3908
- "multiple": false,
3909
- "type": "option"
3877
+ "json": {
3878
+ "char": "j",
3879
+ "description": "output in json format",
3880
+ "name": "json",
3881
+ "allowNo": false,
3882
+ "type": "boolean"
3910
3883
  },
3911
- "pipeline": {
3912
- "char": "p",
3913
- "description": "name of pipeline",
3914
- "name": "pipeline",
3915
- "required": false,
3916
- "hasDynamicHelp": false,
3917
- "multiple": false,
3918
- "type": "option"
3884
+ "shell": {
3885
+ "char": "s",
3886
+ "description": "output in shell format",
3887
+ "name": "shell",
3888
+ "allowNo": false,
3889
+ "type": "boolean"
3890
+ }
3891
+ },
3892
+ "hasDynamicHelp": false,
3893
+ "hiddenAliases": [],
3894
+ "id": "clients:info",
3895
+ "pluginAlias": "heroku",
3896
+ "pluginName": "heroku",
3897
+ "pluginType": "core",
3898
+ "strict": true,
3899
+ "isESM": true,
3900
+ "relativePath": [
3901
+ "lib",
3902
+ "commands",
3903
+ "clients",
3904
+ "info.js"
3905
+ ]
3906
+ },
3907
+ "clients:rotate": {
3908
+ "aliases": [],
3909
+ "args": {
3910
+ "id": {
3911
+ "description": "ID of the OAuth client",
3912
+ "name": "id",
3913
+ "required": true
3914
+ }
3915
+ },
3916
+ "description": "rotate OAuth client secret",
3917
+ "flags": {
3918
+ "json": {
3919
+ "char": "j",
3920
+ "description": "output in json format",
3921
+ "name": "json",
3922
+ "allowNo": false,
3923
+ "type": "boolean"
3919
3924
  },
3920
- "remote": {
3921
- "char": "r",
3922
- "description": "git remote of app to use",
3923
- "name": "remote",
3924
- "hasDynamicHelp": false,
3925
- "multiple": false,
3926
- "type": "option"
3925
+ "shell": {
3926
+ "char": "s",
3927
+ "description": "output in shell format",
3928
+ "name": "shell",
3929
+ "allowNo": false,
3930
+ "type": "boolean"
3927
3931
  }
3928
3932
  },
3929
3933
  "hasDynamicHelp": false,
3930
3934
  "hiddenAliases": [],
3931
- "id": "ci:rerun",
3935
+ "id": "clients:rotate",
3932
3936
  "pluginAlias": "heroku",
3933
3937
  "pluginName": "heroku",
3934
3938
  "pluginType": "core",
@@ -3937,39 +3941,35 @@
3937
3941
  "relativePath": [
3938
3942
  "lib",
3939
3943
  "commands",
3940
- "ci",
3941
- "rerun.js"
3944
+ "clients",
3945
+ "rotate.js"
3942
3946
  ]
3943
3947
  },
3944
- "ci:run": {
3948
+ "clients:update": {
3945
3949
  "aliases": [],
3946
- "args": {},
3947
- "description": "run tests against current directory",
3950
+ "args": {
3951
+ "id": {
3952
+ "description": "ID of the OAuth client",
3953
+ "name": "id",
3954
+ "required": true
3955
+ }
3956
+ },
3957
+ "description": "update OAuth client",
3948
3958
  "examples": [
3949
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:run --app murmuring-headland-14719\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
3959
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback \u001b[22m\u001b[39m\u001b[49m"
3950
3960
  ],
3951
3961
  "flags": {
3952
- "app": {
3953
- "char": "a",
3954
- "description": "app to run command against",
3955
- "name": "app",
3956
- "hasDynamicHelp": false,
3957
- "multiple": false,
3958
- "type": "option"
3959
- },
3960
- "pipeline": {
3961
- "char": "p",
3962
- "description": "name of pipeline",
3963
- "name": "pipeline",
3964
- "required": false,
3962
+ "name": {
3963
+ "char": "n",
3964
+ "description": "change the client name",
3965
+ "name": "name",
3965
3966
  "hasDynamicHelp": false,
3966
3967
  "multiple": false,
3967
3968
  "type": "option"
3968
3969
  },
3969
- "remote": {
3970
- "char": "r",
3971
- "description": "git remote of app to use",
3972
- "name": "remote",
3970
+ "url": {
3971
+ "description": "change the client redirect URL",
3972
+ "name": "url",
3973
3973
  "hasDynamicHelp": false,
3974
3974
  "multiple": false,
3975
3975
  "type": "option"
@@ -3977,7 +3977,7 @@
3977
3977
  },
3978
3978
  "hasDynamicHelp": false,
3979
3979
  "hiddenAliases": [],
3980
- "id": "ci:run",
3980
+ "id": "clients:update",
3981
3981
  "pluginAlias": "heroku",
3982
3982
  "pluginName": "heroku",
3983
3983
  "pluginType": "core",
@@ -3986,8 +3986,8 @@
3986
3986
  "relativePath": [
3987
3987
  "lib",
3988
3988
  "commands",
3989
- "ci",
3990
- "run.js"
3989
+ "clients",
3990
+ "update.js"
3991
3991
  ]
3992
3992
  },
3993
3993
  "config:edit": {
@@ -6388,32 +6388,21 @@
6388
6388
  },
6389
6389
  "description": "copy all data from source db to target",
6390
6390
  "flags": {
6391
- "wait-interval": {
6392
- "name": "wait-interval",
6391
+ "app": {
6392
+ "char": "a",
6393
+ "description": "app to run command against",
6394
+ "name": "app",
6395
+ "required": true,
6393
6396
  "hasDynamicHelp": false,
6394
6397
  "multiple": false,
6395
6398
  "type": "option"
6396
6399
  },
6397
- "verbose": {
6398
- "name": "verbose",
6399
- "allowNo": false,
6400
- "type": "boolean"
6401
- },
6402
6400
  "confirm": {
6403
6401
  "name": "confirm",
6404
6402
  "hasDynamicHelp": false,
6405
6403
  "multiple": false,
6406
6404
  "type": "option"
6407
6405
  },
6408
- "app": {
6409
- "char": "a",
6410
- "description": "app to run command against",
6411
- "name": "app",
6412
- "required": true,
6413
- "hasDynamicHelp": false,
6414
- "multiple": false,
6415
- "type": "option"
6416
- },
6417
6406
  "remote": {
6418
6407
  "char": "r",
6419
6408
  "description": "git remote of app to use",
@@ -6421,6 +6410,17 @@
6421
6410
  "hasDynamicHelp": false,
6422
6411
  "multiple": false,
6423
6412
  "type": "option"
6413
+ },
6414
+ "verbose": {
6415
+ "name": "verbose",
6416
+ "allowNo": false,
6417
+ "type": "boolean"
6418
+ },
6419
+ "wait-interval": {
6420
+ "name": "wait-interval",
6421
+ "hasDynamicHelp": false,
6422
+ "multiple": false,
6423
+ "type": "option"
6424
6424
  }
6425
6425
  },
6426
6426
  "hasDynamicHelp": false,
@@ -9617,48 +9617,345 @@
9617
9617
  "required": true
9618
9618
  }
9619
9619
  },
9620
- "description": "show a telemetry drain's info",
9621
- "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:info 022e2e2e-2e2e-2e2e-2e2e-2e2e2e2e2e2e \u001b[22m\u001b[39m\u001b[49m",
9622
- "flags": {},
9620
+ "description": "show a telemetry drain's info",
9621
+ "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:info 022e2e2e-2e2e-2e2e-2e2e-2e2e2e2e2e2e \u001b[22m\u001b[39m\u001b[49m",
9622
+ "flags": {},
9623
+ "hasDynamicHelp": false,
9624
+ "hiddenAliases": [],
9625
+ "id": "telemetry:info",
9626
+ "pluginAlias": "heroku",
9627
+ "pluginName": "heroku",
9628
+ "pluginType": "core",
9629
+ "strict": true,
9630
+ "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:info 022e2e2e-2e2e-2e2e-2e2e-2e2e2e2e2e2e \u001b[22m\u001b[39m\u001b[49m",
9631
+ "topic": "telemetry",
9632
+ "isESM": true,
9633
+ "relativePath": [
9634
+ "lib",
9635
+ "commands",
9636
+ "telemetry",
9637
+ "info.js"
9638
+ ]
9639
+ },
9640
+ "telemetry:remove": {
9641
+ "aliases": [],
9642
+ "args": {
9643
+ "telemetry_drain_id": {
9644
+ "description": "ID of the drain to remove",
9645
+ "name": "telemetry_drain_id"
9646
+ }
9647
+ },
9648
+ "description": "remove a telemetry drain",
9649
+ "flags": {
9650
+ "app": {
9651
+ "char": "a",
9652
+ "description": "name of the app to remove all drains from",
9653
+ "name": "app",
9654
+ "hasDynamicHelp": false,
9655
+ "multiple": false,
9656
+ "type": "option"
9657
+ },
9658
+ "space": {
9659
+ "char": "s",
9660
+ "description": "name of the space to remove all drains from",
9661
+ "name": "space",
9662
+ "hasDynamicHelp": false,
9663
+ "multiple": false,
9664
+ "type": "option"
9665
+ }
9666
+ },
9667
+ "hasDynamicHelp": false,
9668
+ "hiddenAliases": [],
9669
+ "id": "telemetry:remove",
9670
+ "pluginAlias": "heroku",
9671
+ "pluginName": "heroku",
9672
+ "pluginType": "core",
9673
+ "strict": true,
9674
+ "topic": "telemetry",
9675
+ "isESM": true,
9676
+ "relativePath": [
9677
+ "lib",
9678
+ "commands",
9679
+ "telemetry",
9680
+ "remove.js"
9681
+ ]
9682
+ },
9683
+ "telemetry:update": {
9684
+ "aliases": [],
9685
+ "args": {
9686
+ "telemetry_drain_id": {
9687
+ "description": "ID of the drain to update",
9688
+ "name": "telemetry_drain_id",
9689
+ "required": true
9690
+ }
9691
+ },
9692
+ "description": "updates a telemetry drain with provided attributes (attributes not provided remain unchanged)",
9693
+ "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:update acde070d-8c4c-4f0d-9d8a-162843c10333 --signals logs,metrics --endpoint https://my-new-endpoint.com \u001b[22m\u001b[39m\u001b[49m",
9694
+ "flags": {
9695
+ "endpoint": {
9696
+ "description": "drain url",
9697
+ "name": "endpoint",
9698
+ "hasDynamicHelp": false,
9699
+ "multiple": false,
9700
+ "type": "option"
9701
+ },
9702
+ "headers": {
9703
+ "description": "custom headers to configure the drain in json format",
9704
+ "name": "headers",
9705
+ "hasDynamicHelp": false,
9706
+ "multiple": false,
9707
+ "type": "option"
9708
+ },
9709
+ "signals": {
9710
+ "description": "comma-delimited list of signals to collect (traces, metrics, logs). Use \"all\" to collect all signals.",
9711
+ "name": "signals",
9712
+ "hasDynamicHelp": false,
9713
+ "multiple": false,
9714
+ "type": "option"
9715
+ },
9716
+ "transport": {
9717
+ "description": "transport protocol for the drain",
9718
+ "name": "transport",
9719
+ "hasDynamicHelp": false,
9720
+ "multiple": false,
9721
+ "options": [
9722
+ "http",
9723
+ "grpc"
9724
+ ],
9725
+ "type": "option"
9726
+ }
9727
+ },
9728
+ "hasDynamicHelp": false,
9729
+ "hiddenAliases": [],
9730
+ "id": "telemetry:update",
9731
+ "pluginAlias": "heroku",
9732
+ "pluginName": "heroku",
9733
+ "pluginType": "core",
9734
+ "strict": true,
9735
+ "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:update acde070d-8c4c-4f0d-9d8a-162843c10333 --signals logs,metrics --endpoint https://my-new-endpoint.com \u001b[22m\u001b[39m\u001b[49m",
9736
+ "topic": "telemetry",
9737
+ "isESM": true,
9738
+ "relativePath": [
9739
+ "lib",
9740
+ "commands",
9741
+ "telemetry",
9742
+ "update.js"
9743
+ ]
9744
+ },
9745
+ "usage:addons": {
9746
+ "aliases": [],
9747
+ "args": {},
9748
+ "description": "list usage for metered add-ons attached to an app or apps within a team",
9749
+ "flags": {
9750
+ "app": {
9751
+ "char": "a",
9752
+ "description": "app to list metered add-ons usage for",
9753
+ "name": "app",
9754
+ "hasDynamicHelp": false,
9755
+ "multiple": false,
9756
+ "type": "option"
9757
+ },
9758
+ "team": {
9759
+ "char": "t",
9760
+ "description": "team to list metered add-ons usage for",
9761
+ "name": "team",
9762
+ "hasDynamicHelp": false,
9763
+ "multiple": false,
9764
+ "type": "option"
9765
+ }
9766
+ },
9767
+ "hasDynamicHelp": false,
9768
+ "hiddenAliases": [],
9769
+ "id": "usage:addons",
9770
+ "pluginAlias": "heroku",
9771
+ "pluginName": "heroku",
9772
+ "pluginType": "core",
9773
+ "strict": true,
9774
+ "topic": "usage",
9775
+ "isESM": true,
9776
+ "relativePath": [
9777
+ "lib",
9778
+ "commands",
9779
+ "usage",
9780
+ "addons.js"
9781
+ ]
9782
+ },
9783
+ "webhooks:add": {
9784
+ "aliases": [],
9785
+ "args": {},
9786
+ "description": "add a webhook to an app",
9787
+ "examples": [
9788
+ "$ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks"
9789
+ ],
9790
+ "flags": {
9791
+ "app": {
9792
+ "char": "a",
9793
+ "description": "app to run command against",
9794
+ "name": "app",
9795
+ "hasDynamicHelp": false,
9796
+ "multiple": false,
9797
+ "type": "option"
9798
+ },
9799
+ "remote": {
9800
+ "char": "r",
9801
+ "description": "git remote of app to use",
9802
+ "name": "remote",
9803
+ "hasDynamicHelp": false,
9804
+ "multiple": false,
9805
+ "type": "option"
9806
+ },
9807
+ "pipeline": {
9808
+ "char": "p",
9809
+ "description": "pipeline on which to list",
9810
+ "hidden": true,
9811
+ "name": "pipeline",
9812
+ "hasDynamicHelp": false,
9813
+ "multiple": false,
9814
+ "type": "option"
9815
+ },
9816
+ "include": {
9817
+ "char": "i",
9818
+ "description": "comma delimited event types your server will receive ",
9819
+ "name": "include",
9820
+ "required": true,
9821
+ "hasDynamicHelp": false,
9822
+ "multiple": false,
9823
+ "type": "option"
9824
+ },
9825
+ "level": {
9826
+ "char": "l",
9827
+ "description": "notify does not retry, sync will retry until successful or timeout",
9828
+ "name": "level",
9829
+ "required": true,
9830
+ "hasDynamicHelp": false,
9831
+ "multiple": false,
9832
+ "type": "option"
9833
+ },
9834
+ "secret": {
9835
+ "char": "s",
9836
+ "description": "value to sign delivery with in Heroku-Webhook-Hmac-SHA256 header",
9837
+ "name": "secret",
9838
+ "hasDynamicHelp": false,
9839
+ "multiple": false,
9840
+ "type": "option"
9841
+ },
9842
+ "authorization": {
9843
+ "char": "t",
9844
+ "description": "authorization header to send with webhooks",
9845
+ "name": "authorization",
9846
+ "hasDynamicHelp": false,
9847
+ "multiple": false,
9848
+ "type": "option"
9849
+ },
9850
+ "url": {
9851
+ "char": "u",
9852
+ "description": "URL for receiver",
9853
+ "name": "url",
9854
+ "required": true,
9855
+ "hasDynamicHelp": false,
9856
+ "multiple": false,
9857
+ "type": "option"
9858
+ }
9859
+ },
9860
+ "hasDynamicHelp": false,
9861
+ "hiddenAliases": [],
9862
+ "id": "webhooks:add",
9863
+ "pluginAlias": "heroku",
9864
+ "pluginName": "heroku",
9865
+ "pluginType": "core",
9866
+ "strict": true,
9867
+ "isESM": true,
9868
+ "relativePath": [
9869
+ "lib",
9870
+ "commands",
9871
+ "webhooks",
9872
+ "add.js"
9873
+ ]
9874
+ },
9875
+ "webhooks": {
9876
+ "aliases": [],
9877
+ "args": {},
9878
+ "description": "list webhooks on an app",
9879
+ "examples": [
9880
+ "$ heroku webhooks"
9881
+ ],
9882
+ "flags": {
9883
+ "app": {
9884
+ "char": "a",
9885
+ "description": "app to run command against",
9886
+ "name": "app",
9887
+ "hasDynamicHelp": false,
9888
+ "multiple": false,
9889
+ "type": "option"
9890
+ },
9891
+ "remote": {
9892
+ "char": "r",
9893
+ "description": "git remote of app to use",
9894
+ "name": "remote",
9895
+ "hasDynamicHelp": false,
9896
+ "multiple": false,
9897
+ "type": "option"
9898
+ },
9899
+ "pipeline": {
9900
+ "char": "p",
9901
+ "description": "pipeline on which to list",
9902
+ "hidden": true,
9903
+ "name": "pipeline",
9904
+ "hasDynamicHelp": false,
9905
+ "multiple": false,
9906
+ "type": "option"
9907
+ }
9908
+ },
9623
9909
  "hasDynamicHelp": false,
9624
9910
  "hiddenAliases": [],
9625
- "id": "telemetry:info",
9911
+ "id": "webhooks",
9626
9912
  "pluginAlias": "heroku",
9627
9913
  "pluginName": "heroku",
9628
9914
  "pluginType": "core",
9629
9915
  "strict": true,
9630
- "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:info 022e2e2e-2e2e-2e2e-2e2e-2e2e2e2e2e2e \u001b[22m\u001b[39m\u001b[49m",
9631
- "topic": "telemetry",
9632
9916
  "isESM": true,
9633
9917
  "relativePath": [
9634
9918
  "lib",
9635
9919
  "commands",
9636
- "telemetry",
9637
- "info.js"
9920
+ "webhooks",
9921
+ "index.js"
9638
9922
  ]
9639
9923
  },
9640
- "telemetry:remove": {
9924
+ "webhooks:info": {
9641
9925
  "aliases": [],
9642
9926
  "args": {
9643
- "telemetry_drain_id": {
9644
- "description": "ID of the drain to remove",
9645
- "name": "telemetry_drain_id"
9927
+ "id": {
9928
+ "description": "ID of the webhook",
9929
+ "name": "id",
9930
+ "required": true
9646
9931
  }
9647
9932
  },
9648
- "description": "remove a telemetry drain",
9933
+ "description": "info for a webhook on an app",
9934
+ "examples": [
9935
+ "$ heroku webhooks:info 99999999-9999-9999-9999-999999999999"
9936
+ ],
9649
9937
  "flags": {
9650
9938
  "app": {
9651
9939
  "char": "a",
9652
- "description": "name of the app to remove all drains from",
9940
+ "description": "app to run command against",
9653
9941
  "name": "app",
9654
9942
  "hasDynamicHelp": false,
9655
9943
  "multiple": false,
9656
9944
  "type": "option"
9657
9945
  },
9658
- "space": {
9659
- "char": "s",
9660
- "description": "name of the space to remove all drains from",
9661
- "name": "space",
9946
+ "remote": {
9947
+ "char": "r",
9948
+ "description": "git remote of app to use",
9949
+ "name": "remote",
9950
+ "hasDynamicHelp": false,
9951
+ "multiple": false,
9952
+ "type": "option"
9953
+ },
9954
+ "pipeline": {
9955
+ "char": "p",
9956
+ "description": "pipeline on which to list",
9957
+ "hidden": true,
9958
+ "name": "pipeline",
9662
9959
  "hasDynamicHelp": false,
9663
9960
  "multiple": false,
9664
9961
  "type": "option"
@@ -9666,99 +9963,152 @@
9666
9963
  },
9667
9964
  "hasDynamicHelp": false,
9668
9965
  "hiddenAliases": [],
9669
- "id": "telemetry:remove",
9966
+ "id": "webhooks:info",
9670
9967
  "pluginAlias": "heroku",
9671
9968
  "pluginName": "heroku",
9672
9969
  "pluginType": "core",
9673
9970
  "strict": true,
9674
- "topic": "telemetry",
9675
9971
  "isESM": true,
9676
9972
  "relativePath": [
9677
9973
  "lib",
9678
9974
  "commands",
9679
- "telemetry",
9680
- "remove.js"
9975
+ "webhooks",
9976
+ "info.js"
9681
9977
  ]
9682
9978
  },
9683
- "telemetry:update": {
9979
+ "webhooks:remove": {
9684
9980
  "aliases": [],
9685
9981
  "args": {
9686
- "telemetry_drain_id": {
9687
- "description": "ID of the drain to update",
9688
- "name": "telemetry_drain_id",
9982
+ "id": {
9983
+ "description": "id of webhook to remove",
9984
+ "name": "id",
9689
9985
  "required": true
9690
9986
  }
9691
9987
  },
9692
- "description": "updates a telemetry drain with provided attributes (attributes not provided remain unchanged)",
9693
- "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:update acde070d-8c4c-4f0d-9d8a-162843c10333 --signals logs,metrics --endpoint https://my-new-endpoint.com \u001b[22m\u001b[39m\u001b[49m",
9988
+ "description": "removes a webhook from an app",
9989
+ "examples": [
9990
+ "$ heroku webhooks:remove 99999999-9999-9999-9999-999999999999"
9991
+ ],
9694
9992
  "flags": {
9695
- "endpoint": {
9696
- "description": "drain url",
9697
- "name": "endpoint",
9698
- "hasDynamicHelp": false,
9699
- "multiple": false,
9700
- "type": "option"
9701
- },
9702
- "headers": {
9703
- "description": "custom headers to configure the drain in json format",
9704
- "name": "headers",
9993
+ "app": {
9994
+ "char": "a",
9995
+ "description": "app to run command against",
9996
+ "name": "app",
9705
9997
  "hasDynamicHelp": false,
9706
9998
  "multiple": false,
9707
9999
  "type": "option"
9708
10000
  },
9709
- "signals": {
9710
- "description": "comma-delimited list of signals to collect (traces, metrics, logs). Use \"all\" to collect all signals.",
9711
- "name": "signals",
10001
+ "remote": {
10002
+ "char": "r",
10003
+ "description": "git remote of app to use",
10004
+ "name": "remote",
9712
10005
  "hasDynamicHelp": false,
9713
10006
  "multiple": false,
9714
10007
  "type": "option"
9715
10008
  },
9716
- "transport": {
9717
- "description": "transport protocol for the drain",
9718
- "name": "transport",
10009
+ "pipeline": {
10010
+ "char": "p",
10011
+ "description": "pipeline on which to list",
10012
+ "hidden": true,
10013
+ "name": "pipeline",
9719
10014
  "hasDynamicHelp": false,
9720
10015
  "multiple": false,
9721
- "options": [
9722
- "http",
9723
- "grpc"
9724
- ],
9725
10016
  "type": "option"
9726
10017
  }
9727
10018
  },
9728
10019
  "hasDynamicHelp": false,
9729
10020
  "hiddenAliases": [],
9730
- "id": "telemetry:update",
10021
+ "id": "webhooks:remove",
9731
10022
  "pluginAlias": "heroku",
9732
10023
  "pluginName": "heroku",
9733
10024
  "pluginType": "core",
9734
10025
  "strict": true,
9735
- "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku telemetry:update acde070d-8c4c-4f0d-9d8a-162843c10333 --signals logs,metrics --endpoint https://my-new-endpoint.com \u001b[22m\u001b[39m\u001b[49m",
9736
- "topic": "telemetry",
9737
10026
  "isESM": true,
9738
10027
  "relativePath": [
9739
10028
  "lib",
9740
10029
  "commands",
9741
- "telemetry",
9742
- "update.js"
10030
+ "webhooks",
10031
+ "remove.js"
9743
10032
  ]
9744
10033
  },
9745
- "usage:addons": {
10034
+ "webhooks:update": {
9746
10035
  "aliases": [],
9747
- "args": {},
9748
- "description": "list usage for metered add-ons attached to an app or apps within a team",
10036
+ "args": {
10037
+ "id": {
10038
+ "description": "ID of the webhook",
10039
+ "name": "id",
10040
+ "required": true
10041
+ }
10042
+ },
10043
+ "description": "updates a webhook in an app",
10044
+ "examples": [
10045
+ "$ heroku webhooks:update 99999999-9999-9999-9999-999999999999 -i dyno -l notify -s 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks"
10046
+ ],
9749
10047
  "flags": {
9750
10048
  "app": {
9751
10049
  "char": "a",
9752
- "description": "app to list metered add-ons usage for",
10050
+ "description": "app to run command against",
9753
10051
  "name": "app",
9754
10052
  "hasDynamicHelp": false,
9755
10053
  "multiple": false,
9756
10054
  "type": "option"
9757
10055
  },
9758
- "team": {
10056
+ "remote": {
10057
+ "char": "r",
10058
+ "description": "git remote of app to use",
10059
+ "name": "remote",
10060
+ "hasDynamicHelp": false,
10061
+ "multiple": false,
10062
+ "type": "option"
10063
+ },
10064
+ "pipeline": {
10065
+ "char": "p",
10066
+ "description": "pipeline on which to list",
10067
+ "hidden": true,
10068
+ "name": "pipeline",
10069
+ "hasDynamicHelp": false,
10070
+ "multiple": false,
10071
+ "type": "option"
10072
+ },
10073
+ "include": {
10074
+ "char": "i",
10075
+ "description": "comma delimited event types your server will receive ",
10076
+ "name": "include",
10077
+ "required": true,
10078
+ "hasDynamicHelp": false,
10079
+ "multiple": false,
10080
+ "type": "option"
10081
+ },
10082
+ "level": {
10083
+ "char": "l",
10084
+ "description": "notify does not retry, sync will retry until successful or timeout",
10085
+ "name": "level",
10086
+ "required": true,
10087
+ "hasDynamicHelp": false,
10088
+ "multiple": false,
10089
+ "type": "option"
10090
+ },
10091
+ "secret": {
10092
+ "char": "s",
10093
+ "description": "value to sign delivery with in Heroku-Webhook-Hmac-SHA256 header",
10094
+ "name": "secret",
10095
+ "hasDynamicHelp": false,
10096
+ "multiple": false,
10097
+ "type": "option"
10098
+ },
10099
+ "authorization": {
9759
10100
  "char": "t",
9760
- "description": "team to list metered add-ons usage for",
9761
- "name": "team",
10101
+ "description": "authorization header to send with webhooks",
10102
+ "name": "authorization",
10103
+ "hasDynamicHelp": false,
10104
+ "multiple": false,
10105
+ "type": "option"
10106
+ },
10107
+ "url": {
10108
+ "char": "u",
10109
+ "description": "URL for receiver",
10110
+ "name": "url",
10111
+ "required": true,
9762
10112
  "hasDynamicHelp": false,
9763
10113
  "multiple": false,
9764
10114
  "type": "option"
@@ -9766,18 +10116,17 @@
9766
10116
  },
9767
10117
  "hasDynamicHelp": false,
9768
10118
  "hiddenAliases": [],
9769
- "id": "usage:addons",
10119
+ "id": "webhooks:update",
9770
10120
  "pluginAlias": "heroku",
9771
10121
  "pluginName": "heroku",
9772
10122
  "pluginType": "core",
9773
10123
  "strict": true,
9774
- "topic": "usage",
9775
10124
  "isESM": true,
9776
10125
  "relativePath": [
9777
10126
  "lib",
9778
10127
  "commands",
9779
- "usage",
9780
- "addons.js"
10128
+ "webhooks",
10129
+ "update.js"
9781
10130
  ]
9782
10131
  },
9783
10132
  "apps:favorites:add": {
@@ -13381,6 +13730,120 @@
13381
13730
  "wait.js"
13382
13731
  ]
13383
13732
  },
13733
+ "webhooks:deliveries": {
13734
+ "aliases": [],
13735
+ "args": {},
13736
+ "description": "list webhook deliveries on an app",
13737
+ "examples": [
13738
+ "$ heroku webhooks:deliveries"
13739
+ ],
13740
+ "flags": {
13741
+ "app": {
13742
+ "char": "a",
13743
+ "description": "app to run command against",
13744
+ "name": "app",
13745
+ "hasDynamicHelp": false,
13746
+ "multiple": false,
13747
+ "type": "option"
13748
+ },
13749
+ "remote": {
13750
+ "char": "r",
13751
+ "description": "git remote of app to use",
13752
+ "name": "remote",
13753
+ "hasDynamicHelp": false,
13754
+ "multiple": false,
13755
+ "type": "option"
13756
+ },
13757
+ "status": {
13758
+ "char": "s",
13759
+ "description": "filter deliveries by status",
13760
+ "name": "status",
13761
+ "hasDynamicHelp": false,
13762
+ "multiple": false,
13763
+ "type": "option"
13764
+ },
13765
+ "pipeline": {
13766
+ "char": "p",
13767
+ "description": "pipeline on which to list",
13768
+ "hidden": true,
13769
+ "name": "pipeline",
13770
+ "hasDynamicHelp": false,
13771
+ "multiple": false,
13772
+ "type": "option"
13773
+ }
13774
+ },
13775
+ "hasDynamicHelp": false,
13776
+ "hiddenAliases": [],
13777
+ "id": "webhooks:deliveries",
13778
+ "pluginAlias": "heroku",
13779
+ "pluginName": "heroku",
13780
+ "pluginType": "core",
13781
+ "strict": true,
13782
+ "isESM": true,
13783
+ "relativePath": [
13784
+ "lib",
13785
+ "commands",
13786
+ "webhooks",
13787
+ "deliveries",
13788
+ "index.js"
13789
+ ]
13790
+ },
13791
+ "webhooks:deliveries:info": {
13792
+ "aliases": [],
13793
+ "args": {
13794
+ "id": {
13795
+ "description": "ID of the webhook event",
13796
+ "name": "id",
13797
+ "required": true
13798
+ }
13799
+ },
13800
+ "description": "info for a webhook event on an app",
13801
+ "examples": [
13802
+ "$ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999"
13803
+ ],
13804
+ "flags": {
13805
+ "app": {
13806
+ "char": "a",
13807
+ "description": "app to run command against",
13808
+ "name": "app",
13809
+ "hasDynamicHelp": false,
13810
+ "multiple": false,
13811
+ "type": "option"
13812
+ },
13813
+ "remote": {
13814
+ "char": "r",
13815
+ "description": "git remote of app to use",
13816
+ "name": "remote",
13817
+ "hasDynamicHelp": false,
13818
+ "multiple": false,
13819
+ "type": "option"
13820
+ },
13821
+ "pipeline": {
13822
+ "char": "p",
13823
+ "description": "pipeline on which to list",
13824
+ "hidden": true,
13825
+ "name": "pipeline",
13826
+ "hasDynamicHelp": false,
13827
+ "multiple": false,
13828
+ "type": "option"
13829
+ }
13830
+ },
13831
+ "hasDynamicHelp": false,
13832
+ "hiddenAliases": [],
13833
+ "id": "webhooks:deliveries:info",
13834
+ "pluginAlias": "heroku",
13835
+ "pluginName": "heroku",
13836
+ "pluginType": "core",
13837
+ "strict": true,
13838
+ "isESM": true,
13839
+ "relativePath": [
13840
+ "lib",
13841
+ "commands",
13842
+ "webhooks",
13843
+ "deliveries",
13844
+ "info.js"
13845
+ ]
13846
+ },
13384
13847
  "pg:settings:auto-explain:log-analyze": {
13385
13848
  "aliases": [],
13386
13849
  "args": {
@@ -13731,5 +14194,5 @@
13731
14194
  ]
13732
14195
  }
13733
14196
  },
13734
- "version": "11.0.0-alpha.12"
14197
+ "version": "11.0.0-alpha.14"
13735
14198
  }