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