heroku 11.0.0-alpha.15 → 11.0.0-alpha.17

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.
@@ -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": {
@@ -515,379 +711,162 @@
515
711
  "set.js"
516
712
  ]
517
713
  },
518
- "addons:attach": {
714
+ "apps:create": {
519
715
  "aliases": [],
520
716
  "args": {
521
- "addon_name": {
522
- "description": "unique identifier or globally unique name of the add-on",
523
- "name": "addon_name",
524
- "required": true
717
+ "app": {
718
+ "description": "name of app to create",
719
+ "name": "app",
720
+ "required": false
525
721
  }
526
722
  },
527
- "description": "attach an existing add-on resource to an app",
723
+ "description": "creates a new app",
724
+ "examples": [
725
+ "\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",
726
+ "\n# or just\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku create \u001b[22m\u001b[39m\u001b[49m",
727
+ "\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",
728
+ "\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",
729
+ "\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",
730
+ "\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",
731
+ "\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"
732
+ ],
528
733
  "flags": {
529
- "app": {
530
- "char": "a",
531
- "description": "app to run command against",
532
- "name": "app",
533
- "required": true,
734
+ "addons": {
735
+ "description": "comma-delimited list of addons to install",
736
+ "name": "addons",
534
737
  "hasDynamicHelp": false,
535
738
  "multiple": false,
536
739
  "type": "option"
537
740
  },
538
- "as": {
539
- "description": "name for add-on attachment",
540
- "name": "as",
741
+ "app": {
742
+ "hidden": true,
743
+ "name": "app",
541
744
  "hasDynamicHelp": false,
542
745
  "multiple": false,
543
746
  "type": "option"
544
747
  },
545
- "confirm": {
546
- "description": "overwrite existing add-on attachment with same name",
547
- "name": "confirm",
748
+ "buildpack": {
749
+ "char": "b",
750
+ "description": "buildpack url to use for this app",
751
+ "name": "buildpack",
548
752
  "hasDynamicHelp": false,
549
753
  "multiple": false,
550
754
  "type": "option"
551
755
  },
552
- "credential": {
553
- "description": "credential name for scoped access to Heroku Postgres",
554
- "name": "credential",
756
+ "features": {
757
+ "hidden": true,
758
+ "name": "features",
555
759
  "hasDynamicHelp": false,
556
760
  "multiple": false,
557
761
  "type": "option"
558
762
  },
559
- "remote": {
560
- "char": "r",
561
- "description": "git remote of app to use",
562
- "name": "remote",
563
- "hasDynamicHelp": false,
564
- "multiple": false,
565
- "type": "option"
566
- }
567
- },
568
- "hasDynamicHelp": false,
569
- "hiddenAliases": [],
570
- "id": "addons:attach",
571
- "pluginAlias": "heroku",
572
- "pluginName": "heroku",
573
- "pluginType": "core",
574
- "strict": true,
575
- "topic": "addons",
576
- "isESM": true,
577
- "relativePath": [
578
- "lib",
579
- "commands",
580
- "addons",
581
- "attach.js"
582
- ]
583
- },
584
- "addons:create": {
585
- "aliases": [],
586
- "args": {
587
- "service:plan": {
588
- "description": "unique identifier or unique name of the add-on service plan",
589
- "name": "service:plan",
590
- "required": true
591
- }
592
- },
593
- "description": "Create a new add-on resource.\n\nIn order to add additional config items, please place them at the end of the command after a double-dash (--).\n",
594
- "examples": [
595
- "# Create an add-on resource:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-redis --app my-app \u001b[22m\u001b[39m\u001b[49m\n",
596
- "# Create an add-on resource with additional config items:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE \u001b[22m\u001b[39m\u001b[49m\n"
597
- ],
598
- "flags": {
599
- "app": {
600
- "char": "a",
601
- "description": "app to run command against",
602
- "name": "app",
603
- "required": true,
604
- "hasDynamicHelp": false,
605
- "multiple": false,
606
- "type": "option"
607
- },
608
- "as": {
609
- "description": "name for the initial add-on attachment",
610
- "name": "as",
611
- "hasDynamicHelp": false,
612
- "multiple": false,
613
- "type": "option"
614
- },
615
- "confirm": {
616
- "description": "overwrite existing config vars or existing add-on attachments",
617
- "name": "confirm",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
- "name": {
623
- "description": "name for the add-on resource",
624
- "name": "name",
625
- "hasDynamicHelp": false,
626
- "multiple": false,
627
- "type": "option"
628
- },
629
- "remote": {
630
- "char": "r",
631
- "description": "git remote of app to use",
632
- "name": "remote",
633
- "hasDynamicHelp": false,
634
- "multiple": false,
635
- "type": "option"
763
+ "internal-routing": {
764
+ "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
765
+ "hidden": true,
766
+ "name": "internal-routing",
767
+ "allowNo": false,
768
+ "type": "boolean"
636
769
  },
637
- "wait": {
638
- "description": "watch add-on creation status and exit when complete",
639
- "name": "wait",
770
+ "json": {
771
+ "description": "output in json format",
772
+ "name": "json",
640
773
  "allowNo": false,
641
774
  "type": "boolean"
642
- }
643
- },
644
- "hasDynamicHelp": false,
645
- "hiddenAliases": [
646
- "addons:add"
647
- ],
648
- "id": "addons:create",
649
- "pluginAlias": "heroku",
650
- "pluginName": "heroku",
651
- "pluginType": "core",
652
- "strict": false,
653
- "isESM": true,
654
- "relativePath": [
655
- "lib",
656
- "commands",
657
- "addons",
658
- "create.js"
659
- ]
660
- },
661
- "addons:destroy": {
662
- "aliases": [],
663
- "args": {
664
- "addonName": {
665
- "description": "unique identifier or globally unique name of the add-on",
666
- "name": "addonName",
667
- "required": true
668
- }
669
- },
670
- "description": "permanently destroy an add-on resource",
671
- "examples": [
672
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ addons:destroy [ADDON]... [flags] \u001b[22m\u001b[39m\u001b[49m"
673
- ],
674
- "flags": {
675
- "app": {
676
- "char": "a",
677
- "description": "app to run command against",
678
- "name": "app",
679
- "hasDynamicHelp": false,
680
- "multiple": false,
681
- "type": "option"
682
775
  },
683
- "confirm": {
684
- "char": "c",
685
- "name": "confirm",
776
+ "kernel": {
777
+ "hidden": true,
778
+ "name": "kernel",
686
779
  "hasDynamicHelp": false,
687
780
  "multiple": false,
688
781
  "type": "option"
689
782
  },
690
- "force": {
691
- "char": "f",
692
- "description": "allow destruction even if connected to other apps",
693
- "name": "force",
783
+ "locked": {
784
+ "hidden": true,
785
+ "name": "locked",
694
786
  "allowNo": false,
695
787
  "type": "boolean"
696
788
  },
697
- "remote": {
698
- "char": "r",
699
- "description": "git remote of app to use",
700
- "name": "remote",
701
- "hasDynamicHelp": false,
702
- "multiple": false,
703
- "type": "option"
789
+ "manifest": {
790
+ "char": "m",
791
+ "description": "use heroku.yml settings for this app",
792
+ "hidden": true,
793
+ "name": "manifest",
794
+ "allowNo": false,
795
+ "type": "boolean"
704
796
  },
705
- "wait": {
706
- "description": "watch add-on destruction status and exit when complete",
707
- "name": "wait",
797
+ "no-remote": {
798
+ "char": "n",
799
+ "description": "do not create a git remote",
800
+ "name": "no-remote",
708
801
  "allowNo": false,
709
802
  "type": "boolean"
710
- }
711
- },
712
- "hasDynamicHelp": false,
713
- "hiddenAliases": [
714
- "addons:remove"
715
- ],
716
- "id": "addons:destroy",
717
- "pluginAlias": "heroku",
718
- "pluginName": "heroku",
719
- "pluginType": "core",
720
- "strict": false,
721
- "topic": "addons",
722
- "isESM": true,
723
- "relativePath": [
724
- "lib",
725
- "commands",
726
- "addons",
727
- "destroy.js"
728
- ]
729
- },
730
- "addons:detach": {
731
- "aliases": [],
732
- "args": {
733
- "attachment_name": {
734
- "description": "unique identifier of the add-on attachment",
735
- "name": "attachment_name",
736
- "required": true
737
- }
738
- },
739
- "description": "detach an existing add-on resource from an app",
740
- "flags": {
741
- "app": {
742
- "char": "a",
743
- "description": "app to run command against",
744
- "name": "app",
745
- "required": true,
803
+ },
804
+ "region": {
805
+ "description": "specify region for the app to run in",
806
+ "name": "region",
746
807
  "hasDynamicHelp": false,
747
808
  "multiple": false,
748
809
  "type": "option"
749
810
  },
750
811
  "remote": {
751
812
  "char": "r",
752
- "description": "git remote of app to use",
813
+ "description": "the git remote to create, default \"heroku\"",
753
814
  "name": "remote",
754
- "hasDynamicHelp": false,
755
- "multiple": false,
756
- "type": "option"
757
- }
758
- },
759
- "hasDynamicHelp": false,
760
- "hiddenAliases": [],
761
- "id": "addons:detach",
762
- "pluginAlias": "heroku",
763
- "pluginName": "heroku",
764
- "pluginType": "core",
765
- "strict": true,
766
- "topic": "addons",
767
- "isESM": true,
768
- "relativePath": [
769
- "lib",
770
- "commands",
771
- "addons",
772
- "detach.js"
773
- ]
774
- },
775
- "addons:docs": {
776
- "aliases": [],
777
- "args": {
778
- "addon": {
779
- "description": "unique identifier or globally unique name of the add-on",
780
- "name": "addon",
781
- "required": true
782
- }
783
- },
784
- "description": "open an add-on's Dev Center documentation in your browser",
785
- "flags": {
786
- "app": {
787
- "char": "a",
788
- "description": "app to run command against",
789
- "name": "app",
815
+ "default": "heroku",
790
816
  "hasDynamicHelp": false,
791
817
  "multiple": false,
792
818
  "type": "option"
793
819
  },
794
- "remote": {
795
- "char": "r",
796
- "description": "git remote of app to use",
797
- "name": "remote",
820
+ "space": {
821
+ "description": "the private space to create the app in",
822
+ "name": "space",
798
823
  "hasDynamicHelp": false,
799
824
  "multiple": false,
800
825
  "type": "option"
801
826
  },
802
- "show-url": {
803
- "description": "show URL, do not open browser",
804
- "name": "show-url",
805
- "allowNo": false,
806
- "type": "boolean"
807
- }
808
- },
809
- "hasDynamicHelp": false,
810
- "hiddenAliases": [],
811
- "id": "addons:docs",
812
- "pluginAlias": "heroku",
813
- "pluginName": "heroku",
814
- "pluginType": "core",
815
- "strict": true,
816
- "topic": "addons",
817
- "isESM": true,
818
- "relativePath": [
819
- "lib",
820
- "commands",
821
- "addons",
822
- "docs.js"
823
- ]
824
- },
825
- "addons": {
826
- "aliases": [],
827
- "args": {},
828
- "description": "Lists your add-ons and attachments.\n\n The default filter applied depends on whether you are in a Heroku app\n directory. If so, the --app flag is implied. If not, the default of --all\n is implied. Explicitly providing either flag overrides the default\n behavior.\n ",
829
- "examples": [
830
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --all \u001b[22m\u001b[39m\u001b[49m",
831
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --app acme-inc-www \u001b[22m\u001b[39m\u001b[49m"
832
- ],
833
- "flags": {
834
- "all": {
835
- "char": "A",
836
- "description": "show add-ons and attachments for all accessible apps",
837
- "name": "all",
838
- "allowNo": false,
839
- "type": "boolean"
840
- },
841
- "app": {
842
- "char": "a",
843
- "description": "app to run command against",
844
- "name": "app",
827
+ "stack": {
828
+ "char": "s",
829
+ "description": "the stack to create the app on",
830
+ "name": "stack",
845
831
  "hasDynamicHelp": false,
846
832
  "multiple": false,
847
833
  "type": "option"
848
834
  },
849
- "json": {
850
- "description": "return add-ons in json format",
851
- "name": "json",
852
- "allowNo": false,
853
- "type": "boolean"
854
- },
855
- "remote": {
856
- "char": "r",
857
- "description": "git remote of app to use",
858
- "name": "remote",
835
+ "team": {
836
+ "char": "t",
837
+ "description": "team to use",
838
+ "name": "team",
859
839
  "hasDynamicHelp": false,
860
840
  "multiple": false,
861
841
  "type": "option"
862
842
  }
863
843
  },
864
844
  "hasDynamicHelp": false,
865
- "hiddenAliases": [],
866
- "id": "addons",
845
+ "hiddenAliases": [
846
+ "create"
847
+ ],
848
+ "id": "apps:create",
867
849
  "pluginAlias": "heroku",
868
850
  "pluginName": "heroku",
869
851
  "pluginType": "core",
870
852
  "strict": true,
871
- "usage": "addons [--all|--app APP]",
872
- "topic": "addons",
873
853
  "isESM": true,
874
854
  "relativePath": [
875
855
  "lib",
876
856
  "commands",
877
- "addons",
878
- "index.js"
857
+ "apps",
858
+ "create.js"
879
859
  ]
880
860
  },
881
- "addons:info": {
861
+ "apps:destroy": {
882
862
  "aliases": [],
883
863
  "args": {
884
- "addon": {
885
- "description": "unique identifier or globally unique name of the add-on",
886
- "name": "addon",
887
- "required": true
864
+ "app": {
865
+ "hidden": true,
866
+ "name": "app"
888
867
  }
889
868
  },
890
- "description": "show detailed add-on resource and attachment information",
869
+ "description": "permanently destroy an app",
891
870
  "flags": {
892
871
  "app": {
893
872
  "char": "a",
@@ -897,6 +876,13 @@
897
876
  "multiple": false,
898
877
  "type": "option"
899
878
  },
879
+ "confirm": {
880
+ "char": "c",
881
+ "name": "confirm",
882
+ "hasDynamicHelp": false,
883
+ "multiple": false,
884
+ "type": "option"
885
+ },
900
886
  "remote": {
901
887
  "char": "r",
902
888
  "description": "git remote of app to use",
@@ -907,185 +893,173 @@
907
893
  }
908
894
  },
909
895
  "hasDynamicHelp": false,
910
- "hiddenAliases": [],
911
- "id": "addons:info",
896
+ "hiddenAliases": [
897
+ "destroy",
898
+ "apps:delete"
899
+ ],
900
+ "id": "apps:destroy",
912
901
  "pluginAlias": "heroku",
913
902
  "pluginName": "heroku",
914
903
  "pluginType": "core",
915
904
  "strict": true,
916
- "usage": "addons:info ADDON",
917
- "topic": "addons",
905
+ "help": "This will also destroy all add-ons on the app.",
918
906
  "isESM": true,
919
907
  "relativePath": [
920
908
  "lib",
921
909
  "commands",
922
- "addons",
923
- "info.js"
910
+ "apps",
911
+ "destroy.js"
924
912
  ]
925
913
  },
926
- "addons:open": {
914
+ "apps:errors": {
927
915
  "aliases": [],
928
- "args": {
929
- "addon": {
930
- "description": "unique identifier or globally unique name of the add-on",
931
- "name": "addon",
932
- "required": true
933
- }
934
- },
935
- "description": "open an add-on's dashboard in your browser",
916
+ "args": {},
917
+ "description": "view app errors",
936
918
  "flags": {
937
919
  "app": {
938
920
  "char": "a",
939
921
  "description": "app to run command against",
940
922
  "name": "app",
923
+ "required": true,
941
924
  "hasDynamicHelp": false,
942
925
  "multiple": false,
943
926
  "type": "option"
944
927
  },
945
- "remote": {
946
- "char": "r",
947
- "description": "git remote of app to use",
948
- "name": "remote",
949
- "hasDynamicHelp": false,
950
- "multiple": false,
951
- "type": "option"
952
- },
953
- "show-url": {
954
- "description": "show URL, do not open browser",
955
- "name": "show-url",
928
+ "dyno": {
929
+ "description": "show only dyno errors",
930
+ "name": "dyno",
956
931
  "allowNo": false,
957
932
  "type": "boolean"
958
- }
959
- },
960
- "hasDynamicHelp": false,
961
- "hiddenAliases": [],
962
- "id": "addons:open",
963
- "pluginAlias": "heroku",
964
- "pluginName": "heroku",
965
- "pluginType": "core",
966
- "strict": true,
967
- "topic": "addons",
968
- "isESM": true,
969
- "relativePath": [
970
- "lib",
971
- "commands",
972
- "addons",
973
- "open.js"
974
- ]
975
- },
976
- "addons:plans": {
977
- "aliases": [],
978
- "args": {
979
- "service": {
980
- "description": "unique identifier or globally unique name of the add-on",
981
- "name": "service",
982
- "required": true
983
- }
984
- },
985
- "description": "list all available plans for an add-on service",
986
- "flags": {
933
+ },
934
+ "hours": {
935
+ "description": "number of hours to look back (default 24)",
936
+ "name": "hours",
937
+ "default": "24",
938
+ "hasDynamicHelp": false,
939
+ "multiple": false,
940
+ "type": "option"
941
+ },
987
942
  "json": {
988
943
  "description": "output in json format",
989
944
  "name": "json",
990
945
  "allowNo": false,
991
946
  "type": "boolean"
992
- }
993
- },
994
- "hasDynamicHelp": false,
995
- "hiddenAliases": [],
996
- "id": "addons:plans",
997
- "pluginAlias": "heroku",
998
- "pluginName": "heroku",
999
- "pluginType": "core",
1000
- "strict": true,
1001
- "topic": "addons",
1002
- "isESM": true,
1003
- "relativePath": [
1004
- "lib",
1005
- "commands",
1006
- "addons",
1007
- "plans.js"
1008
- ]
1009
- },
1010
- "addons:rename": {
1011
- "aliases": [],
1012
- "args": {
1013
- "addon_name": {
1014
- "description": "unique identifier or globally unique name of the add-on",
1015
- "name": "addon_name",
1016
- "required": true
1017
947
  },
1018
- "new_name": {
1019
- "description": "new globally unique name of the add-on",
1020
- "name": "new_name",
1021
- "required": true
948
+ "remote": {
949
+ "char": "r",
950
+ "description": "git remote of app to use",
951
+ "name": "remote",
952
+ "hasDynamicHelp": false,
953
+ "multiple": false,
954
+ "type": "option"
955
+ },
956
+ "router": {
957
+ "description": "show only router errors",
958
+ "name": "router",
959
+ "allowNo": false,
960
+ "type": "boolean"
1022
961
  }
1023
962
  },
1024
- "description": "rename an add-on",
1025
- "flags": {},
1026
963
  "hasDynamicHelp": false,
1027
964
  "hiddenAliases": [],
1028
- "id": "addons:rename",
965
+ "id": "apps:errors",
1029
966
  "pluginAlias": "heroku",
1030
967
  "pluginName": "heroku",
1031
968
  "pluginType": "core",
1032
969
  "strict": true,
1033
- "topic": "addons",
1034
970
  "isESM": true,
1035
971
  "relativePath": [
1036
972
  "lib",
1037
973
  "commands",
1038
- "addons",
1039
- "rename.js"
974
+ "apps",
975
+ "errors.js"
1040
976
  ]
1041
977
  },
1042
- "addons:services": {
978
+ "apps": {
1043
979
  "aliases": [],
1044
980
  "args": {},
1045
- "description": "list all available add-on services",
981
+ "description": "list your apps",
982
+ "examples": [
983
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps \u001b[22m\u001b[39m\u001b[49m"
984
+ ],
1046
985
  "flags": {
986
+ "all": {
987
+ "char": "A",
988
+ "description": "include apps in all teams",
989
+ "name": "all",
990
+ "allowNo": false,
991
+ "type": "boolean"
992
+ },
993
+ "internal-routing": {
994
+ "char": "i",
995
+ "description": "filter to Internal Web Apps",
996
+ "hidden": true,
997
+ "name": "internal-routing",
998
+ "allowNo": false,
999
+ "type": "boolean"
1000
+ },
1047
1001
  "json": {
1002
+ "char": "j",
1048
1003
  "description": "output in json format",
1049
1004
  "name": "json",
1050
1005
  "allowNo": false,
1051
1006
  "type": "boolean"
1007
+ },
1008
+ "personal": {
1009
+ "char": "p",
1010
+ "description": "list apps in personal account when a default team is set",
1011
+ "name": "personal",
1012
+ "allowNo": false,
1013
+ "type": "boolean"
1014
+ },
1015
+ "space": {
1016
+ "char": "s",
1017
+ "description": "filter by space",
1018
+ "name": "space",
1019
+ "hasDynamicHelp": false,
1020
+ "multiple": false,
1021
+ "type": "option"
1022
+ },
1023
+ "team": {
1024
+ "char": "t",
1025
+ "description": "team to use",
1026
+ "name": "team",
1027
+ "hasDynamicHelp": false,
1028
+ "multiple": false,
1029
+ "type": "option"
1052
1030
  }
1053
1031
  },
1054
1032
  "hasDynamicHelp": false,
1055
- "hiddenAliases": [],
1056
- "id": "addons:services",
1033
+ "hiddenAliases": [
1034
+ "list",
1035
+ "apps:list"
1036
+ ],
1037
+ "id": "apps",
1057
1038
  "pluginAlias": "heroku",
1058
1039
  "pluginName": "heroku",
1059
1040
  "pluginType": "core",
1060
1041
  "strict": true,
1061
- "topic": "addons",
1042
+ "topic": "apps",
1062
1043
  "isESM": true,
1063
1044
  "relativePath": [
1064
1045
  "lib",
1065
1046
  "commands",
1066
- "addons",
1067
- "services.js"
1047
+ "apps",
1048
+ "index.js"
1068
1049
  ]
1069
1050
  },
1070
- "addons:upgrade": {
1071
- "aliases": [
1072
- "addons:downgrade"
1073
- ],
1051
+ "apps:info": {
1052
+ "aliases": [],
1074
1053
  "args": {
1075
- "addon": {
1076
- "description": "unique identifier or globally unique name of the add-on",
1077
- "name": "addon",
1078
- "required": true
1079
- },
1080
- "plan": {
1081
- "description": "unique identifier or name of the plan",
1082
- "name": "plan"
1054
+ "app": {
1055
+ "hidden": true,
1056
+ "name": "app"
1083
1057
  }
1084
1058
  },
1085
- "description": "change add-on plan.\n See available plans with `heroku addons:plans SERVICE`.\n\n Note that `heroku addons:upgrade` and `heroku addons:downgrade` are the same. Either one can be used to change an add-on plan up or down.\n\n https://devcenter.heroku.com/articles/managing-add-ons\n ",
1059
+ "description": "show detailed app information",
1086
1060
  "examples": [
1087
- "# Upgrade an add-on by service name:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m",
1088
- "# Upgrade a specific add-on:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m"
1061
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info \u001b[22m\u001b[39m\u001b[49m",
1062
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info --shell \u001b[22m\u001b[39m\u001b[49m"
1089
1063
  ],
1090
1064
  "flags": {
1091
1065
  "app": {
@@ -1096,6 +1070,20 @@
1096
1070
  "multiple": false,
1097
1071
  "type": "option"
1098
1072
  },
1073
+ "extended": {
1074
+ "char": "x",
1075
+ "hidden": true,
1076
+ "name": "extended",
1077
+ "allowNo": false,
1078
+ "type": "boolean"
1079
+ },
1080
+ "json": {
1081
+ "char": "j",
1082
+ "description": "output in json format",
1083
+ "name": "json",
1084
+ "allowNo": false,
1085
+ "type": "boolean"
1086
+ },
1099
1087
  "remote": {
1100
1088
  "char": "r",
1101
1089
  "description": "git remote of app to use",
@@ -1103,38 +1091,46 @@
1103
1091
  "hasDynamicHelp": false,
1104
1092
  "multiple": false,
1105
1093
  "type": "option"
1094
+ },
1095
+ "shell": {
1096
+ "char": "s",
1097
+ "description": "output more shell friendly key/value pairs",
1098
+ "name": "shell",
1099
+ "allowNo": false,
1100
+ "type": "boolean"
1106
1101
  }
1107
1102
  },
1108
1103
  "hasDynamicHelp": false,
1109
- "hiddenAliases": [],
1110
- "id": "addons:upgrade",
1104
+ "hiddenAliases": [
1105
+ "info"
1106
+ ],
1107
+ "id": "apps:info",
1111
1108
  "pluginAlias": "heroku",
1112
1109
  "pluginName": "heroku",
1113
1110
  "pluginType": "core",
1114
1111
  "strict": true,
1115
- "topic": "addons",
1112
+ "help": "$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...",
1113
+ "topic": "apps",
1116
1114
  "isESM": true,
1117
1115
  "relativePath": [
1118
1116
  "lib",
1119
1117
  "commands",
1120
- "addons",
1121
- "upgrade.js"
1118
+ "apps",
1119
+ "info.js"
1122
1120
  ]
1123
1121
  },
1124
- "addons:wait": {
1125
- "aliases": [],
1126
- "args": {
1127
- "addon": {
1128
- "description": "unique identifier or globally unique name of the add-on",
1129
- "name": "addon"
1130
- }
1131
- },
1132
- "description": "show provisioning status of the add-ons on the app",
1122
+ "apps:join": {
1123
+ "aliases": [
1124
+ "join"
1125
+ ],
1126
+ "args": {},
1127
+ "description": "add yourself to a team app",
1133
1128
  "flags": {
1134
1129
  "app": {
1135
1130
  "char": "a",
1136
1131
  "description": "app to run command against",
1137
1132
  "name": "app",
1133
+ "required": true,
1138
1134
  "hasDynamicHelp": false,
1139
1135
  "multiple": false,
1140
1136
  "type": "option"
@@ -1146,45 +1142,31 @@
1146
1142
  "hasDynamicHelp": false,
1147
1143
  "multiple": false,
1148
1144
  "type": "option"
1149
- },
1150
- "wait-interval": {
1151
- "description": "how frequently to poll in seconds",
1152
- "name": "wait-interval",
1153
- "hasDynamicHelp": false,
1154
- "multiple": false,
1155
- "type": "option"
1156
1145
  }
1157
1146
  },
1158
1147
  "hasDynamicHelp": false,
1159
1148
  "hiddenAliases": [],
1160
- "id": "addons:wait",
1149
+ "id": "apps:join",
1161
1150
  "pluginAlias": "heroku",
1162
1151
  "pluginName": "heroku",
1163
1152
  "pluginType": "core",
1164
1153
  "strict": true,
1165
- "topic": "addons",
1154
+ "topic": "apps",
1166
1155
  "isESM": true,
1167
1156
  "relativePath": [
1168
1157
  "lib",
1169
1158
  "commands",
1170
- "addons",
1171
- "wait.js"
1159
+ "apps",
1160
+ "join.js"
1172
1161
  ]
1173
1162
  },
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"
1163
+ "apps:leave": {
1164
+ "aliases": [
1165
+ "leave"
1187
1166
  ],
1167
+ "args": {},
1168
+ "description": "remove yourself from a team app",
1169
+ "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
1188
1170
  "flags": {
1189
1171
  "app": {
1190
1172
  "char": "a",
@@ -1195,14 +1177,6 @@
1195
1177
  "multiple": false,
1196
1178
  "type": "option"
1197
1179
  },
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
1180
  "remote": {
1207
1181
  "char": "r",
1208
1182
  "description": "git remote of app to use",
@@ -1214,23 +1188,27 @@
1214
1188
  },
1215
1189
  "hasDynamicHelp": false,
1216
1190
  "hiddenAliases": [],
1217
- "id": "access:add",
1191
+ "id": "apps:leave",
1218
1192
  "pluginAlias": "heroku",
1219
1193
  "pluginName": "heroku",
1220
1194
  "pluginType": "core",
1221
1195
  "strict": true,
1196
+ "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
1197
+ "topic": "apps",
1222
1198
  "isESM": true,
1223
1199
  "relativePath": [
1224
1200
  "lib",
1225
1201
  "commands",
1226
- "access",
1227
- "add.js"
1202
+ "apps",
1203
+ "leave.js"
1228
1204
  ]
1229
1205
  },
1230
- "access": {
1231
- "aliases": [],
1206
+ "apps:lock": {
1207
+ "aliases": [
1208
+ "lock"
1209
+ ],
1232
1210
  "args": {},
1233
- "description": "list who has access to an app",
1211
+ "description": "prevent team members from joining an app",
1234
1212
  "flags": {
1235
1213
  "app": {
1236
1214
  "char": "a",
@@ -1241,12 +1219,6 @@
1241
1219
  "multiple": false,
1242
1220
  "type": "option"
1243
1221
  },
1244
- "json": {
1245
- "description": "output in json format",
1246
- "name": "json",
1247
- "allowNo": false,
1248
- "type": "boolean"
1249
- },
1250
1222
  "remote": {
1251
1223
  "char": "r",
1252
1224
  "description": "git remote of app to use",
@@ -1258,25 +1230,34 @@
1258
1230
  },
1259
1231
  "hasDynamicHelp": false,
1260
1232
  "hiddenAliases": [],
1261
- "id": "access",
1233
+ "id": "apps:lock",
1262
1234
  "pluginAlias": "heroku",
1263
1235
  "pluginName": "heroku",
1264
1236
  "pluginType": "core",
1265
1237
  "strict": true,
1266
- "topic": "access",
1238
+ "topic": "apps",
1267
1239
  "isESM": true,
1268
1240
  "relativePath": [
1269
1241
  "lib",
1270
1242
  "commands",
1271
- "access",
1272
- "index.js"
1243
+ "apps",
1244
+ "lock.js"
1273
1245
  ]
1274
1246
  },
1275
- "access:remove": {
1247
+ "apps:open": {
1276
1248
  "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",
1249
+ "args": {
1250
+ "path": {
1251
+ "description": "base URL path of app",
1252
+ "name": "path",
1253
+ "required": false
1254
+ }
1255
+ },
1256
+ "description": "open the app in a web browser",
1257
+ "examples": [
1258
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp \u001b[22m\u001b[39m\u001b[49m",
1259
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp /foo \u001b[22m\u001b[39m\u001b[49m"
1260
+ ],
1280
1261
  "flags": {
1281
1262
  "app": {
1282
1263
  "char": "a",
@@ -1297,32 +1278,36 @@
1297
1278
  }
1298
1279
  },
1299
1280
  "hasDynamicHelp": false,
1300
- "hiddenAliases": [],
1301
- "id": "access:remove",
1281
+ "hiddenAliases": [
1282
+ "open"
1283
+ ],
1284
+ "id": "apps:open",
1302
1285
  "pluginAlias": "heroku",
1303
1286
  "pluginName": "heroku",
1304
1287
  "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",
1288
+ "strict": true,
1289
+ "topic": "apps",
1308
1290
  "isESM": true,
1309
1291
  "relativePath": [
1310
1292
  "lib",
1311
1293
  "commands",
1312
- "access",
1313
- "remove.js"
1294
+ "apps",
1295
+ "open.js"
1314
1296
  ]
1315
1297
  },
1316
- "access:update": {
1298
+ "apps:rename": {
1317
1299
  "aliases": [],
1318
1300
  "args": {
1319
- "email": {
1320
- "description": "email address of the team member",
1321
- "name": "email",
1301
+ "newname": {
1302
+ "description": "new unique name of the app",
1303
+ "name": "newname",
1322
1304
  "required": true
1323
1305
  }
1324
1306
  },
1325
- "description": "update existing collaborators on an team app",
1307
+ "description": "rename an app",
1308
+ "examples": [
1309
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:rename --app oldname newname \u001b[22m\u001b[39m\u001b[49m"
1310
+ ],
1326
1311
  "flags": {
1327
1312
  "app": {
1328
1313
  "char": "a",
@@ -1333,15 +1318,6 @@
1333
1318
  "multiple": false,
1334
1319
  "type": "option"
1335
1320
  },
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
1321
  "remote": {
1346
1322
  "char": "r",
1347
1323
  "description": "git remote of app to use",
@@ -1352,193 +1328,178 @@
1352
1328
  }
1353
1329
  },
1354
1330
  "hasDynamicHelp": false,
1355
- "hiddenAliases": [],
1356
- "id": "access:update",
1331
+ "hiddenAliases": [
1332
+ "rename"
1333
+ ],
1334
+ "id": "apps:rename",
1357
1335
  "pluginAlias": "heroku",
1358
1336
  "pluginName": "heroku",
1359
1337
  "pluginType": "core",
1360
1338
  "strict": true,
1361
- "topic": "access",
1339
+ "help": "This will locally update the git remote if it is set to the old app.",
1340
+ "topic": "apps",
1362
1341
  "isESM": true,
1363
1342
  "relativePath": [
1364
1343
  "lib",
1365
1344
  "commands",
1366
- "access",
1367
- "update.js"
1345
+ "apps",
1346
+ "rename.js"
1368
1347
  ]
1369
1348
  },
1370
- "apps:create": {
1349
+ "apps:transfer": {
1371
1350
  "aliases": [],
1372
1351
  "args": {
1373
- "app": {
1374
- "description": "name of app to create",
1375
- "name": "app",
1376
- "required": false
1352
+ "recipient": {
1353
+ "description": "user or team to transfer applications to",
1354
+ "name": "recipient",
1355
+ "required": true
1377
1356
  }
1378
1357
  },
1379
- "description": "creates a new app",
1358
+ "description": "transfer applications to another user or team",
1380
1359
  "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"
1360
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer collaborator@example.com \u001b[22m\u001b[39m\u001b[49m\nTransferring example to collaborator@example.com... done",
1361
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer acme-widgets \u001b[22m\u001b[39m\u001b[49m\nTransferring example to acme-widgets... done",
1362
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer --bulk acme-widgets \u001b[22m\u001b[39m\u001b[49m\n..."
1388
1363
  ],
1389
1364
  "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
1365
  "app": {
1398
- "hidden": true,
1366
+ "char": "a",
1367
+ "description": "app to run command against",
1399
1368
  "name": "app",
1400
1369
  "hasDynamicHelp": false,
1401
1370
  "multiple": false,
1402
1371
  "type": "option"
1403
1372
  },
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",
1373
+ "bulk": {
1374
+ "description": "transfer applications in bulk",
1375
+ "name": "bulk",
1376
+ "required": false,
1429
1377
  "allowNo": false,
1430
1378
  "type": "boolean"
1431
1379
  },
1432
- "kernel": {
1380
+ "confirm": {
1381
+ "char": "c",
1433
1382
  "hidden": true,
1434
- "name": "kernel",
1383
+ "name": "confirm",
1435
1384
  "hasDynamicHelp": false,
1436
1385
  "multiple": false,
1437
1386
  "type": "option"
1438
1387
  },
1439
1388
  "locked": {
1440
- "hidden": true,
1389
+ "char": "l",
1390
+ "description": "lock the app upon transfer",
1441
1391
  "name": "locked",
1392
+ "required": false,
1442
1393
  "allowNo": false,
1443
1394
  "type": "boolean"
1444
1395
  },
1445
- "manifest": {
1446
- "char": "m",
1447
- "description": "use heroku.yml settings for this app",
1448
- "hidden": true,
1449
- "name": "manifest",
1450
- "allowNo": false,
1451
- "type": "boolean"
1452
- },
1453
- "no-remote": {
1454
- "char": "n",
1455
- "description": "do not create a git remote",
1456
- "name": "no-remote",
1457
- "allowNo": false,
1458
- "type": "boolean"
1459
- },
1460
- "region": {
1461
- "description": "specify region for the app to run in",
1462
- "name": "region",
1463
- "hasDynamicHelp": false,
1464
- "multiple": false,
1465
- "type": "option"
1466
- },
1467
1396
  "remote": {
1468
1397
  "char": "r",
1469
- "description": "the git remote to create, default \"heroku\"",
1398
+ "description": "git remote of app to use",
1470
1399
  "name": "remote",
1471
- "default": "heroku",
1472
- "hasDynamicHelp": false,
1473
- "multiple": false,
1474
- "type": "option"
1475
- },
1476
- "space": {
1477
- "description": "the private space to create the app in",
1478
- "name": "space",
1479
1400
  "hasDynamicHelp": false,
1480
1401
  "multiple": false,
1481
1402
  "type": "option"
1482
- },
1483
- "stack": {
1484
- "char": "s",
1485
- "description": "the stack to create the app on",
1486
- "name": "stack",
1403
+ }
1404
+ },
1405
+ "hasDynamicHelp": false,
1406
+ "hiddenAliases": [],
1407
+ "id": "apps:transfer",
1408
+ "pluginAlias": "heroku",
1409
+ "pluginName": "heroku",
1410
+ "pluginType": "core",
1411
+ "strict": true,
1412
+ "topic": "apps",
1413
+ "isESM": true,
1414
+ "relativePath": [
1415
+ "lib",
1416
+ "commands",
1417
+ "apps",
1418
+ "transfer.js"
1419
+ ]
1420
+ },
1421
+ "apps:unlock": {
1422
+ "aliases": [
1423
+ "unlock"
1424
+ ],
1425
+ "args": {},
1426
+ "description": "unlock an app so any team member can join",
1427
+ "flags": {
1428
+ "app": {
1429
+ "char": "a",
1430
+ "description": "app to run command against",
1431
+ "name": "app",
1432
+ "required": true,
1487
1433
  "hasDynamicHelp": false,
1488
1434
  "multiple": false,
1489
1435
  "type": "option"
1490
1436
  },
1491
- "team": {
1492
- "char": "t",
1493
- "description": "team to use",
1494
- "name": "team",
1437
+ "remote": {
1438
+ "char": "r",
1439
+ "description": "git remote of app to use",
1440
+ "name": "remote",
1495
1441
  "hasDynamicHelp": false,
1496
1442
  "multiple": false,
1497
1443
  "type": "option"
1498
1444
  }
1499
1445
  },
1500
1446
  "hasDynamicHelp": false,
1501
- "hiddenAliases": [
1502
- "create"
1503
- ],
1504
- "id": "apps:create",
1447
+ "hiddenAliases": [],
1448
+ "id": "apps:unlock",
1505
1449
  "pluginAlias": "heroku",
1506
1450
  "pluginName": "heroku",
1507
1451
  "pluginType": "core",
1508
1452
  "strict": true,
1453
+ "topic": "apps",
1509
1454
  "isESM": true,
1510
1455
  "relativePath": [
1511
1456
  "lib",
1512
1457
  "commands",
1513
1458
  "apps",
1514
- "create.js"
1459
+ "unlock.js"
1515
1460
  ]
1516
1461
  },
1517
- "apps:destroy": {
1462
+ "addons:attach": {
1518
1463
  "aliases": [],
1519
1464
  "args": {
1520
- "app": {
1521
- "hidden": true,
1522
- "name": "app"
1465
+ "addon_name": {
1466
+ "description": "unique identifier or globally unique name of the add-on",
1467
+ "name": "addon_name",
1468
+ "required": true
1523
1469
  }
1524
1470
  },
1525
- "description": "permanently destroy an app",
1471
+ "description": "attach an existing add-on resource to an app",
1526
1472
  "flags": {
1527
1473
  "app": {
1528
1474
  "char": "a",
1529
1475
  "description": "app to run command against",
1530
1476
  "name": "app",
1477
+ "required": true,
1478
+ "hasDynamicHelp": false,
1479
+ "multiple": false,
1480
+ "type": "option"
1481
+ },
1482
+ "as": {
1483
+ "description": "name for add-on attachment",
1484
+ "name": "as",
1531
1485
  "hasDynamicHelp": false,
1532
1486
  "multiple": false,
1533
1487
  "type": "option"
1534
1488
  },
1535
1489
  "confirm": {
1536
- "char": "c",
1490
+ "description": "overwrite existing add-on attachment with same name",
1537
1491
  "name": "confirm",
1538
1492
  "hasDynamicHelp": false,
1539
1493
  "multiple": false,
1540
1494
  "type": "option"
1541
1495
  },
1496
+ "credential": {
1497
+ "description": "credential name for scoped access to Heroku Postgres",
1498
+ "name": "credential",
1499
+ "hasDynamicHelp": false,
1500
+ "multiple": false,
1501
+ "type": "option"
1502
+ },
1542
1503
  "remote": {
1543
1504
  "char": "r",
1544
1505
  "description": "git remote of app to use",
@@ -1549,28 +1510,35 @@
1549
1510
  }
1550
1511
  },
1551
1512
  "hasDynamicHelp": false,
1552
- "hiddenAliases": [
1553
- "destroy",
1554
- "apps:delete"
1555
- ],
1556
- "id": "apps:destroy",
1513
+ "hiddenAliases": [],
1514
+ "id": "addons:attach",
1557
1515
  "pluginAlias": "heroku",
1558
1516
  "pluginName": "heroku",
1559
1517
  "pluginType": "core",
1560
1518
  "strict": true,
1561
- "help": "This will also destroy all add-ons on the app.",
1519
+ "topic": "addons",
1562
1520
  "isESM": true,
1563
1521
  "relativePath": [
1564
1522
  "lib",
1565
1523
  "commands",
1566
- "apps",
1567
- "destroy.js"
1524
+ "addons",
1525
+ "attach.js"
1568
1526
  ]
1569
1527
  },
1570
- "apps:errors": {
1528
+ "addons:create": {
1571
1529
  "aliases": [],
1572
- "args": {},
1573
- "description": "view app errors",
1530
+ "args": {
1531
+ "service:plan": {
1532
+ "description": "unique identifier or unique name of the add-on service plan",
1533
+ "name": "service:plan",
1534
+ "required": true
1535
+ }
1536
+ },
1537
+ "description": "Create a new add-on resource.\n\nIn order to add additional config items, please place them at the end of the command after a double-dash (--).\n",
1538
+ "examples": [
1539
+ "# Create an add-on resource:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-redis --app my-app \u001b[22m\u001b[39m\u001b[49m\n",
1540
+ "# Create an add-on resource with additional config items:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE \u001b[22m\u001b[39m\u001b[49m\n"
1541
+ ],
1574
1542
  "flags": {
1575
1543
  "app": {
1576
1544
  "char": "a",
@@ -1581,25 +1549,26 @@
1581
1549
  "multiple": false,
1582
1550
  "type": "option"
1583
1551
  },
1584
- "dyno": {
1585
- "description": "show only dyno errors",
1586
- "name": "dyno",
1587
- "allowNo": false,
1588
- "type": "boolean"
1552
+ "as": {
1553
+ "description": "name for the initial add-on attachment",
1554
+ "name": "as",
1555
+ "hasDynamicHelp": false,
1556
+ "multiple": false,
1557
+ "type": "option"
1589
1558
  },
1590
- "hours": {
1591
- "description": "number of hours to look back (default 24)",
1592
- "name": "hours",
1593
- "default": "24",
1559
+ "confirm": {
1560
+ "description": "overwrite existing config vars or existing add-on attachments",
1561
+ "name": "confirm",
1594
1562
  "hasDynamicHelp": false,
1595
1563
  "multiple": false,
1596
1564
  "type": "option"
1597
1565
  },
1598
- "json": {
1599
- "description": "output in json format",
1600
- "name": "json",
1601
- "allowNo": false,
1602
- "type": "boolean"
1566
+ "name": {
1567
+ "description": "name for the add-on resource",
1568
+ "name": "name",
1569
+ "hasDynamicHelp": false,
1570
+ "multiple": false,
1571
+ "type": "option"
1603
1572
  },
1604
1573
  "remote": {
1605
1574
  "char": "r",
@@ -1609,137 +1578,119 @@
1609
1578
  "multiple": false,
1610
1579
  "type": "option"
1611
1580
  },
1612
- "router": {
1613
- "description": "show only router errors",
1614
- "name": "router",
1581
+ "wait": {
1582
+ "description": "watch add-on creation status and exit when complete",
1583
+ "name": "wait",
1615
1584
  "allowNo": false,
1616
1585
  "type": "boolean"
1617
1586
  }
1618
1587
  },
1619
1588
  "hasDynamicHelp": false,
1620
- "hiddenAliases": [],
1621
- "id": "apps:errors",
1589
+ "hiddenAliases": [
1590
+ "addons:add"
1591
+ ],
1592
+ "id": "addons:create",
1622
1593
  "pluginAlias": "heroku",
1623
1594
  "pluginName": "heroku",
1624
1595
  "pluginType": "core",
1625
- "strict": true,
1596
+ "strict": false,
1626
1597
  "isESM": true,
1627
1598
  "relativePath": [
1628
1599
  "lib",
1629
1600
  "commands",
1630
- "apps",
1631
- "errors.js"
1601
+ "addons",
1602
+ "create.js"
1632
1603
  ]
1633
1604
  },
1634
- "apps": {
1605
+ "addons:destroy": {
1635
1606
  "aliases": [],
1636
- "args": {},
1637
- "description": "list your apps",
1607
+ "args": {
1608
+ "addonName": {
1609
+ "description": "unique identifier or globally unique name of the add-on",
1610
+ "name": "addonName",
1611
+ "required": true
1612
+ }
1613
+ },
1614
+ "description": "permanently destroy an add-on resource",
1638
1615
  "examples": [
1639
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps \u001b[22m\u001b[39m\u001b[49m"
1616
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ addons:destroy [ADDON]... [flags] \u001b[22m\u001b[39m\u001b[49m"
1640
1617
  ],
1641
1618
  "flags": {
1642
- "all": {
1643
- "char": "A",
1644
- "description": "include apps in all teams",
1645
- "name": "all",
1646
- "allowNo": false,
1647
- "type": "boolean"
1648
- },
1649
- "internal-routing": {
1650
- "char": "i",
1651
- "description": "filter to Internal Web Apps",
1652
- "hidden": true,
1653
- "name": "internal-routing",
1654
- "allowNo": false,
1655
- "type": "boolean"
1619
+ "app": {
1620
+ "char": "a",
1621
+ "description": "app to run command against",
1622
+ "name": "app",
1623
+ "hasDynamicHelp": false,
1624
+ "multiple": false,
1625
+ "type": "option"
1656
1626
  },
1657
- "json": {
1658
- "char": "j",
1659
- "description": "output in json format",
1660
- "name": "json",
1661
- "allowNo": false,
1662
- "type": "boolean"
1627
+ "confirm": {
1628
+ "char": "c",
1629
+ "name": "confirm",
1630
+ "hasDynamicHelp": false,
1631
+ "multiple": false,
1632
+ "type": "option"
1663
1633
  },
1664
- "personal": {
1665
- "char": "p",
1666
- "description": "list apps in personal account when a default team is set",
1667
- "name": "personal",
1634
+ "force": {
1635
+ "char": "f",
1636
+ "description": "allow destruction even if connected to other apps",
1637
+ "name": "force",
1668
1638
  "allowNo": false,
1669
1639
  "type": "boolean"
1670
1640
  },
1671
- "space": {
1672
- "char": "s",
1673
- "description": "filter by space",
1674
- "name": "space",
1641
+ "remote": {
1642
+ "char": "r",
1643
+ "description": "git remote of app to use",
1644
+ "name": "remote",
1675
1645
  "hasDynamicHelp": false,
1676
1646
  "multiple": false,
1677
1647
  "type": "option"
1678
1648
  },
1679
- "team": {
1680
- "char": "t",
1681
- "description": "team to use",
1682
- "name": "team",
1683
- "hasDynamicHelp": false,
1684
- "multiple": false,
1685
- "type": "option"
1649
+ "wait": {
1650
+ "description": "watch add-on destruction status and exit when complete",
1651
+ "name": "wait",
1652
+ "allowNo": false,
1653
+ "type": "boolean"
1686
1654
  }
1687
1655
  },
1688
1656
  "hasDynamicHelp": false,
1689
1657
  "hiddenAliases": [
1690
- "list",
1691
- "apps:list"
1658
+ "addons:remove"
1692
1659
  ],
1693
- "id": "apps",
1660
+ "id": "addons:destroy",
1694
1661
  "pluginAlias": "heroku",
1695
1662
  "pluginName": "heroku",
1696
1663
  "pluginType": "core",
1697
- "strict": true,
1698
- "topic": "apps",
1664
+ "strict": false,
1665
+ "topic": "addons",
1699
1666
  "isESM": true,
1700
1667
  "relativePath": [
1701
1668
  "lib",
1702
1669
  "commands",
1703
- "apps",
1704
- "index.js"
1670
+ "addons",
1671
+ "destroy.js"
1705
1672
  ]
1706
1673
  },
1707
- "apps:info": {
1674
+ "addons:detach": {
1708
1675
  "aliases": [],
1709
1676
  "args": {
1710
- "app": {
1711
- "hidden": true,
1712
- "name": "app"
1677
+ "attachment_name": {
1678
+ "description": "unique identifier of the add-on attachment",
1679
+ "name": "attachment_name",
1680
+ "required": true
1713
1681
  }
1714
1682
  },
1715
- "description": "show detailed app information",
1716
- "examples": [
1717
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info \u001b[22m\u001b[39m\u001b[49m",
1718
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info --shell \u001b[22m\u001b[39m\u001b[49m"
1719
- ],
1683
+ "description": "detach an existing add-on resource from an app",
1720
1684
  "flags": {
1721
1685
  "app": {
1722
1686
  "char": "a",
1723
1687
  "description": "app to run command against",
1724
1688
  "name": "app",
1689
+ "required": true,
1725
1690
  "hasDynamicHelp": false,
1726
1691
  "multiple": false,
1727
1692
  "type": "option"
1728
1693
  },
1729
- "extended": {
1730
- "char": "x",
1731
- "hidden": true,
1732
- "name": "extended",
1733
- "allowNo": false,
1734
- "type": "boolean"
1735
- },
1736
- "json": {
1737
- "char": "j",
1738
- "description": "output in json format",
1739
- "name": "json",
1740
- "allowNo": false,
1741
- "type": "boolean"
1742
- },
1743
1694
  "remote": {
1744
1695
  "char": "r",
1745
1696
  "description": "git remote of app to use",
@@ -1747,46 +1698,39 @@
1747
1698
  "hasDynamicHelp": false,
1748
1699
  "multiple": false,
1749
1700
  "type": "option"
1750
- },
1751
- "shell": {
1752
- "char": "s",
1753
- "description": "output more shell friendly key/value pairs",
1754
- "name": "shell",
1755
- "allowNo": false,
1756
- "type": "boolean"
1757
1701
  }
1758
1702
  },
1759
1703
  "hasDynamicHelp": false,
1760
- "hiddenAliases": [
1761
- "info"
1762
- ],
1763
- "id": "apps:info",
1704
+ "hiddenAliases": [],
1705
+ "id": "addons:detach",
1764
1706
  "pluginAlias": "heroku",
1765
1707
  "pluginName": "heroku",
1766
1708
  "pluginType": "core",
1767
1709
  "strict": true,
1768
- "help": "$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...",
1769
- "topic": "apps",
1710
+ "topic": "addons",
1770
1711
  "isESM": true,
1771
1712
  "relativePath": [
1772
1713
  "lib",
1773
1714
  "commands",
1774
- "apps",
1775
- "info.js"
1715
+ "addons",
1716
+ "detach.js"
1776
1717
  ]
1777
1718
  },
1778
- "apps:join": {
1779
- "aliases": [
1780
- "join"
1781
- ],
1782
- "args": {},
1783
- "description": "add yourself to a team app",
1719
+ "addons:docs": {
1720
+ "aliases": [],
1721
+ "args": {
1722
+ "addon": {
1723
+ "description": "unique identifier or globally unique name of the add-on",
1724
+ "name": "addon",
1725
+ "required": true
1726
+ }
1727
+ },
1728
+ "description": "open an add-on's Dev Center documentation in your browser",
1784
1729
  "flags": {
1785
1730
  "app": {
1786
1731
  "char": "a",
1787
1732
  "description": "app to run command against",
1788
1733
  "name": "app",
1789
- "required": true,
1790
1734
  "hasDynamicHelp": false,
1791
1735
  "multiple": false,
1792
1736
  "type": "option"
@@ -1798,41 +1742,60 @@
1798
1742
  "hasDynamicHelp": false,
1799
1743
  "multiple": false,
1800
1744
  "type": "option"
1745
+ },
1746
+ "show-url": {
1747
+ "description": "show URL, do not open browser",
1748
+ "name": "show-url",
1749
+ "allowNo": false,
1750
+ "type": "boolean"
1801
1751
  }
1802
1752
  },
1803
1753
  "hasDynamicHelp": false,
1804
1754
  "hiddenAliases": [],
1805
- "id": "apps:join",
1755
+ "id": "addons:docs",
1806
1756
  "pluginAlias": "heroku",
1807
1757
  "pluginName": "heroku",
1808
1758
  "pluginType": "core",
1809
1759
  "strict": true,
1810
- "topic": "apps",
1760
+ "topic": "addons",
1811
1761
  "isESM": true,
1812
1762
  "relativePath": [
1813
1763
  "lib",
1814
1764
  "commands",
1815
- "apps",
1816
- "join.js"
1765
+ "addons",
1766
+ "docs.js"
1817
1767
  ]
1818
1768
  },
1819
- "apps:leave": {
1820
- "aliases": [
1821
- "leave"
1769
+ "addons": {
1770
+ "aliases": [],
1771
+ "args": {},
1772
+ "description": "Lists your add-ons and attachments.\n\n The default filter applied depends on whether you are in a Heroku app\n directory. If so, the --app flag is implied. If not, the default of --all\n is implied. Explicitly providing either flag overrides the default\n behavior.\n ",
1773
+ "examples": [
1774
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --all \u001b[22m\u001b[39m\u001b[49m",
1775
+ "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --app acme-inc-www \u001b[22m\u001b[39m\u001b[49m"
1822
1776
  ],
1823
- "args": {},
1824
- "description": "remove yourself from a team app",
1825
- "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
1826
1777
  "flags": {
1778
+ "all": {
1779
+ "char": "A",
1780
+ "description": "show add-ons and attachments for all accessible apps",
1781
+ "name": "all",
1782
+ "allowNo": false,
1783
+ "type": "boolean"
1784
+ },
1827
1785
  "app": {
1828
1786
  "char": "a",
1829
1787
  "description": "app to run command against",
1830
1788
  "name": "app",
1831
- "required": true,
1832
1789
  "hasDynamicHelp": false,
1833
1790
  "multiple": false,
1834
1791
  "type": "option"
1835
1792
  },
1793
+ "json": {
1794
+ "description": "return add-ons in json format",
1795
+ "name": "json",
1796
+ "allowNo": false,
1797
+ "type": "boolean"
1798
+ },
1836
1799
  "remote": {
1837
1800
  "char": "r",
1838
1801
  "description": "git remote of app to use",
@@ -1844,33 +1807,36 @@
1844
1807
  },
1845
1808
  "hasDynamicHelp": false,
1846
1809
  "hiddenAliases": [],
1847
- "id": "apps:leave",
1810
+ "id": "addons",
1848
1811
  "pluginAlias": "heroku",
1849
1812
  "pluginName": "heroku",
1850
1813
  "pluginType": "core",
1851
1814
  "strict": true,
1852
- "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
1853
- "topic": "apps",
1815
+ "usage": "addons [--all|--app APP]",
1816
+ "topic": "addons",
1854
1817
  "isESM": true,
1855
1818
  "relativePath": [
1856
1819
  "lib",
1857
1820
  "commands",
1858
- "apps",
1859
- "leave.js"
1821
+ "addons",
1822
+ "index.js"
1860
1823
  ]
1861
1824
  },
1862
- "apps:lock": {
1863
- "aliases": [
1864
- "lock"
1865
- ],
1866
- "args": {},
1867
- "description": "prevent team members from joining an app",
1825
+ "addons:info": {
1826
+ "aliases": [],
1827
+ "args": {
1828
+ "addon": {
1829
+ "description": "unique identifier or globally unique name of the add-on",
1830
+ "name": "addon",
1831
+ "required": true
1832
+ }
1833
+ },
1834
+ "description": "show detailed add-on resource and attachment information",
1868
1835
  "flags": {
1869
1836
  "app": {
1870
1837
  "char": "a",
1871
1838
  "description": "app to run command against",
1872
1839
  "name": "app",
1873
- "required": true,
1874
1840
  "hasDynamicHelp": false,
1875
1841
  "multiple": false,
1876
1842
  "type": "option"
@@ -1886,40 +1852,36 @@
1886
1852
  },
1887
1853
  "hasDynamicHelp": false,
1888
1854
  "hiddenAliases": [],
1889
- "id": "apps:lock",
1855
+ "id": "addons:info",
1890
1856
  "pluginAlias": "heroku",
1891
1857
  "pluginName": "heroku",
1892
1858
  "pluginType": "core",
1893
1859
  "strict": true,
1894
- "topic": "apps",
1860
+ "usage": "addons:info ADDON",
1861
+ "topic": "addons",
1895
1862
  "isESM": true,
1896
1863
  "relativePath": [
1897
1864
  "lib",
1898
1865
  "commands",
1899
- "apps",
1900
- "lock.js"
1866
+ "addons",
1867
+ "info.js"
1901
1868
  ]
1902
1869
  },
1903
- "apps:open": {
1870
+ "addons:open": {
1904
1871
  "aliases": [],
1905
1872
  "args": {
1906
- "path": {
1907
- "description": "base URL path of app",
1908
- "name": "path",
1909
- "required": false
1873
+ "addon": {
1874
+ "description": "unique identifier or globally unique name of the add-on",
1875
+ "name": "addon",
1876
+ "required": true
1910
1877
  }
1911
1878
  },
1912
- "description": "open the app in a web browser",
1913
- "examples": [
1914
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp \u001b[22m\u001b[39m\u001b[49m",
1915
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp /foo \u001b[22m\u001b[39m\u001b[49m"
1916
- ],
1879
+ "description": "open an add-on's dashboard in your browser",
1917
1880
  "flags": {
1918
1881
  "app": {
1919
1882
  "char": "a",
1920
1883
  "description": "app to run command against",
1921
1884
  "name": "app",
1922
- "required": true,
1923
1885
  "hasDynamicHelp": false,
1924
1886
  "multiple": false,
1925
1887
  "type": "option"
@@ -1931,91 +1893,143 @@
1931
1893
  "hasDynamicHelp": false,
1932
1894
  "multiple": false,
1933
1895
  "type": "option"
1896
+ },
1897
+ "show-url": {
1898
+ "description": "show URL, do not open browser",
1899
+ "name": "show-url",
1900
+ "allowNo": false,
1901
+ "type": "boolean"
1934
1902
  }
1935
1903
  },
1936
1904
  "hasDynamicHelp": false,
1937
- "hiddenAliases": [
1938
- "open"
1939
- ],
1940
- "id": "apps:open",
1905
+ "hiddenAliases": [],
1906
+ "id": "addons:open",
1941
1907
  "pluginAlias": "heroku",
1942
1908
  "pluginName": "heroku",
1943
1909
  "pluginType": "core",
1944
1910
  "strict": true,
1945
- "topic": "apps",
1911
+ "topic": "addons",
1946
1912
  "isESM": true,
1947
1913
  "relativePath": [
1948
1914
  "lib",
1949
1915
  "commands",
1950
- "apps",
1916
+ "addons",
1951
1917
  "open.js"
1952
1918
  ]
1953
1919
  },
1954
- "apps:rename": {
1920
+ "addons:plans": {
1955
1921
  "aliases": [],
1956
1922
  "args": {
1957
- "newname": {
1958
- "description": "new unique name of the app",
1959
- "name": "newname",
1923
+ "service": {
1924
+ "description": "unique identifier or globally unique name of the add-on",
1925
+ "name": "service",
1960
1926
  "required": true
1961
1927
  }
1962
1928
  },
1963
- "description": "rename an app",
1964
- "examples": [
1965
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:rename --app oldname newname \u001b[22m\u001b[39m\u001b[49m"
1966
- ],
1929
+ "description": "list all available plans for an add-on service",
1967
1930
  "flags": {
1968
- "app": {
1969
- "char": "a",
1970
- "description": "app to run command against",
1971
- "name": "app",
1972
- "required": true,
1973
- "hasDynamicHelp": false,
1974
- "multiple": false,
1975
- "type": "option"
1931
+ "json": {
1932
+ "description": "output in json format",
1933
+ "name": "json",
1934
+ "allowNo": false,
1935
+ "type": "boolean"
1936
+ }
1937
+ },
1938
+ "hasDynamicHelp": false,
1939
+ "hiddenAliases": [],
1940
+ "id": "addons:plans",
1941
+ "pluginAlias": "heroku",
1942
+ "pluginName": "heroku",
1943
+ "pluginType": "core",
1944
+ "strict": true,
1945
+ "topic": "addons",
1946
+ "isESM": true,
1947
+ "relativePath": [
1948
+ "lib",
1949
+ "commands",
1950
+ "addons",
1951
+ "plans.js"
1952
+ ]
1953
+ },
1954
+ "addons:rename": {
1955
+ "aliases": [],
1956
+ "args": {
1957
+ "addon_name": {
1958
+ "description": "unique identifier or globally unique name of the add-on",
1959
+ "name": "addon_name",
1960
+ "required": true
1976
1961
  },
1977
- "remote": {
1978
- "char": "r",
1979
- "description": "git remote of app to use",
1980
- "name": "remote",
1981
- "hasDynamicHelp": false,
1982
- "multiple": false,
1983
- "type": "option"
1962
+ "new_name": {
1963
+ "description": "new globally unique name of the add-on",
1964
+ "name": "new_name",
1965
+ "required": true
1984
1966
  }
1985
1967
  },
1968
+ "description": "rename an add-on",
1969
+ "flags": {},
1986
1970
  "hasDynamicHelp": false,
1987
- "hiddenAliases": [
1988
- "rename"
1989
- ],
1990
- "id": "apps:rename",
1971
+ "hiddenAliases": [],
1972
+ "id": "addons:rename",
1991
1973
  "pluginAlias": "heroku",
1992
1974
  "pluginName": "heroku",
1993
1975
  "pluginType": "core",
1994
1976
  "strict": true,
1995
- "help": "This will locally update the git remote if it is set to the old app.",
1996
- "topic": "apps",
1977
+ "topic": "addons",
1997
1978
  "isESM": true,
1998
1979
  "relativePath": [
1999
1980
  "lib",
2000
1981
  "commands",
2001
- "apps",
1982
+ "addons",
2002
1983
  "rename.js"
2003
1984
  ]
2004
1985
  },
2005
- "apps:transfer": {
1986
+ "addons:services": {
2006
1987
  "aliases": [],
1988
+ "args": {},
1989
+ "description": "list all available add-on services",
1990
+ "flags": {
1991
+ "json": {
1992
+ "description": "output in json format",
1993
+ "name": "json",
1994
+ "allowNo": false,
1995
+ "type": "boolean"
1996
+ }
1997
+ },
1998
+ "hasDynamicHelp": false,
1999
+ "hiddenAliases": [],
2000
+ "id": "addons:services",
2001
+ "pluginAlias": "heroku",
2002
+ "pluginName": "heroku",
2003
+ "pluginType": "core",
2004
+ "strict": true,
2005
+ "topic": "addons",
2006
+ "isESM": true,
2007
+ "relativePath": [
2008
+ "lib",
2009
+ "commands",
2010
+ "addons",
2011
+ "services.js"
2012
+ ]
2013
+ },
2014
+ "addons:upgrade": {
2015
+ "aliases": [
2016
+ "addons:downgrade"
2017
+ ],
2007
2018
  "args": {
2008
- "recipient": {
2009
- "description": "user or team to transfer applications to",
2010
- "name": "recipient",
2019
+ "addon": {
2020
+ "description": "unique identifier or globally unique name of the add-on",
2021
+ "name": "addon",
2011
2022
  "required": true
2023
+ },
2024
+ "plan": {
2025
+ "description": "unique identifier or name of the plan",
2026
+ "name": "plan"
2012
2027
  }
2013
2028
  },
2014
- "description": "transfer applications to another user or team",
2029
+ "description": "change add-on plan.\n See available plans with `heroku addons:plans SERVICE`.\n\n Note that `heroku addons:upgrade` and `heroku addons:downgrade` are the same. Either one can be used to change an add-on plan up or down.\n\n https://devcenter.heroku.com/articles/managing-add-ons\n ",
2015
2030
  "examples": [
2016
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer collaborator@example.com \u001b[22m\u001b[39m\u001b[49m\nTransferring example to collaborator@example.com... done",
2017
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer acme-widgets \u001b[22m\u001b[39m\u001b[49m\nTransferring example to acme-widgets... done",
2018
- "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer --bulk acme-widgets \u001b[22m\u001b[39m\u001b[49m\n..."
2031
+ "# Upgrade an add-on by service name:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m",
2032
+ "# Upgrade a specific add-on:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m"
2019
2033
  ],
2020
2034
  "flags": {
2021
2035
  "app": {
@@ -2026,29 +2040,6 @@
2026
2040
  "multiple": false,
2027
2041
  "type": "option"
2028
2042
  },
2029
- "bulk": {
2030
- "description": "transfer applications in bulk",
2031
- "name": "bulk",
2032
- "required": false,
2033
- "allowNo": false,
2034
- "type": "boolean"
2035
- },
2036
- "confirm": {
2037
- "char": "c",
2038
- "hidden": true,
2039
- "name": "confirm",
2040
- "hasDynamicHelp": false,
2041
- "multiple": false,
2042
- "type": "option"
2043
- },
2044
- "locked": {
2045
- "char": "l",
2046
- "description": "lock the app upon transfer",
2047
- "name": "locked",
2048
- "required": false,
2049
- "allowNo": false,
2050
- "type": "boolean"
2051
- },
2052
2043
  "remote": {
2053
2044
  "char": "r",
2054
2045
  "description": "git remote of app to use",
@@ -2060,32 +2051,34 @@
2060
2051
  },
2061
2052
  "hasDynamicHelp": false,
2062
2053
  "hiddenAliases": [],
2063
- "id": "apps:transfer",
2054
+ "id": "addons:upgrade",
2064
2055
  "pluginAlias": "heroku",
2065
2056
  "pluginName": "heroku",
2066
2057
  "pluginType": "core",
2067
2058
  "strict": true,
2068
- "topic": "apps",
2059
+ "topic": "addons",
2069
2060
  "isESM": true,
2070
2061
  "relativePath": [
2071
2062
  "lib",
2072
2063
  "commands",
2073
- "apps",
2074
- "transfer.js"
2064
+ "addons",
2065
+ "upgrade.js"
2075
2066
  ]
2076
2067
  },
2077
- "apps:unlock": {
2078
- "aliases": [
2079
- "unlock"
2080
- ],
2081
- "args": {},
2082
- "description": "unlock an app so any team member can join",
2068
+ "addons:wait": {
2069
+ "aliases": [],
2070
+ "args": {
2071
+ "addon": {
2072
+ "description": "unique identifier or globally unique name of the add-on",
2073
+ "name": "addon"
2074
+ }
2075
+ },
2076
+ "description": "show provisioning status of the add-ons on the app",
2083
2077
  "flags": {
2084
2078
  "app": {
2085
2079
  "char": "a",
2086
2080
  "description": "app to run command against",
2087
2081
  "name": "app",
2088
- "required": true,
2089
2082
  "hasDynamicHelp": false,
2090
2083
  "multiple": false,
2091
2084
  "type": "option"
@@ -2097,22 +2090,29 @@
2097
2090
  "hasDynamicHelp": false,
2098
2091
  "multiple": false,
2099
2092
  "type": "option"
2093
+ },
2094
+ "wait-interval": {
2095
+ "description": "how frequently to poll in seconds",
2096
+ "name": "wait-interval",
2097
+ "hasDynamicHelp": false,
2098
+ "multiple": false,
2099
+ "type": "option"
2100
2100
  }
2101
2101
  },
2102
2102
  "hasDynamicHelp": false,
2103
2103
  "hiddenAliases": [],
2104
- "id": "apps:unlock",
2104
+ "id": "addons:wait",
2105
2105
  "pluginAlias": "heroku",
2106
2106
  "pluginName": "heroku",
2107
2107
  "pluginType": "core",
2108
2108
  "strict": true,
2109
- "topic": "apps",
2109
+ "topic": "addons",
2110
2110
  "isESM": true,
2111
2111
  "relativePath": [
2112
2112
  "lib",
2113
2113
  "commands",
2114
- "apps",
2115
- "unlock.js"
2114
+ "addons",
2115
+ "wait.js"
2116
2116
  ]
2117
2117
  },
2118
2118
  "auth:login": {
@@ -10277,253 +10277,21 @@
10277
10277
  "lib",
10278
10278
  "commands",
10279
10279
  "apps",
10280
- "stacks",
10281
- "index.js"
10282
- ]
10283
- },
10284
- "apps:stacks:set": {
10285
- "aliases": [],
10286
- "args": {
10287
- "stack": {
10288
- "description": "unique name or identifier of the stack",
10289
- "name": "stack",
10290
- "required": true
10291
- }
10292
- },
10293
- "description": "set the stack of an app",
10294
- "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku stack:set heroku-24 -a myapp \u001b[22m\u001b[39m\u001b[49m\nSetting stack to heroku-24... done\nYou will need to redeploy myapp for the change to take effect.\nRun git push heroku main to trigger a new build on myapp.",
10295
- "flags": {
10296
- "app": {
10297
- "char": "a",
10298
- "description": "app to run command against",
10299
- "name": "app",
10300
- "required": true,
10301
- "hasDynamicHelp": false,
10302
- "multiple": false,
10303
- "type": "option"
10304
- },
10305
- "remote": {
10306
- "char": "r",
10307
- "description": "git remote of app to use",
10308
- "name": "remote",
10309
- "hasDynamicHelp": false,
10310
- "multiple": false,
10311
- "type": "option"
10312
- }
10313
- },
10314
- "hasDynamicHelp": false,
10315
- "hiddenAliases": [
10316
- "stack:set"
10317
- ],
10318
- "id": "apps:stacks:set",
10319
- "pluginAlias": "heroku",
10320
- "pluginName": "heroku",
10321
- "pluginType": "core",
10322
- "strict": true,
10323
- "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku stack:set heroku-24 -a myapp \u001b[22m\u001b[39m\u001b[49m\nSetting stack to heroku-24... done\nYou will need to redeploy myapp for the change to take effect.\nRun git push heroku main to trigger a new build on myapp.",
10324
- "isESM": true,
10325
- "relativePath": [
10326
- "lib",
10327
- "commands",
10328
- "apps",
10329
- "stacks",
10330
- "set.js"
10331
- ]
10332
- },
10333
- "auth:2fa:disable": {
10334
- "aliases": [
10335
- "twofactor:disable",
10336
- "2fa:disable"
10337
- ],
10338
- "args": {},
10339
- "description": "disables 2fa on account",
10340
- "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku auth:2fa:disable \u001b[22m\u001b[39m\u001b[49m",
10341
- "flags": {},
10342
- "hasDynamicHelp": false,
10343
- "hiddenAliases": [],
10344
- "id": "auth:2fa:disable",
10345
- "pluginAlias": "heroku",
10346
- "pluginName": "heroku",
10347
- "pluginType": "core",
10348
- "strict": true,
10349
- "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku auth:2fa:disable \u001b[22m\u001b[39m\u001b[49m",
10350
- "isESM": true,
10351
- "relativePath": [
10352
- "lib",
10353
- "commands",
10354
- "auth",
10355
- "2fa",
10356
- "disable.js"
10357
- ]
10358
- },
10359
- "auth:2fa": {
10360
- "aliases": [
10361
- "2fa",
10362
- "twofactor"
10363
- ],
10364
- "args": {},
10365
- "description": "check 2fa status",
10366
- "flags": {},
10367
- "hasDynamicHelp": false,
10368
- "hiddenAliases": [],
10369
- "id": "auth:2fa",
10370
- "pluginAlias": "heroku",
10371
- "pluginName": "heroku",
10372
- "pluginType": "core",
10373
- "strict": true,
10374
- "isESM": true,
10375
- "relativePath": [
10376
- "lib",
10377
- "commands",
10378
- "auth",
10379
- "2fa",
10380
- "index.js"
10381
- ]
10382
- },
10383
- "certs:auto:disable": {
10384
- "aliases": [],
10385
- "args": {},
10386
- "description": "disable ACM for an app",
10387
- "flags": {
10388
- "app": {
10389
- "char": "a",
10390
- "description": "app to run command against",
10391
- "name": "app",
10392
- "required": true,
10393
- "hasDynamicHelp": false,
10394
- "multiple": false,
10395
- "type": "option"
10396
- },
10397
- "confirm": {
10398
- "char": "c",
10399
- "hidden": true,
10400
- "name": "confirm",
10401
- "hasDynamicHelp": false,
10402
- "multiple": false,
10403
- "type": "option"
10404
- },
10405
- "remote": {
10406
- "char": "r",
10407
- "description": "git remote of app to use",
10408
- "name": "remote",
10409
- "hasDynamicHelp": false,
10410
- "multiple": false,
10411
- "type": "option"
10412
- }
10413
- },
10414
- "hasDynamicHelp": false,
10415
- "hiddenAliases": [],
10416
- "id": "certs:auto:disable",
10417
- "pluginAlias": "heroku",
10418
- "pluginName": "heroku",
10419
- "pluginType": "core",
10420
- "strict": true,
10421
- "topic": "certs",
10422
- "isESM": true,
10423
- "relativePath": [
10424
- "lib",
10425
- "commands",
10426
- "certs",
10427
- "auto",
10428
- "disable.js"
10429
- ]
10430
- },
10431
- "certs:auto:enable": {
10432
- "aliases": [],
10433
- "args": {},
10434
- "description": "enable ACM status for an app",
10435
- "flags": {
10436
- "app": {
10437
- "char": "a",
10438
- "description": "app to run command against",
10439
- "name": "app",
10440
- "required": true,
10441
- "hasDynamicHelp": false,
10442
- "multiple": false,
10443
- "type": "option"
10444
- },
10445
- "remote": {
10446
- "char": "r",
10447
- "description": "git remote of app to use",
10448
- "name": "remote",
10449
- "hasDynamicHelp": false,
10450
- "multiple": false,
10451
- "type": "option"
10452
- },
10453
- "wait": {
10454
- "description": "watch ACM status and exit when complete",
10455
- "name": "wait",
10456
- "allowNo": false,
10457
- "type": "boolean"
10458
- }
10459
- },
10460
- "hasDynamicHelp": false,
10461
- "hiddenAliases": [],
10462
- "id": "certs:auto:enable",
10463
- "pluginAlias": "heroku",
10464
- "pluginName": "heroku",
10465
- "pluginType": "core",
10466
- "strict": true,
10467
- "topic": "certs",
10468
- "isESM": true,
10469
- "relativePath": [
10470
- "lib",
10471
- "commands",
10472
- "certs",
10473
- "auto",
10474
- "enable.js"
10475
- ]
10476
- },
10477
- "certs:auto": {
10478
- "aliases": [],
10479
- "args": {},
10480
- "description": "show ACM status for an app",
10481
- "flags": {
10482
- "app": {
10483
- "char": "a",
10484
- "description": "app to run command against",
10485
- "name": "app",
10486
- "required": true,
10487
- "hasDynamicHelp": false,
10488
- "multiple": false,
10489
- "type": "option"
10490
- },
10491
- "remote": {
10492
- "char": "r",
10493
- "description": "git remote of app to use",
10494
- "name": "remote",
10495
- "hasDynamicHelp": false,
10496
- "multiple": false,
10497
- "type": "option"
10498
- },
10499
- "wait": {
10500
- "description": "watch ACM status and display the status when complete",
10501
- "name": "wait",
10502
- "allowNo": false,
10503
- "type": "boolean"
10504
- }
10505
- },
10506
- "hasDynamicHelp": false,
10507
- "hiddenAliases": [],
10508
- "id": "certs:auto",
10509
- "pluginAlias": "heroku",
10510
- "pluginName": "heroku",
10511
- "pluginType": "core",
10512
- "strict": true,
10513
- "topic": "certs",
10514
- "isESM": true,
10515
- "relativePath": [
10516
- "lib",
10517
- "commands",
10518
- "certs",
10519
- "auto",
10280
+ "stacks",
10520
10281
  "index.js"
10521
10282
  ]
10522
10283
  },
10523
- "certs:auto:refresh": {
10284
+ "apps:stacks:set": {
10524
10285
  "aliases": [],
10525
- "args": {},
10526
- "description": "refresh ACM for an app",
10286
+ "args": {
10287
+ "stack": {
10288
+ "description": "unique name or identifier of the stack",
10289
+ "name": "stack",
10290
+ "required": true
10291
+ }
10292
+ },
10293
+ "description": "set the stack of an app",
10294
+ "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku stack:set heroku-24 -a myapp \u001b[22m\u001b[39m\u001b[49m\nSetting stack to heroku-24... done\nYou will need to redeploy myapp for the change to take effect.\nRun git push heroku main to trigger a new build on myapp.",
10527
10295
  "flags": {
10528
10296
  "app": {
10529
10297
  "char": "a",
@@ -10544,20 +10312,72 @@
10544
10312
  }
10545
10313
  },
10546
10314
  "hasDynamicHelp": false,
10315
+ "hiddenAliases": [
10316
+ "stack:set"
10317
+ ],
10318
+ "id": "apps:stacks:set",
10319
+ "pluginAlias": "heroku",
10320
+ "pluginName": "heroku",
10321
+ "pluginType": "core",
10322
+ "strict": true,
10323
+ "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku stack:set heroku-24 -a myapp \u001b[22m\u001b[39m\u001b[49m\nSetting stack to heroku-24... done\nYou will need to redeploy myapp for the change to take effect.\nRun git push heroku main to trigger a new build on myapp.",
10324
+ "isESM": true,
10325
+ "relativePath": [
10326
+ "lib",
10327
+ "commands",
10328
+ "apps",
10329
+ "stacks",
10330
+ "set.js"
10331
+ ]
10332
+ },
10333
+ "auth:2fa:disable": {
10334
+ "aliases": [
10335
+ "twofactor:disable",
10336
+ "2fa:disable"
10337
+ ],
10338
+ "args": {},
10339
+ "description": "disables 2fa on account",
10340
+ "examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku auth:2fa:disable \u001b[22m\u001b[39m\u001b[49m",
10341
+ "flags": {},
10342
+ "hasDynamicHelp": false,
10547
10343
  "hiddenAliases": [],
10548
- "id": "certs:auto:refresh",
10344
+ "id": "auth:2fa:disable",
10549
10345
  "pluginAlias": "heroku",
10550
10346
  "pluginName": "heroku",
10551
10347
  "pluginType": "core",
10552
10348
  "strict": true,
10553
- "topic": "certs",
10349
+ "example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku auth:2fa:disable \u001b[22m\u001b[39m\u001b[49m",
10554
10350
  "isESM": true,
10555
10351
  "relativePath": [
10556
10352
  "lib",
10557
10353
  "commands",
10558
- "certs",
10559
- "auto",
10560
- "refresh.js"
10354
+ "auth",
10355
+ "2fa",
10356
+ "disable.js"
10357
+ ]
10358
+ },
10359
+ "auth:2fa": {
10360
+ "aliases": [
10361
+ "2fa",
10362
+ "twofactor"
10363
+ ],
10364
+ "args": {},
10365
+ "description": "check 2fa status",
10366
+ "flags": {},
10367
+ "hasDynamicHelp": false,
10368
+ "hiddenAliases": [],
10369
+ "id": "auth:2fa",
10370
+ "pluginAlias": "heroku",
10371
+ "pluginName": "heroku",
10372
+ "pluginType": "core",
10373
+ "strict": true,
10374
+ "isESM": true,
10375
+ "relativePath": [
10376
+ "lib",
10377
+ "commands",
10378
+ "auth",
10379
+ "2fa",
10380
+ "index.js"
10561
10381
  ]
10562
10382
  },
10563
10383
  "ci:config:get": {
@@ -11394,6 +11214,186 @@
11394
11214
  "url.js"
11395
11215
  ]
11396
11216
  },
11217
+ "certs:auto:disable": {
11218
+ "aliases": [],
11219
+ "args": {},
11220
+ "description": "disable ACM for an app",
11221
+ "flags": {
11222
+ "app": {
11223
+ "char": "a",
11224
+ "description": "app to run command against",
11225
+ "name": "app",
11226
+ "required": true,
11227
+ "hasDynamicHelp": false,
11228
+ "multiple": false,
11229
+ "type": "option"
11230
+ },
11231
+ "confirm": {
11232
+ "char": "c",
11233
+ "hidden": true,
11234
+ "name": "confirm",
11235
+ "hasDynamicHelp": false,
11236
+ "multiple": false,
11237
+ "type": "option"
11238
+ },
11239
+ "remote": {
11240
+ "char": "r",
11241
+ "description": "git remote of app to use",
11242
+ "name": "remote",
11243
+ "hasDynamicHelp": false,
11244
+ "multiple": false,
11245
+ "type": "option"
11246
+ }
11247
+ },
11248
+ "hasDynamicHelp": false,
11249
+ "hiddenAliases": [],
11250
+ "id": "certs:auto:disable",
11251
+ "pluginAlias": "heroku",
11252
+ "pluginName": "heroku",
11253
+ "pluginType": "core",
11254
+ "strict": true,
11255
+ "topic": "certs",
11256
+ "isESM": true,
11257
+ "relativePath": [
11258
+ "lib",
11259
+ "commands",
11260
+ "certs",
11261
+ "auto",
11262
+ "disable.js"
11263
+ ]
11264
+ },
11265
+ "certs:auto:enable": {
11266
+ "aliases": [],
11267
+ "args": {},
11268
+ "description": "enable ACM status for an app",
11269
+ "flags": {
11270
+ "app": {
11271
+ "char": "a",
11272
+ "description": "app to run command against",
11273
+ "name": "app",
11274
+ "required": true,
11275
+ "hasDynamicHelp": false,
11276
+ "multiple": false,
11277
+ "type": "option"
11278
+ },
11279
+ "remote": {
11280
+ "char": "r",
11281
+ "description": "git remote of app to use",
11282
+ "name": "remote",
11283
+ "hasDynamicHelp": false,
11284
+ "multiple": false,
11285
+ "type": "option"
11286
+ },
11287
+ "wait": {
11288
+ "description": "watch ACM status and exit when complete",
11289
+ "name": "wait",
11290
+ "allowNo": false,
11291
+ "type": "boolean"
11292
+ }
11293
+ },
11294
+ "hasDynamicHelp": false,
11295
+ "hiddenAliases": [],
11296
+ "id": "certs:auto:enable",
11297
+ "pluginAlias": "heroku",
11298
+ "pluginName": "heroku",
11299
+ "pluginType": "core",
11300
+ "strict": true,
11301
+ "topic": "certs",
11302
+ "isESM": true,
11303
+ "relativePath": [
11304
+ "lib",
11305
+ "commands",
11306
+ "certs",
11307
+ "auto",
11308
+ "enable.js"
11309
+ ]
11310
+ },
11311
+ "certs:auto": {
11312
+ "aliases": [],
11313
+ "args": {},
11314
+ "description": "show ACM status for an app",
11315
+ "flags": {
11316
+ "app": {
11317
+ "char": "a",
11318
+ "description": "app to run command against",
11319
+ "name": "app",
11320
+ "required": true,
11321
+ "hasDynamicHelp": false,
11322
+ "multiple": false,
11323
+ "type": "option"
11324
+ },
11325
+ "remote": {
11326
+ "char": "r",
11327
+ "description": "git remote of app to use",
11328
+ "name": "remote",
11329
+ "hasDynamicHelp": false,
11330
+ "multiple": false,
11331
+ "type": "option"
11332
+ },
11333
+ "wait": {
11334
+ "description": "watch ACM status and display the status when complete",
11335
+ "name": "wait",
11336
+ "allowNo": false,
11337
+ "type": "boolean"
11338
+ }
11339
+ },
11340
+ "hasDynamicHelp": false,
11341
+ "hiddenAliases": [],
11342
+ "id": "certs:auto",
11343
+ "pluginAlias": "heroku",
11344
+ "pluginName": "heroku",
11345
+ "pluginType": "core",
11346
+ "strict": true,
11347
+ "topic": "certs",
11348
+ "isESM": true,
11349
+ "relativePath": [
11350
+ "lib",
11351
+ "commands",
11352
+ "certs",
11353
+ "auto",
11354
+ "index.js"
11355
+ ]
11356
+ },
11357
+ "certs:auto:refresh": {
11358
+ "aliases": [],
11359
+ "args": {},
11360
+ "description": "refresh ACM for an app",
11361
+ "flags": {
11362
+ "app": {
11363
+ "char": "a",
11364
+ "description": "app to run command against",
11365
+ "name": "app",
11366
+ "required": true,
11367
+ "hasDynamicHelp": false,
11368
+ "multiple": false,
11369
+ "type": "option"
11370
+ },
11371
+ "remote": {
11372
+ "char": "r",
11373
+ "description": "git remote of app to use",
11374
+ "name": "remote",
11375
+ "hasDynamicHelp": false,
11376
+ "multiple": false,
11377
+ "type": "option"
11378
+ }
11379
+ },
11380
+ "hasDynamicHelp": false,
11381
+ "hiddenAliases": [],
11382
+ "id": "certs:auto:refresh",
11383
+ "pluginAlias": "heroku",
11384
+ "pluginName": "heroku",
11385
+ "pluginType": "core",
11386
+ "strict": true,
11387
+ "topic": "certs",
11388
+ "isESM": true,
11389
+ "relativePath": [
11390
+ "lib",
11391
+ "commands",
11392
+ "certs",
11393
+ "auto",
11394
+ "refresh.js"
11395
+ ]
11396
+ },
11397
11397
  "pg:connection-pooling:attach": {
11398
11398
  "aliases": [],
11399
11399
  "args": {
@@ -14194,5 +14194,5 @@
14194
14194
  ]
14195
14195
  }
14196
14196
  },
14197
- "version": "11.0.0-alpha.15"
14197
+ "version": "11.0.0-alpha.17"
14198
14198
  }