heroku 10.9.0-beta.0 → 10.9.0-beta.1

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 (2) hide show
  1. package/oclif.manifest.json +1149 -1149
  2. package/package.json +2 -2
@@ -2055,164 +2055,6 @@
2055
2055
  "unlock.js"
2056
2056
  ]
2057
2057
  },
2058
- "autocomplete:create": {
2059
- "aliases": [],
2060
- "args": {},
2061
- "description": "create autocomplete setup scripts and completion functions",
2062
- "flags": {},
2063
- "hasDynamicHelp": false,
2064
- "hidden": true,
2065
- "hiddenAliases": [],
2066
- "id": "autocomplete:create",
2067
- "pluginAlias": "heroku",
2068
- "pluginName": "heroku",
2069
- "pluginType": "core",
2070
- "strict": true,
2071
- "isESM": false,
2072
- "relativePath": [
2073
- "lib",
2074
- "commands",
2075
- "autocomplete",
2076
- "create.js"
2077
- ]
2078
- },
2079
- "autocomplete:doctor": {
2080
- "aliases": [],
2081
- "args": {
2082
- "shell": {
2083
- "description": "shell type",
2084
- "name": "shell",
2085
- "required": false
2086
- }
2087
- },
2088
- "description": "autocomplete diagnostic",
2089
- "flags": {
2090
- "verbose": {
2091
- "description": "list completable commands",
2092
- "name": "verbose",
2093
- "allowNo": false,
2094
- "type": "boolean"
2095
- }
2096
- },
2097
- "hasDynamicHelp": false,
2098
- "hidden": true,
2099
- "hiddenAliases": [],
2100
- "id": "autocomplete:doctor",
2101
- "pluginAlias": "heroku",
2102
- "pluginName": "heroku",
2103
- "pluginType": "core",
2104
- "strict": true,
2105
- "isESM": false,
2106
- "relativePath": [
2107
- "lib",
2108
- "commands",
2109
- "autocomplete",
2110
- "doctor.js"
2111
- ]
2112
- },
2113
- "autocomplete": {
2114
- "aliases": [],
2115
- "args": {
2116
- "shell": {
2117
- "description": "shell type",
2118
- "name": "shell",
2119
- "required": false
2120
- }
2121
- },
2122
- "description": "display autocomplete installation instructions",
2123
- "examples": [
2124
- "$ heroku autocomplete",
2125
- "$ heroku autocomplete bash",
2126
- "$ heroku autocomplete zsh",
2127
- "$ heroku autocomplete --refresh-cache"
2128
- ],
2129
- "flags": {
2130
- "refresh-cache": {
2131
- "char": "r",
2132
- "description": "refresh cache only (ignores displaying instructions)",
2133
- "name": "refresh-cache",
2134
- "allowNo": false,
2135
- "type": "boolean"
2136
- }
2137
- },
2138
- "hasDynamicHelp": false,
2139
- "hiddenAliases": [],
2140
- "id": "autocomplete",
2141
- "pluginAlias": "heroku",
2142
- "pluginName": "heroku",
2143
- "pluginType": "core",
2144
- "strict": true,
2145
- "isESM": false,
2146
- "relativePath": [
2147
- "lib",
2148
- "commands",
2149
- "autocomplete",
2150
- "index.js"
2151
- ]
2152
- },
2153
- "autocomplete:options": {
2154
- "aliases": [],
2155
- "args": {
2156
- "completion": {
2157
- "name": "completion"
2158
- }
2159
- },
2160
- "description": "display arg or flag completion options (used internally by completion functions)",
2161
- "flags": {
2162
- "app": {
2163
- "char": "a",
2164
- "description": "app to run command against",
2165
- "hidden": true,
2166
- "name": "app",
2167
- "required": false,
2168
- "hasDynamicHelp": false,
2169
- "multiple": false,
2170
- "type": "option"
2171
- }
2172
- },
2173
- "hasDynamicHelp": false,
2174
- "hidden": true,
2175
- "hiddenAliases": [],
2176
- "id": "autocomplete:options",
2177
- "pluginAlias": "heroku",
2178
- "pluginName": "heroku",
2179
- "pluginType": "core",
2180
- "strict": true,
2181
- "isESM": false,
2182
- "relativePath": [
2183
- "lib",
2184
- "commands",
2185
- "autocomplete",
2186
- "options.js"
2187
- ]
2188
- },
2189
- "autocomplete:script": {
2190
- "aliases": [],
2191
- "args": {
2192
- "shell": {
2193
- "description": "shell type",
2194
- "name": "shell",
2195
- "required": false
2196
- }
2197
- },
2198
- "description": "display autocomplete setup script for shell",
2199
- "flags": {},
2200
- "hasDynamicHelp": false,
2201
- "hidden": true,
2202
- "hiddenAliases": [],
2203
- "id": "autocomplete:script",
2204
- "pluginAlias": "heroku",
2205
- "pluginName": "heroku",
2206
- "pluginType": "core",
2207
- "strict": true,
2208
- "isESM": false,
2209
- "relativePath": [
2210
- "lib",
2211
- "commands",
2212
- "autocomplete",
2213
- "script.js"
2214
- ]
2215
- },
2216
2058
  "auth:login": {
2217
2059
  "aliases": [
2218
2060
  "login"
@@ -2338,38 +2180,48 @@
2338
2180
  "whoami.js"
2339
2181
  ]
2340
2182
  },
