heroku 11.0.0-alpha.13 → 11.0.0-alpha.15
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/README.md +1 -0
- package/npm-shrinkwrap.json +1 -1
- package/oclif.manifest.json +703 -703
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -387,202 +387,6 @@
|
|
|
387
387
|
"status.js"
|
|
388
388
|
]
|
|
389
389
|
},
|
|
390
|
-
"access:add": {
|
|
391
|
-
"aliases": [],
|
|
392
|
-
"args": {
|
|
393
|
-
"email": {
|
|
394
|
-
"description": "email address of the team member",
|
|
395
|
-
"name": "email",
|
|
396
|
-
"required": true
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"description": "add new users to your app",
|
|
400
|
-
"examples": [
|
|
401
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:add user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m # add a collaborator to your app",
|
|
402
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:add user@email.com --app APP --permissions deploy,manage,operate \u001b[22m\u001b[39m\u001b[49m # permissions must be comma separated"
|
|
403
|
-
],
|
|
404
|
-
"flags": {
|
|
405
|
-
"app": {
|
|
406
|
-
"char": "a",
|
|
407
|
-
"description": "app to run command against",
|
|
408
|
-
"name": "app",
|
|
409
|
-
"required": true,
|
|
410
|
-
"hasDynamicHelp": false,
|
|
411
|
-
"multiple": false,
|
|
412
|
-
"type": "option"
|
|
413
|
-
},
|
|
414
|
-
"permissions": {
|
|
415
|
-
"char": "p",
|
|
416
|
-
"description": "list of permissions comma separated",
|
|
417
|
-
"name": "permissions",
|
|
418
|
-
"hasDynamicHelp": false,
|
|
419
|
-
"multiple": false,
|
|
420
|
-
"type": "option"
|
|
421
|
-
},
|
|
422
|
-
"remote": {
|
|
423
|
-
"char": "r",
|
|
424
|
-
"description": "git remote of app to use",
|
|
425
|
-
"name": "remote",
|
|
426
|
-
"hasDynamicHelp": false,
|
|
427
|
-
"multiple": false,
|
|
428
|
-
"type": "option"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
"hasDynamicHelp": false,
|
|
432
|
-
"hiddenAliases": [],
|
|
433
|
-
"id": "access:add",
|
|
434
|
-
"pluginAlias": "heroku",
|
|
435
|
-
"pluginName": "heroku",
|
|
436
|
-
"pluginType": "core",
|
|
437
|
-
"strict": true,
|
|
438
|
-
"isESM": true,
|
|
439
|
-
"relativePath": [
|
|
440
|
-
"lib",
|
|
441
|
-
"commands",
|
|
442
|
-
"access",
|
|
443
|
-
"add.js"
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
|
-
"access": {
|
|
447
|
-
"aliases": [],
|
|
448
|
-
"args": {},
|
|
449
|
-
"description": "list who has access to an app",
|
|
450
|
-
"flags": {
|
|
451
|
-
"app": {
|
|
452
|
-
"char": "a",
|
|
453
|
-
"description": "app to run command against",
|
|
454
|
-
"name": "app",
|
|
455
|
-
"required": true,
|
|
456
|
-
"hasDynamicHelp": false,
|
|
457
|
-
"multiple": false,
|
|
458
|
-
"type": "option"
|
|
459
|
-
},
|
|
460
|
-
"json": {
|
|
461
|
-
"description": "output in json format",
|
|
462
|
-
"name": "json",
|
|
463
|
-
"allowNo": false,
|
|
464
|
-
"type": "boolean"
|
|
465
|
-
},
|
|
466
|
-
"remote": {
|
|
467
|
-
"char": "r",
|
|
468
|
-
"description": "git remote of app to use",
|
|
469
|
-
"name": "remote",
|
|
470
|
-
"hasDynamicHelp": false,
|
|
471
|
-
"multiple": false,
|
|
472
|
-
"type": "option"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"hasDynamicHelp": false,
|
|
476
|
-
"hiddenAliases": [],
|
|
477
|
-
"id": "access",
|
|
478
|
-
"pluginAlias": "heroku",
|
|
479
|
-
"pluginName": "heroku",
|
|
480
|
-
"pluginType": "core",
|
|
481
|
-
"strict": true,
|
|
482
|
-
"topic": "access",
|
|
483
|
-
"isESM": true,
|
|
484
|
-
"relativePath": [
|
|
485
|
-
"lib",
|
|
486
|
-
"commands",
|
|
487
|
-
"access",
|
|
488
|
-
"index.js"
|
|
489
|
-
]
|
|
490
|
-
},
|
|
491
|
-
"access:remove": {
|
|
492
|
-
"aliases": [],
|
|
493
|
-
"args": {},
|
|
494
|
-
"description": "remove users from a team app",
|
|
495
|
-
"examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:remove user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m",
|
|
496
|
-
"flags": {
|
|
497
|
-
"app": {
|
|
498
|
-
"char": "a",
|
|
499
|
-
"description": "app to run command against",
|
|
500
|
-
"name": "app",
|
|
501
|
-
"required": true,
|
|
502
|
-
"hasDynamicHelp": false,
|
|
503
|
-
"multiple": false,
|
|
504
|
-
"type": "option"
|
|
505
|
-
},
|
|
506
|
-
"remote": {
|
|
507
|
-
"char": "r",
|
|
508
|
-
"description": "git remote of app to use",
|
|
509
|
-
"name": "remote",
|
|
510
|
-
"hasDynamicHelp": false,
|
|
511
|
-
"multiple": false,
|
|
512
|
-
"type": "option"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
"hasDynamicHelp": false,
|
|
516
|
-
"hiddenAliases": [],
|
|
517
|
-
"id": "access:remove",
|
|
518
|
-
"pluginAlias": "heroku",
|
|
519
|
-
"pluginName": "heroku",
|
|
520
|
-
"pluginType": "core",
|
|
521
|
-
"strict": false,
|
|
522
|
-
"example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:remove user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m",
|
|
523
|
-
"topic": "access",
|
|
524
|
-
"isESM": true,
|
|
525
|
-
"relativePath": [
|
|
526
|
-
"lib",
|
|
527
|
-
"commands",
|
|
528
|
-
"access",
|
|
529
|
-
"remove.js"
|
|
530
|
-
]
|
|
531
|
-
},
|
|
532
|
-
"access:update": {
|
|
533
|
-
"aliases": [],
|
|
534
|
-
"args": {
|
|
535
|
-
"email": {
|
|
536
|
-
"description": "email address of the team member",
|
|
537
|
-
"name": "email",
|
|
538
|
-
"required": true
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"description": "update existing collaborators on an team app",
|
|
542
|
-
"flags": {
|
|
543
|
-
"app": {
|
|
544
|
-
"char": "a",
|
|
545
|
-
"description": "app to run command against",
|
|
546
|
-
"name": "app",
|
|
547
|
-
"required": true,
|
|
548
|
-
"hasDynamicHelp": false,
|
|
549
|
-
"multiple": false,
|
|
550
|
-
"type": "option"
|
|
551
|
-
},
|
|
552
|
-
"permissions": {
|
|
553
|
-
"char": "p",
|
|
554
|
-
"description": "comma-delimited list of permissions to update (deploy,manage,operate)",
|
|
555
|
-
"name": "permissions",
|
|
556
|
-
"required": true,
|
|
557
|
-
"hasDynamicHelp": false,
|
|
558
|
-
"multiple": false,
|
|
559
|
-
"type": "option"
|
|
560
|
-
},
|
|
561
|
-
"remote": {
|
|
562
|
-
"char": "r",
|
|
563
|
-
"description": "git remote of app to use",
|
|
564
|
-
"name": "remote",
|
|
565
|
-
"hasDynamicHelp": false,
|
|
566
|
-
"multiple": false,
|
|
567
|
-
"type": "option"
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
"hasDynamicHelp": false,
|
|
571
|
-
"hiddenAliases": [],
|
|
572
|
-
"id": "access:update",
|
|
573
|
-
"pluginAlias": "heroku",
|
|
574
|
-
"pluginName": "heroku",
|
|
575
|
-
"pluginType": "core",
|
|
576
|
-
"strict": true,
|
|
577
|
-
"topic": "access",
|
|
578
|
-
"isESM": true,
|
|
579
|
-
"relativePath": [
|
|
580
|
-
"lib",
|
|
581
|
-
"commands",
|
|
582
|
-
"access",
|
|
583
|
-
"update.js"
|
|
584
|
-
]
|
|
585
|
-
},
|
|
586
390
|
"accounts:add": {
|
|
587
391
|
"aliases": [],
|
|
588
392
|
"args": {
|
|
@@ -1367,67 +1171,263 @@
|
|
|
1367
1171
|
"wait.js"
|
|
1368
1172
|
]
|
|
1369
1173
|
},
|
|
1370
|
-
"
|
|
1174
|
+
"access:add": {
|
|
1371
1175
|
"aliases": [],
|
|
1372
1176
|
"args": {
|
|
1373
|
-
"
|
|
1374
|
-
"description": "
|
|
1375
|
-
"name": "
|
|
1376
|
-
"required":
|
|
1177
|
+
"email": {
|
|
1178
|
+
"description": "email address of the team member",
|
|
1179
|
+
"name": "email",
|
|
1180
|
+
"required": true
|
|
1377
1181
|
}
|
|
1378
1182
|
},
|
|
1379
|
-
"description": "
|
|
1183
|
+
"description": "add new users to your app",
|
|
1380
1184
|
"examples": [
|
|
1381
|
-
"\
|
|
1382
|
-
"\
|
|
1383
|
-
"\n# use a heroku.yml manifest file\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --manifest \u001b[22m\u001b[39m\u001b[49m",
|
|
1384
|
-
"\n# specify a buildpack\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --buildpack https://github.com/some/buildpack.git \u001b[22m\u001b[39m\u001b[49m",
|
|
1385
|
-
"\n# specify a name\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example \u001b[22m\u001b[39m\u001b[49m",
|
|
1386
|
-
"\n# create a staging app\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example-staging --remote staging \u001b[22m\u001b[39m\u001b[49m",
|
|
1387
|
-
"\n# create an app in the eu region\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --region eu \u001b[22m\u001b[39m\u001b[49m"
|
|
1185
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:add user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m # add a collaborator to your app",
|
|
1186
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:add user@email.com --app APP --permissions deploy,manage,operate \u001b[22m\u001b[39m\u001b[49m # permissions must be comma separated"
|
|
1388
1187
|
],
|
|
1389
1188
|
"flags": {
|
|
1390
|
-
"addons": {
|
|
1391
|
-
"description": "comma-delimited list of addons to install",
|
|
1392
|
-
"name": "addons",
|
|
1393
|
-
"hasDynamicHelp": false,
|
|
1394
|
-
"multiple": false,
|
|
1395
|
-
"type": "option"
|
|
1396
|
-
},
|
|
1397
1189
|
"app": {
|
|
1398
|
-
"
|
|
1190
|
+
"char": "a",
|
|
1191
|
+
"description": "app to run command against",
|
|
1399
1192
|
"name": "app",
|
|
1193
|
+
"required": true,
|
|
1400
1194
|
"hasDynamicHelp": false,
|
|
1401
1195
|
"multiple": false,
|
|
1402
1196
|
"type": "option"
|
|
1403
1197
|
},
|
|
1404
|
-
"
|
|
1405
|
-
"char": "
|
|
1406
|
-
"description": "
|
|
1407
|
-
"name": "
|
|
1198
|
+
"permissions": {
|
|
1199
|
+
"char": "p",
|
|
1200
|
+
"description": "list of permissions comma separated",
|
|
1201
|
+
"name": "permissions",
|
|
1408
1202
|
"hasDynamicHelp": false,
|
|
1409
1203
|
"multiple": false,
|
|
1410
1204
|
"type": "option"
|
|
1411
1205
|
},
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1206
|
+
"remote": {
|
|
1207
|
+
"char": "r",
|
|
1208
|
+
"description": "git remote of app to use",
|
|
1209
|
+
"name": "remote",
|
|
1415
1210
|
"hasDynamicHelp": false,
|
|
1416
1211
|
"multiple": false,
|
|
1417
1212
|
"type": "option"
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
"hasDynamicHelp": false,
|
|
1216
|
+
"hiddenAliases": [],
|
|
1217
|
+
"id": "access:add",
|
|
1218
|
+
"pluginAlias": "heroku",
|
|
1219
|
+
"pluginName": "heroku",
|
|
1220
|
+
"pluginType": "core",
|
|
1221
|
+
"strict": true,
|
|
1222
|
+
"isESM": true,
|
|
1223
|
+
"relativePath": [
|
|
1224
|
+
"lib",
|
|
1225
|
+
"commands",
|
|
1226
|
+
"access",
|
|
1227
|
+
"add.js"
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1230
|
+
"access": {
|
|
1231
|
+
"aliases": [],
|
|
1232
|
+
"args": {},
|
|
1233
|
+
"description": "list who has access to an app",
|
|
1234
|
+
"flags": {
|
|
1235
|
+
"app": {
|
|
1236
|
+
"char": "a",
|
|
1237
|
+
"description": "app to run command against",
|
|
1238
|
+
"name": "app",
|
|
1239
|
+
"required": true,
|
|
1240
|
+
"hasDynamicHelp": false,
|
|
1241
|
+
"multiple": false,
|
|
1242
|
+
"type": "option"
|
|
1243
|
+
},
|
|
1244
|
+
"json": {
|
|
1245
|
+
"description": "output in json format",
|
|
1246
|
+
"name": "json",
|
|
1247
|
+
"allowNo": false,
|
|
1248
|
+
"type": "boolean"
|
|
1249
|
+
},
|
|
1250
|
+
"remote": {
|
|
1251
|
+
"char": "r",
|
|
1252
|
+
"description": "git remote of app to use",
|
|
1253
|
+
"name": "remote",
|
|
1254
|
+
"hasDynamicHelp": false,
|
|
1255
|
+
"multiple": false,
|
|
1256
|
+
"type": "option"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"hasDynamicHelp": false,
|
|
1260
|
+
"hiddenAliases": [],
|
|
1261
|
+
"id": "access",
|
|
1262
|
+
"pluginAlias": "heroku",
|
|
1263
|
+
"pluginName": "heroku",
|
|
1264
|
+
"pluginType": "core",
|
|
1265
|
+
"strict": true,
|
|
1266
|
+
"topic": "access",
|
|
1267
|
+
"isESM": true,
|
|
1268
|
+
"relativePath": [
|
|
1269
|
+
"lib",
|
|
1270
|
+
"commands",
|
|
1271
|
+
"access",
|
|
1272
|
+
"index.js"
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
"access:remove": {
|
|
1276
|
+
"aliases": [],
|
|
1277
|
+
"args": {},
|
|
1278
|
+
"description": "remove users from a team app",
|
|
1279
|
+
"examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:remove user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m",
|
|
1280
|
+
"flags": {
|
|
1281
|
+
"app": {
|
|
1282
|
+
"char": "a",
|
|
1283
|
+
"description": "app to run command against",
|
|
1284
|
+
"name": "app",
|
|
1285
|
+
"required": true,
|
|
1286
|
+
"hasDynamicHelp": false,
|
|
1287
|
+
"multiple": false,
|
|
1288
|
+
"type": "option"
|
|
1289
|
+
},
|
|
1290
|
+
"remote": {
|
|
1291
|
+
"char": "r",
|
|
1292
|
+
"description": "git remote of app to use",
|
|
1293
|
+
"name": "remote",
|
|
1294
|
+
"hasDynamicHelp": false,
|
|
1295
|
+
"multiple": false,
|
|
1296
|
+
"type": "option"
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
"hasDynamicHelp": false,
|
|
1300
|
+
"hiddenAliases": [],
|
|
1301
|
+
"id": "access:remove",
|
|
1302
|
+
"pluginAlias": "heroku",
|
|
1303
|
+
"pluginName": "heroku",
|
|
1304
|
+
"pluginType": "core",
|
|
1305
|
+
"strict": false,
|
|
1306
|
+
"example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku access:remove user@email.com --app APP \u001b[22m\u001b[39m\u001b[49m",
|
|
1307
|
+
"topic": "access",
|
|
1308
|
+
"isESM": true,
|
|
1309
|
+
"relativePath": [
|
|
1310
|
+
"lib",
|
|
1311
|
+
"commands",
|
|
1312
|
+
"access",
|
|
1313
|
+
"remove.js"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
"access:update": {
|
|
1317
|
+
"aliases": [],
|
|
1318
|
+
"args": {
|
|
1319
|
+
"email": {
|
|
1320
|
+
"description": "email address of the team member",
|
|
1321
|
+
"name": "email",
|
|
1322
|
+
"required": true
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"description": "update existing collaborators on an team app",
|
|
1326
|
+
"flags": {
|
|
1327
|
+
"app": {
|
|
1328
|
+
"char": "a",
|
|
1329
|
+
"description": "app to run command against",
|
|
1330
|
+
"name": "app",
|
|
1331
|
+
"required": true,
|
|
1332
|
+
"hasDynamicHelp": false,
|
|
1333
|
+
"multiple": false,
|
|
1334
|
+
"type": "option"
|
|
1335
|
+
},
|
|
1336
|
+
"permissions": {
|
|
1337
|
+
"char": "p",
|
|
1338
|
+
"description": "comma-delimited list of permissions to update (deploy,manage,operate)",
|
|
1339
|
+
"name": "permissions",
|
|
1340
|
+
"required": true,
|
|
1341
|
+
"hasDynamicHelp": false,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"remote": {
|
|
1346
|
+
"char": "r",
|
|
1347
|
+
"description": "git remote of app to use",
|
|
1348
|
+
"name": "remote",
|
|
1349
|
+
"hasDynamicHelp": false,
|
|
1350
|
+
"multiple": false,
|
|
1351
|
+
"type": "option"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"hasDynamicHelp": false,
|
|
1355
|
+
"hiddenAliases": [],
|
|
1356
|
+
"id": "access:update",
|
|
1357
|
+
"pluginAlias": "heroku",
|
|
1358
|
+
"pluginName": "heroku",
|
|
1359
|
+
"pluginType": "core",
|
|
1360
|
+
"strict": true,
|
|
1361
|
+
"topic": "access",
|
|
1362
|
+
"isESM": true,
|
|
1363
|
+
"relativePath": [
|
|
1364
|
+
"lib",
|
|
1365
|
+
"commands",
|
|
1366
|
+
"access",
|
|
1367
|
+
"update.js"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
"apps:create": {
|
|
1371
|
+
"aliases": [],
|
|
1372
|
+
"args": {
|
|
1373
|
+
"app": {
|
|
1374
|
+
"description": "name of app to create",
|
|
1375
|
+
"name": "app",
|
|
1376
|
+
"required": false
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
"description": "creates a new app",
|
|
1380
|
+
"examples": [
|
|
1381
|
+
"\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create \u001b[22m\u001b[39m\u001b[49m\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git",
|
|
1382
|
+
"\n# or just\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku create \u001b[22m\u001b[39m\u001b[49m",
|
|
1383
|
+
"\n# use a heroku.yml manifest file\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --manifest \u001b[22m\u001b[39m\u001b[49m",
|
|
1384
|
+
"\n# specify a buildpack\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --buildpack https://github.com/some/buildpack.git \u001b[22m\u001b[39m\u001b[49m",
|
|
1385
|
+
"\n# specify a name\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example \u001b[22m\u001b[39m\u001b[49m",
|
|
1386
|
+
"\n# create a staging app\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example-staging --remote staging \u001b[22m\u001b[39m\u001b[49m",
|
|
1387
|
+
"\n# create an app in the eu region\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --region eu \u001b[22m\u001b[39m\u001b[49m"
|
|
1388
|
+
],
|
|
1389
|
+
"flags": {
|
|
1390
|
+
"addons": {
|
|
1391
|
+
"description": "comma-delimited list of addons to install",
|
|
1392
|
+
"name": "addons",
|
|
1393
|
+
"hasDynamicHelp": false,
|
|
1394
|
+
"multiple": false,
|
|
1395
|
+
"type": "option"
|
|
1396
|
+
},
|
|
1397
|
+
"app": {
|
|
1398
|
+
"hidden": true,
|
|
1399
|
+
"name": "app",
|
|
1400
|
+
"hasDynamicHelp": false,
|
|
1401
|
+
"multiple": false,
|
|
1402
|
+
"type": "option"
|
|
1403
|
+
},
|
|
1404
|
+
"buildpack": {
|
|
1405
|
+
"char": "b",
|
|
1406
|
+
"description": "buildpack url to use for this app",
|
|
1407
|
+
"name": "buildpack",
|
|
1408
|
+
"hasDynamicHelp": false,
|
|
1409
|
+
"multiple": false,
|
|
1410
|
+
"type": "option"
|
|
1411
|
+
},
|
|
1412
|
+
"features": {
|
|
1413
|
+
"hidden": true,
|
|
1414
|
+
"name": "features",
|
|
1415
|
+
"hasDynamicHelp": false,
|
|
1416
|
+
"multiple": false,
|
|
1417
|
+
"type": "option"
|
|
1418
|
+
},
|
|
1419
|
+
"internal-routing": {
|
|
1420
|
+
"description": "private space-only. create as an Internal Web App that is only routable in the local network.",
|
|
1421
|
+
"hidden": true,
|
|
1422
|
+
"name": "internal-routing",
|
|
1423
|
+
"allowNo": false,
|
|
1424
|
+
"type": "boolean"
|
|
1425
|
+
},
|
|
1426
|
+
"json": {
|
|
1427
|
+
"description": "output in json format",
|
|
1428
|
+
"name": "json",
|
|
1429
|
+
"allowNo": false,
|
|
1430
|
+
"type": "boolean"
|
|
1431
1431
|
},
|
|
1432
1432
|
"kernel": {
|
|
1433
1433
|
"hidden": true,
|
|
@@ -7298,13 +7298,18 @@
|
|
|
7298
7298
|
"wait.js"
|
|
7299
7299
|
]
|
|
7300
7300
|
},
|
|
7301
|
-
"
|
|
7301
|
+
"pipelines:add": {
|
|
7302
7302
|
"aliases": [],
|
|
7303
|
-
"args": {
|
|
7304
|
-
|
|
7303
|
+
"args": {
|
|
7304
|
+
"pipeline": {
|
|
7305
|
+
"description": "name of pipeline",
|
|
7306
|
+
"name": "pipeline",
|
|
7307
|
+
"required": true
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
7310
|
+
"description": "add this app to a pipeline\nThe app and pipeline names must be specified.\nThe stage of the app will be guessed based on its name if not specified.",
|
|
7305
7311
|
"examples": [
|
|
7306
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7307
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps run \u001b[22m\u001b[39m\u001b[49m # specifying types\n=== run: one-off dyno\nrun.1: up for 5m: bash\n"
|
|
7312
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:add my-pipeline -a my-app -s production \u001b[22m\u001b[39m\u001b[49m"
|
|
7308
7313
|
],
|
|
7309
7314
|
"flags": {
|
|
7310
7315
|
"app": {
|
|
@@ -7316,19 +7321,6 @@
|
|
|
7316
7321
|
"multiple": false,
|
|
7317
7322
|
"type": "option"
|
|
7318
7323
|
},
|
|
7319
|
-
"extended": {
|
|
7320
|
-
"char": "x",
|
|
7321
|
-
"hidden": true,
|
|
7322
|
-
"name": "extended",
|
|
7323
|
-
"allowNo": false,
|
|
7324
|
-
"type": "boolean"
|
|
7325
|
-
},
|
|
7326
|
-
"json": {
|
|
7327
|
-
"description": "display as json",
|
|
7328
|
-
"name": "json",
|
|
7329
|
-
"allowNo": false,
|
|
7330
|
-
"type": "boolean"
|
|
7331
|
-
},
|
|
7332
7324
|
"remote": {
|
|
7333
7325
|
"char": "r",
|
|
7334
7326
|
"description": "git remote of app to use",
|
|
@@ -7336,41 +7328,83 @@
|
|
|
7336
7328
|
"hasDynamicHelp": false,
|
|
7337
7329
|
"multiple": false,
|
|
7338
7330
|
"type": "option"
|
|
7331
|
+
},
|
|
7332
|
+
"stage": {
|
|
7333
|
+
"char": "s",
|
|
7334
|
+
"description": "stage of first app in pipeline",
|
|
7335
|
+
"name": "stage",
|
|
7336
|
+
"hasDynamicHelp": false,
|
|
7337
|
+
"multiple": false,
|
|
7338
|
+
"type": "option"
|
|
7339
7339
|
}
|
|
7340
7340
|
},
|
|
7341
7341
|
"hasDynamicHelp": false,
|
|
7342
7342
|
"hiddenAliases": [],
|
|
7343
|
-
"id": "
|
|
7343
|
+
"id": "pipelines:add",
|
|
7344
7344
|
"pluginAlias": "heroku",
|
|
7345
7345
|
"pluginName": "heroku",
|
|
7346
7346
|
"pluginType": "core",
|
|
7347
|
-
"strict":
|
|
7348
|
-
"usage": "ps [TYPE [TYPE ...]]",
|
|
7349
|
-
"topic": "ps",
|
|
7347
|
+
"strict": true,
|
|
7350
7348
|
"isESM": true,
|
|
7351
7349
|
"relativePath": [
|
|
7352
7350
|
"lib",
|
|
7353
7351
|
"commands",
|
|
7354
|
-
"
|
|
7355
|
-
"
|
|
7352
|
+
"pipelines",
|
|
7353
|
+
"add.js"
|
|
7356
7354
|
]
|
|
7357
7355
|
},
|
|
7358
|
-
"
|
|
7359
|
-
"aliases": [
|
|
7360
|
-
|
|
7356
|
+
"pipelines:connect": {
|
|
7357
|
+
"aliases": [],
|
|
7358
|
+
"args": {
|
|
7359
|
+
"name": {
|
|
7360
|
+
"description": "name of pipeline",
|
|
7361
|
+
"name": "name",
|
|
7362
|
+
"required": true
|
|
7363
|
+
}
|
|
7364
|
+
},
|
|
7365
|
+
"description": "connect a GitHub repo to an existing pipeline",
|
|
7366
|
+
"examples": [
|
|
7367
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:connect my-pipeline -r githuborg/reponame \u001b[22m\u001b[39m\u001b[49m"
|
|
7361
7368
|
],
|
|
7369
|
+
"flags": {
|
|
7370
|
+
"repo": {
|
|
7371
|
+
"char": "r",
|
|
7372
|
+
"description": "the GitHub repository to connect to",
|
|
7373
|
+
"name": "repo",
|
|
7374
|
+
"required": true,
|
|
7375
|
+
"hasDynamicHelp": false,
|
|
7376
|
+
"multiple": false,
|
|
7377
|
+
"type": "option"
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
7380
|
+
"hasDynamicHelp": false,
|
|
7381
|
+
"hiddenAliases": [],
|
|
7382
|
+
"id": "pipelines:connect",
|
|
7383
|
+
"pluginAlias": "heroku",
|
|
7384
|
+
"pluginName": "heroku",
|
|
7385
|
+
"pluginType": "core",
|
|
7386
|
+
"strict": true,
|
|
7387
|
+
"isESM": true,
|
|
7388
|
+
"relativePath": [
|
|
7389
|
+
"lib",
|
|
7390
|
+
"commands",
|
|
7391
|
+
"pipelines",
|
|
7392
|
+
"connect.js"
|
|
7393
|
+
]
|
|
7394
|
+
},
|
|
7395
|
+
"pipelines:create": {
|
|
7396
|
+
"aliases": [],
|
|
7362
7397
|
"args": {
|
|
7363
|
-
"
|
|
7364
|
-
"description": "name of
|
|
7365
|
-
"name": "
|
|
7398
|
+
"name": {
|
|
7399
|
+
"description": "name of pipeline (defaults to basename of the app)",
|
|
7400
|
+
"name": "name",
|
|
7366
7401
|
"required": false
|
|
7367
7402
|
}
|
|
7368
7403
|
},
|
|
7369
|
-
"description": "
|
|
7404
|
+
"description": "create a new pipeline\n An existing app must be specified as the first app in the pipeline.\n The pipeline name will be inferred from the app name if not specified.\n The stage of the app will be guessed based on its name if not specified.\n The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs.",
|
|
7370
7405
|
"examples": [
|
|
7371
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7372
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7373
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:restart --app myapp \u001b[22m\u001b[39m\u001b[49m"
|
|
7406
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:create -a my-app-staging \u001b[22m\u001b[39m\u001b[49m",
|
|
7407
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:create my-pipeline -a my-app-staging \u001b[22m\u001b[39m\u001b[49m"
|
|
7374
7408
|
],
|
|
7375
7409
|
"flags": {
|
|
7376
7410
|
"app": {
|
|
@@ -7382,61 +7416,81 @@
|
|
|
7382
7416
|
"multiple": false,
|
|
7383
7417
|
"type": "option"
|
|
7384
7418
|
},
|
|
7385
|
-
"
|
|
7386
|
-
"char": "
|
|
7387
|
-
"description": "
|
|
7388
|
-
"name": "
|
|
7419
|
+
"remote": {
|
|
7420
|
+
"char": "r",
|
|
7421
|
+
"description": "git remote of app to use",
|
|
7422
|
+
"name": "remote",
|
|
7389
7423
|
"hasDynamicHelp": false,
|
|
7390
7424
|
"multiple": false,
|
|
7391
7425
|
"type": "option"
|
|
7392
7426
|
},
|
|
7393
|
-
"
|
|
7394
|
-
"char": "
|
|
7395
|
-
"description": "
|
|
7396
|
-
"
|
|
7397
|
-
"dyno-name"
|
|
7398
|
-
],
|
|
7399
|
-
"name": "process-type",
|
|
7427
|
+
"stage": {
|
|
7428
|
+
"char": "s",
|
|
7429
|
+
"description": "stage of first app in pipeline",
|
|
7430
|
+
"name": "stage",
|
|
7400
7431
|
"hasDynamicHelp": false,
|
|
7401
7432
|
"multiple": false,
|
|
7402
7433
|
"type": "option"
|
|
7403
7434
|
},
|
|
7404
|
-
"
|
|
7405
|
-
"char": "
|
|
7406
|
-
"description": "
|
|
7407
|
-
"name": "
|
|
7435
|
+
"team": {
|
|
7436
|
+
"char": "t",
|
|
7437
|
+
"description": "the team which will own the apps",
|
|
7438
|
+
"name": "team",
|
|
7408
7439
|
"hasDynamicHelp": false,
|
|
7409
7440
|
"multiple": false,
|
|
7410
7441
|
"type": "option"
|
|
7411
7442
|
}
|
|
7412
7443
|
},
|
|
7413
7444
|
"hasDynamicHelp": false,
|
|
7414
|
-
"hiddenAliases": [
|
|
7415
|
-
|
|
7416
|
-
],
|
|
7417
|
-
"id": "ps:restart",
|
|
7445
|
+
"hiddenAliases": [],
|
|
7446
|
+
"id": "pipelines:create",
|
|
7418
7447
|
"pluginAlias": "heroku",
|
|
7419
7448
|
"pluginName": "heroku",
|
|
7420
7449
|
"pluginType": "core",
|
|
7421
7450
|
"strict": true,
|
|
7422
|
-
"topic": "ps",
|
|
7423
7451
|
"isESM": true,
|
|
7424
7452
|
"relativePath": [
|
|
7425
7453
|
"lib",
|
|
7426
7454
|
"commands",
|
|
7427
|
-
"
|
|
7428
|
-
"
|
|
7455
|
+
"pipelines",
|
|
7456
|
+
"create.js"
|
|
7429
7457
|
]
|
|
7430
7458
|
},
|
|
7431
|
-
"
|
|
7432
|
-
"aliases": [
|
|
7433
|
-
|
|
7459
|
+
"pipelines:destroy": {
|
|
7460
|
+
"aliases": [],
|
|
7461
|
+
"args": {
|
|
7462
|
+
"pipeline": {
|
|
7463
|
+
"description": "name of pipeline",
|
|
7464
|
+
"name": "pipeline",
|
|
7465
|
+
"required": true
|
|
7466
|
+
}
|
|
7467
|
+
},
|
|
7468
|
+
"description": "destroy a pipeline",
|
|
7469
|
+
"examples": [
|
|
7470
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:destroy my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7434
7471
|
],
|
|
7472
|
+
"flags": {},
|
|
7473
|
+
"hasDynamicHelp": false,
|
|
7474
|
+
"hiddenAliases": [],
|
|
7475
|
+
"id": "pipelines:destroy",
|
|
7476
|
+
"pluginAlias": "heroku",
|
|
7477
|
+
"pluginName": "heroku",
|
|
7478
|
+
"pluginType": "core",
|
|
7479
|
+
"strict": true,
|
|
7480
|
+
"isESM": true,
|
|
7481
|
+
"relativePath": [
|
|
7482
|
+
"lib",
|
|
7483
|
+
"commands",
|
|
7484
|
+
"pipelines",
|
|
7485
|
+
"destroy.js"
|
|
7486
|
+
]
|
|
7487
|
+
},
|
|
7488
|
+
"pipelines:diff": {
|
|
7489
|
+
"aliases": [],
|
|
7435
7490
|
"args": {},
|
|
7436
|
-
"description": "
|
|
7491
|
+
"description": "compares the latest release of this app to its downstream app(s)",
|
|
7437
7492
|
"examples": [
|
|
7438
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7439
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:scale --app APP \u001b[22m\u001b[39m\u001b[49m\nweb=3:Standard-2X worker=1:Standard-1X\n"
|
|
7493
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:diff -a my-app-staging \u001b[22m\u001b[39m\u001b[49m"
|
|
7440
7494
|
],
|
|
7441
7495
|
"flags": {
|
|
7442
7496
|
"app": {
|
|
@@ -7458,145 +7512,129 @@
|
|
|
7458
7512
|
}
|
|
7459
7513
|
},
|
|
7460
7514
|
"hasDynamicHelp": false,
|
|
7461
|
-
"hiddenAliases": [
|
|
7462
|
-
|
|
7463
|
-
],
|
|
7464
|
-
"id": "ps:scale",
|
|
7515
|
+
"hiddenAliases": [],
|
|
7516
|
+
"id": "pipelines:diff",
|
|
7465
7517
|
"pluginAlias": "heroku",
|
|
7466
7518
|
"pluginName": "heroku",
|
|
7467
7519
|
"pluginType": "core",
|
|
7468
|
-
"strict":
|
|
7520
|
+
"strict": true,
|
|
7469
7521
|
"isESM": true,
|
|
7470
7522
|
"relativePath": [
|
|
7471
7523
|
"lib",
|
|
7472
7524
|
"commands",
|
|
7473
|
-
"
|
|
7474
|
-
"
|
|
7525
|
+
"pipelines",
|
|
7526
|
+
"diff.js"
|
|
7475
7527
|
]
|
|
7476
7528
|
},
|
|
7477
|
-
"
|
|
7478
|
-
"aliases": [
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7529
|
+
"pipelines": {
|
|
7530
|
+
"aliases": [],
|
|
7531
|
+
"args": {},
|
|
7532
|
+
"description": "list pipelines you have access to",
|
|
7533
|
+
"examples": [
|
|
7534
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines \u001b[22m\u001b[39m\u001b[49m"
|
|
7482
7535
|
],
|
|
7536
|
+
"flags": {
|
|
7537
|
+
"json": {
|
|
7538
|
+
"description": "output in json format",
|
|
7539
|
+
"name": "json",
|
|
7540
|
+
"allowNo": false,
|
|
7541
|
+
"type": "boolean"
|
|
7542
|
+
}
|
|
7543
|
+
},
|
|
7544
|
+
"hasDynamicHelp": false,
|
|
7545
|
+
"hiddenAliases": [],
|
|
7546
|
+
"id": "pipelines",
|
|
7547
|
+
"pluginAlias": "heroku",
|
|
7548
|
+
"pluginName": "heroku",
|
|
7549
|
+
"pluginType": "core",
|
|
7550
|
+
"strict": true,
|
|
7551
|
+
"isESM": true,
|
|
7552
|
+
"relativePath": [
|
|
7553
|
+
"lib",
|
|
7554
|
+
"commands",
|
|
7555
|
+
"pipelines",
|
|
7556
|
+
"index.js"
|
|
7557
|
+
]
|
|
7558
|
+
},
|
|
7559
|
+
"pipelines:info": {
|
|
7560
|
+
"aliases": [],
|
|
7483
7561
|
"args": {
|
|
7484
|
-
"
|
|
7485
|
-
"description": "
|
|
7486
|
-
"name": "
|
|
7487
|
-
"required":
|
|
7562
|
+
"pipeline": {
|
|
7563
|
+
"description": "pipeline to show list of apps for",
|
|
7564
|
+
"name": "pipeline",
|
|
7565
|
+
"required": true
|
|
7488
7566
|
}
|
|
7489
7567
|
},
|
|
7490
|
-
"description": "
|
|
7568
|
+
"description": "show list of apps in a pipeline",
|
|
7491
7569
|
"examples": [
|
|
7492
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7493
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:stop --app myapp --process-type run \u001b[22m\u001b[39m\u001b[49m"
|
|
7570
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:info my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7494
7571
|
],
|
|
7495
7572
|
"flags": {
|
|
7496
|
-
"
|
|
7497
|
-
"
|
|
7498
|
-
"
|
|
7499
|
-
"
|
|
7500
|
-
"
|
|
7501
|
-
"hasDynamicHelp": false,
|
|
7502
|
-
"multiple": false,
|
|
7503
|
-
"type": "option"
|
|
7504
|
-
},
|
|
7505
|
-
"dyno-name": {
|
|
7506
|
-
"char": "d",
|
|
7507
|
-
"description": "name of the dyno to stop",
|
|
7508
|
-
"name": "dyno-name",
|
|
7509
|
-
"hasDynamicHelp": false,
|
|
7510
|
-
"multiple": false,
|
|
7511
|
-
"type": "option"
|
|
7512
|
-
},
|
|
7513
|
-
"process-type": {
|
|
7514
|
-
"char": "p",
|
|
7515
|
-
"description": "name of the process type to stop",
|
|
7516
|
-
"exclusive": [
|
|
7517
|
-
"dyno-name"
|
|
7518
|
-
],
|
|
7519
|
-
"name": "process-type",
|
|
7520
|
-
"hasDynamicHelp": false,
|
|
7521
|
-
"multiple": false,
|
|
7522
|
-
"type": "option"
|
|
7573
|
+
"json": {
|
|
7574
|
+
"description": "output in json format",
|
|
7575
|
+
"name": "json",
|
|
7576
|
+
"allowNo": false,
|
|
7577
|
+
"type": "boolean"
|
|
7523
7578
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"
|
|
7526
|
-
"
|
|
7527
|
-
"name": "
|
|
7528
|
-
"
|
|
7529
|
-
"
|
|
7530
|
-
"type": "option"
|
|
7579
|
+
"with-owners": {
|
|
7580
|
+
"description": "shows owner of every app",
|
|
7581
|
+
"hidden": true,
|
|
7582
|
+
"name": "with-owners",
|
|
7583
|
+
"allowNo": false,
|
|
7584
|
+
"type": "boolean"
|
|
7531
7585
|
}
|
|
7532
7586
|
},
|
|
7533
7587
|
"hasDynamicHelp": false,
|
|
7534
|
-
"hiddenAliases": [
|
|
7535
|
-
|
|
7536
|
-
"kill"
|
|
7537
|
-
],
|
|
7538
|
-
"id": "ps:stop",
|
|
7588
|
+
"hiddenAliases": [],
|
|
7589
|
+
"id": "pipelines:info",
|
|
7539
7590
|
"pluginAlias": "heroku",
|
|
7540
7591
|
"pluginName": "heroku",
|
|
7541
7592
|
"pluginType": "core",
|
|
7542
7593
|
"strict": true,
|
|
7543
|
-
"topic": "ps",
|
|
7544
7594
|
"isESM": true,
|
|
7545
7595
|
"relativePath": [
|
|
7546
7596
|
"lib",
|
|
7547
7597
|
"commands",
|
|
7548
|
-
"
|
|
7549
|
-
"
|
|
7598
|
+
"pipelines",
|
|
7599
|
+
"info.js"
|
|
7550
7600
|
]
|
|
7551
7601
|
},
|
|
7552
|
-
"
|
|
7553
|
-
"aliases": [
|
|
7554
|
-
|
|
7555
|
-
"
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
"flags": {
|
|
7560
|
-
"app": {
|
|
7561
|
-
"char": "a",
|
|
7562
|
-
"description": "app to run command against",
|
|
7563
|
-
"name": "app",
|
|
7564
|
-
"required": true,
|
|
7565
|
-
"hasDynamicHelp": false,
|
|
7566
|
-
"multiple": false,
|
|
7567
|
-
"type": "option"
|
|
7568
|
-
},
|
|
7569
|
-
"remote": {
|
|
7570
|
-
"char": "r",
|
|
7571
|
-
"description": "git remote of app to use",
|
|
7572
|
-
"name": "remote",
|
|
7573
|
-
"hasDynamicHelp": false,
|
|
7574
|
-
"multiple": false,
|
|
7575
|
-
"type": "option"
|
|
7602
|
+
"pipelines:open": {
|
|
7603
|
+
"aliases": [],
|
|
7604
|
+
"args": {
|
|
7605
|
+
"pipeline": {
|
|
7606
|
+
"description": "name of pipeline",
|
|
7607
|
+
"name": "pipeline",
|
|
7608
|
+
"required": true
|
|
7576
7609
|
}
|
|
7577
7610
|
},
|
|
7578
|
-
"
|
|
7579
|
-
"
|
|
7580
|
-
"
|
|
7581
|
-
"dyno:type"
|
|
7611
|
+
"description": "open a pipeline in dashboard",
|
|
7612
|
+
"examples": [
|
|
7613
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:open my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7582
7614
|
],
|
|
7583
|
-
"
|
|
7615
|
+
"flags": {},
|
|
7616
|
+
"hasDynamicHelp": false,
|
|
7617
|
+
"hiddenAliases": [],
|
|
7618
|
+
"id": "pipelines:open",
|
|
7584
7619
|
"pluginAlias": "heroku",
|
|
7585
7620
|
"pluginName": "heroku",
|
|
7586
7621
|
"pluginType": "core",
|
|
7587
|
-
"strict":
|
|
7622
|
+
"strict": true,
|
|
7588
7623
|
"isESM": true,
|
|
7589
7624
|
"relativePath": [
|
|
7590
7625
|
"lib",
|
|
7591
7626
|
"commands",
|
|
7592
|
-
"
|
|
7593
|
-
"
|
|
7627
|
+
"pipelines",
|
|
7628
|
+
"open.js"
|
|
7594
7629
|
]
|
|
7595
7630
|
},
|
|
7596
|
-
"
|
|
7631
|
+
"pipelines:promote": {
|
|
7597
7632
|
"aliases": [],
|
|
7598
7633
|
"args": {},
|
|
7599
|
-
"description": "
|
|
7634
|
+
"description": "promote the latest release of this app to its downstream app(s)",
|
|
7635
|
+
"examples": [
|
|
7636
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:promote -a my-app-staging \u001b[22m\u001b[39m\u001b[49m"
|
|
7637
|
+
],
|
|
7600
7638
|
"flags": {
|
|
7601
7639
|
"app": {
|
|
7602
7640
|
"char": "a",
|
|
@@ -7615,62 +7653,36 @@
|
|
|
7615
7653
|
"multiple": false,
|
|
7616
7654
|
"type": "option"
|
|
7617
7655
|
},
|
|
7618
|
-
"
|
|
7656
|
+
"to": {
|
|
7619
7657
|
"char": "t",
|
|
7620
|
-
"description": "
|
|
7621
|
-
"name": "
|
|
7622
|
-
"hasDynamicHelp": false,
|
|
7623
|
-
"multiple": false,
|
|
7624
|
-
"type": "option"
|
|
7625
|
-
},
|
|
7626
|
-
"wait-interval": {
|
|
7627
|
-
"char": "w",
|
|
7628
|
-
"description": "how frequently to poll in seconds (to avoid hitting Heroku API rate limits)",
|
|
7629
|
-
"name": "wait-interval",
|
|
7630
|
-
"default": 10,
|
|
7658
|
+
"description": "comma separated list of apps to promote to",
|
|
7659
|
+
"name": "to",
|
|
7631
7660
|
"hasDynamicHelp": false,
|
|
7632
7661
|
"multiple": false,
|
|
7633
7662
|
"type": "option"
|
|
7634
|
-
},
|
|
7635
|
-
"with-run": {
|
|
7636
|
-
"char": "R",
|
|
7637
|
-
"description": "whether to wait for one-off run dynos",
|
|
7638
|
-
"exclusive": [
|
|
7639
|
-
"type"
|
|
7640
|
-
],
|
|
7641
|
-
"name": "with-run",
|
|
7642
|
-
"allowNo": false,
|
|
7643
|
-
"type": "boolean"
|
|
7644
7663
|
}
|
|
7645
7664
|
},
|
|
7646
7665
|
"hasDynamicHelp": false,
|
|
7647
7666
|
"hiddenAliases": [],
|
|
7648
|
-
"id": "
|
|
7667
|
+
"id": "pipelines:promote",
|
|
7649
7668
|
"pluginAlias": "heroku",
|
|
7650
7669
|
"pluginName": "heroku",
|
|
7651
7670
|
"pluginType": "core",
|
|
7652
7671
|
"strict": true,
|
|
7653
|
-
"topic": "ps",
|
|
7654
7672
|
"isESM": true,
|
|
7655
7673
|
"relativePath": [
|
|
7656
7674
|
"lib",
|
|
7657
7675
|
"commands",
|
|
7658
|
-
"
|
|
7659
|
-
"
|
|
7676
|
+
"pipelines",
|
|
7677
|
+
"promote.js"
|
|
7660
7678
|
]
|
|
7661
7679
|
},
|
|
7662
|
-
"pipelines:
|
|
7680
|
+
"pipelines:remove": {
|
|
7663
7681
|
"aliases": [],
|
|
7664
|
-
"args": {
|
|
7665
|
-
|
|
7666
|
-
"description": "name of pipeline",
|
|
7667
|
-
"name": "pipeline",
|
|
7668
|
-
"required": true
|
|
7669
|
-
}
|
|
7670
|
-
},
|
|
7671
|
-
"description": "add this app to a pipeline\nThe app and pipeline names must be specified.\nThe stage of the app will be guessed based on its name if not specified.",
|
|
7682
|
+
"args": {},
|
|
7683
|
+
"description": "remove this app from its pipeline",
|
|
7672
7684
|
"examples": [
|
|
7673
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:
|
|
7685
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:remove -a my-app \u001b[22m\u001b[39m\u001b[49m"
|
|
7674
7686
|
],
|
|
7675
7687
|
"flags": {
|
|
7676
7688
|
"app": {
|
|
@@ -7689,19 +7701,11 @@
|
|
|
7689
7701
|
"hasDynamicHelp": false,
|
|
7690
7702
|
"multiple": false,
|
|
7691
7703
|
"type": "option"
|
|
7692
|
-
},
|
|
7693
|
-
"stage": {
|
|
7694
|
-
"char": "s",
|
|
7695
|
-
"description": "stage of first app in pipeline",
|
|
7696
|
-
"name": "stage",
|
|
7697
|
-
"hasDynamicHelp": false,
|
|
7698
|
-
"multiple": false,
|
|
7699
|
-
"type": "option"
|
|
7700
7704
|
}
|
|
7701
7705
|
},
|
|
7702
7706
|
"hasDynamicHelp": false,
|
|
7703
7707
|
"hiddenAliases": [],
|
|
7704
|
-
"id": "pipelines:
|
|
7708
|
+
"id": "pipelines:remove",
|
|
7705
7709
|
"pluginAlias": "heroku",
|
|
7706
7710
|
"pluginName": "heroku",
|
|
7707
7711
|
"pluginType": "core",
|
|
@@ -7711,36 +7715,31 @@
|
|
|
7711
7715
|
"lib",
|
|
7712
7716
|
"commands",
|
|
7713
7717
|
"pipelines",
|
|
7714
|
-
"
|
|
7718
|
+
"remove.js"
|
|
7715
7719
|
]
|
|
7716
7720
|
},
|
|
7717
|
-
"pipelines:
|
|
7721
|
+
"pipelines:rename": {
|
|
7718
7722
|
"aliases": [],
|
|
7719
7723
|
"args": {
|
|
7724
|
+
"pipeline": {
|
|
7725
|
+
"description": "name of pipeline to rename",
|
|
7726
|
+
"name": "pipeline",
|
|
7727
|
+
"required": true
|
|
7728
|
+
},
|
|
7720
7729
|
"name": {
|
|
7721
|
-
"description": "name of pipeline",
|
|
7730
|
+
"description": "new name of pipeline",
|
|
7722
7731
|
"name": "name",
|
|
7723
7732
|
"required": true
|
|
7724
7733
|
}
|
|
7725
7734
|
},
|
|
7726
|
-
"description": "
|
|
7735
|
+
"description": "rename a pipeline",
|
|
7727
7736
|
"examples": [
|
|
7728
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:
|
|
7737
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:rename my-pipeline new-pipeline-name \u001b[22m\u001b[39m\u001b[49m"
|
|
7729
7738
|
],
|
|
7730
|
-
"flags": {
|
|
7731
|
-
"repo": {
|
|
7732
|
-
"char": "r",
|
|
7733
|
-
"description": "the GitHub repository to connect to",
|
|
7734
|
-
"name": "repo",
|
|
7735
|
-
"required": true,
|
|
7736
|
-
"hasDynamicHelp": false,
|
|
7737
|
-
"multiple": false,
|
|
7738
|
-
"type": "option"
|
|
7739
|
-
}
|
|
7740
|
-
},
|
|
7739
|
+
"flags": {},
|
|
7741
7740
|
"hasDynamicHelp": false,
|
|
7742
7741
|
"hiddenAliases": [],
|
|
7743
|
-
"id": "pipelines:
|
|
7742
|
+
"id": "pipelines:rename",
|
|
7744
7743
|
"pluginAlias": "heroku",
|
|
7745
7744
|
"pluginName": "heroku",
|
|
7746
7745
|
"pluginType": "core",
|
|
@@ -7750,61 +7749,47 @@
|
|
|
7750
7749
|
"lib",
|
|
7751
7750
|
"commands",
|
|
7752
7751
|
"pipelines",
|
|
7753
|
-
"
|
|
7752
|
+
"rename.js"
|
|
7754
7753
|
]
|
|
7755
7754
|
},
|
|
7756
|
-
"pipelines:
|
|
7755
|
+
"pipelines:setup": {
|
|
7757
7756
|
"aliases": [],
|
|
7758
7757
|
"args": {
|
|
7759
7758
|
"name": {
|
|
7760
|
-
"description": "name of pipeline
|
|
7759
|
+
"description": "name of pipeline",
|
|
7761
7760
|
"name": "name",
|
|
7762
7761
|
"required": false
|
|
7762
|
+
},
|
|
7763
|
+
"repo": {
|
|
7764
|
+
"description": "a GitHub repository to connect the pipeline to",
|
|
7765
|
+
"name": "repo",
|
|
7766
|
+
"required": false
|
|
7763
7767
|
}
|
|
7764
7768
|
},
|
|
7765
|
-
"description": "
|
|
7769
|
+
"description": "bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo)",
|
|
7766
7770
|
"examples": [
|
|
7767
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:
|
|
7768
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:create my-pipeline -a my-app-staging \u001b[22m\u001b[39m\u001b[49m"
|
|
7771
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team \u001b[22m\u001b[39m\u001b[49m"
|
|
7769
7772
|
],
|
|
7770
7773
|
"flags": {
|
|
7771
|
-
"app": {
|
|
7772
|
-
"char": "a",
|
|
7773
|
-
"description": "app to run command against",
|
|
7774
|
-
"name": "app",
|
|
7775
|
-
"required": true,
|
|
7776
|
-
"hasDynamicHelp": false,
|
|
7777
|
-
"multiple": false,
|
|
7778
|
-
"type": "option"
|
|
7779
|
-
},
|
|
7780
|
-
"remote": {
|
|
7781
|
-
"char": "r",
|
|
7782
|
-
"description": "git remote of app to use",
|
|
7783
|
-
"name": "remote",
|
|
7784
|
-
"hasDynamicHelp": false,
|
|
7785
|
-
"multiple": false,
|
|
7786
|
-
"type": "option"
|
|
7787
|
-
},
|
|
7788
|
-
"stage": {
|
|
7789
|
-
"char": "s",
|
|
7790
|
-
"description": "stage of first app in pipeline",
|
|
7791
|
-
"name": "stage",
|
|
7792
|
-
"hasDynamicHelp": false,
|
|
7793
|
-
"multiple": false,
|
|
7794
|
-
"type": "option"
|
|
7795
|
-
},
|
|
7796
7774
|
"team": {
|
|
7797
7775
|
"char": "t",
|
|
7798
|
-
"description": "the team
|
|
7776
|
+
"description": "the team to assign pipeline ownership to (defaults to current user)",
|
|
7799
7777
|
"name": "team",
|
|
7800
7778
|
"hasDynamicHelp": false,
|
|
7801
7779
|
"multiple": false,
|
|
7802
7780
|
"type": "option"
|
|
7781
|
+
},
|
|
7782
|
+
"yes": {
|
|
7783
|
+
"char": "y",
|
|
7784
|
+
"description": "accept all default settings without prompting",
|
|
7785
|
+
"name": "yes",
|
|
7786
|
+
"allowNo": false,
|
|
7787
|
+
"type": "boolean"
|
|
7803
7788
|
}
|
|
7804
7789
|
},
|
|
7805
7790
|
"hasDynamicHelp": false,
|
|
7806
7791
|
"hiddenAliases": [],
|
|
7807
|
-
"id": "pipelines:
|
|
7792
|
+
"id": "pipelines:setup",
|
|
7808
7793
|
"pluginAlias": "heroku",
|
|
7809
7794
|
"pluginName": "heroku",
|
|
7810
7795
|
"pluginType": "core",
|
|
@@ -7814,26 +7799,44 @@
|
|
|
7814
7799
|
"lib",
|
|
7815
7800
|
"commands",
|
|
7816
7801
|
"pipelines",
|
|
7817
|
-
"
|
|
7802
|
+
"setup.js"
|
|
7818
7803
|
]
|
|
7819
7804
|
},
|
|
7820
|
-
"pipelines:
|
|
7805
|
+
"pipelines:transfer": {
|
|
7821
7806
|
"aliases": [],
|
|
7822
7807
|
"args": {
|
|
7823
|
-
"
|
|
7824
|
-
"description": "
|
|
7825
|
-
"name": "
|
|
7808
|
+
"owner": {
|
|
7809
|
+
"description": "the owner to transfer the pipeline to",
|
|
7810
|
+
"name": "owner",
|
|
7826
7811
|
"required": true
|
|
7827
7812
|
}
|
|
7828
7813
|
},
|
|
7829
|
-
"description": "
|
|
7814
|
+
"description": "transfer ownership of a pipeline",
|
|
7830
7815
|
"examples": [
|
|
7831
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:
|
|
7816
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:transfer admin@example.com -p my-pipeline \u001b[22m\u001b[39m\u001b[49m",
|
|
7817
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:transfer admin-team -p my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7832
7818
|
],
|
|
7833
|
-
"flags": {
|
|
7819
|
+
"flags": {
|
|
7820
|
+
"confirm": {
|
|
7821
|
+
"char": "c",
|
|
7822
|
+
"name": "confirm",
|
|
7823
|
+
"hasDynamicHelp": false,
|
|
7824
|
+
"multiple": false,
|
|
7825
|
+
"type": "option"
|
|
7826
|
+
},
|
|
7827
|
+
"pipeline": {
|
|
7828
|
+
"char": "p",
|
|
7829
|
+
"description": "name of pipeline",
|
|
7830
|
+
"name": "pipeline",
|
|
7831
|
+
"required": true,
|
|
7832
|
+
"hasDynamicHelp": false,
|
|
7833
|
+
"multiple": false,
|
|
7834
|
+
"type": "option"
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7834
7837
|
"hasDynamicHelp": false,
|
|
7835
7838
|
"hiddenAliases": [],
|
|
7836
|
-
"id": "pipelines:
|
|
7839
|
+
"id": "pipelines:transfer",
|
|
7837
7840
|
"pluginAlias": "heroku",
|
|
7838
7841
|
"pluginName": "heroku",
|
|
7839
7842
|
"pluginType": "core",
|
|
@@ -7843,15 +7846,15 @@
|
|
|
7843
7846
|
"lib",
|
|
7844
7847
|
"commands",
|
|
7845
7848
|
"pipelines",
|
|
7846
|
-
"
|
|
7849
|
+
"transfer.js"
|
|
7847
7850
|
]
|
|
7848
7851
|
},
|
|
7849
|
-
"pipelines:
|
|
7852
|
+
"pipelines:update": {
|
|
7850
7853
|
"aliases": [],
|
|
7851
7854
|
"args": {},
|
|
7852
|
-
"description": "
|
|
7855
|
+
"description": "update the app's stage in a pipeline",
|
|
7853
7856
|
"examples": [
|
|
7854
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:
|
|
7857
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:update -s staging -a my-app \u001b[22m\u001b[39m\u001b[49m"
|
|
7855
7858
|
],
|
|
7856
7859
|
"flags": {
|
|
7857
7860
|
"app": {
|
|
@@ -7870,11 +7873,20 @@
|
|
|
7870
7873
|
"hasDynamicHelp": false,
|
|
7871
7874
|
"multiple": false,
|
|
7872
7875
|
"type": "option"
|
|
7876
|
+
},
|
|
7877
|
+
"stage": {
|
|
7878
|
+
"char": "s",
|
|
7879
|
+
"description": "new stage of app",
|
|
7880
|
+
"name": "stage",
|
|
7881
|
+
"required": true,
|
|
7882
|
+
"hasDynamicHelp": false,
|
|
7883
|
+
"multiple": false,
|
|
7884
|
+
"type": "option"
|
|
7873
7885
|
}
|
|
7874
7886
|
},
|
|
7875
7887
|
"hasDynamicHelp": false,
|
|
7876
7888
|
"hiddenAliases": [],
|
|
7877
|
-
"id": "pipelines:
|
|
7889
|
+
"id": "pipelines:update",
|
|
7878
7890
|
"pluginAlias": "heroku",
|
|
7879
7891
|
"pluginName": "heroku",
|
|
7880
7892
|
"pluginType": "core",
|
|
@@ -7884,117 +7896,82 @@
|
|
|
7884
7896
|
"lib",
|
|
7885
7897
|
"commands",
|
|
7886
7898
|
"pipelines",
|
|
7887
|
-
"
|
|
7899
|
+
"update.js"
|
|
7888
7900
|
]
|
|
7889
7901
|
},
|
|
7890
|
-
"
|
|
7902
|
+
"ps": {
|
|
7891
7903
|
"aliases": [],
|
|
7892
7904
|
"args": {},
|
|
7893
|
-
"description": "list
|
|
7905
|
+
"description": "list dynos for an app",
|
|
7894
7906
|
"examples": [
|
|
7895
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7907
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps \u001b[22m\u001b[39m\u001b[49m\n=== run: one-off dyno\nrun.1: up for 5m: bash\n=== web: bundle exec thin start -p $PORT\nweb.1: created for 30s\n",
|
|
7908
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps run \u001b[22m\u001b[39m\u001b[49m # specifying types\n=== run: one-off dyno\nrun.1: up for 5m: bash\n"
|
|
7896
7909
|
],
|
|
7897
7910
|
"flags": {
|
|
7898
|
-
"
|
|
7899
|
-
"
|
|
7900
|
-
"
|
|
7911
|
+
"app": {
|
|
7912
|
+
"char": "a",
|
|
7913
|
+
"description": "app to run command against",
|
|
7914
|
+
"name": "app",
|
|
7915
|
+
"required": true,
|
|
7916
|
+
"hasDynamicHelp": false,
|
|
7917
|
+
"multiple": false,
|
|
7918
|
+
"type": "option"
|
|
7919
|
+
},
|
|
7920
|
+
"extended": {
|
|
7921
|
+
"char": "x",
|
|
7922
|
+
"hidden": true,
|
|
7923
|
+
"name": "extended",
|
|
7901
7924
|
"allowNo": false,
|
|
7902
7925
|
"type": "boolean"
|
|
7903
|
-
}
|
|
7904
|
-
},
|
|
7905
|
-
"hasDynamicHelp": false,
|
|
7906
|
-
"hiddenAliases": [],
|
|
7907
|
-
"id": "pipelines",
|
|
7908
|
-
"pluginAlias": "heroku",
|
|
7909
|
-
"pluginName": "heroku",
|
|
7910
|
-
"pluginType": "core",
|
|
7911
|
-
"strict": true,
|
|
7912
|
-
"isESM": true,
|
|
7913
|
-
"relativePath": [
|
|
7914
|
-
"lib",
|
|
7915
|
-
"commands",
|
|
7916
|
-
"pipelines",
|
|
7917
|
-
"index.js"
|
|
7918
|
-
]
|
|
7919
|
-
},
|
|
7920
|
-
"pipelines:info": {
|
|
7921
|
-
"aliases": [],
|
|
7922
|
-
"args": {
|
|
7923
|
-
"pipeline": {
|
|
7924
|
-
"description": "pipeline to show list of apps for",
|
|
7925
|
-
"name": "pipeline",
|
|
7926
|
-
"required": true
|
|
7927
|
-
}
|
|
7928
|
-
},
|
|
7929
|
-
"description": "show list of apps in a pipeline",
|
|
7930
|
-
"examples": [
|
|
7931
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:info my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7932
|
-
],
|
|
7933
|
-
"flags": {
|
|
7926
|
+
},
|
|
7934
7927
|
"json": {
|
|
7935
|
-
"description": "
|
|
7928
|
+
"description": "display as json",
|
|
7936
7929
|
"name": "json",
|
|
7937
7930
|
"allowNo": false,
|
|
7938
7931
|
"type": "boolean"
|
|
7939
7932
|
},
|
|
7940
|
-
"
|
|
7941
|
-
"
|
|
7942
|
-
"
|
|
7943
|
-
"name": "
|
|
7944
|
-
"
|
|
7945
|
-
"
|
|
7933
|
+
"remote": {
|
|
7934
|
+
"char": "r",
|
|
7935
|
+
"description": "git remote of app to use",
|
|
7936
|
+
"name": "remote",
|
|
7937
|
+
"hasDynamicHelp": false,
|
|
7938
|
+
"multiple": false,
|
|
7939
|
+
"type": "option"
|
|
7946
7940
|
}
|
|
7947
7941
|
},
|
|
7948
7942
|
"hasDynamicHelp": false,
|
|
7949
7943
|
"hiddenAliases": [],
|
|
7950
|
-
"id": "
|
|
7944
|
+
"id": "ps",
|
|
7951
7945
|
"pluginAlias": "heroku",
|
|
7952
7946
|
"pluginName": "heroku",
|
|
7953
7947
|
"pluginType": "core",
|
|
7954
|
-
"strict":
|
|
7948
|
+
"strict": false,
|
|
7949
|
+
"usage": "ps [TYPE [TYPE ...]]",
|
|
7950
|
+
"topic": "ps",
|
|
7955
7951
|
"isESM": true,
|
|
7956
7952
|
"relativePath": [
|
|
7957
7953
|
"lib",
|
|
7958
7954
|
"commands",
|
|
7959
|
-
"
|
|
7960
|
-
"
|
|
7955
|
+
"ps",
|
|
7956
|
+
"index.js"
|
|
7961
7957
|
]
|
|
7962
7958
|
},
|
|
7963
|
-
"
|
|
7964
|
-
"aliases": [
|
|
7959
|
+
"ps:restart": {
|
|
7960
|
+
"aliases": [
|
|
7961
|
+
"dyno:restart"
|
|
7962
|
+
],
|
|
7965
7963
|
"args": {
|
|
7966
|
-
"
|
|
7967
|
-
"description": "name of
|
|
7968
|
-
"name": "
|
|
7969
|
-
"required":
|
|
7964
|
+
"dyno": {
|
|
7965
|
+
"description": "name of the dyno to restart",
|
|
7966
|
+
"name": "dyno",
|
|
7967
|
+
"required": false
|
|
7970
7968
|
}
|
|
7971
7969
|
},
|
|
7972
|
-
"description": "
|
|
7973
|
-
"examples": [
|
|
7974
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:open my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
7975
|
-
],
|
|
7976
|
-
"flags": {},
|
|
7977
|
-
"hasDynamicHelp": false,
|
|
7978
|
-
"hiddenAliases": [],
|
|
7979
|
-
"id": "pipelines:open",
|
|
7980
|
-
"pluginAlias": "heroku",
|
|
7981
|
-
"pluginName": "heroku",
|
|
7982
|
-
"pluginType": "core",
|
|
7983
|
-
"strict": true,
|
|
7984
|
-
"isESM": true,
|
|
7985
|
-
"relativePath": [
|
|
7986
|
-
"lib",
|
|
7987
|
-
"commands",
|
|
7988
|
-
"pipelines",
|
|
7989
|
-
"open.js"
|
|
7990
|
-
]
|
|
7991
|
-
},
|
|
7992
|
-
"pipelines:promote": {
|
|
7993
|
-
"aliases": [],
|
|
7994
|
-
"args": {},
|
|
7995
|
-
"description": "promote the latest release of this app to its downstream app(s)",
|
|
7970
|
+
"description": "restart an app dyno or process type\nif neither --dyno nor --type are specified, restarts all dynos on app\n",
|
|
7996
7971
|
"examples": [
|
|
7997
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
7972
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:restart --app myapp --dyno-name web.1 \u001b[22m\u001b[39m\u001b[49m",
|
|
7973
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:restart --app myapp --process-type web \u001b[22m\u001b[39m\u001b[49m",
|
|
7974
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:restart --app myapp \u001b[22m\u001b[39m\u001b[49m"
|
|
7998
7975
|
],
|
|
7999
7976
|
"flags": {
|
|
8000
7977
|
"app": {
|
|
@@ -8006,44 +7983,61 @@
|
|
|
8006
7983
|
"multiple": false,
|
|
8007
7984
|
"type": "option"
|
|
8008
7985
|
},
|
|
8009
|
-
"
|
|
8010
|
-
"char": "
|
|
8011
|
-
"description": "
|
|
8012
|
-
"name": "
|
|
7986
|
+
"dyno-name": {
|
|
7987
|
+
"char": "d",
|
|
7988
|
+
"description": "name of the dyno to restart",
|
|
7989
|
+
"name": "dyno-name",
|
|
7990
|
+
"hasDynamicHelp": false,
|
|
7991
|
+
"multiple": false,
|
|
7992
|
+
"type": "option"
|
|
7993
|
+
},
|
|
7994
|
+
"process-type": {
|
|
7995
|
+
"char": "p",
|
|
7996
|
+
"description": "name of the process type to restart",
|
|
7997
|
+
"exclusive": [
|
|
7998
|
+
"dyno-name"
|
|
7999
|
+
],
|
|
8000
|
+
"name": "process-type",
|
|
8013
8001
|
"hasDynamicHelp": false,
|
|
8014
8002
|
"multiple": false,
|
|
8015
8003
|
"type": "option"
|
|
8016
8004
|
},
|
|
8017
|
-
"
|
|
8018
|
-
"char": "
|
|
8019
|
-
"description": "
|
|
8020
|
-
"name": "
|
|
8005
|
+
"remote": {
|
|
8006
|
+
"char": "r",
|
|
8007
|
+
"description": "git remote of app to use",
|
|
8008
|
+
"name": "remote",
|
|
8021
8009
|
"hasDynamicHelp": false,
|
|
8022
8010
|
"multiple": false,
|
|
8023
8011
|
"type": "option"
|
|
8024
8012
|
}
|
|
8025
8013
|
},
|
|
8026
8014
|
"hasDynamicHelp": false,
|
|
8027
|
-
"hiddenAliases": [
|
|
8028
|
-
|
|
8015
|
+
"hiddenAliases": [
|
|
8016
|
+
"restart"
|
|
8017
|
+
],
|
|
8018
|
+
"id": "ps:restart",
|
|
8029
8019
|
"pluginAlias": "heroku",
|
|
8030
8020
|
"pluginName": "heroku",
|
|
8031
8021
|
"pluginType": "core",
|
|
8032
8022
|
"strict": true,
|
|
8023
|
+
"topic": "ps",
|
|
8033
8024
|
"isESM": true,
|
|
8034
8025
|
"relativePath": [
|
|
8035
8026
|
"lib",
|
|
8036
8027
|
"commands",
|
|
8037
|
-
"
|
|
8038
|
-
"
|
|
8028
|
+
"ps",
|
|
8029
|
+
"restart.js"
|
|
8039
8030
|
]
|
|
8040
8031
|
},
|
|
8041
|
-
"
|
|
8042
|
-
"aliases": [
|
|
8032
|
+
"ps:scale": {
|
|
8033
|
+
"aliases": [
|
|
8034
|
+
"dyno:scale"
|
|
8035
|
+
],
|
|
8043
8036
|
"args": {},
|
|
8044
|
-
"description": "
|
|
8037
|
+
"description": "scale dyno quantity up or down\nAppending a size (eg. web=2:Standard-2X) allows simultaneous scaling and resizing.\n\nOmitting any arguments will display the app's current dyno formation, in a\nformat suitable for passing back into ps:scale.\n",
|
|
8045
8038
|
"examples": [
|
|
8046
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
8039
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:scale web=3:Standard-2X worker+1 --app APP \u001b[22m\u001b[39m\u001b[49m\nScaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n",
|
|
8040
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:scale --app APP \u001b[22m\u001b[39m\u001b[49m\nweb=3:Standard-2X worker=1:Standard-1X\n"
|
|
8047
8041
|
],
|
|
8048
8042
|
"flags": {
|
|
8049
8043
|
"app": {
|
|
@@ -8065,158 +8059,145 @@
|
|
|
8065
8059
|
}
|
|
8066
8060
|
},
|
|
8067
8061
|
"hasDynamicHelp": false,
|
|
8068
|
-
"hiddenAliases": [
|
|
8069
|
-
|
|
8070
|
-
"pluginAlias": "heroku",
|
|
8071
|
-
"pluginName": "heroku",
|
|
8072
|
-
"pluginType": "core",
|
|
8073
|
-
"strict": true,
|
|
8074
|
-
"isESM": true,
|
|
8075
|
-
"relativePath": [
|
|
8076
|
-
"lib",
|
|
8077
|
-
"commands",
|
|
8078
|
-
"pipelines",
|
|
8079
|
-
"remove.js"
|
|
8080
|
-
]
|
|
8081
|
-
},
|
|
8082
|
-
"pipelines:rename": {
|
|
8083
|
-
"aliases": [],
|
|
8084
|
-
"args": {
|
|
8085
|
-
"pipeline": {
|
|
8086
|
-
"description": "name of pipeline to rename",
|
|
8087
|
-
"name": "pipeline",
|
|
8088
|
-
"required": true
|
|
8089
|
-
},
|
|
8090
|
-
"name": {
|
|
8091
|
-
"description": "new name of pipeline",
|
|
8092
|
-
"name": "name",
|
|
8093
|
-
"required": true
|
|
8094
|
-
}
|
|
8095
|
-
},
|
|
8096
|
-
"description": "rename a pipeline",
|
|
8097
|
-
"examples": [
|
|
8098
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:rename my-pipeline new-pipeline-name \u001b[22m\u001b[39m\u001b[49m"
|
|
8062
|
+
"hiddenAliases": [
|
|
8063
|
+
"scale"
|
|
8099
8064
|
],
|
|
8100
|
-
"
|
|
8101
|
-
"hasDynamicHelp": false,
|
|
8102
|
-
"hiddenAliases": [],
|
|
8103
|
-
"id": "pipelines:rename",
|
|
8065
|
+
"id": "ps:scale",
|
|
8104
8066
|
"pluginAlias": "heroku",
|
|
8105
8067
|
"pluginName": "heroku",
|
|
8106
8068
|
"pluginType": "core",
|
|
8107
|
-
"strict":
|
|
8069
|
+
"strict": false,
|
|
8108
8070
|
"isESM": true,
|
|
8109
8071
|
"relativePath": [
|
|
8110
8072
|
"lib",
|
|
8111
8073
|
"commands",
|
|
8112
|
-
"
|
|
8113
|
-
"
|
|
8074
|
+
"ps",
|
|
8075
|
+
"scale.js"
|
|
8114
8076
|
]
|
|
8115
8077
|
},
|
|
8116
|
-
"
|
|
8117
|
-
"aliases": [
|
|
8078
|
+
"ps:stop": {
|
|
8079
|
+
"aliases": [
|
|
8080
|
+
"dyno:stop",
|
|
8081
|
+
"ps:kill",
|
|
8082
|
+
"dyno:kill"
|
|
8083
|
+
],
|
|
8118
8084
|
"args": {
|
|
8119
|
-
"
|
|
8120
|
-
"description": "name of
|
|
8121
|
-
"name": "
|
|
8122
|
-
"required": false
|
|
8123
|
-
},
|
|
8124
|
-
"repo": {
|
|
8125
|
-
"description": "a GitHub repository to connect the pipeline to",
|
|
8126
|
-
"name": "repo",
|
|
8085
|
+
"dyno": {
|
|
8086
|
+
"description": "name of the dyno to stop",
|
|
8087
|
+
"name": "dyno",
|
|
8127
8088
|
"required": false
|
|
8128
8089
|
}
|
|
8129
8090
|
},
|
|
8130
|
-
"description": "
|
|
8091
|
+
"description": "stop an app dyno or process type",
|
|
8131
8092
|
"examples": [
|
|
8132
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
8093
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:stop --app myapp --dyno-name run.1828 \u001b[22m\u001b[39m\u001b[49m",
|
|
8094
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ps:stop --app myapp --process-type run \u001b[22m\u001b[39m\u001b[49m"
|
|
8133
8095
|
],
|
|
8134
8096
|
"flags": {
|
|
8135
|
-
"
|
|
8136
|
-
"char": "
|
|
8137
|
-
"description": "
|
|
8138
|
-
"name": "
|
|
8097
|
+
"app": {
|
|
8098
|
+
"char": "a",
|
|
8099
|
+
"description": "app to run command against",
|
|
8100
|
+
"name": "app",
|
|
8101
|
+
"required": true,
|
|
8139
8102
|
"hasDynamicHelp": false,
|
|
8140
8103
|
"multiple": false,
|
|
8141
8104
|
"type": "option"
|
|
8142
8105
|
},
|
|
8143
|
-
"
|
|
8144
|
-
"char": "
|
|
8145
|
-
"description": "
|
|
8146
|
-
"name": "
|
|
8147
|
-
"
|
|
8148
|
-
"
|
|
8106
|
+
"dyno-name": {
|
|
8107
|
+
"char": "d",
|
|
8108
|
+
"description": "name of the dyno to stop",
|
|
8109
|
+
"name": "dyno-name",
|
|
8110
|
+
"hasDynamicHelp": false,
|
|
8111
|
+
"multiple": false,
|
|
8112
|
+
"type": "option"
|
|
8113
|
+
},
|
|
8114
|
+
"process-type": {
|
|
8115
|
+
"char": "p",
|
|
8116
|
+
"description": "name of the process type to stop",
|
|
8117
|
+
"exclusive": [
|
|
8118
|
+
"dyno-name"
|
|
8119
|
+
],
|
|
8120
|
+
"name": "process-type",
|
|
8121
|
+
"hasDynamicHelp": false,
|
|
8122
|
+
"multiple": false,
|
|
8123
|
+
"type": "option"
|
|
8124
|
+
},
|
|
8125
|
+
"remote": {
|
|
8126
|
+
"char": "r",
|
|
8127
|
+
"description": "git remote of app to use",
|
|
8128
|
+
"name": "remote",
|
|
8129
|
+
"hasDynamicHelp": false,
|
|
8130
|
+
"multiple": false,
|
|
8131
|
+
"type": "option"
|
|
8149
8132
|
}
|
|
8150
8133
|
},
|
|
8151
8134
|
"hasDynamicHelp": false,
|
|
8152
|
-
"hiddenAliases": [
|
|
8153
|
-
|
|
8135
|
+
"hiddenAliases": [
|
|
8136
|
+
"stop",
|
|
8137
|
+
"kill"
|
|
8138
|
+
],
|
|
8139
|
+
"id": "ps:stop",
|
|
8154
8140
|
"pluginAlias": "heroku",
|
|
8155
8141
|
"pluginName": "heroku",
|
|
8156
8142
|
"pluginType": "core",
|
|
8157
8143
|
"strict": true,
|
|
8144
|
+
"topic": "ps",
|
|
8158
8145
|
"isESM": true,
|
|
8159
8146
|
"relativePath": [
|
|
8160
8147
|
"lib",
|
|
8161
8148
|
"commands",
|
|
8162
|
-
"
|
|
8163
|
-
"
|
|
8149
|
+
"ps",
|
|
8150
|
+
"stop.js"
|
|
8164
8151
|
]
|
|
8165
8152
|
},
|
|
8166
|
-
"
|
|
8167
|
-
"aliases": [
|
|
8168
|
-
|
|
8169
|
-
"
|
|
8170
|
-
"description": "the owner to transfer the pipeline to",
|
|
8171
|
-
"name": "owner",
|
|
8172
|
-
"required": true
|
|
8173
|
-
}
|
|
8174
|
-
},
|
|
8175
|
-
"description": "transfer ownership of a pipeline",
|
|
8176
|
-
"examples": [
|
|
8177
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:transfer admin@example.com -p my-pipeline \u001b[22m\u001b[39m\u001b[49m",
|
|
8178
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:transfer admin-team -p my-pipeline \u001b[22m\u001b[39m\u001b[49m"
|
|
8153
|
+
"ps:type": {
|
|
8154
|
+
"aliases": [
|
|
8155
|
+
"ps:resize",
|
|
8156
|
+
"dyno:resize"
|
|
8179
8157
|
],
|
|
8158
|
+
"args": {},
|
|
8159
|
+
"description": "manage dyno sizes\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of eco|basic|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n",
|
|
8180
8160
|
"flags": {
|
|
8181
|
-
"
|
|
8182
|
-
"char": "
|
|
8183
|
-
"
|
|
8161
|
+
"app": {
|
|
8162
|
+
"char": "a",
|
|
8163
|
+
"description": "app to run command against",
|
|
8164
|
+
"name": "app",
|
|
8165
|
+
"required": true,
|
|
8184
8166
|
"hasDynamicHelp": false,
|
|
8185
8167
|
"multiple": false,
|
|
8186
8168
|
"type": "option"
|
|
8187
8169
|
},
|
|
8188
|
-
"
|
|
8189
|
-
"char": "
|
|
8190
|
-
"description": "
|
|
8191
|
-
"name": "
|
|
8192
|
-
"required": true,
|
|
8170
|
+
"remote": {
|
|
8171
|
+
"char": "r",
|
|
8172
|
+
"description": "git remote of app to use",
|
|
8173
|
+
"name": "remote",
|
|
8193
8174
|
"hasDynamicHelp": false,
|
|
8194
8175
|
"multiple": false,
|
|
8195
8176
|
"type": "option"
|
|
8196
8177
|
}
|
|
8197
8178
|
},
|
|
8198
8179
|
"hasDynamicHelp": false,
|
|
8199
|
-
"hiddenAliases": [
|
|
8200
|
-
|
|
8180
|
+
"hiddenAliases": [
|
|
8181
|
+
"resize",
|
|
8182
|
+
"dyno:type"
|
|
8183
|
+
],
|
|
8184
|
+
"id": "ps:type",
|
|
8201
8185
|
"pluginAlias": "heroku",
|
|
8202
8186
|
"pluginName": "heroku",
|
|
8203
8187
|
"pluginType": "core",
|
|
8204
|
-
"strict":
|
|
8188
|
+
"strict": false,
|
|
8205
8189
|
"isESM": true,
|
|
8206
8190
|
"relativePath": [
|
|
8207
8191
|
"lib",
|
|
8208
8192
|
"commands",
|
|
8209
|
-
"
|
|
8210
|
-
"
|
|
8193
|
+
"ps",
|
|
8194
|
+
"type.js"
|
|
8211
8195
|
]
|
|
8212
8196
|
},
|
|
8213
|
-
"
|
|
8197
|
+
"ps:wait": {
|
|
8214
8198
|
"aliases": [],
|
|
8215
8199
|
"args": {},
|
|
8216
|
-
"description": "
|
|
8217
|
-
"examples": [
|
|
8218
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pipelines:update -s staging -a my-app \u001b[22m\u001b[39m\u001b[49m"
|
|
8219
|
-
],
|
|
8200
|
+
"description": "wait for all dynos to be running latest version after a release",
|
|
8220
8201
|
"flags": {
|
|
8221
8202
|
"app": {
|
|
8222
8203
|
"char": "a",
|
|
@@ -8235,29 +8216,48 @@
|
|
|
8235
8216
|
"multiple": false,
|
|
8236
8217
|
"type": "option"
|
|
8237
8218
|
},
|
|
8238
|
-
"
|
|
8239
|
-
"char": "
|
|
8240
|
-
"description": "
|
|
8241
|
-
"name": "
|
|
8242
|
-
"
|
|
8219
|
+
"type": {
|
|
8220
|
+
"char": "t",
|
|
8221
|
+
"description": "wait for one specific dyno type",
|
|
8222
|
+
"name": "type",
|
|
8223
|
+
"hasDynamicHelp": false,
|
|
8224
|
+
"multiple": false,
|
|
8225
|
+
"type": "option"
|
|
8226
|
+
},
|
|
8227
|
+
"wait-interval": {
|
|
8228
|
+
"char": "w",
|
|
8229
|
+
"description": "how frequently to poll in seconds (to avoid hitting Heroku API rate limits)",
|
|
8230
|
+
"name": "wait-interval",
|
|
8231
|
+
"default": 10,
|
|
8243
8232
|
"hasDynamicHelp": false,
|
|
8244
8233
|
"multiple": false,
|
|
8245
8234
|
"type": "option"
|
|
8235
|
+
},
|
|
8236
|
+
"with-run": {
|
|
8237
|
+
"char": "R",
|
|
8238
|
+
"description": "whether to wait for one-off run dynos",
|
|
8239
|
+
"exclusive": [
|
|
8240
|
+
"type"
|
|
8241
|
+
],
|
|
8242
|
+
"name": "with-run",
|
|
8243
|
+
"allowNo": false,
|
|
8244
|
+
"type": "boolean"
|
|
8246
8245
|
}
|
|
8247
8246
|
},
|
|
8248
8247
|
"hasDynamicHelp": false,
|
|
8249
8248
|
"hiddenAliases": [],
|
|
8250
|
-
"id": "
|
|
8249
|
+
"id": "ps:wait",
|
|
8251
8250
|
"pluginAlias": "heroku",
|
|
8252
8251
|
"pluginName": "heroku",
|
|
8253
8252
|
"pluginType": "core",
|
|
8254
8253
|
"strict": true,
|
|
8254
|
+
"topic": "ps",
|
|
8255
8255
|
"isESM": true,
|
|
8256
8256
|
"relativePath": [
|
|
8257
8257
|
"lib",
|
|
8258
8258
|
"commands",
|
|
8259
|
-
"
|
|
8260
|
-
"
|
|
8259
|
+
"ps",
|
|
8260
|
+
"wait.js"
|
|
8261
8261
|
]
|
|
8262
8262
|
},
|
|
8263
8263
|
"releases": {
|
|
@@ -14194,5 +14194,5 @@
|
|
|
14194
14194
|
]
|
|
14195
14195
|
}
|
|
14196
14196
|
},
|
|
14197
|
-
"version": "11.0.0-alpha.
|
|
14197
|
+
"version": "11.0.0-alpha.15"
|
|
14198
14198
|
}
|