heroku 11.0.0-alpha.8 → 11.0.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oclif.manifest.json +197 -197
  2. package/package.json +2 -2
@@ -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
- "$ heroku access:add user@email.com --app APP # add a collaborator to your app",
402
- "$ heroku access:add user@email.com --app APP --permissions deploy,manage,operate # 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
- "remote": {
415
- "char": "r",
416
- "description": "git remote of app to use",
417
- "name": "remote",
418
- "hasDynamicHelp": false,
419
- "multiple": false,
420
- "type": "option"
421
- },
422
- "permissions": {
423
- "char": "p",
424
- "description": "list of permissions comma separated",
425
- "name": "permissions",
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
- "remote": {
461
- "char": "r",
462
- "description": "git remote of app to use",
463
- "name": "remote",
464
- "hasDynamicHelp": false,
465
- "multiple": false,
466
- "type": "option"
467
- },
468
- "json": {
469
- "description": "output in json format",
470
- "name": "json",
471
- "allowNo": false,
472
- "type": "boolean"
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": "$ heroku access:remove user@email.com --app APP",
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": "$ heroku access:remove user@email.com --app APP",
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
- "permissions": {
544
- "char": "p",
545
- "description": "comma-delimited list of permissions to update (deploy,manage,operate)",
546
- "name": "permissions",
547
- "required": true,
548
- "hasDynamicHelp": false,
549
- "multiple": false,
550
- "type": "option"
551
- },
552
- "app": {
553
- "char": "a",
554
- "description": "app to run command against",
555
- "name": "app",
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": {
@@ -6912,6 +6716,202 @@
6912
6716
  "addons.js"
6913
6717
  ]
6914
6718
  },
6719
+ "access:add": {
6720
+ "aliases": [],
6721
+ "args": {
6722
+ "email": {
6723
+ "description": "email address of the team member",
6724
+ "name": "email",
6725
+ "required": true
6726
+ }
6727
+ },
6728
+ "description": "add new users to your app",
6729
+ "examples": [
6730
+ "$ heroku access:add user@email.com --app APP # add a collaborator to your app",
6731
+ "$ heroku access:add user@email.com --app APP --permissions deploy,manage,operate # permissions must be comma separated"
6732
+ ],
6733
+ "flags": {
6734
+ "app": {
6735
+ "char": "a",
6736
+ "description": "app to run command against",
6737
+ "name": "app",
6738
+ "required": true,
6739
+ "hasDynamicHelp": false,
6740
+ "multiple": false,
6741
+ "type": "option"
6742
+ },
6743
+ "remote": {
6744
+ "char": "r",
6745
+ "description": "git remote of app to use",
6746
+ "name": "remote",
6747
+ "hasDynamicHelp": false,
6748
+ "multiple": false,
6749
+ "type": "option"
6750
+ },
6751
+ "permissions": {
6752
+ "char": "p",
6753
+ "description": "list of permissions comma separated",
6754
+ "name": "permissions",
6755
+ "hasDynamicHelp": false,
6756
+ "multiple": false,
6757
+ "type": "option"
6758
+ }
6759
+ },
6760
+ "hasDynamicHelp": false,
6761
+ "hiddenAliases": [],
6762
+ "id": "access:add",
6763
+ "pluginAlias": "heroku",
6764
+ "pluginName": "heroku",
6765
+ "pluginType": "core",
6766
+ "strict": true,
6767
+ "isESM": true,
6768
+ "relativePath": [
6769
+ "lib",
6770
+ "commands",
6771
+ "access",
6772
+ "add.js"
6773
+ ]
6774
+ },
6775
+ "access": {
6776
+ "aliases": [],
6777
+ "args": {},
6778
+ "description": "list who has access to an app",
6779
+ "flags": {
6780
+ "app": {
6781
+ "char": "a",
6782
+ "description": "app to run command against",
6783
+ "name": "app",
6784
+ "required": true,
6785
+ "hasDynamicHelp": false,
6786
+ "multiple": false,
6787
+ "type": "option"
6788
+ },
6789
+ "remote": {
6790
+ "char": "r",
6791
+ "description": "git remote of app to use",
6792
+ "name": "remote",
6793
+ "hasDynamicHelp": false,
6794
+ "multiple": false,
6795
+ "type": "option"
6796
+ },
6797
+ "json": {
6798
+ "description": "output in json format",
6799
+ "name": "json",
6800
+ "allowNo": false,
6801
+ "type": "boolean"
6802
+ }
6803
+ },
6804
+ "hasDynamicHelp": false,
6805
+ "hiddenAliases": [],
6806
+ "id": "access",
6807
+ "pluginAlias": "heroku",
6808
+ "pluginName": "heroku",
6809
+ "pluginType": "core",
6810
+ "strict": true,
6811
+ "topic": "access",
6812
+ "isESM": true,
6813
+ "relativePath": [
6814
+ "lib",
6815
+ "commands",
6816
+ "access",
6817
+ "index.js"
6818
+ ]
6819
+ },
6820
+ "access:remove": {
6821
+ "aliases": [],
6822
+ "args": {},
6823
+ "description": "remove users from a team app",
6824
+ "examples": "$ heroku access:remove user@email.com --app APP",
6825
+ "flags": {
6826
+ "app": {
6827
+ "char": "a",
6828
+ "description": "app to run command against",
6829
+ "name": "app",
6830
+ "required": true,
6831
+ "hasDynamicHelp": false,
6832
+ "multiple": false,
6833
+ "type": "option"
6834
+ },
6835
+ "remote": {
6836
+ "char": "r",
6837
+ "description": "git remote of app to use",
6838
+ "name": "remote",
6839
+ "hasDynamicHelp": false,
6840
+ "multiple": false,
6841
+ "type": "option"
6842
+ }
6843
+ },
6844
+ "hasDynamicHelp": false,
6845
+ "hiddenAliases": [],
6846
+ "id": "access:remove",
6847
+ "pluginAlias": "heroku",
6848
+ "pluginName": "heroku",
6849
+ "pluginType": "core",
6850
+ "strict": false,
6851
+ "example": "$ heroku access:remove user@email.com --app APP",
6852
+ "topic": "access",
6853
+ "isESM": true,
6854
+ "relativePath": [
6855
+ "lib",
6856
+ "commands",
6857
+ "access",
6858
+ "remove.js"
6859
+ ]
6860
+ },
6861
+ "access:update": {
6862
+ "aliases": [],
6863
+ "args": {
6864
+ "email": {
6865
+ "description": "email address of the team member",
6866
+ "name": "email",
6867
+ "required": true
6868
+ }
6869
+ },
6870
+ "description": "update existing collaborators on an team app",
6871
+ "flags": {
6872
+ "permissions": {
6873
+ "char": "p",
6874
+ "description": "comma-delimited list of permissions to update (deploy,manage,operate)",
6875
+ "name": "permissions",
6876
+ "required": true,
6877
+ "hasDynamicHelp": false,
6878
+ "multiple": false,
6879
+ "type": "option"
6880
+ },
6881
+ "app": {
6882
+ "char": "a",
6883
+ "description": "app to run command against",
6884
+ "name": "app",
6885
+ "required": true,
6886
+ "hasDynamicHelp": false,
6887
+ "multiple": false,
6888
+ "type": "option"
6889
+ },
6890
+ "remote": {
6891
+ "char": "r",
6892
+ "description": "git remote of app to use",
6893
+ "name": "remote",
6894
+ "hasDynamicHelp": false,
6895
+ "multiple": false,
6896
+ "type": "option"
6897
+ }
6898
+ },
6899
+ "hasDynamicHelp": false,
6900
+ "hiddenAliases": [],
6901
+ "id": "access:update",
6902
+ "pluginAlias": "heroku",
6903
+ "pluginName": "heroku",
6904
+ "pluginType": "core",
6905
+ "strict": true,
6906
+ "topic": "access",
6907
+ "isESM": true,
6908
+ "relativePath": [
6909
+ "lib",
6910
+ "commands",
6911
+ "access",
6912
+ "update.js"
6913
+ ]
6914
+ },
6915
6915
  "apps:favorites:add": {
6916
6916
  "aliases": [],
6917
6917
  "args": {},
@@ -7569,5 +7569,5 @@
7569
7569
  ]
7570
7570
  }
7571
7571
  },
7572
- "version": "11.0.0-alpha.8"
7572
+ "version": "11.0.0-alpha.9"
7573
7573
  }
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.8",
4
+ "version": "11.0.0-alpha.9",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -387,5 +387,5 @@
387
387
  },
388
388
  "type": "module",
389
389
  "types": "lib/index.d.ts",
390
- "gitHead": "0e65d884986f0f4dd6bce5f721daf36533fc1722"
390
+ "gitHead": "4d97191d528135aa7bc2e5616c72e6ed097bb933"
391
391
  }