2341
- "buildpacks:add": {
2183
+ "authorizations:create": {
2342
2184
  "aliases": [],
2343
- "args": {
2344
- "buildpack": {
2345
- "description": "namespace/name of the buildpack",
2346
- "name": "buildpack",
2347
- "required": true
2348
- }
2349
- },
2350
- "description": "add new app buildpack, inserting into list of buildpacks if necessary",
2185
+ "args": {},
2186
+ "description": "create a new OAuth authorization",
2187
+ "examples": [
2188
+ "$ heroku authorizations:create --description \"For use with Anvil\""
2189
+ ],
2351
2190
  "flags": {
2352
- "app": {
2353
- "char": "a",
2354
- "description": "app to run command against",
2355
- "name": "app",
2356
- "required": true,
2191
+ "description": {
2192
+ "char": "d",
2193
+ "description": "set a custom authorization",
2194
+ "name": "description",
2357
2195
  "hasDynamicHelp": false,
2358
2196
  "multiple": false,
2359
2197
  "type": "option"
2360
2198
  },
2361
- "remote": {
2362
- "char": "r",
2363
- "description": "git remote of app to use",
2364
- "name": "remote",
2199
+ "short": {
2200
+ "char": "S",
2201
+ "description": "only output token",
2202
+ "name": "short",
2203
+ "allowNo": false,
2204
+ "type": "boolean"
2205
+ },
2206
+ "json": {
2207
+ "char": "j",
2208
+ "description": "output in json format",
2209
+ "name": "json",
2210
+ "allowNo": false,
2211
+ "type": "boolean"
2212
+ },
2213
+ "scope": {
2214
+ "char": "s",
2215
+ "description": "set custom OAuth scopes",
2216
+ "name": "scope",
2365
2217
  "hasDynamicHelp": false,
2366
2218
  "multiple": false,
2367
2219
  "type": "option"
2368
2220
  },
2369
- "index": {
2370
- "char": "i",
2371
- "description": "the 1-based index of the URL in the list of URLs",
2372
- "name": "index",
2221
+ "expires-in": {
2222
+ "char": "e",
2223
+ "description": "set expiration in seconds (default no expiration)",
2224
+ "name": "expires-in",
2373
2225
  "hasDynamicHelp": false,
2374
2226
  "multiple": false,
2375
2227
  "type": "option"
@@ -2377,7 +2229,7 @@
2377
2229
  },
2378
2230
  "hasDynamicHelp": false,
2379
2231
  "hiddenAliases": [],
2380
- "id": "buildpacks:add",
2232
+ "id": "authorizations:create",
2381
2233
  "pluginAlias": "heroku",
2382
2234
  "pluginName": "heroku",
2383
2235
  "pluginType": "core",
@@ -2386,36 +2238,29 @@
2386
2238
  "relativePath": [
2387
2239
  "lib",
2388
2240
  "commands",
2389
- "buildpacks",
2390
- "add.js"
2241
+ "authorizations",
2242
+ "create.js"
2391
2243
  ]
2392
2244
  },
2393
- "buildpacks:clear": {
2245
+ "authorizations": {
2394
2246
  "aliases": [],
2395
2247
  "args": {},
2396
- "description": "clear all buildpacks set on the app",
2248
+ "description": "list OAuth authorizations",
2249
+ "examples": [
2250
+ "$ heroku authorizations"
2251
+ ],
2397
2252
  "flags": {
2398
- "app": {
2399
- "char": "a",
2400
- "description": "app to run command against",
2401
- "name": "app",
2402
- "required": true,
2403
- "hasDynamicHelp": false,
2404
- "multiple": false,
2405
- "type": "option"
2406
- },
2407
- "remote": {
2408
- "char": "r",
2409
- "description": "git remote of app to use",
2410
- "name": "remote",
2411
- "hasDynamicHelp": false,
2412
- "multiple": false,
2413
- "type": "option"
2253
+ "json": {
2254
+ "char": "j",
2255
+ "description": "output in json format",
2256
+ "name": "json",
2257
+ "allowNo": false,
2258
+ "type": "boolean"
2414
2259
  }
2415
2260
  },
2416
2261
  "hasDynamicHelp": false,
2417
2262
  "hiddenAliases": [],
2418
- "id": "buildpacks:clear",
2263
+ "id": "authorizations",
2419
2264
  "pluginAlias": "heroku",
2420
2265
  "pluginName": "heroku",
2421
2266
  "pluginType": "core",
@@ -2424,36 +2269,32 @@
2424
2269
  "relativePath": [
2425
2270
  "lib",
2426
2271
  "commands",
2427
- "buildpacks",
2428
- "clear.js"
2272
+ "authorizations",
2273
+ "index.js"
2429
2274
  ]
2430
2275
  },
2431
- "buildpacks": {
2276
+ "authorizations:info": {
2432
2277
  "aliases": [],
2433
- "args": {},
2434
- "description": "list the buildpacks on an app",
2278
+ "args": {
2279
+ "id": {
2280
+ "description": "ID of the authorization",
2281
+ "name": "id",
2282
+ "required": true
2283
+ }
2284
+ },
2285
+ "description": "show an existing OAuth authorization",
2435
2286
  "flags": {
2436
- "app": {
2437
- "char": "a",
2438
- "description": "app to run command against",
2439
- "name": "app",
2440
- "required": true,
2441
- "hasDynamicHelp": false,
2442
- "multiple": false,
2443
- "type": "option"
2444
- },
2445
- "remote": {
2446
- "char": "r",
2447
- "description": "git remote of app to use",
2448
- "name": "remote",
2449
- "hasDynamicHelp": false,
2450
- "multiple": false,
2451
- "type": "option"
2287
+ "json": {
2288
+ "char": "j",
2289
+ "description": "output in json format",
2290
+ "name": "json",
2291
+ "allowNo": false,
2292
+ "type": "boolean"
2452
2293
  }
2453
2294
  },
2454
2295
  "hasDynamicHelp": false,
2455
2296
  "hiddenAliases": [],
2456
- "id": "buildpacks",
2297
+ "id": "authorizations:info",
2457
2298
  "pluginAlias": "heroku",
2458
2299
  "pluginName": "heroku",
2459
2300
  "pluginType": "core",
@@ -2462,24 +2303,30 @@
2462
2303
  "relativePath": [
2463
2304
  "lib",
2464
2305
  "commands",
2465
- "buildpacks",
2466
- "index.js"
2306
+ "authorizations",
2307
+ "info.js"
2467
2308
  ]
2468
2309
  },
2469
- "buildpacks:info": {
2470
- "aliases": [],
2310
+ "authorizations:revoke": {
2311
+ "aliases": [
2312
+ "authorizations:revoke",
2313
+ "authorizations:destroy"
2314
+ ],
2471
2315
  "args": {
2472
- "buildpack": {
2473
- "description": "namespace/name of the buildpack",
2474
- "name": "buildpack",
2316
+ "id": {
2317
+ "description": "ID of the authorization",
2318
+ "name": "id",
2475
2319
  "required": true
2476
2320
  }
2477
2321
  },
2478
- "description": "fetch info about a buildpack",
2322
+ "description": "revoke OAuth authorization",
2323
+ "examples": [
2324
+ "$ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb"
2325
+ ],
2479
2326
  "flags": {},
2480
2327
  "hasDynamicHelp": false,
2481
2328
  "hiddenAliases": [],
2482
- "id": "buildpacks:info",
2329
+ "id": "authorizations:revoke",
2483
2330
  "pluginAlias": "heroku",
2484
2331
  "pluginName": "heroku",
2485
2332
  "pluginType": "core",
@@ -2488,49 +2335,24 @@
2488
2335
  "relativePath": [
2489
2336
  "lib",
2490
2337
  "commands",
2491
- "buildpacks",
2492
- "info.js"
2338
+ "authorizations",
2339
+ "revoke.js"
2493
2340
  ]
2494
2341
  },
2495
- "buildpacks:remove": {
2342
+ "authorizations:rotate": {
2496
2343
  "aliases": [],
2497
2344
  "args": {
2498
- "buildpack": {
2499
- "description": "namespace/name of the buildpack",
2500
- "name": "buildpack"
2501
- }
2502
- },
2503
- "description": "remove a buildpack set on the app",
2504
- "flags": {
2505
- "app": {
2506
- "char": "a",
2507
- "description": "app to run command against",
2508
- "name": "app",
2509
- "required": true,
2510
- "hasDynamicHelp": false,
2511
- "multiple": false,
2512
- "type": "option"
2513
- },
2514
- "remote": {
2515
- "char": "r",
2516
- "description": "git remote of app to use",
2517
- "name": "remote",
2518
- "hasDynamicHelp": false,
2519
- "multiple": false,
2520
- "type": "option"
2521
- },
2522
- "index": {
2523
- "char": "i",
2524
- "description": "the 1-based index of the URL to remove from the list of URLs",
2525
- "name": "index",
2526
- "hasDynamicHelp": false,
2527
- "multiple": false,
2528
- "type": "option"
2345
+ "id": {
2346
+ "description": "ID of the authorization",
2347
+ "name": "id",
2348
+ "required": true
2529
2349
  }
2530
2350
  },
2351
+ "description": "updates an OAuth authorization token",
2352
+ "flags": {},
2531
2353
  "hasDynamicHelp": false,
2532
2354
  "hiddenAliases": [],
2533
- "id": "buildpacks:remove",
2355
+ "id": "authorizations:rotate",
2534
2356
  "pluginAlias": "heroku",
2535
2357
  "pluginName": "heroku",
2536
2358
  "pluginType": "core",
@@ -2539,37 +2361,45 @@
2539
2361
  "relativePath": [
2540
2362
  "lib",
2541
2363
  "commands",
2542
- "buildpacks",
2543
- "remove.js"
2364
+ "authorizations",
2365
+ "rotate.js"
2544
2366
  ]
2545
2367
  },
2546
- "buildpacks:search": {
2368
+ "authorizations:update": {
2547
2369
  "aliases": [],
2548
2370
  "args": {
2549
- "term": {
2550
- "description": "search term that searches across name, namespace, and description",
2551
- "name": "term"
2371
+ "id": {
2372
+ "description": "ID of the authorization",
2373
+ "name": "id",
2374
+ "required": true
2552
2375
  }
2553
2376
  },
2554
- "description": "search for buildpacks",
2377
+ "description": "updates an OAuth authorization",
2555
2378
  "flags": {
2556
- "namespace": {
2557
- "description": "buildpack namespaces to filter on using a comma separated list",
2558
- "name": "namespace",
2379
+ "description": {
2380
+ "char": "d",
2381
+ "description": "set a custom authorization description",
2382
+ "name": "description",
2559
2383
  "hasDynamicHelp": false,
2560
2384
  "multiple": false,
2561
2385
  "type": "option"
2562
2386
  },
2563
- "name": {
2564
- "description": "buildpack names to filter on using a comma separated list ",
2565
- "name": "name",
2387
+ "client-id": {
2388
+ "dependsOn": [
2389
+ "client-secret"
2390
+ ],
2391
+ "description": "identifier of OAuth client to set",
2392
+ "name": "client-id",
2566
2393
  "hasDynamicHelp": false,
2567
2394
  "multiple": false,
2568
2395
  "type": "option"
2569
2396
  },
2570
- "description": {
2571
- "description": "buildpack description to filter on",
2572
- "name": "description",
2397
+ "client-secret": {
2398
+ "dependsOn": [
2399
+ "client-id"
2400
+ ],
2401
+ "description": "secret of OAuth client to set",
2402
+ "name": "client-secret",
2573
2403
  "hasDynamicHelp": false,
2574
2404
  "multiple": false,
2575
2405
  "type": "option"
@@ -2577,7 +2407,7 @@
2577
2407
  },
2578
2408
  "hasDynamicHelp": false,
2579
2409
  "hiddenAliases": [],
2580
- "id": "buildpacks:search",
2410
+ "id": "authorizations:update",
2581
2411
  "pluginAlias": "heroku",
2582
2412
  "pluginName": "heroku",
2583
2413
  "pluginType": "core",
@@ -2586,49 +2416,53 @@
2586
2416
  "relativePath": [
2587
2417
  "lib",
2588
2418
  "commands",
2589
- "buildpacks",
2590
- "search.js"
2419
+ "authorizations",
2420
+ "update.js"
2591
2421
  ]
2592
2422
  },
2593
- "buildpacks:set": {
2423
+ "autocomplete:create": {
2424
+ "aliases": [],
2425
+ "args": {},
2426
+ "description": "create autocomplete setup scripts and completion functions",
2427
+ "flags": {},
2428
+ "hasDynamicHelp": false,
2429
+ "hidden": true,
2430
+ "hiddenAliases": [],
2431
+ "id": "autocomplete:create",
2432
+ "pluginAlias": "heroku",
2433
+ "pluginName": "heroku",
2434
+ "pluginType": "core",
2435
+ "strict": true,
2436
+ "isESM": false,
2437
+ "relativePath": [
2438
+ "lib",
2439
+ "commands",
2440
+ "autocomplete",
2441
+ "create.js"
2442
+ ]
2443
+ },
2444
+ "autocomplete:doctor": {
2594
2445
  "aliases": [],
2595
2446
  "args": {
2596
- "buildpack": {
2597
- "description": "namespace/name of the buildpack",
2598
- "name": "buildpack",
2599
- "required": true
2447
+ "shell": {
2448
+ "description": "shell type",
2449
+ "name": "shell",
2450
+ "required": false
2600
2451
  }
2601
2452
  },
2453
+ "description": "autocomplete diagnostic",
2602
2454
  "flags": {
2603
- "app": {
2604
- "char": "a",
2605
- "description": "app to run command against",
2606
- "name": "app",
2607
- "required": true,
2608
- "hasDynamicHelp": false,
2609
- "multiple": false,
2610
- "type": "option"
2611
- },
2612
- "remote": {
2613
- "char": "r",
2614
- "description": "git remote of app to use",
2615
- "name": "remote",
2616
- "hasDynamicHelp": false,
2617
- "multiple": false,
2618
- "type": "option"
2619
- },
2620
- "index": {
2621
- "char": "i",
2622
- "description": "the 1-based index of the URL in the list of URLs",
2623
- "name": "index",
2624
- "hasDynamicHelp": false,
2625
- "multiple": false,
2626
- "type": "option"
2455
+ "verbose": {
2456
+ "description": "list completable commands",
2457
+ "name": "verbose",
2458
+ "allowNo": false,
2459
+ "type": "boolean"
2627
2460
  }
2628
2461
  },
2629
2462
  "hasDynamicHelp": false,
2463
+ "hidden": true,
2630
2464
  "hiddenAliases": [],
2631
- "id": "buildpacks:set",
2465
+ "id": "autocomplete:doctor",
2632
2466
  "pluginAlias": "heroku",
2633
2467
  "pluginName": "heroku",
2634
2468
  "pluginType": "core",
@@ -2637,24 +2471,38 @@
2637
2471
  "relativePath": [
2638
2472
  "lib",
2639
2473
  "commands",
2640
- "buildpacks",
2641
- "set.js"
2474
+ "autocomplete",
2475
+ "doctor.js"
2642
2476
  ]
2643
2477
  },
2644
- "buildpacks:versions": {
2478
+ "autocomplete": {
2645
2479
  "aliases": [],
2646
2480
  "args": {
2647
- "buildpack": {
2648
- "description": "namespace/name of the buildpack",
2649
- "name": "buildpack",
2650
- "required": true
2481
+ "shell": {
2482
+ "description": "shell type",
2483
+ "name": "shell",
2484
+ "required": false
2485
+ }
2486
+ },
2487
+ "description": "display autocomplete installation instructions",
2488
+ "examples": [
2489
+ "$ heroku autocomplete",
2490
+ "$ heroku autocomplete bash",
2491
+ "$ heroku autocomplete zsh",
2492
+ "$ heroku autocomplete --refresh-cache"
2493
+ ],
2494
+ "flags": {
2495
+ "refresh-cache": {
2496
+ "char": "r",
2497
+ "description": "refresh cache only (ignores displaying instructions)",
2498
+ "name": "refresh-cache",
2499
+ "allowNo": false,
2500
+ "type": "boolean"
2651
2501
  }
2652
2502
  },
2653
- "description": "list versions of a buildpack",
2654
- "flags": {},
2655
2503
  "hasDynamicHelp": false,
2656
2504
  "hiddenAliases": [],
2657
- "id": "buildpacks:versions",
2505
+ "id": "autocomplete",
2658
2506
  "pluginAlias": "heroku",
2659
2507
  "pluginName": "heroku",
2660
2508
  "pluginType": "core",
@@ -2663,60 +2511,34 @@
2663
2511
  "relativePath": [
2664
2512
  "lib",
2665
2513
  "commands",
2666
- "buildpacks",
2667
- "versions.js"
2514
+ "autocomplete",
2515
+ "index.js"
2668
2516
  ]
2669
2517
  },
2670
- "authorizations:create": {
2518
+ "autocomplete:options": {
2671
2519
  "aliases": [],
2672
- "args": {},
2673
- "description": "create a new OAuth authorization",
2674
- "examples": [
2675
- "$ heroku authorizations:create --description \"For use with Anvil\""
2676
- ],
2520
+ "args": {
2521
+ "completion": {
2522
+ "name": "completion"
2523
+ }
2524
+ },
2525
+ "description": "display arg or flag completion options (used internally by completion functions)",
2677
2526
  "flags": {
2678
- "description": {
2679
- "char": "d",
2680
- "description": "set a custom authorization",
2681
- "name": "description",
2682
- "hasDynamicHelp": false,
2683
- "multiple": false,
2684
- "type": "option"
2685
- },
2686
- "short": {
2687
- "char": "S",
2688
- "description": "only output token",
2689
- "name": "short",
2690
- "allowNo": false,
2691
- "type": "boolean"
2692
- },
2693
- "json": {
2694
- "char": "j",
2695
- "description": "output in json format",
2696
- "name": "json",
2697
- "allowNo": false,
2698
- "type": "boolean"
2699
- },
2700
- "scope": {
2701
- "char": "s",
2702
- "description": "set custom OAuth scopes",
2703
- "name": "scope",
2704
- "hasDynamicHelp": false,
2705
- "multiple": false,
2706
- "type": "option"
2707
- },
2708
- "expires-in": {
2709
- "char": "e",
2710
- "description": "set expiration in seconds (default no expiration)",
2711
- "name": "expires-in",
2527
+ "app": {
2528
+ "char": "a",
2529
+ "description": "app to run command against",
2530
+ "hidden": true,
2531
+ "name": "app",
2532
+ "required": false,
2712
2533
  "hasDynamicHelp": false,
2713
2534
  "multiple": false,
2714
2535
  "type": "option"
2715
2536
  }
2716
2537
  },
2717
2538
  "hasDynamicHelp": false,
2539
+ "hidden": true,
2718
2540
  "hiddenAliases": [],
2719
- "id": "authorizations:create",
2541
+ "id": "autocomplete:options",
2720
2542
  "pluginAlias": "heroku",
2721
2543
  "pluginName": "heroku",
2722
2544
  "pluginType": "core",
@@ -2725,29 +2547,25 @@
2725
2547
  "relativePath": [
2726
2548
  "lib",
2727
2549
  "commands",
2728
- "authorizations",
2729
- "create.js"
2550
+ "autocomplete",
2551
+ "options.js"
2730
2552
  ]
2731
2553
  },
2732
- "authorizations": {
2554
+ "autocomplete:script": {
2733
2555
  "aliases": [],
2734
- "args": {},
2735
- "description": "list OAuth authorizations",
2736
- "examples": [
2737
- "$ heroku authorizations"
2738
- ],
2739
- "flags": {
2740
- "json": {
2741
- "char": "j",
2742
- "description": "output in json format",
2743
- "name": "json",
2744
- "allowNo": false,
2745
- "type": "boolean"
2556
+ "args": {
2557
+ "shell": {
2558
+ "description": "shell type",
2559
+ "name": "shell",
2560
+ "required": false
2746
2561
  }
2747
2562
  },
2563
+ "description": "display autocomplete setup script for shell",
2564
+ "flags": {},
2748
2565
  "hasDynamicHelp": false,
2566
+ "hidden": true,
2749
2567
  "hiddenAliases": [],
2750
- "id": "authorizations",
2568
+ "id": "autocomplete:script",
2751
2569
  "pluginAlias": "heroku",
2752
2570
  "pluginName": "heroku",
2753
2571
  "pluginType": "core",
@@ -2756,90 +2574,50 @@
2756
2574
  "relativePath": [
2757
2575
  "lib",
2758
2576
  "commands",
2759
- "authorizations",
2760
- "index.js"
2577
+ "autocomplete",
2578
+ "script.js"
2761
2579
  ]
2762
2580
  },
2763
- "authorizations:info": {
2581
+ "buildpacks:add": {
2764
2582
  "aliases": [],
2765
2583
  "args": {
2766
- "id": {
2767
- "description": "ID of the authorization",
2768
- "name": "id",
2584
+ "buildpack": {
2585
+ "description": "namespace/name of the buildpack",
2586
+ "name": "buildpack",
2769
2587
  "required": true
2770
2588
  }
2771
2589
  },
2772
- "description": "show an existing OAuth authorization",
2590
+ "description": "add new app buildpack, inserting into list of buildpacks if necessary",
2773
2591
  "flags": {
2774
- "json": {
2775
- "char": "j",
2776
- "description": "output in json format",
2777
- "name": "json",
2778
- "allowNo": false,
2779
- "type": "boolean"
2780
- }
2781
- },
2782
- "hasDynamicHelp": false,
2783
- "hiddenAliases": [],
2784
- "id": "authorizations:info",
2785
- "pluginAlias": "heroku",
2786
- "pluginName": "heroku",
2787
- "pluginType": "core",
2788
- "strict": true,
2789
- "isESM": false,
2790
- "relativePath": [
2791
- "lib",
2792
- "commands",
2793
- "authorizations",
2794
- "info.js"
2795
- ]
2796
- },
2797
- "authorizations:revoke": {
2798
- "aliases": [
2799
- "authorizations:revoke",
2800
- "authorizations:destroy"
2801
- ],
2802
- "args": {
2803
- "id": {
2804
- "description": "ID of the authorization",
2805
- "name": "id",
2806
- "required": true
2807
- }
2808
- },
2809
- "description": "revoke OAuth authorization",
2810
- "examples": [
2811
- "$ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb"
2812
- ],
2813
- "flags": {},
2814
- "hasDynamicHelp": false,
2815
- "hiddenAliases": [],
2816
- "id": "authorizations:revoke",
2817
- "pluginAlias": "heroku",
2818
- "pluginName": "heroku",
2819
- "pluginType": "core",
2820
- "strict": true,
2821
- "isESM": false,
2822
- "relativePath": [
2823
- "lib",
2824
- "commands",
2825
- "authorizations",
2826
- "revoke.js"
2827
- ]
2828
- },
2829
- "authorizations:rotate": {
2830
- "aliases": [],
2831
- "args": {
2832
- "id": {
2833
- "description": "ID of the authorization",
2834
- "name": "id",
2835
- "required": true
2592
+ "app": {
2593
+ "char": "a",
2594
+ "description": "app to run command against",
2595
+ "name": "app",
2596
+ "required": true,
2597
+ "hasDynamicHelp": false,
2598
+ "multiple": false,
2599
+ "type": "option"
2600
+ },
2601
+ "remote": {
2602
+ "char": "r",
2603
+ "description": "git remote of app to use",
2604
+ "name": "remote",
2605
+ "hasDynamicHelp": false,
2606
+ "multiple": false,
2607
+ "type": "option"
2608
+ },
2609
+ "index": {
2610
+ "char": "i",
2611
+ "description": "the 1-based index of the URL in the list of URLs",
2612
+ "name": "index",
2613
+ "hasDynamicHelp": false,
2614
+ "multiple": false,
2615
+ "type": "option"
2836
2616
  }
2837
2617
  },
2838
- "description": "updates an OAuth authorization token",
2839
- "flags": {},
2840
2618
  "hasDynamicHelp": false,
2841
2619
  "hiddenAliases": [],
2842
- "id": "authorizations:rotate",
2620
+ "id": "buildpacks:add",
2843
2621
  "pluginAlias": "heroku",
2844
2622
  "pluginName": "heroku",
2845
2623
  "pluginType": "core",
@@ -2848,45 +2626,28 @@
2848
2626
  "relativePath": [
2849
2627
  "lib",
2850
2628
  "commands",
2851
- "authorizations",
2852
- "rotate.js"
2629
+ "buildpacks",
2630
+ "add.js"
2853
2631
  ]
2854
2632
  },
2855
- "authorizations:update": {
2633
+ "buildpacks:clear": {
2856
2634
  "aliases": [],
2857
- "args": {
2858
- "id": {
2859
- "description": "ID of the authorization",
2860
- "name": "id",
2861
- "required": true
2862
- }
2863
- },
2864
- "description": "updates an OAuth authorization",
2635
+ "args": {},
2636
+ "description": "clear all buildpacks set on the app",
2865
2637
  "flags": {
2866
- "description": {
2867
- "char": "d",
2868
- "description": "set a custom authorization description",
2869
- "name": "description",
2870
- "hasDynamicHelp": false,
2871
- "multiple": false,
2872
- "type": "option"
2873
- },
2874
- "client-id": {
2875
- "dependsOn": [
2876
- "client-secret"
2877
- ],
2878
- "description": "identifier of OAuth client to set",
2879
- "name": "client-id",
2638
+ "app": {
2639
+ "char": "a",
2640
+ "description": "app to run command against",
2641
+ "name": "app",
2642
+ "required": true,
2880
2643
  "hasDynamicHelp": false,
2881
2644
  "multiple": false,
2882
2645
  "type": "option"
2883
2646
  },
2884
- "client-secret": {
2885
- "dependsOn": [
2886
- "client-id"
2887
- ],
2888
- "description": "secret of OAuth client to set",
2889
- "name": "client-secret",
2647
+ "remote": {
2648
+ "char": "r",
2649
+ "description": "git remote of app to use",
2650
+ "name": "remote",
2890
2651
  "hasDynamicHelp": false,
2891
2652
  "multiple": false,
2892
2653
  "type": "option"
@@ -2894,7 +2655,7 @@
2894
2655
  },
2895
2656
  "hasDynamicHelp": false,
2896
2657
  "hiddenAliases": [],
2897
- "id": "authorizations:update",
2658
+ "id": "buildpacks:clear",
2898
2659
  "pluginAlias": "heroku",
2899
2660
  "pluginName": "heroku",
2900
2661
  "pluginType": "core",
@@ -2903,28 +2664,14 @@
2903
2664
  "relativePath": [
2904
2665
  "lib",
2905
2666
  "commands",
2906
- "authorizations",
2907
- "update.js"
2667
+ "buildpacks",
2668
+ "clear.js"
2908
2669
  ]
2909
2670
  },
2910
- "certs:add": {
2671
+ "buildpacks": {
2911
2672
  "aliases": [],
2912
- "args": {
2913
- "CRT": {
2914
- "description": "absolute path of the certificate file on disk",
2915
- "name": "CRT",
2916
- "required": true
2917
- },
2918
- "KEY": {
2919
- "description": "absolute path of the key file on disk",
2920
- "name": "KEY",
2921
- "required": true
2922
- }
2923
- },
2924
- "description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
2925
- "examples": [
2926
- "$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
2927
- ],
2673
+ "args": {},
2674
+ "description": "list the buildpacks on an app",
2928
2675
  "flags": {
2929
2676
  "app": {
2930
2677
  "char": "a",
@@ -2946,12 +2693,265 @@
2946
2693
  },
2947
2694
  "hasDynamicHelp": false,
2948
2695
  "hiddenAliases": [],
2949
- "id": "certs:add",
2696
+ "id": "buildpacks",
2950
2697
  "pluginAlias": "heroku",
2951
2698
  "pluginName": "heroku",
2952
2699
  "pluginType": "core",
2953
2700
  "strict": true,
2954
- "topic": "certs",
2701
+ "isESM": false,
2702
+ "relativePath": [
2703
+ "lib",
2704
+ "commands",
2705
+ "buildpacks",
2706
+ "index.js"
2707
+ ]
2708
+ },
2709
+ "buildpacks:info": {
2710
+ "aliases": [],
2711
+ "args": {
2712
+ "buildpack": {
2713
+ "description": "namespace/name of the buildpack",
2714
+ "name": "buildpack",
2715
+ "required": true
2716
+ }
2717
+ },
2718
+ "description": "fetch info about a buildpack",
2719
+ "flags": {},
2720
+ "hasDynamicHelp": false,
2721
+ "hiddenAliases": [],
2722
+ "id": "buildpacks:info",
2723
+ "pluginAlias": "heroku",
2724
+ "pluginName": "heroku",
2725
+ "pluginType": "core",
2726
+ "strict": true,
2727
+ "isESM": false,
2728
+ "relativePath": [
2729
+ "lib",
2730
+ "commands",
2731
+ "buildpacks",
2732
+ "info.js"
2733
+ ]
2734
+ },
2735
+ "buildpacks:remove": {
2736
+ "aliases": [],
2737
+ "args": {
2738
+ "buildpack": {
2739
+ "description": "namespace/name of the buildpack",
2740
+ "name": "buildpack"
2741
+ }
2742
+ },
2743
+ "description": "remove a buildpack set on the app",
2744
+ "flags": {
2745
+ "app": {
2746
+ "char": "a",
2747
+ "description": "app to run command against",
2748
+ "name": "app",
2749
+ "required": true,
2750
+ "hasDynamicHelp": false,
2751
+ "multiple": false,
2752
+ "type": "option"
2753
+ },
2754
+ "remote": {
2755
+ "char": "r",
2756
+ "description": "git remote of app to use",
2757
+ "name": "remote",
2758
+ "hasDynamicHelp": false,
2759
+ "multiple": false,
2760
+ "type": "option"
2761
+ },
2762
+ "index": {
2763
+ "char": "i",
2764
+ "description": "the 1-based index of the URL to remove from the list of URLs",
2765
+ "name": "index",
2766
+ "hasDynamicHelp": false,
2767
+ "multiple": false,
2768
+ "type": "option"
2769
+ }
2770
+ },
2771
+ "hasDynamicHelp": false,
2772
+ "hiddenAliases": [],
2773
+ "id": "buildpacks:remove",
2774
+ "pluginAlias": "heroku",
2775
+ "pluginName": "heroku",
2776
+ "pluginType": "core",
2777
+ "strict": true,
2778
+ "isESM": false,
2779
+ "relativePath": [
2780
+ "lib",
2781
+ "commands",
2782
+ "buildpacks",
2783
+ "remove.js"
2784
+ ]
2785
+ },
2786
+ "buildpacks:search": {
2787
+ "aliases": [],
2788
+ "args": {
2789
+ "term": {
2790
+ "description": "search term that searches across name, namespace, and description",
2791
+ "name": "term"
2792
+ }
2793
+ },
2794
+ "description": "search for buildpacks",
2795
+ "flags": {
2796
+ "namespace": {
2797
+ "description": "buildpack namespaces to filter on using a comma separated list",
2798
+ "name": "namespace",
2799
+ "hasDynamicHelp": false,
2800
+ "multiple": false,
2801
+ "type": "option"
2802
+ },
2803
+ "name": {
2804
+ "description": "buildpack names to filter on using a comma separated list ",
2805
+ "name": "name",
2806
+ "hasDynamicHelp": false,
2807
+ "multiple": false,
2808
+ "type": "option"
2809
+ },
2810
+ "description": {
2811
+ "description": "buildpack description to filter on",
2812
+ "name": "description",
2813
+ "hasDynamicHelp": false,
2814
+ "multiple": false,
2815
+ "type": "option"
2816
+ }
2817
+ },
2818
+ "hasDynamicHelp": false,
2819
+ "hiddenAliases": [],
2820
+ "id": "buildpacks:search",
2821
+ "pluginAlias": "heroku",
2822
+ "pluginName": "heroku",
2823
+ "pluginType": "core",
2824
+ "strict": true,
2825
+ "isESM": false,
2826
+ "relativePath": [
2827
+ "lib",
2828
+ "commands",
2829
+ "buildpacks",
2830
+ "search.js"
2831
+ ]
2832
+ },
2833
+ "buildpacks:set": {
2834
+ "aliases": [],
2835
+ "args": {
2836
+ "buildpack": {
2837
+ "description": "namespace/name of the buildpack",
2838
+ "name": "buildpack",
2839
+ "required": true
2840
+ }
2841
+ },
2842
+ "flags": {
2843
+ "app": {
2844
+ "char": "a",
2845
+ "description": "app to run command against",
2846
+ "name": "app",
2847
+ "required": true,
2848
+ "hasDynamicHelp": false,
2849
+ "multiple": false,
2850
+ "type": "option"
2851
+ },
2852
+ "remote": {
2853
+ "char": "r",
2854
+ "description": "git remote of app to use",
2855
+ "name": "remote",
2856
+ "hasDynamicHelp": false,
2857
+ "multiple": false,
2858
+ "type": "option"
2859
+ },
2860
+ "index": {
2861
+ "char": "i",
2862
+ "description": "the 1-based index of the URL in the list of URLs",
2863
+ "name": "index",
2864
+ "hasDynamicHelp": false,
2865
+ "multiple": false,
2866
+ "type": "option"
2867
+ }
2868
+ },
2869
+ "hasDynamicHelp": false,
2870
+ "hiddenAliases": [],
2871
+ "id": "buildpacks:set",
2872
+ "pluginAlias": "heroku",
2873
+ "pluginName": "heroku",
2874
+ "pluginType": "core",
2875
+ "strict": true,
2876
+ "isESM": false,
2877
+ "relativePath": [
2878
+ "lib",
2879
+ "commands",
2880
+ "buildpacks",
2881
+ "set.js"
2882
+ ]
2883
+ },
2884
+ "buildpacks:versions": {
2885
+ "aliases": [],
2886
+ "args": {
2887
+ "buildpack": {
2888
+ "description": "namespace/name of the buildpack",
2889
+ "name": "buildpack",
2890
+ "required": true
2891
+ }
2892
+ },
2893
+ "description": "list versions of a buildpack",
2894
+ "flags": {},
2895
+ "hasDynamicHelp": false,
2896
+ "hiddenAliases": [],
2897
+ "id": "buildpacks:versions",
2898
+ "pluginAlias": "heroku",
2899
+ "pluginName": "heroku",
2900
+ "pluginType": "core",
2901
+ "strict": true,
2902
+ "isESM": false,
2903
+ "relativePath": [
2904
+ "lib",
2905
+ "commands",
2906
+ "buildpacks",
2907
+ "versions.js"
2908
+ ]
2909
+ },
2910
+ "certs:add": {
2911
+ "aliases": [],
2912
+ "args": {
2913
+ "CRT": {
2914
+ "description": "absolute path of the certificate file on disk",
2915
+ "name": "CRT",
2916
+ "required": true
2917
+ },
2918
+ "KEY": {
2919
+ "description": "absolute path of the key file on disk",
2920
+ "name": "KEY",
2921
+ "required": true
2922
+ }
2923
+ },
2924
+ "description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
2925
+ "examples": [
2926
+ "$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
2927
+ ],
2928
+ "flags": {
2929
+ "app": {
2930
+ "char": "a",
2931
+ "description": "app to run command against",
2932
+ "name": "app",
2933
+ "required": true,
2934
+ "hasDynamicHelp": false,
2935
+ "multiple": false,
2936
+ "type": "option"
2937
+ },
2938
+ "remote": {
2939
+ "char": "r",
2940
+ "description": "git remote of app to use",
2941
+ "name": "remote",
2942
+ "hasDynamicHelp": false,
2943
+ "multiple": false,
2944
+ "type": "option"
2945
+ }
2946
+ },
2947
+ "hasDynamicHelp": false,
2948
+ "hiddenAliases": [],
2949
+ "id": "certs:add",
2950
+ "pluginAlias": "heroku",
2951
+ "pluginName": "heroku",
2952
+ "pluginType": "core",
2953
+ "strict": true,
2954
+ "topic": "certs",
2955
2955
  "isESM": false,
2956
2956
  "relativePath": [
2957
2957
  "lib",
@@ -3294,35 +3294,35 @@
3294
3294
  "update.js"
3295
3295
  ]
3296
3296
  },
3297
- "config:edit": {
3297
+ "ci:debug": {
3298
3298
  "aliases": [],
3299
- "args": {
3300
- "key": {
3301
- "description": "edit a single key",
3302
- "name": "key"
3303
- }
3304
- },
3305
- "description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
3306
- "examples": [
3307
- "# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
3308
- "# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
3309
- "# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
3310
- "# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
3311
- ],
3299
+ "args": {},
3300
+ "description": "opens an interactive test debugging session with the contents of the current directory",
3312
3301
  "flags": {
3313
3302
  "app": {
3314
3303
  "char": "a",
3315
3304
  "description": "app to run command against",
3316
3305
  "name": "app",
3317
- "required": true,
3318
3306
  "hasDynamicHelp": false,
3319
3307
  "multiple": false,
3320
3308
  "type": "option"
3321
3309
  },
3322
- "remote": {
3323
- "char": "r",
3324
- "description": "git remote of app to use",
3325
- "name": "remote",
3310
+ "no-cache": {
3311
+ "description": "start test run with an empty cache",
3312
+ "name": "no-cache",
3313
+ "allowNo": false,
3314
+ "type": "boolean"
3315
+ },
3316
+ "no-setup": {
3317
+ "description": "start test dyno without running test-setup",
3318
+ "name": "no-setup",
3319
+ "allowNo": false,
3320
+ "type": "boolean"
3321
+ },
3322
+ "pipeline": {
3323
+ "char": "p",
3324
+ "description": "name of pipeline",
3325
+ "name": "pipeline",
3326
3326
  "hasDynamicHelp": false,
3327
3327
  "multiple": false,
3328
3328
  "type": "option"
@@ -3330,36 +3330,33 @@
3330
3330
  },
3331
3331
  "hasDynamicHelp": false,
3332
3332
  "hiddenAliases": [],
3333
- "id": "config:edit",
3333
+ "id": "ci:debug",
3334
3334
  "pluginAlias": "heroku",
3335
3335
  "pluginName": "heroku",
3336
3336
  "pluginType": "core",
3337
3337
  "strict": true,
3338
+ "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",
3339
+ "topic": "ci",
3338
3340
  "isESM": false,
3339
3341
  "relativePath": [
3340
3342
  "lib",
3341
3343
  "commands",
3342
- "config",
3343
- "edit.js"
3344
+ "ci",
3345
+ "debug.js"
3344
3346
  ]
3345
3347
  },
3346
- "config:get": {
3348
+ "ci": {
3347
3349
  "aliases": [],
3348
- "args": {
3349
- "KEY": {
3350
- "description": "key name of the config var value",
3351
- "name": "KEY",
3352
- "required": true
3353
- }
3354
- },
3355
- "description": "display a single config value for an app",
3356
- "examples": "$ heroku config:get RAILS_ENV\nproduction",
3350
+ "args": {},
3351
+ "description": "display the most recent CI runs for the given pipeline",
3352
+ "examples": [
3353
+ "$ heroku ci --app murmuring-headland-14719\n"
3354
+ ],
3357
3355
  "flags": {
3358
3356
  "app": {
3359
3357
  "char": "a",
3360
3358
  "description": "app to run command against",
3361
3359
  "name": "app",
3362
- "required": true,
3363
3360
  "hasDynamicHelp": false,
3364
3361
  "multiple": false,
3365
3362
  "type": "option"
@@ -3372,41 +3369,63 @@
3372
3369
  "multiple": false,
3373
3370
  "type": "option"
3374
3371
  },
3375
- "shell": {
3376
- "char": "s",
3377
- "description": "output config vars in shell format",
3378
- "name": "shell",
3372
+ "watch": {
3373
+ "description": "keep running and watch for new and update tests",
3374
+ "name": "watch",
3375
+ "required": false,
3376
+ "allowNo": false,
3377
+ "type": "boolean"
3378
+ },
3379
+ "pipeline": {
3380
+ "char": "p",
3381
+ "description": "name of pipeline",
3382
+ "name": "pipeline",
3383
+ "required": false,
3384
+ "hasDynamicHelp": false,
3385
+ "multiple": false,
3386
+ "type": "option"
3387
+ },
3388
+ "json": {
3389
+ "description": "output in json format",
3390
+ "name": "json",
3391
+ "required": false,
3379
3392
  "allowNo": false,
3380
3393
  "type": "boolean"
3381
3394
  }
3382
3395
  },
3383
3396
  "hasDynamicHelp": false,
3384
3397
  "hiddenAliases": [],
3385
- "id": "config:get",
3398
+ "id": "ci",
3386
3399
  "pluginAlias": "heroku",
3387
3400
  "pluginName": "heroku",
3388
3401
  "pluginType": "core",
3389
- "strict": false,
3390
- "usage": "config:get KEY...",
3391
- "example": "$ heroku config:get RAILS_ENV\nproduction",
3402
+ "strict": true,
3392
3403
  "isESM": false,
3393
3404
  "relativePath": [
3394
3405
  "lib",
3395
3406
  "commands",
3396
- "config",
3397
- "get.js"
3407
+ "ci",
3408
+ "index.js"
3398
3409
  ]
3399
3410
  },
3400
- "config": {
3411
+ "ci:info": {
3401
3412
  "aliases": [],
3402
- "args": {},
3403
- "description": "display the config vars for an app",
3413
+ "args": {
3414
+ "test-run": {
3415
+ "description": "auto-incremented test run number",
3416
+ "name": "test-run",
3417
+ "required": true
3418
+ }
3419
+ },
3420
+ "description": "show the status of a specific test run",
3421
+ "examples": [
3422
+ "$ heroku ci:info 1288 --app murmuring-headland-14719\n"
3423
+ ],
3404
3424
  "flags": {
3405
3425
  "app": {
3406
3426
  "char": "a",
3407
3427
  "description": "app to run command against",
3408
3428
  "name": "app",
3409
- "required": true,
3410
3429
  "hasDynamicHelp": false,
3411
3430
  "multiple": false,
3412
3431
  "type": "option"
@@ -3419,24 +3438,27 @@
3419
3438
  "multiple": false,
3420
3439
  "type": "option"
3421
3440
  },
3422
- "shell": {
3423
- "char": "s",
3424
- "description": "output config vars in shell format",
3425
- "name": "shell",
3426
- "allowNo": false,
3427
- "type": "boolean"
3441
+ "node": {
3442
+ "description": "the node number to show its setup and output",
3443
+ "name": "node",
3444
+ "required": false,
3445
+ "hasDynamicHelp": false,
3446
+ "multiple": false,
3447
+ "type": "option"
3428
3448
  },
3429
- "json": {
3430
- "char": "j",
3431
- "description": "output config vars in json format",
3432
- "name": "json",
3433
- "allowNo": false,
3434
- "type": "boolean"
3449
+ "pipeline": {
3450
+ "char": "p",
3451
+ "description": "name of pipeline",
3452
+ "name": "pipeline",
3453
+ "required": false,
3454
+ "hasDynamicHelp": false,
3455
+ "multiple": false,
3456
+ "type": "option"
3435
3457
  }
3436
3458
  },
3437
3459
  "hasDynamicHelp": false,
3438
3460
  "hiddenAliases": [],
3439
- "id": "config",
3461
+ "id": "ci:info",
3440
3462
  "pluginAlias": "heroku",
3441
3463
  "pluginName": "heroku",
3442
3464
  "pluginType": "core",
@@ -3445,23 +3467,22 @@
3445
3467
  "relativePath": [
3446
3468
  "lib",
3447
3469
  "commands",
3448
- "config",
3449
- "index.js"
3470
+ "ci",
3471
+ "info.js"
3450
3472
  ]
3451
3473
  },
3452
- "config:set": {
3474
+ "ci:last": {
3453
3475
  "aliases": [],
3454
3476
  "args": {},
3455
- "description": "set one or more config vars",
3477
+ "description": "looks for the most recent run and returns the output of that run",
3456
3478
  "examples": [
3457
- "$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging"
3479
+ "$ heroku ci:last --pipeline=my-pipeline --node 100\n"
3458
3480
  ],
3459
3481
  "flags": {
3460
3482
  "app": {
3461
3483
  "char": "a",
3462
3484
  "description": "app to run command against",
3463
3485
  "name": "app",
3464
- "required": true,
3465
3486
  "hasDynamicHelp": false,
3466
3487
  "multiple": false,
3467
3488
  "type": "option"
@@ -3473,36 +3494,79 @@
3473
3494
  "hasDynamicHelp": false,
3474
3495
  "multiple": false,
3475
3496
  "type": "option"
3497
+ },
3498
+ "node": {
3499
+ "description": "the node number to show its setup and output",
3500
+ "name": "node",
3501
+ "required": false,
3502
+ "hasDynamicHelp": false,
3503
+ "multiple": false,
3504
+ "type": "option"
3505
+ },
3506
+ "pipeline": {
3507
+ "char": "p",
3508
+ "description": "name of pipeline",
3509
+ "name": "pipeline",
3510
+ "required": false,
3511
+ "hasDynamicHelp": false,
3512
+ "multiple": false,
3513
+ "type": "option"
3476
3514
  }
3477
3515
  },
3478
3516
  "hasDynamicHelp": false,
3479
- "hiddenAliases": [
3480
- "config:add"
3481
- ],
3482
- "id": "config:set",
3517
+ "hiddenAliases": [],
3518
+ "id": "ci:last",
3483
3519
  "pluginAlias": "heroku",
3484
3520
  "pluginName": "heroku",
3485
3521
  "pluginType": "core",
3486
- "strict": false,
3522
+ "strict": true,
3487
3523
  "isESM": false,
3488
3524
  "relativePath": [
3489
3525
  "lib",
3490
3526
  "commands",
3491
- "config",
3492
- "set.js"
3527
+ "ci",
3528
+ "last.js"
3493
3529
  ]
3494
3530
  },
3495
- "config:unset": {
3496
- "aliases": [
3497
- "config:remove"
3531
+ "ci:migrate-manifest": {
3532
+ "aliases": [],
3533
+ "args": {},
3534
+ "description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
3535
+ "examples": [
3536
+ "$ heroku ci:migrate-manifest"
3498
3537
  ],
3538
+ "flags": {},
3539
+ "hasDynamicHelp": false,
3540
+ "hiddenAliases": [],
3541
+ "id": "ci:migrate-manifest",
3542
+ "pluginAlias": "heroku",
3543
+ "pluginName": "heroku",
3544
+ "pluginType": "core",
3545
+ "strict": true,
3546
+ "topic": "ci",
3547
+ "isESM": false,
3548
+ "relativePath": [
3549
+ "lib",
3550
+ "commands",
3551
+ "ci",
3552
+ "migrate-manifest.js"
3553
+ ]
3554
+ },
3555
+ "ci:open": {
3556
+ "aliases": [],
3499
3557
  "args": {},
3500
- "description": "unset one or more config vars",
3558
+ "description": "open the Dashboard version of Heroku CI",
3501
3559
  "examples": [
3502
- "$ heroku config:unset RAILS_ENV\nUnsetting RAILS_ENV and restarting example... done, v10",
3503
- "$ heroku config:unset RAILS_ENV RACK_ENV\nUnsetting RAILS_ENV, RACK_ENV and restarting example... done, v10"
3560
+ "$ heroku ci:open --app murmuring-headland-14719"
3504
3561
  ],
3505
3562
  "flags": {
3563
+ "help": {
3564
+ "char": "h",
3565
+ "description": "Show CLI help.",
3566
+ "name": "help",
3567
+ "allowNo": false,
3568
+ "type": "boolean"
3569
+ },
3506
3570
  "app": {
3507
3571
  "char": "a",
3508
3572
  "description": "app to run command against",
@@ -3519,111 +3583,51 @@
3519
3583
  "hasDynamicHelp": false,
3520
3584
  "multiple": false,
3521
3585
  "type": "option"
3586
+ },
3587
+ "pipeline": {
3588
+ "char": "p",
3589
+ "description": "name of pipeline",
3590
+ "name": "pipeline",
3591
+ "required": false,
3592
+ "hasDynamicHelp": false,
3593
+ "multiple": false,
3594
+ "type": "option"
3522
3595
  }
3523
3596
  },
3524
3597
  "hasDynamicHelp": false,
3525
3598
  "hiddenAliases": [],
3526
- "id": "config:unset",
3599
+ "id": "ci:open",
3527
3600
  "pluginAlias": "heroku",
3528
3601
  "pluginName": "heroku",
3529
3602
  "pluginType": "core",
3530
- "strict": false,
3603
+ "strict": true,
3604
+ "topic": "ci",
3531
3605
  "isESM": false,
3532
3606
  "relativePath": [
3533
3607
  "lib",
3534
3608
  "commands",
3535
- "config",
3536
- "unset.js"
3609
+ "ci",
3610
+ "open.js"
3537
3611
  ]
3538
3612
  },
3539
- "container": {
3613
+ "ci:rerun": {
3540
3614
  "aliases": [],
3541
- "args": {},
3542
- "description": "Use containers to build and deploy Heroku apps",
3543
- "flags": {},
3544
- "hasDynamicHelp": false,
3545
- "hiddenAliases": [],
3546
- "id": "container",
3547
- "pluginAlias": "heroku",
3548
- "pluginName": "heroku",
3549
- "pluginType": "core",
3550
- "strict": true,
3551
- "topic": "container",
3552
- "isESM": false,
3553
- "relativePath": [
3554
- "lib",
3555
- "commands",
3556
- "container",
3557
- "index.js"
3558
- ]
3559
- },
3560
- "container:login": {
3561
- "aliases": [],
3562
- "args": {},
3563
- "description": "log in to Heroku Container Registry",
3564
- "flags": {
3565
- "verbose": {
3566
- "char": "v",
3567
- "name": "verbose",
3568
- "allowNo": false,
3569
- "type": "boolean"
3570
- }
3571
- },
3572
- "hasDynamicHelp": false,
3573
- "hiddenAliases": [],
3574
- "id": "container:login",
3575
- "pluginAlias": "heroku",
3576
- "pluginName": "heroku",
3577
- "pluginType": "core",
3578
- "strict": true,
3579
- "topic": "container",
3580
- "isESM": false,
3581
- "relativePath": [
3582
- "lib",
3583
- "commands",
3584
- "container",
3585
- "login.js"
3586
- ]
3587
- },
3588
- "container:logout": {
3589
- "aliases": [],
3590
- "args": {},
3591
- "description": "log out from Heroku Container Registry",
3592
- "flags": {
3593
- "verbose": {
3594
- "char": "v",
3595
- "name": "verbose",
3596
- "allowNo": false,
3597
- "type": "boolean"
3615
+ "args": {
3616
+ "number": {
3617
+ "description": "auto-incremented test run number",
3618
+ "name": "number",
3619
+ "required": false
3598
3620
  }
3599
3621
  },
3600
- "hasDynamicHelp": false,
3601
- "hiddenAliases": [],
3602
- "id": "container:logout",
3603
- "pluginAlias": "heroku",
3604
- "pluginName": "heroku",
3605
- "pluginType": "core",
3606
- "strict": true,
3607
- "topic": "container",
3608
- "isESM": false,
3609
- "relativePath": [
3610
- "lib",
3611
- "commands",
3612
- "container",
3613
- "logout.js"
3614
- ]
3615
- },
3616
- "container:pull": {
3617
- "aliases": [],
3618
- "args": {},
3619
- "description": "pulls an image from an app's process type",
3620
- "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
3622
+ "description": "rerun tests against current directory",
3623
+ "examples": [
3624
+ "$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
3625
+ ],
3621
3626
  "flags": {
3622
3627
  "app": {
3623
3628
  "char": "a",
3624
3629
  "description": "app to run command against",
3625
3630
  "name": "app",
3626
- "required": true,
3627
3631
  "hasDynamicHelp": false,
3628
3632
  "multiple": false,
3629
3633
  "type": "option"
@@ -3636,76 +3640,43 @@
3636
3640
  "multiple": false,
3637
3641
  "type": "option"
3638
3642
  },
3639
- "verbose": {
3640
- "char": "v",
3641
- "name": "verbose",
3642
- "allowNo": false,
3643
- "type": "boolean"
3643
+ "pipeline": {
3644
+ "char": "p",
3645
+ "description": "name of pipeline",
3646
+ "name": "pipeline",
3647
+ "required": false,
3648
+ "hasDynamicHelp": false,
3649
+ "multiple": false,
3650
+ "type": "option"
3644
3651
  }
3645
3652
  },
3646
3653
  "hasDynamicHelp": false,
3647
3654
  "hiddenAliases": [],
3648
- "id": "container:pull",
3655
+ "id": "ci:rerun",
3649
3656
  "pluginAlias": "heroku",
3650
3657
  "pluginName": "heroku",
3651
3658
  "pluginType": "core",
3652
- "strict": false,
3653
- "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
3654
- "topic": "container",
3655
- "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
3659
+ "strict": true,
3656
3660
  "isESM": false,
3657
3661
  "relativePath": [
3658
3662
  "lib",
3659
3663
  "commands",
3660
- "container",
3661
- "pull.js"
3664
+ "ci",
3665
+ "rerun.js"
3662
3666
  ]
3663
3667
  },
3664
- "container:push": {
3668
+ "ci:run": {
3665
3669
  "aliases": [],
3666
3670
  "args": {},
3667
- "description": "builds, then pushes Docker images to deploy your Heroku app",
3671
+ "description": "run tests against current directory",
3668
3672
  "examples": [
3669
- "$ heroku container:push web # Pushes Dockerfile to web process type",
3670
- "$ heroku container:push worker # Pushes Dockerfile to worker process type",
3671
- "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
3672
- "$ heroku container:push --recursive # Pushes Dockerfile.*",
3673
- "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
3674
- "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
3673
+ "$ heroku ci:run --app murmuring-headland-14719\n"
3675
3674
  ],
3676
3675
  "flags": {
3677
3676
  "app": {
3678
3677
  "char": "a",
3679
3678
  "description": "app to run command against",
3680
3679
  "name": "app",
3681
- "required": true,
3682
- "hasDynamicHelp": false,
3683
- "multiple": false,
3684
- "type": "option"
3685
- },
3686
- "verbose": {
3687
- "char": "v",
3688
- "name": "verbose",
3689
- "allowNo": false,
3690
- "type": "boolean"
3691
- },
3692
- "recursive": {
3693
- "char": "R",
3694
- "description": "pushes Dockerfile.<process> found in current and subdirectories",
3695
- "name": "recursive",
3696
- "allowNo": false,
3697
- "type": "boolean"
3698
- },
3699
- "arg": {
3700
- "description": "set build-time variables",
3701
- "name": "arg",
3702
- "hasDynamicHelp": false,
3703
- "multiple": false,
3704
- "type": "option"
3705
- },
3706
- "context-path": {
3707
- "description": "path to use as build context (defaults to Dockerfile dir)",
3708
- "name": "context-path",
3709
3680
  "hasDynamicHelp": false,
3710
3681
  "multiple": false,
3711
3682
  "type": "option"
@@ -3717,273 +3688,208 @@
3717
3688
  "hasDynamicHelp": false,
3718
3689
  "multiple": false,
3719
3690
  "type": "option"
3691
+ },
3692
+ "pipeline": {
3693
+ "char": "p",
3694
+ "description": "name of pipeline",
3695
+ "name": "pipeline",
3696
+ "required": false,
3697
+ "hasDynamicHelp": false,
3698
+ "multiple": false,
3699
+ "type": "option"
3720
3700
  }
3721
3701
  },
3722
3702
  "hasDynamicHelp": false,
3723
3703
  "hiddenAliases": [],
3724
- "id": "container:push",
3704
+ "id": "ci:run",
3725
3705
  "pluginAlias": "heroku",
3726
3706
  "pluginName": "heroku",
3727
3707
  "pluginType": "core",
3728
- "strict": false,
3729
- "topic": "container",
3708
+ "strict": true,
3730
3709
  "isESM": false,
3731
3710
  "relativePath": [
3732
3711
  "lib",
3733
3712
  "commands",
3734
- "container",
3735
- "push.js"
3713
+ "ci",
3714
+ "run.js"
3736
3715
  ]
3737
3716
  },
3738
- "container:release": {
3717
+ "clients:create": {
3739
3718
  "aliases": [],
3740
- "args": {},
3741
- "description": "Releases previously pushed Docker images to your Heroku app",
3742
- "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
3743
- "flags": {
3744
- "app": {
3745
- "char": "a",
3746
- "description": "app to run command against",
3747
- "name": "app",
3748
- "required": true,
3749
- "hasDynamicHelp": false,
3750
- "multiple": false,
3751
- "type": "option"
3719
+ "args": {
3720
+ "name": {
3721
+ "description": "name of the OAuth client",
3722
+ "name": "name",
3723
+ "required": true
3752
3724
  },
3753
- "remote": {
3754
- "char": "r",
3755
- "description": "git remote of app to use",
3756
- "name": "remote",
3757
- "hasDynamicHelp": false,
3758
- "multiple": false,
3759
- "type": "option"
3725
+ "redirect_uri": {
3726
+ "description": "redirect URL of the OAuth client",
3727
+ "name": "redirect_uri",
3728
+ "required": true
3729
+ }
3730
+ },
3731
+ "description": "create a new OAuth client",
3732
+ "examples": [
3733
+ "$ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback"
3734
+ ],
3735
+ "flags": {
3736
+ "json": {
3737
+ "char": "j",
3738
+ "description": "output in json format",
3739
+ "name": "json",
3740
+ "allowNo": false,
3741
+ "type": "boolean"
3760
3742
  },
3761
- "verbose": {
3762
- "char": "v",
3763
- "name": "verbose",
3743
+ "shell": {
3744
+ "char": "s",
3745
+ "description": "output in shell format",
3746
+ "name": "shell",
3764
3747
  "allowNo": false,
3765
3748
  "type": "boolean"
3766
3749
  }
3767
3750
  },
3768
3751
  "hasDynamicHelp": false,
3769
3752
  "hiddenAliases": [],
3770
- "id": "container:release",
3753
+ "id": "clients:create",
3771
3754
  "pluginAlias": "heroku",
3772
3755
  "pluginName": "heroku",
3773
3756
  "pluginType": "core",
3774
- "strict": false,
3775
- "usage": "container:release",
3776
- "topic": "container",
3777
- "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
3757
+ "strict": true,
3778
3758
  "isESM": false,
3779
3759
  "relativePath": [
3780
3760
  "lib",
3781
3761
  "commands",
3782
- "container",
3783
- "release.js"
3762
+ "clients",
3763
+ "create.js"
3784
3764
  ]
3785
3765
  },
3786
- "container:rm": {
3766
+ "clients:destroy": {
3787
3767
  "aliases": [],
3788
- "args": {},
3789
- "description": "remove the process type from your app",
3790
- "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
3791
- "flags": {
3792
- "app": {
3793
- "char": "a",
3794
- "description": "app to run command against",
3795
- "name": "app",
3796
- "required": true,
3797
- "hasDynamicHelp": false,
3798
- "multiple": false,
3799
- "type": "option"
3800
- },
3801
- "remote": {
3802
- "char": "r",
3803
- "description": "git remote of app to use",
3804
- "name": "remote",
3805
- "hasDynamicHelp": false,
3806
- "multiple": false,
3807
- "type": "option"
3768
+ "args": {
3769
+ "id": {
3770
+ "description": "ID of the OAuth client",
3771
+ "name": "id",
3772
+ "required": true
3808
3773
  }
3809
3774
  },
3775
+ "description": "delete client by ID",
3776
+ "flags": {},
3810
3777
  "hasDynamicHelp": false,
3811
3778
  "hiddenAliases": [],
3812
- "id": "container:rm",
3779
+ "id": "clients:destroy",
3813
3780
  "pluginAlias": "heroku",
3814
3781
  "pluginName": "heroku",
3815
3782
  "pluginType": "core",
3816
- "strict": false,
3817
- "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
3818
- "topic": "container",
3819
- "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
3783
+ "strict": true,
3820
3784
  "isESM": false,
3821
3785
  "relativePath": [
3822
3786
  "lib",
3823
3787
  "commands",
3824
- "container",
3825
- "rm.js"
3788
+ "clients",
3789
+ "destroy.js"
3826
3790
  ]
3827
3791
  },
3828
- "container:run": {
3792
+ "clients": {
3829
3793
  "aliases": [],
3830
3794
  "args": {},
3831
- "description": "builds, then runs the docker image locally",
3832
- "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
3795
+ "description": "list your OAuth clients",
3833
3796
  "flags": {
3834
- "app": {
3835
- "char": "a",
3836
- "description": "app to run command against",
3837
- "name": "app",
3838
- "required": true,
3839
- "hasDynamicHelp": false,
3840
- "multiple": false,
3841
- "type": "option"
3842
- },
3843
- "remote": {
3844
- "char": "r",
3845
- "description": "git remote of app to use",
3846
- "name": "remote",
3847
- "hasDynamicHelp": false,
3848
- "multiple": false,
3849
- "type": "option"
3850
- },
3851
- "port": {
3852
- "char": "p",
3853
- "description": "port the app will run on",
3854
- "name": "port",
3855
- "default": 5000,
3856
- "hasDynamicHelp": false,
3857
- "multiple": false,
3858
- "type": "option"
3859
- },
3860
- "verbose": {
3861
- "char": "v",
3862
- "name": "verbose",
3797
+ "json": {
3798
+ "char": "j",
3799
+ "description": "output in json format",
3800
+ "name": "json",
3863
3801
  "allowNo": false,
3864
3802
  "type": "boolean"
3865
3803
  }
3866
3804
  },
3867
3805
  "hasDynamicHelp": false,
3868
3806
  "hiddenAliases": [],
3869
- "id": "container:run",
3807
+ "id": "clients",
3870
3808
  "pluginAlias": "heroku",
3871
3809
  "pluginName": "heroku",
3872
3810
  "pluginType": "core",
3873
- "strict": false,
3874
- "usage": "container:run -a APP [-v] PROCESS_TYPE...",
3875
- "topic": "container",
3876
- "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
3811
+ "strict": true,
3877
3812
  "isESM": false,
3878
3813
  "relativePath": [
3879
3814
  "lib",
3880
3815
  "commands",
3881
- "container",
3882
- "run.js"
3816
+ "clients",
3817
+ "index.js"
3883
3818
  ]
3884
3819
  },
3885
- "ci:debug": {
3820
+ "clients:info": {
3886
3821
  "aliases": [],
3887
- "args": {},
3888
- "description": "opens an interactive test debugging session with the contents of the current directory",
3822
+ "args": {
3823
+ "id": {
3824
+ "description": "ID of the OAuth client",
3825
+ "name": "id",
3826
+ "required": true
3827
+ }
3828
+ },
3829
+ "description": "show details of an oauth client",
3830
+ "examples": [
3831
+ "$ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946"
3832
+ ],
3889
3833
  "flags": {
3890
- "app": {
3891
- "char": "a",
3892
- "description": "app to run command against",
3893
- "name": "app",
3894
- "hasDynamicHelp": false,
3895
- "multiple": false,
3896
- "type": "option"
3897
- },
3898
- "no-cache": {
3899
- "description": "start test run with an empty cache",
3900
- "name": "no-cache",
3834
+ "json": {
3835
+ "char": "j",
3836
+ "description": "output in json format",
3837
+ "name": "json",
3901
3838
  "allowNo": false,
3902
3839
  "type": "boolean"
3903
3840
  },
3904
- "no-setup": {
3905
- "description": "start test dyno without running test-setup",
3906
- "name": "no-setup",
3841
+ "shell": {
3842
+ "char": "s",
3843
+ "description": "output in shell format",
3844
+ "name": "shell",
3907
3845
  "allowNo": false,
3908
3846
  "type": "boolean"
3909
- },
3910
- "pipeline": {
3911
- "char": "p",
3912
- "description": "name of pipeline",
3913
- "name": "pipeline",
3914
- "hasDynamicHelp": false,
3915
- "multiple": false,
3916
- "type": "option"
3917
3847
  }
3918
3848
  },
3919
3849
  "hasDynamicHelp": false,
3920
3850
  "hiddenAliases": [],
3921
- "id": "ci:debug",
3851
+ "id": "clients:info",
3922
3852
  "pluginAlias": "heroku",
3923
3853
  "pluginName": "heroku",
3924
3854
  "pluginType": "core",
3925
3855
  "strict": true,
3926
- "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",
3927
- "topic": "ci",
3928
3856
  "isESM": false,
3929
3857
  "relativePath": [
3930
3858
  "lib",
3931
3859
  "commands",
3932
- "ci",
3933
- "debug.js"
3860
+ "clients",
3861
+ "info.js"
3934
3862
  ]
3935
3863
  },
3936
- "ci": {
3864
+ "clients:rotate": {
3937
3865
  "aliases": [],
3938
- "args": {},
3939
- "description": "display the most recent CI runs for the given pipeline",
3940
- "examples": [
3941
- "$ heroku ci --app murmuring-headland-14719\n"
3942
- ],
3866
+ "args": {
3867
+ "id": {
3868
+ "description": "ID of the OAuth client",
3869
+ "name": "id",
3870
+ "required": true
3871
+ }
3872
+ },
3873
+ "description": "rotate OAuth client secret",
3943
3874
  "flags": {
3944
- "app": {
3945
- "char": "a",
3946
- "description": "app to run command against",
3947
- "name": "app",
3948
- "hasDynamicHelp": false,
3949
- "multiple": false,
3950
- "type": "option"
3951
- },
3952
- "remote": {
3953
- "char": "r",
3954
- "description": "git remote of app to use",
3955
- "name": "remote",
3956
- "hasDynamicHelp": false,
3957
- "multiple": false,
3958
- "type": "option"
3959
- },
3960
- "watch": {
3961
- "description": "keep running and watch for new and update tests",
3962
- "name": "watch",
3963
- "required": false,
3964
- "allowNo": false,
3965
- "type": "boolean"
3966
- },
3967
- "pipeline": {
3968
- "char": "p",
3969
- "description": "name of pipeline",
3970
- "name": "pipeline",
3971
- "required": false,
3972
- "hasDynamicHelp": false,
3973
- "multiple": false,
3974
- "type": "option"
3975
- },
3976
3875
  "json": {
3876
+ "char": "j",
3977
3877
  "description": "output in json format",
3978
3878
  "name": "json",
3979
- "required": false,
3879
+ "allowNo": false,
3880
+ "type": "boolean"
3881
+ },
3882
+ "shell": {
3883
+ "char": "s",
3884
+ "description": "output in shell format",
3885
+ "name": "shell",
3980
3886
  "allowNo": false,
3981
3887
  "type": "boolean"
3982
3888
  }
3983
3889
  },
3984
3890
  "hasDynamicHelp": false,
3985
3891
  "hiddenAliases": [],
3986
- "id": "ci",
3892
+ "id": "clients:rotate",
3987
3893
  "pluginAlias": "heroku",
3988
3894
  "pluginName": "heroku",
3989
3895
  "pluginType": "core",
@@ -3992,53 +3898,35 @@
3992
3898
  "relativePath": [
3993
3899
  "lib",
3994
3900
  "commands",
3995
- "ci",
3996
- "index.js"
3901
+ "clients",
3902
+ "rotate.js"
3997
3903
  ]
3998
3904
  },
3999
- "ci:info": {
3905
+ "clients:update": {
4000
3906
  "aliases": [],
4001
3907
  "args": {
4002
- "test-run": {
4003
- "description": "auto-incremented test run number",
4004
- "name": "test-run",
3908
+ "id": {
3909
+ "description": "ID of the OAuth client",
3910
+ "name": "id",
4005
3911
  "required": true
4006
3912
  }
4007
3913
  },
4008
- "description": "show the status of a specific test run",
3914
+ "description": "update OAuth client",
4009
3915
  "examples": [
4010
- "$ heroku ci:info 1288 --app murmuring-headland-14719\n"
3916
+ "$ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback"
4011
3917
  ],
4012
3918
  "flags": {
4013
- "app": {
4014
- "char": "a",
4015
- "description": "app to run command against",
4016
- "name": "app",
4017
- "hasDynamicHelp": false,
4018
- "multiple": false,
4019
- "type": "option"
4020
- },
4021
- "remote": {
4022
- "char": "r",
4023
- "description": "git remote of app to use",
4024
- "name": "remote",
4025
- "hasDynamicHelp": false,
4026
- "multiple": false,
4027
- "type": "option"
4028
- },
4029
- "node": {
4030
- "description": "the node number to show its setup and output",
4031
- "name": "node",
4032
- "required": false,
3919
+ "name": {
3920
+ "char": "n",
3921
+ "description": "change the client name",
3922
+ "name": "name",
4033
3923
  "hasDynamicHelp": false,
4034
3924
  "multiple": false,
4035
3925
  "type": "option"
4036
3926
  },
4037
- "pipeline": {
4038
- "char": "p",
4039
- "description": "name of pipeline",
4040
- "name": "pipeline",
4041
- "required": false,
3927
+ "url": {
3928
+ "description": "change the client redirect URL",
3929
+ "name": "url",
4042
3930
  "hasDynamicHelp": false,
4043
3931
  "multiple": false,
4044
3932
  "type": "option"
@@ -4046,7 +3934,7 @@
4046
3934
  },
4047
3935
  "hasDynamicHelp": false,
4048
3936
  "hiddenAliases": [],
4049
- "id": "ci:info",
3937
+ "id": "clients:update",
4050
3938
  "pluginAlias": "heroku",
4051
3939
  "pluginName": "heroku",
4052
3940
  "pluginType": "core",
@@ -4055,22 +3943,31 @@
4055
3943
  "relativePath": [
4056
3944
  "lib",
4057
3945
  "commands",
4058
- "ci",
4059
- "info.js"
3946
+ "clients",
3947
+ "update.js"
4060
3948
  ]
4061
3949
  },
4062
- "ci:last": {
3950
+ "config:edit": {
4063
3951
  "aliases": [],
4064
- "args": {},
4065
- "description": "looks for the most recent run and returns the output of that run",
3952
+ "args": {
3953
+ "key": {
3954
+ "description": "edit a single key",
3955
+ "name": "key"
3956
+ }
3957
+ },
3958
+ "description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
4066
3959
  "examples": [
4067
- "$ heroku ci:last --pipeline=my-pipeline --node 100\n"
3960
+ "# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
3961
+ "# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
3962
+ "# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
3963
+ "# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
4068
3964
  ],
4069
3965
  "flags": {
4070
3966
  "app": {
4071
3967
  "char": "a",
4072
3968
  "description": "app to run command against",
4073
3969
  "name": "app",
3970
+ "required": true,
4074
3971
  "hasDynamicHelp": false,
4075
3972
  "multiple": false,
4076
3973
  "type": "option"
@@ -4082,28 +3979,11 @@
4082
3979
  "hasDynamicHelp": false,
4083
3980
  "multiple": false,
4084
3981
  "type": "option"
4085
- },
4086
- "node": {
4087
- "description": "the node number to show its setup and output",
4088
- "name": "node",
4089
- "required": false,
4090
- "hasDynamicHelp": false,
4091
- "multiple": false,
4092
- "type": "option"
4093
- },
4094
- "pipeline": {
4095
- "char": "p",
4096
- "description": "name of pipeline",
4097
- "name": "pipeline",
4098
- "required": false,
4099
- "hasDynamicHelp": false,
4100
- "multiple": false,
4101
- "type": "option"
4102
3982
  }
4103
3983
  },
4104
3984
  "hasDynamicHelp": false,
4105
3985
  "hiddenAliases": [],
4106
- "id": "ci:last",
3986
+ "id": "config:edit",
4107
3987
  "pluginAlias": "heroku",
4108
3988
  "pluginName": "heroku",
4109
3989
  "pluginType": "core",
@@ -4112,49 +3992,69 @@
4112
3992
  "relativePath": [
4113
3993
  "lib",
4114
3994
  "commands",
4115
- "ci",
4116
- "last.js"
3995
+ "config",
3996
+ "edit.js"
4117
3997
  ]
4118
3998
  },
4119
- "ci:migrate-manifest": {
3999
+ "config:get": {
4120
4000
  "aliases": [],
4121
- "args": {},
4122
- "description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
4123
- "examples": [
4124
- "$ heroku ci:migrate-manifest"
4125
- ],
4126
- "flags": {},
4001
+ "args": {
4002
+ "KEY": {
4003
+ "description": "key name of the config var value",
4004
+ "name": "KEY",
4005
+ "required": true
4006
+ }
4007
+ },
4008
+ "description": "display a single config value for an app",
4009
+ "examples": "$ heroku config:get RAILS_ENV\nproduction",
4010
+ "flags": {
4011
+ "app": {
4012
+ "char": "a",
4013
+ "description": "app to run command against",
4014
+ "name": "app",
4015
+ "required": true,
4016
+ "hasDynamicHelp": false,
4017
+ "multiple": false,
4018
+ "type": "option"
4019
+ },
4020
+ "remote": {
4021
+ "char": "r",
4022
+ "description": "git remote of app to use",
4023
+ "name": "remote",
4024
+ "hasDynamicHelp": false,
4025
+ "multiple": false,
4026
+ "type": "option"
4027
+ },
4028
+ "shell": {
4029
+ "char": "s",
4030
+ "description": "output config vars in shell format",
4031
+ "name": "shell",
4032
+ "allowNo": false,
4033
+ "type": "boolean"
4034
+ }
4035
+ },
4127
4036
  "hasDynamicHelp": false,
4128
4037
  "hiddenAliases": [],
4129
- "id": "ci:migrate-manifest",
4038
+ "id": "config:get",
4130
4039
  "pluginAlias": "heroku",
4131
4040
  "pluginName": "heroku",
4132
4041
  "pluginType": "core",
4133
- "strict": true,
4134
- "topic": "ci",
4042
+ "strict": false,
4043
+ "usage": "config:get KEY...",
4044
+ "example": "$ heroku config:get RAILS_ENV\nproduction",
4135
4045
  "isESM": false,
4136
4046
  "relativePath": [
4137
4047
  "lib",
4138
4048
  "commands",
4139
- "ci",
4140
- "migrate-manifest.js"
4049
+ "config",
4050
+ "get.js"
4141
4051
  ]
4142
4052
  },
4143
- "ci:open": {
4053
+ "config": {
4144
4054
  "aliases": [],
4145
4055
  "args": {},
4146
- "description": "open the Dashboard version of Heroku CI",
4147
- "examples": [
4148
- "$ heroku ci:open --app murmuring-headland-14719"
4149
- ],
4056
+ "description": "display the config vars for an app",
4150
4057
  "flags": {
4151
- "help": {
4152
- "char": "h",
4153
- "description": "Show CLI help.",
4154
- "name": "help",
4155
- "allowNo": false,
4156
- "type": "boolean"
4157
- },
4158
4058
  "app": {
4159
4059
  "char": "a",
4160
4060
  "description": "app to run command against",
@@ -4172,50 +4072,49 @@
4172
4072
  "multiple": false,
4173
4073
  "type": "option"
4174
4074
  },
4175
- "pipeline": {
4176
- "char": "p",
4177
- "description": "name of pipeline",
4178
- "name": "pipeline",
4179
- "required": false,
4180
- "hasDynamicHelp": false,
4181
- "multiple": false,
4182
- "type": "option"
4075
+ "shell": {
4076
+ "char": "s",
4077
+ "description": "output config vars in shell format",
4078
+ "name": "shell",
4079
+ "allowNo": false,
4080
+ "type": "boolean"
4081
+ },
4082
+ "json": {
4083
+ "char": "j",
4084
+ "description": "output config vars in json format",
4085
+ "name": "json",
4086
+ "allowNo": false,
4087
+ "type": "boolean"
4183
4088
  }
4184
4089
  },
4185
4090
  "hasDynamicHelp": false,
4186
4091
  "hiddenAliases": [],
4187
- "id": "ci:open",
4092
+ "id": "config",
4188
4093
  "pluginAlias": "heroku",
4189
4094
  "pluginName": "heroku",
4190
4095
  "pluginType": "core",
4191
4096
  "strict": true,
4192
- "topic": "ci",
4193
4097
  "isESM": false,
4194
4098
  "relativePath": [
4195
4099
  "lib",
4196
4100
  "commands",
4197
- "ci",
4198
- "open.js"
4101
+ "config",
4102
+ "index.js"
4199
4103
  ]
4200
4104
  },
4201
- "ci:rerun": {
4105
+ "config:set": {
4202
4106
  "aliases": [],
4203
- "args": {
4204
- "number": {
4205
- "description": "auto-incremented test run number",
4206
- "name": "number",
4207
- "required": false
4208
- }
4209
- },
4210
- "description": "rerun tests against current directory",
4107
+ "args": {},
4108
+ "description": "set one or more config vars",
4211
4109
  "examples": [
4212
- "$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
4110
+ "$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging"
4213
4111
  ],
4214
4112
  "flags": {
4215
4113
  "app": {
4216
4114
  "char": "a",
4217
4115
  "description": "app to run command against",
4218
4116
  "name": "app",
4117
+ "required": true,
4219
4118
  "hasDynamicHelp": false,
4220
4119
  "multiple": false,
4221
4120
  "type": "option"
@@ -4227,44 +4126,41 @@
4227
4126
  "hasDynamicHelp": false,
4228
4127
  "multiple": false,
4229
4128
  "type": "option"
4230
- },
4231
- "pipeline": {
4232
- "char": "p",
4233
- "description": "name of pipeline",
4234
- "name": "pipeline",
4235
- "required": false,
4236
- "hasDynamicHelp": false,
4237
- "multiple": false,
4238
- "type": "option"
4239
4129
  }
4240
4130
  },
4241
4131
  "hasDynamicHelp": false,
4242
- "hiddenAliases": [],
4243
- "id": "ci:rerun",
4132
+ "hiddenAliases": [
4133
+ "config:add"
4134
+ ],
4135
+ "id": "config:set",
4244
4136
  "pluginAlias": "heroku",
4245
4137
  "pluginName": "heroku",
4246
4138
  "pluginType": "core",
4247
- "strict": true,
4139
+ "strict": false,
4248
4140
  "isESM": false,
4249
4141
  "relativePath": [
4250
4142
  "lib",
4251
4143
  "commands",
4252
- "ci",
4253
- "rerun.js"
4144
+ "config",
4145
+ "set.js"
4254
4146
  ]
4255
4147
  },
4256
- "ci:run": {
4257
- "aliases": [],
4148
+ "config:unset": {
4149
+ "aliases": [
4150
+ "config:remove"
4151
+ ],
4258
4152
  "args": {},
4259
- "description": "run tests against current directory",
4153
+ "description": "unset one or more config vars",
4260
4154
  "examples": [
4261
- "$ heroku ci:run --app murmuring-headland-14719\n"
4155
+ "$ heroku config:unset RAILS_ENV\nUnsetting RAILS_ENV and restarting example... done, v10",
4156
+ "$ heroku config:unset RAILS_ENV RACK_ENV\nUnsetting RAILS_ENV, RACK_ENV and restarting example... done, v10"
4262
4157
  ],
4263
4158
  "flags": {
4264
4159
  "app": {
4265
4160
  "char": "a",
4266
4161
  "description": "app to run command against",
4267
4162
  "name": "app",
4163
+ "required": true,
4268
4164
  "hasDynamicHelp": false,
4269
4165
  "multiple": false,
4270
4166
  "type": "option"
@@ -4276,263 +4172,367 @@
4276
4172
  "hasDynamicHelp": false,
4277
4173
  "multiple": false,
4278
4174
  "type": "option"
4279
- },
4280
- "pipeline": {
4281
- "char": "p",
4282
- "description": "name of pipeline",
4283
- "name": "pipeline",
4284
- "required": false,
4285
- "hasDynamicHelp": false,
4286
- "multiple": false,
4287
- "type": "option"
4288
4175
  }
4289
4176
  },
4290
4177
  "hasDynamicHelp": false,
4291
4178
  "hiddenAliases": [],
4292
- "id": "ci:run",
4179
+ "id": "config:unset",
4180
+ "pluginAlias": "heroku",
4181
+ "pluginName": "heroku",
4182
+ "pluginType": "core",
4183
+ "strict": false,
4184
+ "isESM": false,
4185
+ "relativePath": [
4186
+ "lib",
4187
+ "commands",
4188
+ "config",
4189
+ "unset.js"
4190
+ ]
4191
+ },
4192
+ "container": {
4193
+ "aliases": [],
4194
+ "args": {},
4195
+ "description": "Use containers to build and deploy Heroku apps",
4196
+ "flags": {},
4197
+ "hasDynamicHelp": false,
4198
+ "hiddenAliases": [],
4199
+ "id": "container",
4293
4200
  "pluginAlias": "heroku",
4294
4201
  "pluginName": "heroku",
4295
4202
  "pluginType": "core",
4296
4203
  "strict": true,
4204
+ "topic": "container",
4297
4205
  "isESM": false,
4298
4206
  "relativePath": [
4299
4207
  "lib",
4300
4208
  "commands",
4301
- "ci",
4302
- "run.js"
4209
+ "container",
4210
+ "index.js"
4303
4211
  ]
4304
4212
  },
4305
- "clients:create": {
4213
+ "container:login": {
4306
4214
  "aliases": [],
4307
- "args": {
4308
- "name": {
4309
- "description": "name of the OAuth client",
4310
- "name": "name",
4311
- "required": true
4312
- },
4313
- "redirect_uri": {
4314
- "description": "redirect URL of the OAuth client",
4315
- "name": "redirect_uri",
4316
- "required": true
4317
- }
4318
- },
4319
- "description": "create a new OAuth client",
4320
- "examples": [
4321
- "$ heroku clients:create \"Amazing\" https://amazing-client.herokuapp.com/auth/heroku/callback"
4322
- ],
4215
+ "args": {},
4216
+ "description": "log in to Heroku Container Registry",
4323
4217
  "flags": {
4324
- "json": {
4325
- "char": "j",
4326
- "description": "output in json format",
4327
- "name": "json",
4328
- "allowNo": false,
4329
- "type": "boolean"
4330
- },
4331
- "shell": {
4332
- "char": "s",
4333
- "description": "output in shell format",
4334
- "name": "shell",
4218
+ "verbose": {
4219
+ "char": "v",
4220
+ "name": "verbose",
4335
4221
  "allowNo": false,
4336
4222
  "type": "boolean"
4337
4223
  }
4338
4224
  },
4339
4225
  "hasDynamicHelp": false,
4340
4226
  "hiddenAliases": [],
4341
- "id": "clients:create",
4227
+ "id": "container:login",
4342
4228
  "pluginAlias": "heroku",
4343
4229
  "pluginName": "heroku",
4344
4230
  "pluginType": "core",
4345
4231
  "strict": true,
4232
+ "topic": "container",
4346
4233
  "isESM": false,
4347
4234
  "relativePath": [
4348
4235
  "lib",
4349
4236
  "commands",
4350
- "clients",
4351
- "create.js"
4237
+ "container",
4238
+ "login.js"
4352
4239
  ]
4353
4240
  },
4354
- "clients:destroy": {
4241
+ "container:logout": {
4355
4242
  "aliases": [],
4356
- "args": {
4357
- "id": {
4358
- "description": "ID of the OAuth client",
4359
- "name": "id",
4360
- "required": true
4243
+ "args": {},
4244
+ "description": "log out from Heroku Container Registry",
4245
+ "flags": {
4246
+ "verbose": {
4247
+ "char": "v",
4248
+ "name": "verbose",
4249
+ "allowNo": false,
4250
+ "type": "boolean"
4361
4251
  }
4362
4252
  },
4363
- "description": "delete client by ID",
4364
- "flags": {},
4365
4253
  "hasDynamicHelp": false,
4366
4254
  "hiddenAliases": [],
4367
- "id": "clients:destroy",
4255
+ "id": "container:logout",
4368
4256
  "pluginAlias": "heroku",
4369
4257
  "pluginName": "heroku",
4370
4258
  "pluginType": "core",
4371
4259
  "strict": true,
4260
+ "topic": "container",
4372
4261
  "isESM": false,
4373
4262
  "relativePath": [
4374
4263
  "lib",
4375
4264
  "commands",
4376
- "clients",
4377
- "destroy.js"
4265
+ "container",
4266
+ "logout.js"
4378
4267
  ]
4379
4268
  },
4380
- "clients": {
4269
+ "container:pull": {
4381
4270
  "aliases": [],
4382
4271
  "args": {},
4383
- "description": "list your OAuth clients",
4272
+ "description": "pulls an image from an app's process type",
4273
+ "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4384
4274
  "flags": {
4385
- "json": {
4386
- "char": "j",
4387
- "description": "output in json format",
4388
- "name": "json",
4275
+ "app": {
4276
+ "char": "a",
4277
+ "description": "app to run command against",
4278
+ "name": "app",
4279
+ "required": true,
4280
+ "hasDynamicHelp": false,
4281
+ "multiple": false,
4282
+ "type": "option"
4283
+ },
4284
+ "remote": {
4285
+ "char": "r",
4286
+ "description": "git remote of app to use",
4287
+ "name": "remote",
4288
+ "hasDynamicHelp": false,
4289
+ "multiple": false,
4290
+ "type": "option"
4291
+ },
4292
+ "verbose": {
4293
+ "char": "v",
4294
+ "name": "verbose",
4389
4295
  "allowNo": false,
4390
4296
  "type": "boolean"
4391
4297
  }
4392
4298
  },
4393
4299
  "hasDynamicHelp": false,
4394
4300
  "hiddenAliases": [],
4395
- "id": "clients",
4301
+ "id": "container:pull",
4396
4302
  "pluginAlias": "heroku",
4397
4303
  "pluginName": "heroku",
4398
4304
  "pluginType": "core",
4399
- "strict": true,
4305
+ "strict": false,
4306
+ "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
4307
+ "topic": "container",
4308
+ "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4400
4309
  "isESM": false,
4401
4310
  "relativePath": [
4402
4311
  "lib",
4403
4312
  "commands",
4404
- "clients",
4405
- "index.js"
4313
+ "container",
4314
+ "pull.js"
4406
4315
  ]
4407
4316
  },
4408
- "clients:info": {
4317
+ "container:push": {
4409
4318
  "aliases": [],
4410
- "args": {
4411
- "id": {
4412
- "description": "ID of the OAuth client",
4413
- "name": "id",
4414
- "required": true
4415
- }
4416
- },
4417
- "description": "show details of an oauth client",
4319
+ "args": {},
4320
+ "description": "builds, then pushes Docker images to deploy your Heroku app",
4418
4321
  "examples": [
4419
- "$ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946"
4322
+ "$ heroku container:push web # Pushes Dockerfile to web process type",
4323
+ "$ heroku container:push worker # Pushes Dockerfile to worker process type",
4324
+ "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
4325
+ "$ heroku container:push --recursive # Pushes Dockerfile.*",
4326
+ "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
4327
+ "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
4420
4328
  ],
4421
4329
  "flags": {
4422
- "json": {
4423
- "char": "j",
4424
- "description": "output in json format",
4425
- "name": "json",
4330
+ "app": {
4331
+ "char": "a",
4332
+ "description": "app to run command against",
4333
+ "name": "app",
4334
+ "required": true,
4335
+ "hasDynamicHelp": false,
4336
+ "multiple": false,
4337
+ "type": "option"
4338
+ },
4339
+ "verbose": {
4340
+ "char": "v",
4341
+ "name": "verbose",
4426
4342
  "allowNo": false,
4427
4343
  "type": "boolean"
4428
4344
  },
4429
- "shell": {
4430
- "char": "s",
4431
- "description": "output in shell format",
4432
- "name": "shell",
4345
+ "recursive": {
4346
+ "char": "R",
4347
+ "description": "pushes Dockerfile.<process> found in current and subdirectories",
4348
+ "name": "recursive",
4433
4349
  "allowNo": false,
4434
4350
  "type": "boolean"
4351
+ },
4352
+ "arg": {
4353
+ "description": "set build-time variables",
4354
+ "name": "arg",
4355
+ "hasDynamicHelp": false,
4356
+ "multiple": false,
4357
+ "type": "option"
4358
+ },
4359
+ "context-path": {
4360
+ "description": "path to use as build context (defaults to Dockerfile dir)",
4361
+ "name": "context-path",
4362
+ "hasDynamicHelp": false,
4363
+ "multiple": false,
4364
+ "type": "option"
4365
+ },
4366
+ "remote": {
4367
+ "char": "r",
4368
+ "description": "git remote of app to use",
4369
+ "name": "remote",
4370
+ "hasDynamicHelp": false,
4371
+ "multiple": false,
4372
+ "type": "option"
4435
4373
  }
4436
4374
  },
4437
4375
  "hasDynamicHelp": false,
4438
4376
  "hiddenAliases": [],
4439
- "id": "clients:info",
4377
+ "id": "container:push",
4440
4378
  "pluginAlias": "heroku",
4441
4379
  "pluginName": "heroku",
4442
4380
  "pluginType": "core",
4443
- "strict": true,
4381
+ "strict": false,
4382
+ "topic": "container",
4444
4383
  "isESM": false,
4445
4384
  "relativePath": [
4446
4385
  "lib",
4447
4386
  "commands",
4448
- "clients",
4449
- "info.js"
4387
+ "container",
4388
+ "push.js"
4450
4389
  ]
4451
4390
  },
4452
- "clients:rotate": {
4391
+ "container:release": {
4453
4392
  "aliases": [],
4454
- "args": {
4455
- "id": {
4456
- "description": "ID of the OAuth client",
4457
- "name": "id",
4458
- "required": true
4459
- }
4460
- },
4461
- "description": "rotate OAuth client secret",
4393
+ "args": {},
4394
+ "description": "Releases previously pushed Docker images to your Heroku app",
4395
+ "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4462
4396
  "flags": {
4463
- "json": {
4464
- "char": "j",
4465
- "description": "output in json format",
4466
- "name": "json",
4467
- "allowNo": false,
4468
- "type": "boolean"
4397
+ "app": {
4398
+ "char": "a",
4399
+ "description": "app to run command against",
4400
+ "name": "app",
4401
+ "required": true,
4402
+ "hasDynamicHelp": false,
4403
+ "multiple": false,
4404
+ "type": "option"
4469
4405
  },
4470
- "shell": {
4471
- "char": "s",
4472
- "description": "output in shell format",
4473
- "name": "shell",
4406
+ "remote": {
4407
+ "char": "r",
4408
+ "description": "git remote of app to use",
4409
+ "name": "remote",
4410
+ "hasDynamicHelp": false,
4411
+ "multiple": false,
4412
+ "type": "option"
4413
+ },
4414
+ "verbose": {
4415
+ "char": "v",
4416
+ "name": "verbose",
4474
4417
  "allowNo": false,
4475
4418
  "type": "boolean"
4476
4419
  }
4477
4420
  },
4478
4421
  "hasDynamicHelp": false,
4479
4422
  "hiddenAliases": [],
4480
- "id": "clients:rotate",
4423
+ "id": "container:release",
4481
4424
  "pluginAlias": "heroku",
4482
4425
  "pluginName": "heroku",
4483
4426
  "pluginType": "core",
4484
- "strict": true,
4427
+ "strict": false,
4428
+ "usage": "container:release",
4429
+ "topic": "container",
4430
+ "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4485
4431
  "isESM": false,
4486
4432
  "relativePath": [
4487
4433
  "lib",
4488
4434
  "commands",
4489
- "clients",
4490
- "rotate.js"
4435
+ "container",
4436
+ "release.js"
4491
4437
  ]
4492
4438
  },
4493
- "clients:update": {
4439
+ "container:rm": {
4494
4440
  "aliases": [],
4495
- "args": {
4496
- "id": {
4497
- "description": "ID of the OAuth client",
4498
- "name": "id",
4499
- "required": true
4441
+ "args": {},
4442
+ "description": "remove the process type from your app",
4443
+ "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4444
+ "flags": {
4445
+ "app": {
4446
+ "char": "a",
4447
+ "description": "app to run command against",
4448
+ "name": "app",
4449
+ "required": true,
4450
+ "hasDynamicHelp": false,
4451
+ "multiple": false,
4452
+ "type": "option"
4453
+ },
4454
+ "remote": {
4455
+ "char": "r",
4456
+ "description": "git remote of app to use",
4457
+ "name": "remote",
4458
+ "hasDynamicHelp": false,
4459
+ "multiple": false,
4460
+ "type": "option"
4500
4461
  }
4501
4462
  },
4502
- "description": "update OAuth client",
4503
- "examples": [
4504
- "$ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback"
4505
- ],
4463
+ "hasDynamicHelp": false,
4464
+ "hiddenAliases": [],
4465
+ "id": "container:rm",
4466
+ "pluginAlias": "heroku",
4467
+ "pluginName": "heroku",
4468
+ "pluginType": "core",
4469
+ "strict": false,
4470
+ "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
4471
+ "topic": "container",
4472
+ "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4473
+ "isESM": false,
4474
+ "relativePath": [
4475
+ "lib",
4476
+ "commands",
4477
+ "container",
4478
+ "rm.js"
4479
+ ]
4480
+ },
4481
+ "container:run": {
4482
+ "aliases": [],
4483
+ "args": {},
4484
+ "description": "builds, then runs the docker image locally",
4485
+ "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4506
4486
  "flags": {
4507
- "name": {
4508
- "char": "n",
4509
- "description": "change the client name",
4510
- "name": "name",
4487
+ "app": {
4488
+ "char": "a",
4489
+ "description": "app to run command against",
4490
+ "name": "app",
4491
+ "required": true,
4511
4492
  "hasDynamicHelp": false,
4512
4493
  "multiple": false,
4513
4494
  "type": "option"
4514
4495
  },
4515
- "url": {
4516
- "description": "change the client redirect URL",
4517
- "name": "url",
4496
+ "remote": {
4497
+ "char": "r",
4498
+ "description": "git remote of app to use",
4499
+ "name": "remote",
4500
+ "hasDynamicHelp": false,
4501
+ "multiple": false,
4502
+ "type": "option"
4503
+ },
4504
+ "port": {
4505
+ "char": "p",
4506
+ "description": "port the app will run on",
4507
+ "name": "port",
4508
+ "default": 5000,
4518
4509
  "hasDynamicHelp": false,
4519
4510
  "multiple": false,
4520
4511
  "type": "option"
4512
+ },
4513
+ "verbose": {
4514
+ "char": "v",
4515
+ "name": "verbose",
4516
+ "allowNo": false,
4517
+ "type": "boolean"
4521
4518
  }
4522
4519
  },
4523
4520
  "hasDynamicHelp": false,
4524
4521
  "hiddenAliases": [],
4525
- "id": "clients:update",
4522
+ "id": "container:run",
4526
4523
  "pluginAlias": "heroku",
4527
4524
  "pluginName": "heroku",
4528
4525
  "pluginType": "core",
4529
- "strict": true,
4526
+ "strict": false,
4527
+ "usage": "container:run -a APP [-v] PROCESS_TYPE...",
4528
+ "topic": "container",
4529
+ "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4530
4530
  "isESM": false,
4531
4531
  "relativePath": [
4532
4532
  "lib",
4533
4533
  "commands",
4534
- "clients",
4535
- "update.js"
4534
+ "container",
4535
+ "run.js"
4536
4536
  ]
4537
4537
  },
4538
4538
  "domains:add": {
@@ -14929,5 +14929,5 @@
14929
14929
  ]
14930
14930
  }
14931
14931
  },
14932
- "version": "10.9.0-beta.0"
14932
+ "version": "10.9.0-beta.1"
14933
14933
  }