heroku 11.0.0-alpha.14 → 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.
@@ -20856,7 +20856,7 @@
20856
20856
  },
20857
20857
  "packages/cli": {
20858
20858
  "name": "heroku",
20859
- "version": "11.0.0-alpha.14",
20859
+ "version": "11.0.0-alpha.15",
20860
20860
  "license": "ISC",
20861
20861
  "dependencies": {
20862
20862
  "@heroku-cli/command": "^12.1.1",
@@ -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,6 +1171,202 @@
1367
1171
  "wait.js"
1368
1172
  ]
1369
1173
  },
1174
+ "access:add": {
1175
+ "aliases": [],
1176
+ "args": {
1177
+ "email": {
1178
+ "description": "email address of the team member",
1179
+ "name": "email",
1180
+ "required": true
1181
+ }
1182
+ },
1183
+ "description": "add new users to your app",
1184
+ "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"
1187
+ ],
1188
+ "flags": {
1189
+ "app": {
1190
+ "char": "a",
1191
+ "description": "app to run command against",
1192
+ "name": "app",
1193
+ "required": true,
1194
+ "hasDynamicHelp": false,
1195
+ "multiple": false,
1196
+ "type": "option"
1197
+ },
1198
+ "permissions": {
1199
+ "char": "p",
1200
+ "description": "list of permissions comma separated",
1201
+ "name": "permissions",
1202
+ "hasDynamicHelp": false,
1203
+ "multiple": false,
1204
+ "type": "option"
1205
+ },
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
1370
  "apps:create": {
1371
1371
  "aliases": [],
1372
1372
  "args": {
@@ -14194,5 +14194,5 @@
14194
14194
  ]
14195
14195
  }
14196
14196
  },
14197
- "version": "11.0.0-alpha.14"
14197
+ "version": "11.0.0-alpha.15"
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.14",
4
+ "version": "11.0.0-alpha.15",
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": "6fac1ee74030cdd394d785b9a4eef7f493a60220"
179
+ "gitHead": "d6f415685f486e4280217af4e204d8cfe9b4af56"
180
180
  }