heroku 11.0.0-alpha.15 → 11.0.0-alpha.16

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.
@@ -20856,7 +20856,7 @@
20856
20856
  },
20857
20857
  "packages/cli": {
20858
20858
  "name": "heroku",
20859
- "version": "11.0.0-alpha.15",
20859
+ "version": "11.0.0-alpha.16",
20860
20860
  "license": "ISC",
20861
20861
  "dependencies": {
20862
20862
  "@heroku-cli/command": "^12.1.1",
@@ -387,6 +387,202 @@
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
+ },
390
586
  "accounts:add": {
391
587
  "aliases": [],
392
588
  "args": {
@@ -1171,247 +1367,51 @@
1171
1367
  "wait.js"
1172
1368
  ]
1173
1369
  },
1174
- "access:add": {
1370
+ "apps:create": {
1175
1371
  "aliases": [],
1176
1372
  "args": {
1177
- "email": {
1178
- "description": "email address of the team member",
1179
- "name": "email",
1180
- "required": true
1373
+ "app": {
1374
+ "description": "name of app to create",
1375
+ "name": "app",
1376
+ "required": false
1181
1377
  }
1182
1378
  },
1183
- "description": "add new users to your app",
1379
+ "description": "creates a new app",
1184
1380
  "examples": [
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"
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"
1187
1388
  ],
1188
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
+ },
1189
1397
  "app": {
1190
- "char": "a",
1191
- "description": "app to run command against",
1398
+ "hidden": true,
1192
1399
  "name": "app",
1193
- "required": true,
1194
1400
  "hasDynamicHelp": false,
1195
1401
  "multiple": false,
1196
1402
  "type": "option"
1197
1403
  },
1198
- "permissions": {
1199
- "char": "p",
1200
- "description": "list of permissions comma separated",
1201
- "name": "permissions",
1404
+ "buildpack": {
1405
+ "char": "b",
1406
+ "description": "buildpack url to use for this app",
1407
+ "name": "buildpack",
1202
1408
  "hasDynamicHelp": false,
1203
1409
  "multiple": false,
1204
1410
  "type": "option"
1205
1411
  },
1206
- "remote": {
1207
- "char": "r",
1208
- "description": "git remote of app to use",
1209
- "name": "remote",
1210
- "hasDynamicHelp": false,
1211
- "multiple": false,
1212
- "type": "option"
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",
1412
+ "features": {
1413
+ "hidden": true,
1414
+ "name": "features",
1415
1415
  "hasDynamicHelp": false,
1416
1416
  "multiple": false,
1417
1417
  "type": "option"
@@ -9742,44 +9742,6 @@
9742
9742
  "update.js"
9743
9743
  ]
9744
9744
  },
9745
- "usage:addons": {
9746
- "aliases": [],
9747
- "args": {},
9748
- "description": "list usage for metered add-ons attached to an app or apps within a team",
9749
- "flags": {
9750
- "app": {
9751
- "char": "a",
9752
- "description": "app to list metered add-ons usage for",
9753
- "name": "app",
9754
- "hasDynamicHelp": false,
9755
- "multiple": false,
9756
- "type": "option"
9757
- },
9758
- "team": {
9759
- "char": "t",
9760
- "description": "team to list metered add-ons usage for",
9761
- "name": "team",
9762
- "hasDynamicHelp": false,
9763
- "multiple": false,
9764
- "type": "option"
9765
- }
9766
- },
9767
- "hasDynamicHelp": false,
9768
- "hiddenAliases": [],
9769
- "id": "usage:addons",
9770
- "pluginAlias": "heroku",
9771
- "pluginName": "heroku",
9772
- "pluginType": "core",
9773
- "strict": true,
9774
- "topic": "usage",
9775
- "isESM": true,
9776
- "relativePath": [
9777
- "lib",
9778
- "commands",
9779
- "usage",
9780
- "addons.js"
9781
- ]
9782
- },
9783
9745
  "webhooks:add": {
9784
9746
  "aliases": [],
9785
9747
  "args": {},
@@ -10239,46 +10201,84 @@
10239
10201
  "remove.js"
10240
10202
  ]
10241
10203
  },
10242
- "apps:stacks": {
10204
+ "usage:addons": {
10243
10205
  "aliases": [],
10244
10206
  "args": {},
10245
- "description": "show the list of available stacks",
10207
+ "description": "list usage for metered add-ons attached to an app or apps within a team",
10246
10208
  "flags": {
10247
10209
  "app": {
10248
10210
  "char": "a",
10249
- "description": "app to run command against",
10211
+ "description": "app to list metered add-ons usage for",
10250
10212
  "name": "app",
10251
- "required": true,
10252
10213
  "hasDynamicHelp": false,
10253
10214
  "multiple": false,
10254
10215
  "type": "option"
10255
10216
  },
10256
- "remote": {
10257
- "char": "r",
10258
- "description": "git remote of app to use",
10259
- "name": "remote",
10217
+ "team": {
10218
+ "char": "t",
10219
+ "description": "team to list metered add-ons usage for",
10220
+ "name": "team",
10260
10221
  "hasDynamicHelp": false,
10261
10222
  "multiple": false,
10262
10223
  "type": "option"
10263
10224
  }
10264
10225
  },
10265
10226
  "hasDynamicHelp": false,
10266
- "hiddenAliases": [
10267
- "stack"
10268
- ],
10269
- "id": "apps:stacks",
10227
+ "hiddenAliases": [],
10228
+ "id": "usage:addons",
10270
10229
  "pluginAlias": "heroku",
10271
10230
  "pluginName": "heroku",
10272
10231
  "pluginType": "core",
10273
10232
  "strict": true,
10274
- "topic": "apps",
10233
+ "topic": "usage",
10275
10234
  "isESM": true,
10276
10235
  "relativePath": [
10277
10236
  "lib",
10278
10237
  "commands",
10279
- "apps",
10280
- "stacks",
10281
- "index.js"
10238
+ "usage",
10239
+ "addons.js"
10240
+ ]
10241
+ },
10242
+ "apps:stacks": {
10243
+ "aliases": [],
10244
+ "args": {},
10245
+ "description": "show the list of available stacks",
10246
+ "flags": {
10247
+ "app": {
10248
+ "char": "a",
10249
+ "description": "app to run command against",
10250
+ "name": "app",
10251
+ "required": true,
10252
+ "hasDynamicHelp": false,
10253
+ "multiple": false,
10254
+ "type": "option"
10255
+ },
10256
+ "remote": {
10257
+ "char": "r",
10258
+ "description": "git remote of app to use",
10259
+ "name": "remote",
10260
+ "hasDynamicHelp": false,
10261
+ "multiple": false,
10262
+ "type": "option"
10263
+ }
10264
+ },
10265
+ "hasDynamicHelp": false,
10266
+ "hiddenAliases": [
10267
+ "stack"
10268
+ ],
10269
+ "id": "apps:stacks",
10270
+ "pluginAlias": "heroku",
10271
+ "pluginName": "heroku",
10272
+ "pluginType": "core",
10273
+ "strict": true,
10274
+ "topic": "apps",
10275
+ "isESM": true,
10276
+ "relativePath": [
10277
+ "lib",
10278
+ "commands",
10279
+ "apps",
10280
+ "stacks",
10281
+ "index.js"
10282
10282
  ]
10283
10283
  },
10284
10284
  "apps:stacks:set": {
@@ -10560,231 +10560,6 @@
10560
10560
  "refresh.js"
10561
10561
  ]
10562
10562
  },
10563
- "ci:config:get": {
10564
- "aliases": [],
10565
- "args": {
10566
- "key": {
10567
- "description": "name of the config var key",
10568
- "name": "key",
10569
- "required": true
10570
- }
10571
- },
10572
- "description": "get a CI config var",
10573
- "examples": [
10574
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
10575
- ],
10576
- "flags": {
10577
- "app": {
10578
- "char": "a",
10579
- "description": "app to run command against",
10580
- "name": "app",
10581
- "hasDynamicHelp": false,
10582
- "multiple": false,
10583
- "type": "option"
10584
- },
10585
- "pipeline": {
10586
- "char": "p",
10587
- "description": "name of pipeline",
10588
- "name": "pipeline",
10589
- "hasDynamicHelp": false,
10590
- "multiple": false,
10591
- "type": "option"
10592
- },
10593
- "remote": {
10594
- "char": "r",
10595
- "description": "git remote of app to use",
10596
- "name": "remote",
10597
- "hasDynamicHelp": false,
10598
- "multiple": false,
10599
- "type": "option"
10600
- },
10601
- "shell": {
10602
- "char": "s",
10603
- "description": "output config var in shell format",
10604
- "name": "shell",
10605
- "allowNo": false,
10606
- "type": "boolean"
10607
- }
10608
- },
10609
- "hasDynamicHelp": false,
10610
- "hiddenAliases": [],
10611
- "id": "ci:config:get",
10612
- "pluginAlias": "heroku",
10613
- "pluginName": "heroku",
10614
- "pluginType": "core",
10615
- "strict": true,
10616
- "topic": "ci",
10617
- "isESM": true,
10618
- "relativePath": [
10619
- "lib",
10620
- "commands",
10621
- "ci",
10622
- "config",
10623
- "get.js"
10624
- ]
10625
- },
10626
- "ci:config": {
10627
- "aliases": [],
10628
- "args": {},
10629
- "description": "display CI config vars",
10630
- "examples": [
10631
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config --app murmuring-headland-14719 --json\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
10632
- ],
10633
- "flags": {
10634
- "app": {
10635
- "char": "a",
10636
- "description": "app to run command against",
10637
- "name": "app",
10638
- "hasDynamicHelp": false,
10639
- "multiple": false,
10640
- "type": "option"
10641
- },
10642
- "json": {
10643
- "description": "output config vars in json format",
10644
- "name": "json",
10645
- "allowNo": false,
10646
- "type": "boolean"
10647
- },
10648
- "pipeline": {
10649
- "char": "p",
10650
- "description": "name of pipeline",
10651
- "name": "pipeline",
10652
- "hasDynamicHelp": false,
10653
- "multiple": false,
10654
- "type": "option"
10655
- },
10656
- "remote": {
10657
- "char": "r",
10658
- "description": "git remote of app to use",
10659
- "name": "remote",
10660
- "hasDynamicHelp": false,
10661
- "multiple": false,
10662
- "type": "option"
10663
- },
10664
- "shell": {
10665
- "char": "s",
10666
- "description": "output config vars in shell format",
10667
- "name": "shell",
10668
- "allowNo": false,
10669
- "type": "boolean"
10670
- }
10671
- },
10672
- "hasDynamicHelp": false,
10673
- "hiddenAliases": [],
10674
- "id": "ci:config",
10675
- "pluginAlias": "heroku",
10676
- "pluginName": "heroku",
10677
- "pluginType": "core",
10678
- "strict": true,
10679
- "isESM": true,
10680
- "relativePath": [
10681
- "lib",
10682
- "commands",
10683
- "ci",
10684
- "config",
10685
- "index.js"
10686
- ]
10687
- },
10688
- "ci:config:set": {
10689
- "aliases": [],
10690
- "args": {},
10691
- "description": "set CI config vars",
10692
- "examples": [
10693
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \u001b[22m\u001b[39m\u001b[49m\nSetting test config vars... done\nRAILS_ENV: test"
10694
- ],
10695
- "flags": {
10696
- "app": {
10697
- "char": "a",
10698
- "description": "app to run command against",
10699
- "name": "app",
10700
- "hasDynamicHelp": false,
10701
- "multiple": false,
10702
- "type": "option"
10703
- },
10704
- "pipeline": {
10705
- "char": "p",
10706
- "description": "name of pipeline",
10707
- "name": "pipeline",
10708
- "hasDynamicHelp": false,
10709
- "multiple": false,
10710
- "type": "option"
10711
- },
10712
- "remote": {
10713
- "char": "r",
10714
- "description": "git remote of app to use",
10715
- "name": "remote",
10716
- "hasDynamicHelp": false,
10717
- "multiple": false,
10718
- "type": "option"
10719
- }
10720
- },
10721
- "hasDynamicHelp": false,
10722
- "hiddenAliases": [],
10723
- "id": "ci:config:set",
10724
- "pluginAlias": "heroku",
10725
- "pluginName": "heroku",
10726
- "pluginType": "core",
10727
- "strict": false,
10728
- "topic": "ci",
10729
- "isESM": true,
10730
- "relativePath": [
10731
- "lib",
10732
- "commands",
10733
- "ci",
10734
- "config",
10735
- "set.js"
10736
- ]
10737
- },
10738
- "ci:config:unset": {
10739
- "aliases": [],
10740
- "args": {},
10741
- "description": "unset CI config vars",
10742
- "examples": [
10743
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:unset RAILS_ENV \u001b[22m\u001b[39m\u001b[49m"
10744
- ],
10745
- "flags": {
10746
- "app": {
10747
- "char": "a",
10748
- "description": "app to run command against",
10749
- "name": "app",
10750
- "hasDynamicHelp": false,
10751
- "multiple": false,
10752
- "type": "option"
10753
- },
10754
- "pipeline": {
10755
- "char": "p",
10756
- "description": "name of pipeline",
10757
- "name": "pipeline",
10758
- "hasDynamicHelp": false,
10759
- "multiple": false,
10760
- "type": "option"
10761
- },
10762
- "remote": {
10763
- "char": "r",
10764
- "description": "git remote of app to use",
10765
- "name": "remote",
10766
- "hasDynamicHelp": false,
10767
- "multiple": false,
10768
- "type": "option"
10769
- }
10770
- },
10771
- "hasDynamicHelp": false,
10772
- "hiddenAliases": [],
10773
- "id": "ci:config:unset",
10774
- "pluginAlias": "heroku",
10775
- "pluginName": "heroku",
10776
- "pluginType": "core",
10777
- "strict": false,
10778
- "topic": "ci",
10779
- "isESM": true,
10780
- "relativePath": [
10781
- "lib",
10782
- "commands",
10783
- "ci",
10784
- "config",
10785
- "unset.js"
10786
- ]
10787
- },
10788
10563
  "pg:backups:cancel": {
10789
10564
  "aliases": [],
10790
10565
  "args": {
@@ -11449,6 +11224,231 @@
11449
11224
  "attach.js"
11450
11225
  ]
11451
11226
  },
11227
+ "ci:config:get": {
11228
+ "aliases": [],
11229
+ "args": {
11230
+ "key": {
11231
+ "description": "name of the config var key",
11232
+ "name": "key",
11233
+ "required": true
11234
+ }
11235
+ },
11236
+ "description": "get a CI config var",
11237
+ "examples": [
11238
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
11239
+ ],
11240
+ "flags": {
11241
+ "app": {
11242
+ "char": "a",
11243
+ "description": "app to run command against",
11244
+ "name": "app",
11245
+ "hasDynamicHelp": false,
11246
+ "multiple": false,
11247
+ "type": "option"
11248
+ },
11249
+ "pipeline": {
11250
+ "char": "p",
11251
+ "description": "name of pipeline",
11252
+ "name": "pipeline",
11253
+ "hasDynamicHelp": false,
11254
+ "multiple": false,
11255
+ "type": "option"
11256
+ },
11257
+ "remote": {
11258
+ "char": "r",
11259
+ "description": "git remote of app to use",
11260
+ "name": "remote",
11261
+ "hasDynamicHelp": false,
11262
+ "multiple": false,
11263
+ "type": "option"
11264
+ },
11265
+ "shell": {
11266
+ "char": "s",
11267
+ "description": "output config var in shell format",
11268
+ "name": "shell",
11269
+ "allowNo": false,
11270
+ "type": "boolean"
11271
+ }
11272
+ },
11273
+ "hasDynamicHelp": false,
11274
+ "hiddenAliases": [],
11275
+ "id": "ci:config:get",
11276
+ "pluginAlias": "heroku",
11277
+ "pluginName": "heroku",
11278
+ "pluginType": "core",
11279
+ "strict": true,
11280
+ "topic": "ci",
11281
+ "isESM": true,
11282
+ "relativePath": [
11283
+ "lib",
11284
+ "commands",
11285
+ "ci",
11286
+ "config",
11287
+ "get.js"
11288
+ ]
11289
+ },
11290
+ "ci:config": {
11291
+ "aliases": [],
11292
+ "args": {},
11293
+ "description": "display CI config vars",
11294
+ "examples": [
11295
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config --app murmuring-headland-14719 --json\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
11296
+ ],
11297
+ "flags": {
11298
+ "app": {
11299
+ "char": "a",
11300
+ "description": "app to run command against",
11301
+ "name": "app",
11302
+ "hasDynamicHelp": false,
11303
+ "multiple": false,
11304
+ "type": "option"
11305
+ },
11306
+ "json": {
11307
+ "description": "output config vars in json format",
11308
+ "name": "json",
11309
+ "allowNo": false,
11310
+ "type": "boolean"
11311
+ },
11312
+ "pipeline": {
11313
+ "char": "p",
11314
+ "description": "name of pipeline",
11315
+ "name": "pipeline",
11316
+ "hasDynamicHelp": false,
11317
+ "multiple": false,
11318
+ "type": "option"
11319
+ },
11320
+ "remote": {
11321
+ "char": "r",
11322
+ "description": "git remote of app to use",
11323
+ "name": "remote",
11324
+ "hasDynamicHelp": false,
11325
+ "multiple": false,
11326
+ "type": "option"
11327
+ },
11328
+ "shell": {
11329
+ "char": "s",
11330
+ "description": "output config vars in shell format",
11331
+ "name": "shell",
11332
+ "allowNo": false,
11333
+ "type": "boolean"
11334
+ }
11335
+ },
11336
+ "hasDynamicHelp": false,
11337
+ "hiddenAliases": [],
11338
+ "id": "ci:config",
11339
+ "pluginAlias": "heroku",
11340
+ "pluginName": "heroku",
11341
+ "pluginType": "core",
11342
+ "strict": true,
11343
+ "isESM": true,
11344
+ "relativePath": [
11345
+ "lib",
11346
+ "commands",
11347
+ "ci",
11348
+ "config",
11349
+ "index.js"
11350
+ ]
11351
+ },
11352
+ "ci:config:set": {
11353
+ "aliases": [],
11354
+ "args": {},
11355
+ "description": "set CI config vars",
11356
+ "examples": [
11357
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \u001b[22m\u001b[39m\u001b[49m\nSetting test config vars... done\nRAILS_ENV: test"
11358
+ ],
11359
+ "flags": {
11360
+ "app": {
11361
+ "char": "a",
11362
+ "description": "app to run command against",
11363
+ "name": "app",
11364
+ "hasDynamicHelp": false,
11365
+ "multiple": false,
11366
+ "type": "option"
11367
+ },
11368
+ "pipeline": {
11369
+ "char": "p",
11370
+ "description": "name of pipeline",
11371
+ "name": "pipeline",
11372
+ "hasDynamicHelp": false,
11373
+ "multiple": false,
11374
+ "type": "option"
11375
+ },
11376
+ "remote": {
11377
+ "char": "r",
11378
+ "description": "git remote of app to use",
11379
+ "name": "remote",
11380
+ "hasDynamicHelp": false,
11381
+ "multiple": false,
11382
+ "type": "option"
11383
+ }
11384
+ },
11385
+ "hasDynamicHelp": false,
11386
+ "hiddenAliases": [],
11387
+ "id": "ci:config:set",
11388
+ "pluginAlias": "heroku",
11389
+ "pluginName": "heroku",
11390
+ "pluginType": "core",
11391
+ "strict": false,
11392
+ "topic": "ci",
11393
+ "isESM": true,
11394
+ "relativePath": [
11395
+ "lib",
11396
+ "commands",
11397
+ "ci",
11398
+ "config",
11399
+ "set.js"
11400
+ ]
11401
+ },
11402
+ "ci:config:unset": {
11403
+ "aliases": [],
11404
+ "args": {},
11405
+ "description": "unset CI config vars",
11406
+ "examples": [
11407
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:unset RAILS_ENV \u001b[22m\u001b[39m\u001b[49m"
11408
+ ],
11409
+ "flags": {
11410
+ "app": {
11411
+ "char": "a",
11412
+ "description": "app to run command against",
11413
+ "name": "app",
11414
+ "hasDynamicHelp": false,
11415
+ "multiple": false,
11416
+ "type": "option"
11417
+ },
11418
+ "pipeline": {
11419
+ "char": "p",
11420
+ "description": "name of pipeline",
11421
+ "name": "pipeline",
11422
+ "hasDynamicHelp": false,
11423
+ "multiple": false,
11424
+ "type": "option"
11425
+ },
11426
+ "remote": {
11427
+ "char": "r",
11428
+ "description": "git remote of app to use",
11429
+ "name": "remote",
11430
+ "hasDynamicHelp": false,
11431
+ "multiple": false,
11432
+ "type": "option"
11433
+ }
11434
+ },
11435
+ "hasDynamicHelp": false,
11436
+ "hiddenAliases": [],
11437
+ "id": "ci:config:unset",
11438
+ "pluginAlias": "heroku",
11439
+ "pluginName": "heroku",
11440
+ "pluginType": "core",
11441
+ "strict": false,
11442
+ "topic": "ci",
11443
+ "isESM": true,
11444
+ "relativePath": [
11445
+ "lib",
11446
+ "commands",
11447
+ "ci",
11448
+ "config",
11449
+ "unset.js"
11450
+ ]
11451
+ },
11452
11452
  "pg:credentials:create": {
11453
11453
  "aliases": [],
11454
11454
  "args": {
@@ -14194,5 +14194,5 @@
14194
14194
  ]
14195
14195
  }
14196
14196
  },
14197
- "version": "11.0.0-alpha.15"
14197
+ "version": "11.0.0-alpha.16"
14198
14198
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "11.0.0-alpha.15",
4
+ "version": "11.0.0-alpha.16",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -176,5 +176,5 @@
176
176
  },
177
177
  "type": "module",
178
178
  "types": "lib/index.d.ts",
179
- "gitHead": "d6f415685f486e4280217af4e204d8cfe9b4af56"
179
+ "gitHead": "9219155b22612a69185327c8bab2332f2309aa12"
180
180
  }