heroku 10.4.1-beta.1 → 10.5.0-beta.0

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.
@@ -533,124 +533,125 @@
533
533
  "update.js"
534
534
  ]
535
535
  },
536
- "addons:attach": {
536
+ "apps:create": {
537
537
  "aliases": [],
538
538
  "args": {
539
- "addon_name": {
540
- "description": "unique identifier or globally unique name of the add-on",
541
- "name": "addon_name",
542
- "required": true
539
+ "app": {
540
+ "description": "name of app to create",
541
+ "name": "app",
542
+ "required": false
543
543
  }
544
544
  },
545
- "description": "attach an existing add-on resource to an app",
545
+ "description": "creates a new app",
546
+ "examples": [
547
+ "$ heroku apps:create\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n# or just\n$ heroku create\n\n# use a heroku.yml manifest file\n$ heroku apps:create --manifest\n\n# specify a buildpack\n$ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n# specify a name\n$ heroku apps:create example\n\n# create a staging app\n$ heroku apps:create example-staging --remote staging\n\n# create an app in the eu region\n$ heroku apps:create --region eu"
548
+ ],
546
549
  "flags": {
547
- "as": {
548
- "description": "name for add-on attachment",
549
- "name": "as",
550
+ "app": {
551
+ "hidden": true,
552
+ "name": "app",
550
553
  "hasDynamicHelp": false,
551
554
  "multiple": false,
552
555
  "type": "option"
553
556
  },
554
- "credential": {
555
- "description": "credential name for scoped access to Heroku Postgres",
556
- "name": "credential",
557
+ "addons": {
558
+ "description": "comma-delimited list of addons to install",
559
+ "name": "addons",
557
560
  "hasDynamicHelp": false,
558
561
  "multiple": false,
559
562
  "type": "option"
560
563
  },
561
- "confirm": {
562
- "description": "overwrite existing add-on attachment with same name",
563
- "name": "confirm",
564
+ "buildpack": {
565
+ "char": "b",
566
+ "description": "buildpack url to use for this app",
567
+ "name": "buildpack",
564
568
  "hasDynamicHelp": false,
565
569
  "multiple": false,
566
570
  "type": "option"
567
571
  },
568
- "app": {
569
- "char": "a",
570
- "description": "app to run command against",
571
- "name": "app",
572
- "required": true,
573
- "hasDynamicHelp": false,
574
- "multiple": false,
575
- "type": "option"
572
+ "manifest": {
573
+ "char": "m",
574
+ "description": "use heroku.yml settings for this app",
575
+ "hidden": true,
576
+ "name": "manifest",
577
+ "allowNo": false,
578
+ "type": "boolean"
579
+ },
580
+ "no-remote": {
581
+ "char": "n",
582
+ "description": "do not create a git remote",
583
+ "name": "no-remote",
584
+ "allowNo": false,
585
+ "type": "boolean"
576
586
  },
577
587
  "remote": {
578
588
  "char": "r",
579
- "description": "git remote of app to use",
589
+ "description": "the git remote to create, default \"heroku\"",
580
590
  "name": "remote",
591
+ "default": "heroku",
581
592
  "hasDynamicHelp": false,
582
593
  "multiple": false,
583
594
  "type": "option"
584
- }
585
- },
586
- "hasDynamicHelp": false,
587
- "hiddenAliases": [],
588
- "id": "addons:attach",
589
- "pluginAlias": "heroku",
590
- "pluginName": "heroku",
591
- "pluginType": "core",
592
- "strict": true,
593
- "topic": "addons",
594
- "isESM": false,
595
- "relativePath": [
596
- "lib",
597
- "commands",
598
- "addons",
599
- "attach.js"
600
- ]
601
- },
602
- "addons:create": {
603
- "aliases": [],
604
- "args": {
605
- "service:plan": {
606
- "description": "unique identifier or unique name of the add-on service plan",
607
- "name": "service:plan",
608
- "required": true
609
- }
610
- },
611
- "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",
612
- "examples": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
613
- "flags": {
614
- "name": {
615
- "description": "name for the add-on resource",
616
- "name": "name",
595
+ },
596
+ "stack": {
597
+ "char": "s",
598
+ "description": "the stack to create the app on",
599
+ "name": "stack",
617
600
  "hasDynamicHelp": false,
618
601
  "multiple": false,
619
602
  "type": "option"
620
603
  },
621
- "as": {
622
- "description": "name for the initial add-on attachment",
623
- "name": "as",
604
+ "space": {
605
+ "description": "the private space to create the app in",
606
+ "name": "space",
624
607
  "hasDynamicHelp": false,
625
608
  "multiple": false,
626
609
  "type": "option"
627
610
  },
628
- "confirm": {
629
- "description": "overwrite existing config vars or existing add-on attachments",
630
- "name": "confirm",
611
+ "region": {
612
+ "description": "specify region for the app to run in",
613
+ "name": "region",
631
614
  "hasDynamicHelp": false,
632
615
  "multiple": false,
633
616
  "type": "option"
634
617
  },
635
- "wait": {
636
- "description": "watch add-on creation status and exit when complete",
637
- "name": "wait",
618
+ "internal-routing": {
619
+ "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
620
+ "hidden": true,
621
+ "name": "internal-routing",
638
622
  "allowNo": false,
639
623
  "type": "boolean"
640
624
  },
641
- "app": {
642
- "char": "a",
643
- "description": "app to run command against",
644
- "name": "app",
645
- "required": true,
625
+ "features": {
626
+ "hidden": true,
627
+ "name": "features",
646
628
  "hasDynamicHelp": false,
647
629
  "multiple": false,
648
630
  "type": "option"
649
631
  },
650
- "remote": {
651
- "char": "r",
652
- "description": "git remote of app to use",
653
- "name": "remote",
632
+ "kernel": {
633
+ "hidden": true,
634
+ "name": "kernel",
635
+ "hasDynamicHelp": false,
636
+ "multiple": false,
637
+ "type": "option"
638
+ },
639
+ "locked": {
640
+ "hidden": true,
641
+ "name": "locked",
642
+ "allowNo": false,
643
+ "type": "boolean"
644
+ },
645
+ "json": {
646
+ "description": "output in json format",
647
+ "name": "json",
648
+ "allowNo": false,
649
+ "type": "boolean"
650
+ },
651
+ "team": {
652
+ "char": "t",
653
+ "description": "team to use",
654
+ "name": "team",
654
655
  "hasDynamicHelp": false,
655
656
  "multiple": false,
656
657
  "type": "option"
@@ -658,57 +659,31 @@
658
659
  },
659
660
  "hasDynamicHelp": false,
660
661
  "hiddenAliases": [
661
- "addons:add"
662
+ "create"
662
663
  ],
663
- "id": "addons:create",
664
+ "id": "apps:create",
664
665
  "pluginAlias": "heroku",
665
666
  "pluginName": "heroku",
666
667
  "pluginType": "core",
667
- "strict": false,
668
- "topic": "addons",
669
- "example": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
668
+ "strict": true,
670
669
  "isESM": false,
671
670
  "relativePath": [
672
671
  "lib",
673
672
  "commands",
674
- "addons",
673
+ "apps",
675
674
  "create.js"
676
675
  ]
677
676
  },
678
- "addons:destroy": {
677
+ "apps:destroy": {
679
678
  "aliases": [],
680
679
  "args": {
681
- "addonName": {
682
- "description": "unique identifier or globally unique name of the add-on",
683
- "name": "addonName",
684
- "required": true
680
+ "app": {
681
+ "hidden": true,
682
+ "name": "app"
685
683
  }
686
684
  },
687
- "description": "permanently destroy an add-on resource",
688
- "examples": [
689
- "addons:destroy [ADDON]... [flags]"
690
- ],
685
+ "description": "permanently destroy an app",
691
686
  "flags": {
692
- "force": {
693
- "char": "f",
694
- "description": "allow destruction even if connected to other apps",
695
- "name": "force",
696
- "allowNo": false,
697
- "type": "boolean"
698
- },
699
- "confirm": {
700
- "char": "c",
701
- "name": "confirm",
702
- "hasDynamicHelp": false,
703
- "multiple": false,
704
- "type": "option"
705
- },
706
- "wait": {
707
- "description": "watch add-on destruction status and exit when complete",
708
- "name": "wait",
709
- "allowNo": false,
710
- "type": "boolean"
711
- },
712
687
  "app": {
713
688
  "char": "a",
714
689
  "description": "app to run command against",
@@ -724,36 +699,38 @@
724
699
  "hasDynamicHelp": false,
725
700
  "multiple": false,
726
701
  "type": "option"
702
+ },
703
+ "confirm": {
704
+ "char": "c",
705
+ "name": "confirm",
706
+ "hasDynamicHelp": false,
707
+ "multiple": false,
708
+ "type": "option"
727
709
  }
728
710
  },
729
711
  "hasDynamicHelp": false,
730
712
  "hiddenAliases": [
731
- "addons:remove"
713
+ "destroy",
714
+ "apps:delete"
732
715
  ],
733
- "id": "addons:destroy",
716
+ "id": "apps:destroy",
734
717
  "pluginAlias": "heroku",
735
718
  "pluginName": "heroku",
736
719
  "pluginType": "core",
737
- "strict": false,
738
- "topic": "addons",
720
+ "strict": true,
721
+ "help": "This will also destroy all add-ons on the app.",
739
722
  "isESM": false,
740
723
  "relativePath": [
741
724
  "lib",
742
725
  "commands",
743
- "addons",
726
+ "apps",
744
727
  "destroy.js"
745
728
  ]
746
729
  },
747
- "addons:detach": {
730
+ "apps:errors": {
748
731
  "aliases": [],
749
- "args": {
750
- "attachment_name": {
751
- "description": "unique identifier of the add-on attachment",
752
- "name": "attachment_name",
753
- "required": true
754
- }
755
- },
756
- "description": "detach an existing add-on resource from an app",
732
+ "args": {},
733
+ "description": "view app errors",
757
734
  "flags": {
758
735
  "app": {
759
736
  "char": "a",
@@ -771,96 +748,136 @@
771
748
  "hasDynamicHelp": false,
772
749
  "multiple": false,
773
750
  "type": "option"
751
+ },
752
+ "json": {
753
+ "description": "output in json format",
754
+ "name": "json",
755
+ "allowNo": false,
756
+ "type": "boolean"
757
+ },
758
+ "hours": {
759
+ "description": "number of hours to look back (default 24)",
760
+ "name": "hours",
761
+ "default": "24",
762
+ "hasDynamicHelp": false,
763
+ "multiple": false,
764
+ "type": "option"
765
+ },
766
+ "router": {
767
+ "description": "show only router errors",
768
+ "name": "router",
769
+ "allowNo": false,
770
+ "type": "boolean"
771
+ },
772
+ "dyno": {
773
+ "description": "show only dyno errors",
774
+ "name": "dyno",
775
+ "allowNo": false,
776
+ "type": "boolean"
774
777
  }
775
778
  },
776
779
  "hasDynamicHelp": false,
777
780
  "hiddenAliases": [],
778
- "id": "addons:detach",
781
+ "id": "apps:errors",
779
782
  "pluginAlias": "heroku",
780
783
  "pluginName": "heroku",
781
784
  "pluginType": "core",
782
785
  "strict": true,
783
- "topic": "addons",
784
786
  "isESM": false,
785
787
  "relativePath": [
786
788
  "lib",
787
789
  "commands",
788
- "addons",
789
- "detach.js"
790
+ "apps",
791
+ "errors.js"
790
792
  ]
791
793
  },
792
- "addons:docs": {
794
+ "apps": {
793
795
  "aliases": [],
794
- "args": {
795
- "addon": {
796
- "description": "unique identifier or globally unique name of the add-on",
797
- "name": "addon",
798
- "required": true
799
- }
800
- },
801
- "description": "open an add-on's Dev Center documentation in your browser",
796
+ "args": {},
797
+ "description": "list your apps",
798
+ "examples": [
799
+ "$ heroku apps"
800
+ ],
802
801
  "flags": {
803
- "show-url": {
804
- "description": "show URL, do not open browser",
805
- "name": "show-url",
802
+ "all": {
803
+ "char": "A",
804
+ "description": "include apps in all teams",
805
+ "name": "all",
806
806
  "allowNo": false,
807
807
  "type": "boolean"
808
808
  },
809
- "app": {
810
- "char": "a",
811
- "description": "app to run command against",
812
- "name": "app",
809
+ "json": {
810
+ "char": "j",
811
+ "description": "output in json format",
812
+ "name": "json",
813
+ "allowNo": false,
814
+ "type": "boolean"
815
+ },
816
+ "space": {
817
+ "char": "s",
818
+ "description": "filter by space",
819
+ "name": "space",
813
820
  "hasDynamicHelp": false,
814
821
  "multiple": false,
815
822
  "type": "option"
816
823
  },
817
- "remote": {
818
- "char": "r",
819
- "description": "git remote of app to use",
820
- "name": "remote",
824
+ "personal": {
825
+ "char": "p",
826
+ "description": "list apps in personal account when a default team is set",
827
+ "name": "personal",
828
+ "allowNo": false,
829
+ "type": "boolean"
830
+ },
831
+ "internal-routing": {
832
+ "char": "i",
833
+ "description": "filter to Internal Web Apps",
834
+ "hidden": true,
835
+ "name": "internal-routing",
836
+ "allowNo": false,
837
+ "type": "boolean"
838
+ },
839
+ "team": {
840
+ "char": "t",
841
+ "description": "team to use",
842
+ "name": "team",
821
843
  "hasDynamicHelp": false,
822
844
  "multiple": false,
823
845
  "type": "option"
824
846
  }
825
847
  },
826
848
  "hasDynamicHelp": false,
827
- "hiddenAliases": [],
828
- "id": "addons:docs",
849
+ "hiddenAliases": [
850
+ "list",
851
+ "apps:list"
852
+ ],
853
+ "id": "apps",
829
854
  "pluginAlias": "heroku",
830
855
  "pluginName": "heroku",
831
856
  "pluginType": "core",
832
857
  "strict": true,
833
- "topic": "addons",
858
+ "topic": "apps",
834
859
  "isESM": false,
835
860
  "relativePath": [
836
861
  "lib",
837
862
  "commands",
838
- "addons",
839
- "docs.js"
863
+ "apps",
864
+ "index.js"
840
865
  ]
841
866
  },
842
- "addons": {
867
+ "apps:info": {
843
868
  "aliases": [],
844
- "args": {},
845
- "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 ",
869
+ "args": {
870
+ "app": {
871
+ "hidden": true,
872
+ "name": "app"
873
+ }
874
+ },
875
+ "description": "show detailed app information",
846
876
  "examples": [
847
- "$ heroku addons --all",
848
- "$ heroku addons --app acme-inc-www"
877
+ "$ heroku apps:info",
878
+ "$ heroku apps:info --shell"
849
879
  ],
850
880
  "flags": {
851
- "all": {
852
- "char": "A",
853
- "description": "show add-ons and attachments for all accessible apps",
854
- "name": "all",
855
- "allowNo": false,
856
- "type": "boolean"
857
- },
858
- "json": {
859
- "description": "return add-ons in json format",
860
- "name": "json",
861
- "allowNo": false,
862
- "type": "boolean"
863
- },
864
881
  "app": {
865
882
  "char": "a",
866
883
  "description": "app to run command against",
@@ -876,40 +893,60 @@
876
893
  "hasDynamicHelp": false,
877
894
  "multiple": false,
878
895
  "type": "option"
896
+ },
897
+ "shell": {
898
+ "char": "s",
899
+ "description": "output more shell friendly key/value pairs",
900
+ "name": "shell",
901
+ "allowNo": false,
902
+ "type": "boolean"
903
+ },
904
+ "extended": {
905
+ "char": "x",
906
+ "hidden": true,
907
+ "name": "extended",
908
+ "allowNo": false,
909
+ "type": "boolean"
910
+ },
911
+ "json": {
912
+ "char": "j",
913
+ "description": "output in json format",
914
+ "name": "json",
915
+ "allowNo": false,
916
+ "type": "boolean"
879
917
  }
880
918
  },
881
919
  "hasDynamicHelp": false,
882
- "hiddenAliases": [],
883
- "id": "addons",
920
+ "hiddenAliases": [
921
+ "info"
922
+ ],
923
+ "id": "apps:info",
884
924
  "pluginAlias": "heroku",
885
925
  "pluginName": "heroku",
886
926
  "pluginType": "core",
887
927
  "strict": true,
888
- "usage": "addons [--all|--app APP]",
889
- "topic": "addons",
928
+ "topic": "apps",
929
+ "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...",
890
930
  "isESM": false,
891
931
  "relativePath": [
892
932
  "lib",
893
933
  "commands",
894
- "addons",
895
- "index.js"
934
+ "apps",
935
+ "info.js"
896
936
  ]
897
937
  },
898
- "addons:info": {
899
- "aliases": [],
900
- "args": {
901
- "addon": {
902
- "description": "unique identifier or globally unique name of the add-on",
903
- "name": "addon",
904
- "required": true
905
- }
906
- },
907
- "description": "show detailed add-on resource and attachment information",
938
+ "apps:join": {
939
+ "aliases": [
940
+ "join"
941
+ ],
942
+ "args": {},
943
+ "description": "add yourself to a team app",
908
944
  "flags": {
909
945
  "app": {
910
946
  "char": "a",
911
947
  "description": "app to run command against",
912
948
  "name": "app",
949
+ "required": true,
913
950
  "hasDynamicHelp": false,
914
951
  "multiple": false,
915
952
  "type": "option"
@@ -925,42 +962,33 @@
925
962
  },
926
963
  "hasDynamicHelp": false,
927
964
  "hiddenAliases": [],
928
- "id": "addons:info",
965
+ "id": "apps:join",
929
966
  "pluginAlias": "heroku",
930
967
  "pluginName": "heroku",
931
968
  "pluginType": "core",
932
969
  "strict": true,
933
- "usage": "addons:info ADDON",
934
- "topic": "addons",
970
+ "topic": "apps",
935
971
  "isESM": false,
936
972
  "relativePath": [
937
973
  "lib",
938
974
  "commands",
939
- "addons",
940
- "info.js"
975
+ "apps",
976
+ "join.js"
941
977
  ]
942
978
  },
943
- "addons:open": {
944
- "aliases": [],
945
- "args": {
946
- "addon": {
947
- "description": "unique identifier or globally unique name of the add-on",
948
- "name": "addon",
949
- "required": true
950
- }
951
- },
952
- "description": "open an add-on's dashboard in your browser",
979
+ "apps:leave": {
980
+ "aliases": [
981
+ "leave"
982
+ ],
983
+ "args": {},
984
+ "description": "remove yourself from a team app",
985
+ "examples": "heroku apps:leave -a APP",
953
986
  "flags": {
954
- "show-url": {
955
- "description": "show URL, do not open browser",
956
- "name": "show-url",
957
- "allowNo": false,
958
- "type": "boolean"
959
- },
960
987
  "app": {
961
988
  "char": "a",
962
989
  "description": "app to run command against",
963
990
  "name": "app",
991
+ "required": true,
964
992
  "hasDynamicHelp": false,
965
993
  "multiple": false,
966
994
  "type": "option"
@@ -976,138 +1004,246 @@
976
1004
  },
977
1005
  "hasDynamicHelp": false,
978
1006
  "hiddenAliases": [],
979
- "id": "addons:open",
1007
+ "id": "apps:leave",
980
1008
  "pluginAlias": "heroku",
981
1009
  "pluginName": "heroku",
982
1010
  "pluginType": "core",
983
1011
  "strict": true,
984
- "topic": "addons",
1012
+ "topic": "apps",
1013
+ "example": "heroku apps:leave -a APP",
985
1014
  "isESM": false,
986
1015
  "relativePath": [
987
1016
  "lib",
988
1017
  "commands",
989
- "addons",
990
- "open.js"
1018
+ "apps",
1019
+ "leave.js"
991
1020
  ]
992
1021
  },
993
- "addons:plans": {
994
- "aliases": [],
995
- "args": {
996
- "service": {
997
- "description": "unique identifier or globally unique name of the add-on",
998
- "name": "service",
999
- "required": true
1000
- }
1001
- },
1002
- "description": "list all available plans for an add-on service",
1022
+ "apps:lock": {
1023
+ "aliases": [
1024
+ "lock"
1025
+ ],
1026
+ "args": {},
1027
+ "description": "prevent team members from joining an app",
1003
1028
  "flags": {
1004
- "json": {
1005
- "description": "output in json format",
1006
- "name": "json",
1007
- "allowNo": false,
1008
- "type": "boolean"
1029
+ "app": {
1030
+ "char": "a",
1031
+ "description": "app to run command against",
1032
+ "name": "app",
1033
+ "required": true,
1034
+ "hasDynamicHelp": false,
1035
+ "multiple": false,
1036
+ "type": "option"
1037
+ },
1038
+ "remote": {
1039
+ "char": "r",
1040
+ "description": "git remote of app to use",
1041
+ "name": "remote",
1042
+ "hasDynamicHelp": false,
1043
+ "multiple": false,
1044
+ "type": "option"
1009
1045
  }
1010
1046
  },
1011
1047
  "hasDynamicHelp": false,
1012
1048
  "hiddenAliases": [],
1013
- "id": "addons:plans",
1049
+ "id": "apps:lock",
1014
1050
  "pluginAlias": "heroku",
1015
1051
  "pluginName": "heroku",
1016
1052
  "pluginType": "core",
1017
1053
  "strict": true,
1018
- "topic": "addons",
1054
+ "topic": "apps",
1019
1055
  "isESM": false,
1020
1056
  "relativePath": [
1021
1057
  "lib",
1022
1058
  "commands",
1023
- "addons",
1024
- "plans.js"
1059
+ "apps",
1060
+ "lock.js"
1025
1061
  ]
1026
1062
  },
1027
- "addons:rename": {
1063
+ "apps:open": {
1028
1064
  "aliases": [],
1029
1065
  "args": {
1030
- "addon_name": {
1031
- "description": "unique identifier or globally unique name of the add-on",
1032
- "name": "addon_name",
1033
- "required": true
1034
- },
1035
- "new_name": {
1036
- "description": "new globally unique name of the add-on",
1037
- "name": "new_name",
1038
- "required": true
1039
- }
1040
- },
1041
- "description": "rename an add-on",
1042
- "flags": {},
1066
+ "path": {
1067
+ "description": "base URL path of app",
1068
+ "name": "path",
1069
+ "required": false
1070
+ }
1071
+ },
1072
+ "description": "open the app in a web browser",
1073
+ "examples": [
1074
+ "$ heroku open -a myapp",
1075
+ "$ heroku open -a myapp /foo"
1076
+ ],
1077
+ "flags": {
1078
+ "app": {
1079
+ "char": "a",
1080
+ "description": "app to run command against",
1081
+ "name": "app",
1082
+ "required": true,
1083
+ "hasDynamicHelp": false,
1084
+ "multiple": false,
1085
+ "type": "option"
1086
+ },
1087
+ "remote": {
1088
+ "char": "r",
1089
+ "description": "git remote of app to use",
1090
+ "name": "remote",
1091
+ "hasDynamicHelp": false,
1092
+ "multiple": false,
1093
+ "type": "option"
1094
+ }
1095
+ },
1043
1096
  "hasDynamicHelp": false,
1044
- "hiddenAliases": [],
1045
- "id": "addons:rename",
1097
+ "hiddenAliases": [
1098
+ "open"
1099
+ ],
1100
+ "id": "apps:open",
1046
1101
  "pluginAlias": "heroku",
1047
1102
  "pluginName": "heroku",
1048
1103
  "pluginType": "core",
1049
1104
  "strict": true,
1050
- "topic": "addons",
1105
+ "topic": "apps",
1051
1106
  "isESM": false,
1052
1107
  "relativePath": [
1053
1108
  "lib",
1054
1109
  "commands",
1055
- "addons",
1056
- "rename.js"
1110
+ "apps",
1111
+ "open.js"
1057
1112
  ]
1058
1113
  },
1059
- "addons:services": {
1114
+ "apps:rename": {
1060
1115
  "aliases": [],
1061
- "args": {},
1062
- "description": "list all available add-on services",
1116
+ "args": {
1117
+ "newname": {
1118
+ "description": "new unique name of the app",
1119
+ "name": "newname",
1120
+ "required": true
1121
+ }
1122
+ },
1123
+ "description": "rename an app",
1124
+ "examples": [
1125
+ "$ heroku apps:rename --app oldname newname"
1126
+ ],
1063
1127
  "flags": {
1064
- "json": {
1065
- "description": "output in json format",
1066
- "name": "json",
1067
- "allowNo": false,
1068
- "type": "boolean"
1128
+ "app": {
1129
+ "char": "a",
1130
+ "description": "app to run command against",
1131
+ "name": "app",
1132
+ "required": true,
1133
+ "hasDynamicHelp": false,
1134
+ "multiple": false,
1135
+ "type": "option"
1136
+ },
1137
+ "remote": {
1138
+ "char": "r",
1139
+ "description": "git remote of app to use",
1140
+ "name": "remote",
1141
+ "hasDynamicHelp": false,
1142
+ "multiple": false,
1143
+ "type": "option"
1069
1144
  }
1070
1145
  },
1071
1146
  "hasDynamicHelp": false,
1072
- "hiddenAliases": [],
1073
- "id": "addons:services",
1147
+ "hiddenAliases": [
1148
+ "rename"
1149
+ ],
1150
+ "id": "apps:rename",
1074
1151
  "pluginAlias": "heroku",
1075
1152
  "pluginName": "heroku",
1076
1153
  "pluginType": "core",
1077
1154
  "strict": true,
1078
- "topic": "addons",
1155
+ "help": "This will locally update the git remote if it is set to the old app.",
1156
+ "topic": "apps",
1079
1157
  "isESM": false,
1080
1158
  "relativePath": [
1081
1159
  "lib",
1082
1160
  "commands",
1083
- "addons",
1084
- "services.js"
1161
+ "apps",
1162
+ "rename.js"
1085
1163
  ]
1086
1164
  },
1087
- "addons:upgrade": {
1088
- "aliases": [
1089
- "addons:downgrade"
1090
- ],
1165
+ "apps:transfer": {
1166
+ "aliases": [],
1091
1167
  "args": {
1092
- "addon": {
1093
- "description": "unique identifier or globally unique name of the add-on",
1094
- "name": "addon",
1168
+ "recipient": {
1169
+ "description": "user or team to transfer applications to",
1170
+ "name": "recipient",
1095
1171
  "required": true
1096
- },
1097
- "plan": {
1098
- "description": "unique identifier or name of the plan",
1099
- "name": "plan"
1100
1172
  }
1101
1173
  },
1102
- "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 ",
1174
+ "description": "transfer applications to another user or team",
1103
1175
  "examples": [
1104
- "Upgrade an add-on by service name:\n$ heroku addons:upgrade heroku-redis:premium-2\n\nUpgrade a specific add-on:\n$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2"
1176
+ "$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
1177
+ ],
1178
+ "flags": {
1179
+ "locked": {
1180
+ "char": "l",
1181
+ "description": "lock the app upon transfer",
1182
+ "name": "locked",
1183
+ "required": false,
1184
+ "allowNo": false,
1185
+ "type": "boolean"
1186
+ },
1187
+ "bulk": {
1188
+ "description": "transfer applications in bulk",
1189
+ "name": "bulk",
1190
+ "required": false,
1191
+ "allowNo": false,
1192
+ "type": "boolean"
1193
+ },
1194
+ "app": {
1195
+ "char": "a",
1196
+ "description": "app to run command against",
1197
+ "name": "app",
1198
+ "hasDynamicHelp": false,
1199
+ "multiple": false,
1200
+ "type": "option"
1201
+ },
1202
+ "remote": {
1203
+ "char": "r",
1204
+ "description": "git remote of app to use",
1205
+ "name": "remote",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "confirm": {
1211
+ "char": "c",
1212
+ "hidden": true,
1213
+ "name": "confirm",
1214
+ "hasDynamicHelp": false,
1215
+ "multiple": false,
1216
+ "type": "option"
1217
+ }
1218
+ },
1219
+ "hasDynamicHelp": false,
1220
+ "hiddenAliases": [],
1221
+ "id": "apps:transfer",
1222
+ "pluginAlias": "heroku",
1223
+ "pluginName": "heroku",
1224
+ "pluginType": "core",
1225
+ "strict": true,
1226
+ "topic": "apps",
1227
+ "isESM": false,
1228
+ "relativePath": [
1229
+ "lib",
1230
+ "commands",
1231
+ "apps",
1232
+ "transfer.js"
1233
+ ]
1234
+ },
1235
+ "apps:unlock": {
1236
+ "aliases": [
1237
+ "unlock"
1105
1238
  ],
1239
+ "args": {},
1240
+ "description": "unlock an app so any team member can join",
1106
1241
  "flags": {
1107
1242
  "app": {
1108
1243
  "char": "a",
1109
1244
  "description": "app to run command against",
1110
1245
  "name": "app",
1246
+ "required": true,
1111
1247
  "hasDynamicHelp": false,
1112
1248
  "multiple": false,
1113
1249
  "type": "option"
@@ -1123,33 +1259,48 @@
1123
1259
  },
1124
1260
  "hasDynamicHelp": false,
1125
1261
  "hiddenAliases": [],
1126
- "id": "addons:upgrade",
1262
+ "id": "apps:unlock",
1127
1263
  "pluginAlias": "heroku",
1128
1264
  "pluginName": "heroku",
1129
1265
  "pluginType": "core",
1130
1266
  "strict": true,
1131
- "topic": "addons",
1267
+ "topic": "apps",
1132
1268
  "isESM": false,
1133
1269
  "relativePath": [
1134
1270
  "lib",
1135
1271
  "commands",
1136
- "addons",
1137
- "upgrade.js"
1272
+ "apps",
1273
+ "unlock.js"
1138
1274
  ]
1139
1275
  },
1140
- "addons:wait": {
1276
+ "addons:attach": {
1141
1277
  "aliases": [],
1142
1278
  "args": {
1143
- "addon": {
1279
+ "addon_name": {
1144
1280
  "description": "unique identifier or globally unique name of the add-on",
1145
- "name": "addon"
1281
+ "name": "addon_name",
1282
+ "required": true
1146
1283
  }
1147
1284
  },
1148
- "description": "show provisioning status of the add-ons on the app",
1285
+ "description": "attach an existing add-on resource to an app",
1149
1286
  "flags": {
1150
- "wait-interval": {
1151
- "description": "how frequently to poll in seconds",
1152
- "name": "wait-interval",
1287
+ "as": {
1288
+ "description": "name for add-on attachment",
1289
+ "name": "as",
1290
+ "hasDynamicHelp": false,
1291
+ "multiple": false,
1292
+ "type": "option"
1293
+ },
1294
+ "credential": {
1295
+ "description": "credential name for scoped access to Heroku Postgres",
1296
+ "name": "credential",
1297
+ "hasDynamicHelp": false,
1298
+ "multiple": false,
1299
+ "type": "option"
1300
+ },
1301
+ "confirm": {
1302
+ "description": "overwrite existing add-on attachment with same name",
1303
+ "name": "confirm",
1153
1304
  "hasDynamicHelp": false,
1154
1305
  "multiple": false,
1155
1306
  "type": "option"
@@ -1158,6 +1309,7 @@
1158
1309
  "char": "a",
1159
1310
  "description": "app to run command against",
1160
1311
  "name": "app",
1312
+ "required": true,
1161
1313
  "hasDynamicHelp": false,
1162
1314
  "multiple": false,
1163
1315
  "type": "option"
@@ -1173,7 +1325,7 @@
1173
1325
  },
1174
1326
  "hasDynamicHelp": false,
1175
1327
  "hiddenAliases": [],
1176
- "id": "addons:wait",
1328
+ "id": "addons:attach",
1177
1329
  "pluginAlias": "heroku",
1178
1330
  "pluginName": "heroku",
1179
1331
  "pluginType": "core",
@@ -1184,128 +1336,131 @@
1184
1336
  "lib",
1185
1337
  "commands",
1186
1338
  "addons",
1187
- "wait.js"
1339
+ "attach.js"
1188
1340
  ]
1189
1341
  },
1190
- "apps:create": {
1342
+ "addons:create": {
1191
1343
  "aliases": [],
1192
1344
  "args": {
1193
- "app": {
1194
- "description": "name of app to create",
1195
- "name": "app",
1196
- "required": false
1345
+ "service:plan": {
1346
+ "description": "unique identifier or unique name of the add-on service plan",
1347
+ "name": "service:plan",
1348
+ "required": true
1197
1349
  }
1198
1350
  },
1199
- "description": "creates a new app",
1200
- "examples": [
1201
- "$ heroku apps:create\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n# or just\n$ heroku create\n\n# use a heroku.yml manifest file\n$ heroku apps:create --manifest\n\n# specify a buildpack\n$ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n# specify a name\n$ heroku apps:create example\n\n# create a staging app\n$ heroku apps:create example-staging --remote staging\n\n# create an app in the eu region\n$ heroku apps:create --region eu"
1202
- ],
1351
+ "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",
1352
+ "examples": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
1203
1353
  "flags": {
1204
- "app": {
1205
- "hidden": true,
1206
- "name": "app",
1354
+ "name": {
1355
+ "description": "name for the add-on resource",
1356
+ "name": "name",
1207
1357
  "hasDynamicHelp": false,
1208
1358
  "multiple": false,
1209
1359
  "type": "option"
1210
1360
  },
1211
- "addons": {
1212
- "description": "comma-delimited list of addons to install",
1213
- "name": "addons",
1361
+ "as": {
1362
+ "description": "name for the initial add-on attachment",
1363
+ "name": "as",
1214
1364
  "hasDynamicHelp": false,
1215
1365
  "multiple": false,
1216
1366
  "type": "option"
1217
1367
  },
1218
- "buildpack": {
1219
- "char": "b",
1220
- "description": "buildpack url to use for this app",
1221
- "name": "buildpack",
1368
+ "confirm": {
1369
+ "description": "overwrite existing config vars or existing add-on attachments",
1370
+ "name": "confirm",
1222
1371
  "hasDynamicHelp": false,
1223
1372
  "multiple": false,
1224
1373
  "type": "option"
1225
1374
  },
1226
- "manifest": {
1227
- "char": "m",
1228
- "description": "use heroku.yml settings for this app",
1229
- "hidden": true,
1230
- "name": "manifest",
1231
- "allowNo": false,
1232
- "type": "boolean"
1233
- },
1234
- "no-remote": {
1235
- "char": "n",
1236
- "description": "do not create a git remote",
1237
- "name": "no-remote",
1375
+ "wait": {
1376
+ "description": "watch add-on creation status and exit when complete",
1377
+ "name": "wait",
1238
1378
  "allowNo": false,
1239
1379
  "type": "boolean"
1240
1380
  },
1241
- "remote": {
1242
- "char": "r",
1243
- "description": "the git remote to create, default \"heroku\"",
1244
- "name": "remote",
1245
- "default": "heroku",
1246
- "hasDynamicHelp": false,
1247
- "multiple": false,
1248
- "type": "option"
1249
- },
1250
- "stack": {
1251
- "char": "s",
1252
- "description": "the stack to create the app on",
1253
- "name": "stack",
1381
+ "app": {
1382
+ "char": "a",
1383
+ "description": "app to run command against",
1384
+ "name": "app",
1385
+ "required": true,
1254
1386
  "hasDynamicHelp": false,
1255
1387
  "multiple": false,
1256
1388
  "type": "option"
1257
1389
  },
1258
- "space": {
1259
- "description": "the private space to create the app in",
1260
- "name": "space",
1390
+ "remote": {
1391
+ "char": "r",
1392
+ "description": "git remote of app to use",
1393
+ "name": "remote",
1261
1394
  "hasDynamicHelp": false,
1262
1395
  "multiple": false,
1263
1396
  "type": "option"
1397
+ }
1398
+ },
1399
+ "hasDynamicHelp": false,
1400
+ "hiddenAliases": [
1401
+ "addons:add"
1402
+ ],
1403
+ "id": "addons:create",
1404
+ "pluginAlias": "heroku",
1405
+ "pluginName": "heroku",
1406
+ "pluginType": "core",
1407
+ "strict": false,
1408
+ "topic": "addons",
1409
+ "example": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
1410
+ "isESM": false,
1411
+ "relativePath": [
1412
+ "lib",
1413
+ "commands",
1414
+ "addons",
1415
+ "create.js"
1416
+ ]
1417
+ },
1418
+ "addons:destroy": {
1419
+ "aliases": [],
1420
+ "args": {
1421
+ "addonName": {
1422
+ "description": "unique identifier or globally unique name of the add-on",
1423
+ "name": "addonName",
1424
+ "required": true
1425
+ }
1426
+ },
1427
+ "description": "permanently destroy an add-on resource",
1428
+ "examples": [
1429
+ "addons:destroy [ADDON]... [flags]"
1430
+ ],
1431
+ "flags": {
1432
+ "force": {
1433
+ "char": "f",
1434
+ "description": "allow destruction even if connected to other apps",
1435
+ "name": "force",
1436
+ "allowNo": false,
1437
+ "type": "boolean"
1264
1438
  },
1265
- "region": {
1266
- "description": "specify region for the app to run in",
1267
- "name": "region",
1439
+ "confirm": {
1440
+ "char": "c",
1441
+ "name": "confirm",
1268
1442
  "hasDynamicHelp": false,
1269
1443
  "multiple": false,
1270
1444
  "type": "option"
1271
1445
  },
1272
- "internal-routing": {
1273
- "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
1274
- "hidden": true,
1275
- "name": "internal-routing",
1446
+ "wait": {
1447
+ "description": "watch add-on destruction status and exit when complete",
1448
+ "name": "wait",
1276
1449
  "allowNo": false,
1277
1450
  "type": "boolean"
1278
1451
  },
1279
- "features": {
1280
- "hidden": true,
1281
- "name": "features",
1282
- "hasDynamicHelp": false,
1283
- "multiple": false,
1284
- "type": "option"
1285
- },
1286
- "kernel": {
1287
- "hidden": true,
1288
- "name": "kernel",
1452
+ "app": {
1453
+ "char": "a",
1454
+ "description": "app to run command against",
1455
+ "name": "app",
1289
1456
  "hasDynamicHelp": false,
1290
1457
  "multiple": false,
1291
1458
  "type": "option"
1292
1459
  },
1293
- "locked": {
1294
- "hidden": true,
1295
- "name": "locked",
1296
- "allowNo": false,
1297
- "type": "boolean"
1298
- },
1299
- "json": {
1300
- "description": "output in json format",
1301
- "name": "json",
1302
- "allowNo": false,
1303
- "type": "boolean"
1304
- },
1305
- "team": {
1306
- "char": "t",
1307
- "description": "team to use",
1308
- "name": "team",
1460
+ "remote": {
1461
+ "char": "r",
1462
+ "description": "git remote of app to use",
1463
+ "name": "remote",
1309
1464
  "hasDynamicHelp": false,
1310
1465
  "multiple": false,
1311
1466
  "type": "option"
@@ -1313,35 +1468,38 @@
1313
1468
  },
1314
1469
  "hasDynamicHelp": false,
1315
1470
  "hiddenAliases": [
1316
- "create"
1471
+ "addons:remove"
1317
1472
  ],
1318
- "id": "apps:create",
1473
+ "id": "addons:destroy",
1319
1474
  "pluginAlias": "heroku",
1320
1475
  "pluginName": "heroku",
1321
1476
  "pluginType": "core",
1322
- "strict": true,
1477
+ "strict": false,
1478
+ "topic": "addons",
1323
1479
  "isESM": false,
1324
1480
  "relativePath": [
1325
1481
  "lib",
1326
1482
  "commands",
1327
- "apps",
1328
- "create.js"
1483
+ "addons",
1484
+ "destroy.js"
1329
1485
  ]
1330
1486
  },
1331
- "apps:destroy": {
1487
+ "addons:detach": {
1332
1488
  "aliases": [],
1333
1489
  "args": {
1334
- "app": {
1335
- "hidden": true,
1336
- "name": "app"
1490
+ "attachment_name": {
1491
+ "description": "unique identifier of the add-on attachment",
1492
+ "name": "attachment_name",
1493
+ "required": true
1337
1494
  }
1338
1495
  },
1339
- "description": "permanently destroy an app",
1496
+ "description": "detach an existing add-on resource from an app",
1340
1497
  "flags": {
1341
1498
  "app": {
1342
1499
  "char": "a",
1343
1500
  "description": "app to run command against",
1344
1501
  "name": "app",
1502
+ "required": true,
1345
1503
  "hasDynamicHelp": false,
1346
1504
  "multiple": false,
1347
1505
  "type": "option"
@@ -1353,44 +1511,45 @@
1353
1511
  "hasDynamicHelp": false,
1354
1512
  "multiple": false,
1355
1513
  "type": "option"
1356
- },
1357
- "confirm": {
1358
- "char": "c",
1359
- "name": "confirm",
1360
- "hasDynamicHelp": false,
1361
- "multiple": false,
1362
- "type": "option"
1363
1514
  }
1364
1515
  },
1365
1516
  "hasDynamicHelp": false,
1366
- "hiddenAliases": [
1367
- "destroy",
1368
- "apps:delete"
1369
- ],
1370
- "id": "apps:destroy",
1517
+ "hiddenAliases": [],
1518
+ "id": "addons:detach",
1371
1519
  "pluginAlias": "heroku",
1372
1520
  "pluginName": "heroku",
1373
1521
  "pluginType": "core",
1374
1522
  "strict": true,
1375
- "help": "This will also destroy all add-ons on the app.",
1523
+ "topic": "addons",
1376
1524
  "isESM": false,
1377
1525
  "relativePath": [
1378
1526
  "lib",
1379
1527
  "commands",
1380
- "apps",
1381
- "destroy.js"
1528
+ "addons",
1529
+ "detach.js"
1382
1530
  ]
1383
1531
  },
1384
- "apps:errors": {
1532
+ "addons:docs": {
1385
1533
  "aliases": [],
1386
- "args": {},
1387
- "description": "view app errors",
1534
+ "args": {
1535
+ "addon": {
1536
+ "description": "unique identifier or globally unique name of the add-on",
1537
+ "name": "addon",
1538
+ "required": true
1539
+ }
1540
+ },
1541
+ "description": "open an add-on's Dev Center documentation in your browser",
1388
1542
  "flags": {
1543
+ "show-url": {
1544
+ "description": "show URL, do not open browser",
1545
+ "name": "show-url",
1546
+ "allowNo": false,
1547
+ "type": "boolean"
1548
+ },
1389
1549
  "app": {
1390
1550
  "char": "a",
1391
1551
  "description": "app to run command against",
1392
1552
  "name": "app",
1393
- "required": true,
1394
1553
  "hasDynamicHelp": false,
1395
1554
  "multiple": false,
1396
1555
  "type": "option"
@@ -1402,135 +1561,90 @@
1402
1561
  "hasDynamicHelp": false,
1403
1562
  "multiple": false,
1404
1563
  "type": "option"
1405
- },
1406
- "json": {
1407
- "description": "output in json format",
1408
- "name": "json",
1409
- "allowNo": false,
1410
- "type": "boolean"
1411
- },
1412
- "hours": {
1413
- "description": "number of hours to look back (default 24)",
1414
- "name": "hours",
1415
- "default": "24",
1416
- "hasDynamicHelp": false,
1417
- "multiple": false,
1418
- "type": "option"
1419
- },
1420
- "router": {
1421
- "description": "show only router errors",
1422
- "name": "router",
1423
- "allowNo": false,
1424
- "type": "boolean"
1425
- },
1426
- "dyno": {
1427
- "description": "show only dyno errors",
1428
- "name": "dyno",
1429
- "allowNo": false,
1430
- "type": "boolean"
1431
1564
  }
1432
1565
  },
1433
1566
  "hasDynamicHelp": false,
1434
1567
  "hiddenAliases": [],
1435
- "id": "apps:errors",
1568
+ "id": "addons:docs",
1436
1569
  "pluginAlias": "heroku",
1437
1570
  "pluginName": "heroku",
1438
1571
  "pluginType": "core",
1439
1572
  "strict": true,
1573
+ "topic": "addons",
1440
1574
  "isESM": false,
1441
1575
  "relativePath": [
1442
1576
  "lib",
1443
1577
  "commands",
1444
- "apps",
1445
- "errors.js"
1578
+ "addons",
1579
+ "docs.js"
1446
1580
  ]
1447
1581
  },
1448
- "apps": {
1582
+ "addons": {
1449
1583
  "aliases": [],
1450
1584
  "args": {},
1451
- "description": "list your apps",
1585
+ "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 ",
1452
1586
  "examples": [
1453
- "$ heroku apps"
1587
+ "$ heroku addons --all",
1588
+ "$ heroku addons --app acme-inc-www"
1454
1589
  ],
1455
1590
  "flags": {
1456
1591
  "all": {
1457
1592
  "char": "A",
1458
- "description": "include apps in all teams",
1593
+ "description": "show add-ons and attachments for all accessible apps",
1459
1594
  "name": "all",
1460
1595
  "allowNo": false,
1461
1596
  "type": "boolean"
1462
1597
  },
1463
1598
  "json": {
1464
- "char": "j",
1465
- "description": "output in json format",
1599
+ "description": "return add-ons in json format",
1466
1600
  "name": "json",
1467
1601
  "allowNo": false,
1468
1602
  "type": "boolean"
1469
1603
  },
1470
- "space": {
1471
- "char": "s",
1472
- "description": "filter by space",
1473
- "name": "space",
1604
+ "app": {
1605
+ "char": "a",
1606
+ "description": "app to run command against",
1607
+ "name": "app",
1474
1608
  "hasDynamicHelp": false,
1475
1609
  "multiple": false,
1476
1610
  "type": "option"
1477
1611
  },
1478
- "personal": {
1479
- "char": "p",
1480
- "description": "list apps in personal account when a default team is set",
1481
- "name": "personal",
1482
- "allowNo": false,
1483
- "type": "boolean"
1484
- },
1485
- "internal-routing": {
1486
- "char": "i",
1487
- "description": "filter to Internal Web Apps",
1488
- "hidden": true,
1489
- "name": "internal-routing",
1490
- "allowNo": false,
1491
- "type": "boolean"
1492
- },
1493
- "team": {
1494
- "char": "t",
1495
- "description": "team to use",
1496
- "name": "team",
1612
+ "remote": {
1613
+ "char": "r",
1614
+ "description": "git remote of app to use",
1615
+ "name": "remote",
1497
1616
  "hasDynamicHelp": false,
1498
1617
  "multiple": false,
1499
1618
  "type": "option"
1500
1619
  }
1501
1620
  },
1502
1621
  "hasDynamicHelp": false,
1503
- "hiddenAliases": [
1504
- "list",
1505
- "apps:list"
1506
- ],
1507
- "id": "apps",
1622
+ "hiddenAliases": [],
1623
+ "id": "addons",
1508
1624
  "pluginAlias": "heroku",
1509
1625
  "pluginName": "heroku",
1510
1626
  "pluginType": "core",
1511
1627
  "strict": true,
1512
- "topic": "apps",
1628
+ "usage": "addons [--all|--app APP]",
1629
+ "topic": "addons",
1513
1630
  "isESM": false,
1514
1631
  "relativePath": [
1515
1632
  "lib",
1516
1633
  "commands",
1517
- "apps",
1634
+ "addons",
1518
1635
  "index.js"
1519
1636
  ]
1520
1637
  },
1521
- "apps:info": {
1638
+ "addons:info": {
1522
1639
  "aliases": [],
1523
1640
  "args": {
1524
- "app": {
1525
- "hidden": true,
1526
- "name": "app"
1641
+ "addon": {
1642
+ "description": "unique identifier or globally unique name of the add-on",
1643
+ "name": "addon",
1644
+ "required": true
1527
1645
  }
1528
1646
  },
1529
- "description": "show detailed app information",
1530
- "examples": [
1531
- "$ heroku apps:info",
1532
- "$ heroku apps:info --shell"
1533
- ],
1647
+ "description": "show detailed add-on resource and attachment information",
1534
1648
  "flags": {
1535
1649
  "app": {
1536
1650
  "char": "a",
@@ -1547,60 +1661,46 @@
1547
1661
  "hasDynamicHelp": false,
1548
1662
  "multiple": false,
1549
1663
  "type": "option"
1550
- },
1551
- "shell": {
1552
- "char": "s",
1553
- "description": "output more shell friendly key/value pairs",
1554
- "name": "shell",
1555
- "allowNo": false,
1556
- "type": "boolean"
1557
- },
1558
- "extended": {
1559
- "char": "x",
1560
- "hidden": true,
1561
- "name": "extended",
1562
- "allowNo": false,
1563
- "type": "boolean"
1564
- },
1565
- "json": {
1566
- "char": "j",
1567
- "description": "output in json format",
1568
- "name": "json",
1569
- "allowNo": false,
1570
- "type": "boolean"
1571
1664
  }
1572
1665
  },
1573
1666
  "hasDynamicHelp": false,
1574
- "hiddenAliases": [
1575
- "info"
1576
- ],
1577
- "id": "apps:info",
1667
+ "hiddenAliases": [],
1668
+ "id": "addons:info",
1578
1669
  "pluginAlias": "heroku",
1579
1670
  "pluginName": "heroku",
1580
1671
  "pluginType": "core",
1581
1672
  "strict": true,
1582
- "topic": "apps",
1583
- "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...",
1673
+ "usage": "addons:info ADDON",
1674
+ "topic": "addons",
1584
1675
  "isESM": false,
1585
1676
  "relativePath": [
1586
1677
  "lib",
1587
1678
  "commands",
1588
- "apps",
1679
+ "addons",
1589
1680
  "info.js"
1590
1681
  ]
1591
1682
  },
1592
- "apps:join": {
1593
- "aliases": [
1594
- "join"
1595
- ],
1596
- "args": {},
1597
- "description": "add yourself to a team app",
1683
+ "addons:open": {
1684
+ "aliases": [],
1685
+ "args": {
1686
+ "addon": {
1687
+ "description": "unique identifier or globally unique name of the add-on",
1688
+ "name": "addon",
1689
+ "required": true
1690
+ }
1691
+ },
1692
+ "description": "open an add-on's dashboard in your browser",
1598
1693
  "flags": {
1694
+ "show-url": {
1695
+ "description": "show URL, do not open browser",
1696
+ "name": "show-url",
1697
+ "allowNo": false,
1698
+ "type": "boolean"
1699
+ },
1599
1700
  "app": {
1600
1701
  "char": "a",
1601
1702
  "description": "app to run command against",
1602
1703
  "name": "app",
1603
- "required": true,
1604
1704
  "hasDynamicHelp": false,
1605
1705
  "multiple": false,
1606
1706
  "type": "option"
@@ -1616,75 +1716,138 @@
1616
1716
  },
1617
1717
  "hasDynamicHelp": false,
1618
1718
  "hiddenAliases": [],
1619
- "id": "apps:join",
1719
+ "id": "addons:open",
1620
1720
  "pluginAlias": "heroku",
1621
1721
  "pluginName": "heroku",
1622
1722
  "pluginType": "core",
1623
1723
  "strict": true,
1624
- "topic": "apps",
1724
+ "topic": "addons",
1625
1725
  "isESM": false,
1626
1726
  "relativePath": [
1627
1727
  "lib",
1628
1728
  "commands",
1629
- "apps",
1630
- "join.js"
1729
+ "addons",
1730
+ "open.js"
1631
1731
  ]
1632
1732
  },
1633
- "apps:leave": {
1634
- "aliases": [
1635
- "leave"
1636
- ],
1637
- "args": {},
1638
- "description": "remove yourself from a team app",
1639
- "examples": "heroku apps:leave -a APP",
1733
+ "addons:plans": {
1734
+ "aliases": [],
1735
+ "args": {
1736
+ "service": {
1737
+ "description": "unique identifier or globally unique name of the add-on",
1738
+ "name": "service",
1739
+ "required": true
1740
+ }
1741
+ },
1742
+ "description": "list all available plans for an add-on service",
1640
1743
  "flags": {
1641
- "app": {
1642
- "char": "a",
1643
- "description": "app to run command against",
1644
- "name": "app",
1645
- "required": true,
1646
- "hasDynamicHelp": false,
1647
- "multiple": false,
1648
- "type": "option"
1744
+ "json": {
1745
+ "description": "output in json format",
1746
+ "name": "json",
1747
+ "allowNo": false,
1748
+ "type": "boolean"
1749
+ }
1750
+ },
1751
+ "hasDynamicHelp": false,
1752
+ "hiddenAliases": [],
1753
+ "id": "addons:plans",
1754
+ "pluginAlias": "heroku",
1755
+ "pluginName": "heroku",
1756
+ "pluginType": "core",
1757
+ "strict": true,
1758
+ "topic": "addons",
1759
+ "isESM": false,
1760
+ "relativePath": [
1761
+ "lib",
1762
+ "commands",
1763
+ "addons",
1764
+ "plans.js"
1765
+ ]
1766
+ },
1767
+ "addons:rename": {
1768
+ "aliases": [],
1769
+ "args": {
1770
+ "addon_name": {
1771
+ "description": "unique identifier or globally unique name of the add-on",
1772
+ "name": "addon_name",
1773
+ "required": true
1649
1774
  },
1650
- "remote": {
1651
- "char": "r",
1652
- "description": "git remote of app to use",
1653
- "name": "remote",
1654
- "hasDynamicHelp": false,
1655
- "multiple": false,
1656
- "type": "option"
1775
+ "new_name": {
1776
+ "description": "new globally unique name of the add-on",
1777
+ "name": "new_name",
1778
+ "required": true
1657
1779
  }
1658
1780
  },
1781
+ "description": "rename an add-on",
1782
+ "flags": {},
1659
1783
  "hasDynamicHelp": false,
1660
1784
  "hiddenAliases": [],
1661
- "id": "apps:leave",
1785
+ "id": "addons:rename",
1662
1786
  "pluginAlias": "heroku",
1663
1787
  "pluginName": "heroku",
1664
1788
  "pluginType": "core",
1665
1789
  "strict": true,
1666
- "topic": "apps",
1667
- "example": "heroku apps:leave -a APP",
1790
+ "topic": "addons",
1668
1791
  "isESM": false,
1669
1792
  "relativePath": [
1670
1793
  "lib",
1671
1794
  "commands",
1672
- "apps",
1673
- "leave.js"
1795
+ "addons",
1796
+ "rename.js"
1674
1797
  ]
1675
1798
  },
1676
- "apps:lock": {
1799
+ "addons:services": {
1800
+ "aliases": [],
1801
+ "args": {},
1802
+ "description": "list all available add-on services",
1803
+ "flags": {
1804
+ "json": {
1805
+ "description": "output in json format",
1806
+ "name": "json",
1807
+ "allowNo": false,
1808
+ "type": "boolean"
1809
+ }
1810
+ },
1811
+ "hasDynamicHelp": false,
1812
+ "hiddenAliases": [],
1813
+ "id": "addons:services",
1814
+ "pluginAlias": "heroku",
1815
+ "pluginName": "heroku",
1816
+ "pluginType": "core",
1817
+ "strict": true,
1818
+ "topic": "addons",
1819
+ "isESM": false,
1820
+ "relativePath": [
1821
+ "lib",
1822
+ "commands",
1823
+ "addons",
1824
+ "services.js"
1825
+ ]
1826
+ },
1827
+ "addons:upgrade": {
1677
1828
  "aliases": [
1678
- "lock"
1829
+ "addons:downgrade"
1830
+ ],
1831
+ "args": {
1832
+ "addon": {
1833
+ "description": "unique identifier or globally unique name of the add-on",
1834
+ "name": "addon",
1835
+ "required": true
1836
+ },
1837
+ "plan": {
1838
+ "description": "unique identifier or name of the plan",
1839
+ "name": "plan"
1840
+ }
1841
+ },
1842
+ "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 ",
1843
+ "examples": [
1844
+ "Upgrade an add-on by service name:\n$ heroku addons:upgrade heroku-redis:premium-2\n\nUpgrade a specific add-on:\n$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2"
1679
1845
  ],
1680
- "args": {},
1681
- "description": "prevent team members from joining an app",
1682
1846
  "flags": {
1683
1847
  "app": {
1684
1848
  "char": "a",
1685
1849
  "description": "app to run command against",
1686
1850
  "name": "app",
1687
- "required": true,
1688
1851
  "hasDynamicHelp": false,
1689
1852
  "multiple": false,
1690
1853
  "type": "option"
@@ -1700,204 +1863,41 @@
1700
1863
  },
1701
1864
  "hasDynamicHelp": false,
1702
1865
  "hiddenAliases": [],
1703
- "id": "apps:lock",
1866
+ "id": "addons:upgrade",
1704
1867
  "pluginAlias": "heroku",
1705
1868
  "pluginName": "heroku",
1706
1869
  "pluginType": "core",
1707
1870
  "strict": true,
1708
- "topic": "apps",
1871
+ "topic": "addons",
1709
1872
  "isESM": false,
1710
1873
  "relativePath": [
1711
1874
  "lib",
1712
1875
  "commands",
1713
- "apps",
1714
- "lock.js"
1876
+ "addons",
1877
+ "upgrade.js"
1715
1878
  ]
1716
1879
  },
1717
- "apps:open": {
1880
+ "addons:wait": {
1718
1881
  "aliases": [],
1719
1882
  "args": {
1720
- "path": {
1721
- "description": "base URL path of app",
1722
- "name": "path",
1723
- "required": false
1883
+ "addon": {
1884
+ "description": "unique identifier or globally unique name of the add-on",
1885
+ "name": "addon"
1724
1886
  }
1725
1887
  },
1726
- "description": "open the app in a web browser",
1727
- "examples": [
1728
- "$ heroku open -a myapp",
1729
- "$ heroku open -a myapp /foo"
1730
- ],
1888
+ "description": "show provisioning status of the add-ons on the app",
1731
1889
  "flags": {
1890
+ "wait-interval": {
1891
+ "description": "how frequently to poll in seconds",
1892
+ "name": "wait-interval",
1893
+ "hasDynamicHelp": false,
1894
+ "multiple": false,
1895
+ "type": "option"
1896
+ },
1732
1897
  "app": {
1733
1898
  "char": "a",
1734
1899
  "description": "app to run command against",
1735
1900
  "name": "app",
1736
- "required": true,
1737
- "hasDynamicHelp": false,
1738
- "multiple": false,
1739
- "type": "option"
1740
- },
1741
- "remote": {
1742
- "char": "r",
1743
- "description": "git remote of app to use",
1744
- "name": "remote",
1745
- "hasDynamicHelp": false,
1746
- "multiple": false,
1747
- "type": "option"
1748
- }
1749
- },
1750
- "hasDynamicHelp": false,
1751
- "hiddenAliases": [
1752
- "open"
1753
- ],
1754
- "id": "apps:open",
1755
- "pluginAlias": "heroku",
1756
- "pluginName": "heroku",
1757
- "pluginType": "core",
1758
- "strict": true,
1759
- "topic": "apps",
1760
- "isESM": false,
1761
- "relativePath": [
1762
- "lib",
1763
- "commands",
1764
- "apps",
1765
- "open.js"
1766
- ]
1767
- },
1768
- "apps:rename": {
1769
- "aliases": [],
1770
- "args": {
1771
- "newname": {
1772
- "description": "new unique name of the app",
1773
- "name": "newname",
1774
- "required": true
1775
- }
1776
- },
1777
- "description": "rename an app",
1778
- "examples": [
1779
- "$ heroku apps:rename --app oldname newname"
1780
- ],
1781
- "flags": {
1782
- "app": {
1783
- "char": "a",
1784
- "description": "app to run command against",
1785
- "name": "app",
1786
- "required": true,
1787
- "hasDynamicHelp": false,
1788
- "multiple": false,
1789
- "type": "option"
1790
- },
1791
- "remote": {
1792
- "char": "r",
1793
- "description": "git remote of app to use",
1794
- "name": "remote",
1795
- "hasDynamicHelp": false,
1796
- "multiple": false,
1797
- "type": "option"
1798
- }
1799
- },
1800
- "hasDynamicHelp": false,
1801
- "hiddenAliases": [
1802
- "rename"
1803
- ],
1804
- "id": "apps:rename",
1805
- "pluginAlias": "heroku",
1806
- "pluginName": "heroku",
1807
- "pluginType": "core",
1808
- "strict": true,
1809
- "help": "This will locally update the git remote if it is set to the old app.",
1810
- "topic": "apps",
1811
- "isESM": false,
1812
- "relativePath": [
1813
- "lib",
1814
- "commands",
1815
- "apps",
1816
- "rename.js"
1817
- ]
1818
- },
1819
- "apps:transfer": {
1820
- "aliases": [],
1821
- "args": {
1822
- "recipient": {
1823
- "description": "user or team to transfer applications to",
1824
- "name": "recipient",
1825
- "required": true
1826
- }
1827
- },
1828
- "description": "transfer applications to another user or team",
1829
- "examples": [
1830
- "$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
1831
- ],
1832
- "flags": {
1833
- "locked": {
1834
- "char": "l",
1835
- "description": "lock the app upon transfer",
1836
- "name": "locked",
1837
- "required": false,
1838
- "allowNo": false,
1839
- "type": "boolean"
1840
- },
1841
- "bulk": {
1842
- "description": "transfer applications in bulk",
1843
- "name": "bulk",
1844
- "required": false,
1845
- "allowNo": false,
1846
- "type": "boolean"
1847
- },
1848
- "app": {
1849
- "char": "a",
1850
- "description": "app to run command against",
1851
- "name": "app",
1852
- "hasDynamicHelp": false,
1853
- "multiple": false,
1854
- "type": "option"
1855
- },
1856
- "remote": {
1857
- "char": "r",
1858
- "description": "git remote of app to use",
1859
- "name": "remote",
1860
- "hasDynamicHelp": false,
1861
- "multiple": false,
1862
- "type": "option"
1863
- },
1864
- "confirm": {
1865
- "char": "c",
1866
- "hidden": true,
1867
- "name": "confirm",
1868
- "hasDynamicHelp": false,
1869
- "multiple": false,
1870
- "type": "option"
1871
- }
1872
- },
1873
- "hasDynamicHelp": false,
1874
- "hiddenAliases": [],
1875
- "id": "apps:transfer",
1876
- "pluginAlias": "heroku",
1877
- "pluginName": "heroku",
1878
- "pluginType": "core",
1879
- "strict": true,
1880
- "topic": "apps",
1881
- "isESM": false,
1882
- "relativePath": [
1883
- "lib",
1884
- "commands",
1885
- "apps",
1886
- "transfer.js"
1887
- ]
1888
- },
1889
- "apps:unlock": {
1890
- "aliases": [
1891
- "unlock"
1892
- ],
1893
- "args": {},
1894
- "description": "unlock an app so any team member can join",
1895
- "flags": {
1896
- "app": {
1897
- "char": "a",
1898
- "description": "app to run command against",
1899
- "name": "app",
1900
- "required": true,
1901
1901
  "hasDynamicHelp": false,
1902
1902
  "multiple": false,
1903
1903
  "type": "option"
@@ -1913,18 +1913,18 @@
1913
1913
  },
1914
1914
  "hasDynamicHelp": false,
1915
1915
  "hiddenAliases": [],
1916
- "id": "apps:unlock",
1916
+ "id": "addons:wait",
1917
1917
  "pluginAlias": "heroku",
1918
1918
  "pluginName": "heroku",
1919
1919
  "pluginType": "core",
1920
1920
  "strict": true,
1921
- "topic": "apps",
1921
+ "topic": "addons",
1922
1922
  "isESM": false,
1923
1923
  "relativePath": [
1924
1924
  "lib",
1925
1925
  "commands",
1926
- "apps",
1927
- "unlock.js"
1926
+ "addons",
1927
+ "wait.js"
1928
1928
  ]
1929
1929
  },
1930
1930
  "auth:login": {
@@ -2292,165 +2292,174 @@
2292
2292
  "update.js"
2293
2293
  ]
2294
2294
  },
2295
- "certs:add": {
2295
+ "autocomplete:create": {
2296
+ "aliases": [],
2297
+ "args": {},
2298
+ "description": "create autocomplete setup scripts and completion functions",
2299
+ "flags": {},
2300
+ "hasDynamicHelp": false,
2301
+ "hidden": true,
2302
+ "hiddenAliases": [],
2303
+ "id": "autocomplete:create",
2304
+ "pluginAlias": "heroku",
2305
+ "pluginName": "heroku",
2306
+ "pluginType": "core",
2307
+ "strict": true,
2308
+ "isESM": false,
2309
+ "relativePath": [
2310
+ "lib",
2311
+ "commands",
2312
+ "autocomplete",
2313
+ "create.js"
2314
+ ]
2315
+ },
2316
+ "autocomplete:doctor": {
2296
2317
  "aliases": [],
2297
2318
  "args": {
2298
- "CRT": {
2299
- "description": "absolute path of the certificate file on disk",
2300
- "name": "CRT",
2301
- "required": true
2302
- },
2303
- "KEY": {
2304
- "description": "absolute path of the key file on disk",
2305
- "name": "KEY",
2306
- "required": true
2319
+ "shell": {
2320
+ "description": "shell type",
2321
+ "name": "shell",
2322
+ "required": false
2307
2323
  }
2308
2324
  },
2309
- "description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
2310
- "examples": [
2311
- "$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
2312
- ],
2325
+ "description": "autocomplete diagnostic",
2313
2326
  "flags": {
2314
- "app": {
2315
- "char": "a",
2316
- "description": "app to run command against",
2317
- "name": "app",
2318
- "required": true,
2319
- "hasDynamicHelp": false,
2320
- "multiple": false,
2321
- "type": "option"
2322
- },
2323
- "remote": {
2324
- "char": "r",
2325
- "description": "git remote of app to use",
2326
- "name": "remote",
2327
- "hasDynamicHelp": false,
2328
- "multiple": false,
2329
- "type": "option"
2327
+ "verbose": {
2328
+ "description": "list completable commands",
2329
+ "name": "verbose",
2330
+ "allowNo": false,
2331
+ "type": "boolean"
2330
2332
  }
2331
2333
  },
2332
2334
  "hasDynamicHelp": false,
2335
+ "hidden": true,
2333
2336
  "hiddenAliases": [],
2334
- "id": "certs:add",
2337
+ "id": "autocomplete:doctor",
2335
2338
  "pluginAlias": "heroku",
2336
2339
  "pluginName": "heroku",
2337
2340
  "pluginType": "core",
2338
2341
  "strict": true,
2339
- "topic": "certs",
2340
2342
  "isESM": false,
2341
2343
  "relativePath": [
2342
2344
  "lib",
2343
2345
  "commands",
2344
- "certs",
2345
- "add.js"
2346
+ "autocomplete",
2347
+ "doctor.js"
2346
2348
  ]
2347
2349
  },
2348
- "certs:generate": {
2350
+ "autocomplete": {
2349
2351
  "aliases": [],
2350
2352
  "args": {
2351
- "domain": {
2352
- "description": "domain name to generate",
2353
- "name": "domain",
2354
- "required": true
2353
+ "shell": {
2354
+ "description": "shell type",
2355
+ "name": "shell",
2356
+ "required": false
2355
2357
  }
2356
2358
  },
2357
- "description": "generate a key and a CSR or self-signed certificate",
2358
- "flags": {
2359
- "selfsigned": {
2360
- "description": "generate a self-signed certificate instead of a CSR",
2361
- "name": "selfsigned",
2362
- "required": false,
2363
- "allowNo": false,
2364
- "type": "boolean"
2365
- },
2366
- "keysize": {
2367
- "description": "RSA key size in bits (default: 2048)",
2368
- "name": "keysize",
2369
- "hasDynamicHelp": false,
2370
- "multiple": false,
2371
- "type": "option"
2372
- },
2373
- "owner": {
2374
- "description": "name of organization certificate belongs to",
2375
- "name": "owner",
2376
- "hasDynamicHelp": false,
2377
- "multiple": false,
2378
- "type": "option"
2379
- },
2380
- "country": {
2381
- "description": "country of owner, as a two-letter ISO country code",
2382
- "name": "country",
2383
- "hasDynamicHelp": false,
2384
- "multiple": false,
2385
- "type": "option"
2386
- },
2387
- "area": {
2388
- "description": "sub-country area (state, province, etc.) of owner",
2389
- "name": "area",
2390
- "hasDynamicHelp": false,
2391
- "multiple": false,
2392
- "type": "option"
2393
- },
2394
- "city": {
2395
- "description": "city of owner",
2396
- "name": "city",
2397
- "hasDynamicHelp": false,
2398
- "multiple": false,
2399
- "type": "option"
2400
- },
2401
- "subject": {
2402
- "description": "specify entire certificate subject",
2403
- "name": "subject",
2404
- "hasDynamicHelp": false,
2405
- "multiple": false,
2406
- "type": "option"
2407
- },
2408
- "now": {
2409
- "description": "do not prompt for any owner information",
2410
- "name": "now",
2411
- "required": false,
2359
+ "description": "display autocomplete installation instructions",
2360
+ "examples": [
2361
+ "$ heroku autocomplete",
2362
+ "$ heroku autocomplete bash",
2363
+ "$ heroku autocomplete zsh",
2364
+ "$ heroku autocomplete --refresh-cache"
2365
+ ],
2366
+ "flags": {
2367
+ "refresh-cache": {
2368
+ "char": "r",
2369
+ "description": "refresh cache only (ignores displaying instructions)",
2370
+ "name": "refresh-cache",
2412
2371
  "allowNo": false,
2413
2372
  "type": "boolean"
2414
- },
2373
+ }
2374
+ },
2375
+ "hasDynamicHelp": false,
2376
+ "hiddenAliases": [],
2377
+ "id": "autocomplete",
2378
+ "pluginAlias": "heroku",
2379
+ "pluginName": "heroku",
2380
+ "pluginType": "core",
2381
+ "strict": true,
2382
+ "isESM": false,
2383
+ "relativePath": [
2384
+ "lib",
2385
+ "commands",
2386
+ "autocomplete",
2387
+ "index.js"
2388
+ ]
2389
+ },
2390
+ "autocomplete:options": {
2391
+ "aliases": [],
2392
+ "args": {
2393
+ "completion": {
2394
+ "name": "completion"
2395
+ }
2396
+ },
2397
+ "description": "display arg or flag completion options (used internally by completion functions)",
2398
+ "flags": {
2415
2399
  "app": {
2416
2400
  "char": "a",
2417
2401
  "description": "app to run command against",
2402
+ "hidden": true,
2418
2403
  "name": "app",
2419
- "required": true,
2420
- "hasDynamicHelp": false,
2421
- "multiple": false,
2422
- "type": "option"
2423
- },
2424
- "remote": {
2425
- "char": "r",
2426
- "description": "git remote of app to use",
2427
- "name": "remote",
2404
+ "required": false,
2428
2405
  "hasDynamicHelp": false,
2429
2406
  "multiple": false,
2430
2407
  "type": "option"
2431
2408
  }
2432
2409
  },
2433
2410
  "hasDynamicHelp": false,
2411
+ "hidden": true,
2434
2412
  "hiddenAliases": [],
2435
- "id": "certs:generate",
2413
+ "id": "autocomplete:options",
2436
2414
  "pluginAlias": "heroku",
2437
2415
  "pluginName": "heroku",
2438
2416
  "pluginType": "core",
2439
2417
  "strict": true,
2440
- "topic": "certs",
2441
- "help": "Generate a key and certificate signing request (or self-signed certificate)\nfor an app. Prompts for information to put in the certificate unless --now\nis used, or at least one of the --subject, --owner, --country, --area, or\n--city options is specified.",
2442
2418
  "isESM": false,
2443
2419
  "relativePath": [
2444
2420
  "lib",
2445
2421
  "commands",
2446
- "certs",
2447
- "generate.js"
2422
+ "autocomplete",
2423
+ "options.js"
2448
2424
  ]
2449
2425
  },
2450
- "certs": {
2426
+ "autocomplete:script": {
2451
2427
  "aliases": [],
2452
- "args": {},
2453
- "description": "list SSL certificates for an app",
2428
+ "args": {
2429
+ "shell": {
2430
+ "description": "shell type",
2431
+ "name": "shell",
2432
+ "required": false
2433
+ }
2434
+ },
2435
+ "description": "display autocomplete setup script for shell",
2436
+ "flags": {},
2437
+ "hasDynamicHelp": false,
2438
+ "hidden": true,
2439
+ "hiddenAliases": [],
2440
+ "id": "autocomplete:script",
2441
+ "pluginAlias": "heroku",
2442
+ "pluginName": "heroku",
2443
+ "pluginType": "core",
2444
+ "strict": true,
2445
+ "isESM": false,
2446
+ "relativePath": [
2447
+ "lib",
2448
+ "commands",
2449
+ "autocomplete",
2450
+ "script.js"
2451
+ ]
2452
+ },
2453
+ "buildpacks:add": {
2454
+ "aliases": [],
2455
+ "args": {
2456
+ "buildpack": {
2457
+ "description": "namespace/name of the buildpack",
2458
+ "name": "buildpack",
2459
+ "required": true
2460
+ }
2461
+ },
2462
+ "description": "add new app buildpack, inserting into list of buildpacks if necessary",
2454
2463
  "flags": {
2455
2464
  "app": {
2456
2465
  "char": "a",
@@ -2468,49 +2477,36 @@
2468
2477
  "hasDynamicHelp": false,
2469
2478
  "multiple": false,
2470
2479
  "type": "option"
2480
+ },
2481
+ "index": {
2482
+ "char": "i",
2483
+ "description": "the 1-based index of the URL in the list of URLs",
2484
+ "name": "index",
2485
+ "hasDynamicHelp": false,
2486
+ "multiple": false,
2487
+ "type": "option"
2471
2488
  }
2472
2489
  },
2473
2490
  "hasDynamicHelp": false,
2474
2491
  "hiddenAliases": [],
2475
- "id": "certs",
2492
+ "id": "buildpacks:add",
2476
2493
  "pluginAlias": "heroku",
2477
2494
  "pluginName": "heroku",
2478
2495
  "pluginType": "core",
2479
2496
  "strict": true,
2480
- "topic": "certs",
2481
2497
  "isESM": false,
2482
2498
  "relativePath": [
2483
2499
  "lib",
2484
2500
  "commands",
2485
- "certs",
2486
- "index.js"
2501
+ "buildpacks",
2502
+ "add.js"
2487
2503
  ]
2488
2504
  },
2489
- "certs:info": {
2505
+ "buildpacks:clear": {
2490
2506
  "aliases": [],
2491
2507
  "args": {},
2492
- "description": "show certificate information for an SSL certificate",
2508
+ "description": "clear all buildpacks set on the app",
2493
2509
  "flags": {
2494
- "name": {
2495
- "description": "name to check info on",
2496
- "name": "name",
2497
- "hasDynamicHelp": false,
2498
- "multiple": false,
2499
- "type": "option"
2500
- },
2501
- "endpoint": {
2502
- "description": "endpoint to check info on",
2503
- "name": "endpoint",
2504
- "hasDynamicHelp": false,
2505
- "multiple": false,
2506
- "type": "option"
2507
- },
2508
- "show-domains": {
2509
- "description": "show associated domains",
2510
- "name": "show-domains",
2511
- "allowNo": false,
2512
- "type": "boolean"
2513
- },
2514
2510
  "app": {
2515
2511
  "char": "a",
2516
2512
  "description": "app to run command against",
@@ -2531,46 +2527,24 @@
2531
2527
  },
2532
2528
  "hasDynamicHelp": false,
2533
2529
  "hiddenAliases": [],
2534
- "id": "certs:info",
2530
+ "id": "buildpacks:clear",
2535
2531
  "pluginAlias": "heroku",
2536
2532
  "pluginName": "heroku",
2537
2533
  "pluginType": "core",
2538
2534
  "strict": true,
2539
- "topic": "certs",
2540
2535
  "isESM": false,
2541
2536
  "relativePath": [
2542
2537
  "lib",
2543
2538
  "commands",
2544
- "certs",
2545
- "info.js"
2539
+ "buildpacks",
2540
+ "clear.js"
2546
2541
  ]
2547
2542
  },
2548
- "certs:remove": {
2543
+ "buildpacks": {
2549
2544
  "aliases": [],
2550
2545
  "args": {},
2551
- "description": "remove an SSL certificate from an app",
2546
+ "description": "list the buildpacks on an app",
2552
2547
  "flags": {
2553
- "confirm": {
2554
- "hidden": true,
2555
- "name": "confirm",
2556
- "hasDynamicHelp": false,
2557
- "multiple": false,
2558
- "type": "option"
2559
- },
2560
- "name": {
2561
- "description": "name to remove",
2562
- "name": "name",
2563
- "hasDynamicHelp": false,
2564
- "multiple": false,
2565
- "type": "option"
2566
- },
2567
- "endpoint": {
2568
- "description": "endpoint to remove",
2569
- "name": "endpoint",
2570
- "hasDynamicHelp": false,
2571
- "multiple": false,
2572
- "type": "option"
2573
- },
2574
2548
  "app": {
2575
2549
  "char": "a",
2576
2550
  "description": "app to run command against",
@@ -2591,104 +2565,54 @@
2591
2565
  },
2592
2566
  "hasDynamicHelp": false,
2593
2567
  "hiddenAliases": [],
2594
- "id": "certs:remove",
2568
+ "id": "buildpacks",
2595
2569
  "pluginAlias": "heroku",
2596
2570
  "pluginName": "heroku",
2597
2571
  "pluginType": "core",
2598
2572
  "strict": true,
2599
- "topic": "certs",
2600
2573
  "isESM": false,
2601
2574
  "relativePath": [
2602
2575
  "lib",
2603
2576
  "commands",
2604
- "certs",
2605
- "remove.js"
2577
+ "buildpacks",
2578
+ "index.js"
2606
2579
  ]
2607
2580
  },
2608
- "certs:update": {
2581
+ "buildpacks:info": {
2609
2582
  "aliases": [],
2610
2583
  "args": {
2611
- "CRT": {
2612
- "description": "absolute path of the certificate file on disk",
2613
- "name": "CRT",
2614
- "required": true
2615
- },
2616
- "KEY": {
2617
- "description": "absolute path of the key file on disk",
2618
- "name": "KEY",
2584
+ "buildpack": {
2585
+ "description": "namespace/name of the buildpack",
2586
+ "name": "buildpack",
2619
2587
  "required": true
2620
2588
  }
2621
2589
  },
2622
- "description": "update an SSL certificate on an app\nNote: certificates with PEM encoding are also valid\n",
2623
- "examples": [
2624
- "$ heroku certs:update example.com.crt example.com.key\n\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1\n"
2625
- ],
2626
- "flags": {
2627
- "confirm": {
2628
- "hidden": true,
2629
- "name": "confirm",
2630
- "hasDynamicHelp": false,
2631
- "multiple": false,
2632
- "type": "option"
2633
- },
2634
- "name": {
2635
- "description": "name to update",
2636
- "name": "name",
2637
- "hasDynamicHelp": false,
2638
- "multiple": false,
2639
- "type": "option"
2640
- },
2641
- "endpoint": {
2642
- "description": "endpoint to update",
2643
- "name": "endpoint",
2644
- "hasDynamicHelp": false,
2645
- "multiple": false,
2646
- "type": "option"
2647
- },
2648
- "app": {
2649
- "char": "a",
2650
- "description": "app to run command against",
2651
- "name": "app",
2652
- "required": true,
2653
- "hasDynamicHelp": false,
2654
- "multiple": false,
2655
- "type": "option"
2656
- },
2657
- "remote": {
2658
- "char": "r",
2659
- "description": "git remote of app to use",
2660
- "name": "remote",
2661
- "hasDynamicHelp": false,
2662
- "multiple": false,
2663
- "type": "option"
2664
- }
2665
- },
2590
+ "description": "fetch info about a buildpack",
2591
+ "flags": {},
2666
2592
  "hasDynamicHelp": false,
2667
2593
  "hiddenAliases": [],
2668
- "id": "certs:update",
2594
+ "id": "buildpacks:info",
2669
2595
  "pluginAlias": "heroku",
2670
2596
  "pluginName": "heroku",
2671
2597
  "pluginType": "core",
2672
2598
  "strict": true,
2673
- "topic": "certs",
2674
2599
  "isESM": false,
2675
2600
  "relativePath": [
2676
2601
  "lib",
2677
2602
  "commands",
2678
- "certs",
2679
- "update.js"
2603
+ "buildpacks",
2604
+ "info.js"
2680
2605
  ]
2681
2606
  },
2682
- "buildpacks:add": {
2607
+ "buildpacks:remove": {
2683
2608
  "aliases": [],
2684
2609
  "args": {
2685
2610
  "buildpack": {
2686
2611
  "description": "namespace/name of the buildpack",
2687
- "name": "buildpack",
2688
- "required": true
2612
+ "name": "buildpack"
2689
2613
  }
2690
2614
  },
2691
- "description": "add new app buildpack, inserting into list of buildpacks if necessary",
2615
+ "description": "remove a buildpack set on the app",
2692
2616
  "flags": {
2693
2617
  "app": {
2694
2618
  "char": "a",
@@ -2709,7 +2633,7 @@
2709
2633
  },
2710
2634
  "index": {
2711
2635
  "char": "i",
2712
- "description": "the 1-based index of the URL in the list of URLs",
2636
+ "description": "the 1-based index of the URL to remove from the list of URLs",
2713
2637
  "name": "index",
2714
2638
  "hasDynamicHelp": false,
2715
2639
  "multiple": false,
@@ -2718,7 +2642,7 @@
2718
2642
  },
2719
2643
  "hasDynamicHelp": false,
2720
2644
  "hiddenAliases": [],
2721
- "id": "buildpacks:add",
2645
+ "id": "buildpacks:remove",
2722
2646
  "pluginAlias": "heroku",
2723
2647
  "pluginName": "heroku",
2724
2648
  "pluginType": "core",
@@ -2728,27 +2652,36 @@
2728
2652
  "lib",
2729
2653
  "commands",
2730
2654
  "buildpacks",
2731
- "add.js"
2655
+ "remove.js"
2732
2656
  ]
2733
2657
  },
2734
- "buildpacks:clear": {
2658
+ "buildpacks:search": {
2735
2659
  "aliases": [],
2736
- "args": {},
2737
- "description": "clear all buildpacks set on the app",
2660
+ "args": {
2661
+ "term": {
2662
+ "description": "search term that searches across name, namespace, and description",
2663
+ "name": "term"
2664
+ }
2665
+ },
2666
+ "description": "search for buildpacks",
2738
2667
  "flags": {
2739
- "app": {
2740
- "char": "a",
2741
- "description": "app to run command against",
2742
- "name": "app",
2743
- "required": true,
2668
+ "namespace": {
2669
+ "description": "buildpack namespaces to filter on using a comma separated list",
2670
+ "name": "namespace",
2744
2671
  "hasDynamicHelp": false,
2745
2672
  "multiple": false,
2746
2673
  "type": "option"
2747
2674
  },
2748
- "remote": {
2749
- "char": "r",
2750
- "description": "git remote of app to use",
2751
- "name": "remote",
2675
+ "name": {
2676
+ "description": "buildpack names to filter on using a comma separated list ",
2677
+ "name": "name",
2678
+ "hasDynamicHelp": false,
2679
+ "multiple": false,
2680
+ "type": "option"
2681
+ },
2682
+ "description": {
2683
+ "description": "buildpack description to filter on",
2684
+ "name": "description",
2752
2685
  "hasDynamicHelp": false,
2753
2686
  "multiple": false,
2754
2687
  "type": "option"
@@ -2756,7 +2689,7 @@
2756
2689
  },
2757
2690
  "hasDynamicHelp": false,
2758
2691
  "hiddenAliases": [],
2759
- "id": "buildpacks:clear",
2692
+ "id": "buildpacks:search",
2760
2693
  "pluginAlias": "heroku",
2761
2694
  "pluginName": "heroku",
2762
2695
  "pluginType": "core",
@@ -2766,13 +2699,18 @@
2766
2699
  "lib",
2767
2700
  "commands",
2768
2701
  "buildpacks",
2769
- "clear.js"
2702
+ "search.js"
2770
2703
  ]
2771
2704
  },
2772
- "buildpacks": {
2705
+ "buildpacks:set": {
2773
2706
  "aliases": [],
2774
- "args": {},
2775
- "description": "list the buildpacks on an app",
2707
+ "args": {
2708
+ "buildpack": {
2709
+ "description": "namespace/name of the buildpack",
2710
+ "name": "buildpack",
2711
+ "required": true
2712
+ }
2713
+ },
2776
2714
  "flags": {
2777
2715
  "app": {
2778
2716
  "char": "a",
@@ -2790,11 +2728,19 @@
2790
2728
  "hasDynamicHelp": false,
2791
2729
  "multiple": false,
2792
2730
  "type": "option"
2731
+ },
2732
+ "index": {
2733
+ "char": "i",
2734
+ "description": "the 1-based index of the URL in the list of URLs",
2735
+ "name": "index",
2736
+ "hasDynamicHelp": false,
2737
+ "multiple": false,
2738
+ "type": "option"
2793
2739
  }
2794
2740
  },
2795
2741
  "hasDynamicHelp": false,
2796
2742
  "hiddenAliases": [],
2797
- "id": "buildpacks",
2743
+ "id": "buildpacks:set",
2798
2744
  "pluginAlias": "heroku",
2799
2745
  "pluginName": "heroku",
2800
2746
  "pluginType": "core",
@@ -2804,10 +2750,10 @@
2804
2750
  "lib",
2805
2751
  "commands",
2806
2752
  "buildpacks",
2807
- "index.js"
2753
+ "set.js"
2808
2754
  ]
2809
2755
  },
2810
- "buildpacks:info": {
2756
+ "buildpacks:versions": {
2811
2757
  "aliases": [],
2812
2758
  "args": {
2813
2759
  "buildpack": {
@@ -2816,11 +2762,11 @@
2816
2762
  "required": true
2817
2763
  }
2818
2764
  },
2819
- "description": "fetch info about a buildpack",
2765
+ "description": "list versions of a buildpack",
2820
2766
  "flags": {},
2821
2767
  "hasDynamicHelp": false,
2822
2768
  "hiddenAliases": [],
2823
- "id": "buildpacks:info",
2769
+ "id": "buildpacks:versions",
2824
2770
  "pluginAlias": "heroku",
2825
2771
  "pluginName": "heroku",
2826
2772
  "pluginType": "core",
@@ -2830,18 +2776,27 @@
2830
2776
  "lib",
2831
2777
  "commands",
2832
2778
  "buildpacks",
2833
- "info.js"
2779
+ "versions.js"
2834
2780
  ]
2835
2781
  },
2836
- "buildpacks:remove": {
2782
+ "certs:add": {
2837
2783
  "aliases": [],
2838
2784
  "args": {
2839
- "buildpack": {
2840
- "description": "namespace/name of the buildpack",
2841
- "name": "buildpack"
2785
+ "CRT": {
2786
+ "description": "absolute path of the certificate file on disk",
2787
+ "name": "CRT",
2788
+ "required": true
2789
+ },
2790
+ "KEY": {
2791
+ "description": "absolute path of the key file on disk",
2792
+ "name": "KEY",
2793
+ "required": true
2842
2794
  }
2843
2795
  },
2844
- "description": "remove a buildpack set on the app",
2796
+ "description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
2797
+ "examples": [
2798
+ "$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
2799
+ ],
2845
2800
  "flags": {
2846
2801
  "app": {
2847
2802
  "char": "a",
@@ -2859,58 +2814,104 @@
2859
2814
  "hasDynamicHelp": false,
2860
2815
  "multiple": false,
2861
2816
  "type": "option"
2862
- },
2863
- "index": {
2864
- "char": "i",
2865
- "description": "the 1-based index of the URL to remove from the list of URLs",
2866
- "name": "index",
2867
- "hasDynamicHelp": false,
2868
- "multiple": false,
2869
- "type": "option"
2870
2817
  }
2871
2818
  },
2872
2819
  "hasDynamicHelp": false,
2873
2820
  "hiddenAliases": [],
2874
- "id": "buildpacks:remove",
2821
+ "id": "certs:add",
2875
2822
  "pluginAlias": "heroku",
2876
2823
  "pluginName": "heroku",
2877
2824
  "pluginType": "core",
2878
2825
  "strict": true,
2826
+ "topic": "certs",
2879
2827
  "isESM": false,
2880
2828
  "relativePath": [
2881
2829
  "lib",
2882
2830
  "commands",
2883
- "buildpacks",
2884
- "remove.js"
2831
+ "certs",
2832
+ "add.js"
2885
2833
  ]
2886
2834
  },
2887
- "buildpacks:search": {
2835
+ "certs:generate": {
2888
2836
  "aliases": [],
2889
2837
  "args": {
2890
- "term": {
2891
- "description": "search term that searches across name, namespace, and description",
2892
- "name": "term"
2838
+ "domain": {
2839
+ "description": "domain name to generate",
2840
+ "name": "domain",
2841
+ "required": true
2893
2842
  }
2894
2843
  },
2895
- "description": "search for buildpacks",
2844
+ "description": "generate a key and a CSR or self-signed certificate",
2896
2845
  "flags": {
2897
- "namespace": {
2898
- "description": "buildpack namespaces to filter on using a comma separated list",
2899
- "name": "namespace",
2846
+ "selfsigned": {
2847
+ "description": "generate a self-signed certificate instead of a CSR",
2848
+ "name": "selfsigned",
2849
+ "required": false,
2850
+ "allowNo": false,
2851
+ "type": "boolean"
2852
+ },
2853
+ "keysize": {
2854
+ "description": "RSA key size in bits (default: 2048)",
2855
+ "name": "keysize",
2900
2856
  "hasDynamicHelp": false,
2901
2857
  "multiple": false,
2902
2858
  "type": "option"
2903
2859
  },
2904
- "name": {
2905
- "description": "buildpack names to filter on using a comma separated list ",
2906
- "name": "name",
2860
+ "owner": {
2861
+ "description": "name of organization certificate belongs to",
2862
+ "name": "owner",
2907
2863
  "hasDynamicHelp": false,
2908
2864
  "multiple": false,
2909
2865
  "type": "option"
2910
2866
  },
2911
- "description": {
2912
- "description": "buildpack description to filter on",
2913
- "name": "description",
2867
+ "country": {
2868
+ "description": "country of owner, as a two-letter ISO country code",
2869
+ "name": "country",
2870
+ "hasDynamicHelp": false,
2871
+ "multiple": false,
2872
+ "type": "option"
2873
+ },
2874
+ "area": {
2875
+ "description": "sub-country area (state, province, etc.) of owner",
2876
+ "name": "area",
2877
+ "hasDynamicHelp": false,
2878
+ "multiple": false,
2879
+ "type": "option"
2880
+ },
2881
+ "city": {
2882
+ "description": "city of owner",
2883
+ "name": "city",
2884
+ "hasDynamicHelp": false,
2885
+ "multiple": false,
2886
+ "type": "option"
2887
+ },
2888
+ "subject": {
2889
+ "description": "specify entire certificate subject",
2890
+ "name": "subject",
2891
+ "hasDynamicHelp": false,
2892
+ "multiple": false,
2893
+ "type": "option"
2894
+ },
2895
+ "now": {
2896
+ "description": "do not prompt for any owner information",
2897
+ "name": "now",
2898
+ "required": false,
2899
+ "allowNo": false,
2900
+ "type": "boolean"
2901
+ },
2902
+ "app": {
2903
+ "char": "a",
2904
+ "description": "app to run command against",
2905
+ "name": "app",
2906
+ "required": true,
2907
+ "hasDynamicHelp": false,
2908
+ "multiple": false,
2909
+ "type": "option"
2910
+ },
2911
+ "remote": {
2912
+ "char": "r",
2913
+ "description": "git remote of app to use",
2914
+ "name": "remote",
2914
2915
  "hasDynamicHelp": false,
2915
2916
  "multiple": false,
2916
2917
  "type": "option"
@@ -2918,28 +2919,25 @@
2918
2919
  },
2919
2920
  "hasDynamicHelp": false,
2920
2921
  "hiddenAliases": [],
2921
- "id": "buildpacks:search",
2922
+ "id": "certs:generate",
2922
2923
  "pluginAlias": "heroku",
2923
2924
  "pluginName": "heroku",
2924
2925
  "pluginType": "core",
2925
2926
  "strict": true,
2927
+ "topic": "certs",
2928
+ "help": "Generate a key and certificate signing request (or self-signed certificate)\nfor an app. Prompts for information to put in the certificate unless --now\nis used, or at least one of the --subject, --owner, --country, --area, or\n--city options is specified.",
2926
2929
  "isESM": false,
2927
2930
  "relativePath": [
2928
2931
  "lib",
2929
2932
  "commands",
2930
- "buildpacks",
2931
- "search.js"
2933
+ "certs",
2934
+ "generate.js"
2932
2935
  ]
2933
2936
  },
2934
- "buildpacks:set": {
2937
+ "certs": {
2935
2938
  "aliases": [],
2936
- "args": {
2937
- "buildpack": {
2938
- "description": "namespace/name of the buildpack",
2939
- "name": "buildpack",
2940
- "required": true
2941
- }
2942
- },
2939
+ "args": {},
2940
+ "description": "list SSL certificates for an app",
2943
2941
  "flags": {
2944
2942
  "app": {
2945
2943
  "char": "a",
@@ -2957,213 +2955,215 @@
2957
2955
  "hasDynamicHelp": false,
2958
2956
  "multiple": false,
2959
2957
  "type": "option"
2960
- },
2961
- "index": {
2962
- "char": "i",
2963
- "description": "the 1-based index of the URL in the list of URLs",
2964
- "name": "index",
2965
- "hasDynamicHelp": false,
2966
- "multiple": false,
2967
- "type": "option"
2968
2958
  }
2969
2959
  },
2970
2960
  "hasDynamicHelp": false,
2971
2961
  "hiddenAliases": [],
2972
- "id": "buildpacks:set",
2973
- "pluginAlias": "heroku",
2974
- "pluginName": "heroku",
2975
- "pluginType": "core",
2976
- "strict": true,
2977
- "isESM": false,
2978
- "relativePath": [
2979
- "lib",
2980
- "commands",
2981
- "buildpacks",
2982
- "set.js"
2983
- ]
2984
- },
2985
- "buildpacks:versions": {
2986
- "aliases": [],
2987
- "args": {
2988
- "buildpack": {
2989
- "description": "namespace/name of the buildpack",
2990
- "name": "buildpack",
2991
- "required": true
2992
- }
2993
- },
2994
- "description": "list versions of a buildpack",
2995
- "flags": {},
2996
- "hasDynamicHelp": false,
2997
- "hiddenAliases": [],
2998
- "id": "buildpacks:versions",
2962
+ "id": "certs",
2999
2963
  "pluginAlias": "heroku",
3000
2964
  "pluginName": "heroku",
3001
2965
  "pluginType": "core",
3002
2966
  "strict": true,
2967
+ "topic": "certs",
3003
2968
  "isESM": false,
3004
2969
  "relativePath": [
3005
2970
  "lib",
3006
2971
  "commands",
3007
- "buildpacks",
3008
- "versions.js"
2972
+ "certs",
2973
+ "index.js"
3009
2974
  ]
3010
2975
  },
3011
- "autocomplete:create": {
2976
+ "certs:info": {
3012
2977
  "aliases": [],
3013
2978
  "args": {},
3014
- "description": "create autocomplete setup scripts and completion functions",
3015
- "flags": {},
3016
- "hasDynamicHelp": false,
3017
- "hidden": true,
3018
- "hiddenAliases": [],
3019
- "id": "autocomplete:create",
3020
- "pluginAlias": "heroku",
3021
- "pluginName": "heroku",
3022
- "pluginType": "core",
3023
- "strict": true,
3024
- "isESM": false,
3025
- "relativePath": [
3026
- "lib",
3027
- "commands",
3028
- "autocomplete",
3029
- "create.js"
3030
- ]
3031
- },
3032
- "autocomplete:doctor": {
3033
- "aliases": [],
3034
- "args": {
3035
- "shell": {
3036
- "description": "shell type",
3037
- "name": "shell",
3038
- "required": false
3039
- }
3040
- },
3041
- "description": "autocomplete diagnostic",
2979
+ "description": "show certificate information for an SSL certificate",
3042
2980
  "flags": {
3043
- "verbose": {
3044
- "description": "list completable commands",
3045
- "name": "verbose",
2981
+ "name": {
2982
+ "description": "name to check info on",
2983
+ "name": "name",
2984
+ "hasDynamicHelp": false,
2985
+ "multiple": false,
2986
+ "type": "option"
2987
+ },
2988
+ "endpoint": {
2989
+ "description": "endpoint to check info on",
2990
+ "name": "endpoint",
2991
+ "hasDynamicHelp": false,
2992
+ "multiple": false,
2993
+ "type": "option"
2994
+ },
2995
+ "show-domains": {
2996
+ "description": "show associated domains",
2997
+ "name": "show-domains",
3046
2998
  "allowNo": false,
3047
2999
  "type": "boolean"
3000
+ },
3001
+ "app": {
3002
+ "char": "a",
3003
+ "description": "app to run command against",
3004
+ "name": "app",
3005
+ "required": true,
3006
+ "hasDynamicHelp": false,
3007
+ "multiple": false,
3008
+ "type": "option"
3009
+ },
3010
+ "remote": {
3011
+ "char": "r",
3012
+ "description": "git remote of app to use",
3013
+ "name": "remote",
3014
+ "hasDynamicHelp": false,
3015
+ "multiple": false,
3016
+ "type": "option"
3048
3017
  }
3049
3018
  },
3050
3019
  "hasDynamicHelp": false,
3051
- "hidden": true,
3052
3020
  "hiddenAliases": [],
3053
- "id": "autocomplete:doctor",
3021
+ "id": "certs:info",
3054
3022
  "pluginAlias": "heroku",
3055
3023
  "pluginName": "heroku",
3056
3024
  "pluginType": "core",
3057
3025
  "strict": true,
3026
+ "topic": "certs",
3058
3027
  "isESM": false,
3059
3028
  "relativePath": [
3060
3029
  "lib",
3061
3030
  "commands",
3062
- "autocomplete",
3063
- "doctor.js"
3031
+ "certs",
3032
+ "info.js"
3064
3033
  ]
3065
3034
  },
3066
- "autocomplete": {
3035
+ "certs:remove": {
3067
3036
  "aliases": [],
3068
- "args": {
3069
- "shell": {
3070
- "description": "shell type",
3071
- "name": "shell",
3072
- "required": false
3073
- }
3074
- },
3075
- "description": "display autocomplete installation instructions",
3076
- "examples": [
3077
- "$ heroku autocomplete",
3078
- "$ heroku autocomplete bash",
3079
- "$ heroku autocomplete zsh",
3080
- "$ heroku autocomplete --refresh-cache"
3081
- ],
3037
+ "args": {},
3038
+ "description": "remove an SSL certificate from an app",
3082
3039
  "flags": {
3083
- "refresh-cache": {
3040
+ "confirm": {
3041
+ "hidden": true,
3042
+ "name": "confirm",
3043
+ "hasDynamicHelp": false,
3044
+ "multiple": false,
3045
+ "type": "option"
3046
+ },
3047
+ "name": {
3048
+ "description": "name to remove",
3049
+ "name": "name",
3050
+ "hasDynamicHelp": false,
3051
+ "multiple": false,
3052
+ "type": "option"
3053
+ },
3054
+ "endpoint": {
3055
+ "description": "endpoint to remove",
3056
+ "name": "endpoint",
3057
+ "hasDynamicHelp": false,
3058
+ "multiple": false,
3059
+ "type": "option"
3060
+ },
3061
+ "app": {
3062
+ "char": "a",
3063
+ "description": "app to run command against",
3064
+ "name": "app",
3065
+ "required": true,
3066
+ "hasDynamicHelp": false,
3067
+ "multiple": false,
3068
+ "type": "option"
3069
+ },
3070
+ "remote": {
3084
3071
  "char": "r",
3085
- "description": "refresh cache only (ignores displaying instructions)",
3086
- "name": "refresh-cache",
3087
- "allowNo": false,
3088
- "type": "boolean"
3072
+ "description": "git remote of app to use",
3073
+ "name": "remote",
3074
+ "hasDynamicHelp": false,
3075
+ "multiple": false,
3076
+ "type": "option"
3089
3077
  }
3090
3078
  },
3091
3079
  "hasDynamicHelp": false,
3092
3080
  "hiddenAliases": [],
3093
- "id": "autocomplete",
3081
+ "id": "certs:remove",
3094
3082
  "pluginAlias": "heroku",
3095
3083
  "pluginName": "heroku",
3096
3084
  "pluginType": "core",
3097
3085
  "strict": true,
3086
+ "topic": "certs",
3098
3087
  "isESM": false,
3099
3088
  "relativePath": [
3100
3089
  "lib",
3101
3090
  "commands",
3102
- "autocomplete",
3103
- "index.js"
3091
+ "certs",
3092
+ "remove.js"
3104
3093
  ]
3105
3094
  },
3106
- "autocomplete:options": {
3095
+ "certs:update": {
3107
3096
  "aliases": [],
3108
3097
  "args": {
3109
- "completion": {
3110
- "name": "completion"
3098
+ "CRT": {
3099
+ "description": "absolute path of the certificate file on disk",
3100
+ "name": "CRT",
3101
+ "required": true
3102
+ },
3103
+ "KEY": {
3104
+ "description": "absolute path of the key file on disk",
3105
+ "name": "KEY",
3106
+ "required": true
3111
3107
  }
3112
3108
  },
3113
- "description": "display arg or flag completion options (used internally by completion functions)",
3109
+ "description": "update an SSL certificate on an app\nNote: certificates with PEM encoding are also valid\n",
3110
+ "examples": [
3111
+ "$ heroku certs:update example.com.crt example.com.key\n\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1\n"
3112
+ ],
3114
3113
  "flags": {
3114
+ "confirm": {
3115
+ "hidden": true,
3116
+ "name": "confirm",
3117
+ "hasDynamicHelp": false,
3118
+ "multiple": false,
3119
+ "type": "option"
3120
+ },
3121
+ "name": {
3122
+ "description": "name to update",
3123
+ "name": "name",
3124
+ "hasDynamicHelp": false,
3125
+ "multiple": false,
3126
+ "type": "option"
3127
+ },
3128
+ "endpoint": {
3129
+ "description": "endpoint to update",
3130
+ "name": "endpoint",
3131
+ "hasDynamicHelp": false,
3132
+ "multiple": false,
3133
+ "type": "option"
3134
+ },
3115
3135
  "app": {
3116
3136
  "char": "a",
3117
3137
  "description": "app to run command against",
3118
- "hidden": true,
3119
3138
  "name": "app",
3120
- "required": false,
3139
+ "required": true,
3140
+ "hasDynamicHelp": false,
3141
+ "multiple": false,
3142
+ "type": "option"
3143
+ },
3144
+ "remote": {
3145
+ "char": "r",
3146
+ "description": "git remote of app to use",
3147
+ "name": "remote",
3121
3148
  "hasDynamicHelp": false,
3122
3149
  "multiple": false,
3123
3150
  "type": "option"
3124
3151
  }
3125
3152
  },
3126
3153
  "hasDynamicHelp": false,
3127
- "hidden": true,
3128
- "hiddenAliases": [],
3129
- "id": "autocomplete:options",
3130
- "pluginAlias": "heroku",
3131
- "pluginName": "heroku",
3132
- "pluginType": "core",
3133
- "strict": true,
3134
- "isESM": false,
3135
- "relativePath": [
3136
- "lib",
3137
- "commands",
3138
- "autocomplete",
3139
- "options.js"
3140
- ]
3141
- },
3142
- "autocomplete:script": {
3143
- "aliases": [],
3144
- "args": {
3145
- "shell": {
3146
- "description": "shell type",
3147
- "name": "shell",
3148
- "required": false
3149
- }
3150
- },
3151
- "description": "display autocomplete setup script for shell",
3152
- "flags": {},
3153
- "hasDynamicHelp": false,
3154
- "hidden": true,
3155
3154
  "hiddenAliases": [],
3156
- "id": "autocomplete:script",
3155
+ "id": "certs:update",
3157
3156
  "pluginAlias": "heroku",
3158
3157
  "pluginName": "heroku",
3159
3158
  "pluginType": "core",
3160
3159
  "strict": true,
3160
+ "topic": "certs",
3161
3161
  "isESM": false,
3162
3162
  "relativePath": [
3163
3163
  "lib",
3164
3164
  "commands",
3165
- "autocomplete",
3166
- "script.js"
3165
+ "certs",
3166
+ "update.js"
3167
3167
  ]
3168
3168
  },
3169
3169
  "ci:debug": {
@@ -5756,16 +5756,16 @@
5756
5756
  "version.js"
5757
5757
  ]
5758
5758
  },
5759
- "notifications": {
5759
+ "maintenance": {
5760
5760
  "aliases": [],
5761
5761
  "args": {},
5762
- "description": "display notifications",
5762
+ "description": "display the current maintenance status of app",
5763
5763
  "flags": {
5764
5764
  "app": {
5765
5765
  "char": "a",
5766
5766
  "description": "app to run command against",
5767
5767
  "name": "app",
5768
- "required": false,
5768
+ "required": true,
5769
5769
  "hasDynamicHelp": false,
5770
5770
  "multiple": false,
5771
5771
  "type": "option"
@@ -5777,40 +5777,100 @@
5777
5777
  "hasDynamicHelp": false,
5778
5778
  "multiple": false,
5779
5779
  "type": "option"
5780
+ }
5781
+ },
5782
+ "hasDynamicHelp": false,
5783
+ "hiddenAliases": [],
5784
+ "id": "maintenance",
5785
+ "pluginAlias": "heroku",
5786
+ "pluginName": "heroku",
5787
+ "pluginType": "core",
5788
+ "strict": true,
5789
+ "topic": "maintenance",
5790
+ "isESM": false,
5791
+ "relativePath": [
5792
+ "lib",
5793
+ "commands",
5794
+ "maintenance",
5795
+ "index.js"
5796
+ ]
5797
+ },
5798
+ "maintenance:off": {
5799
+ "aliases": [],
5800
+ "args": {},
5801
+ "description": "take the app out of maintenance mode",
5802
+ "flags": {
5803
+ "app": {
5804
+ "char": "a",
5805
+ "description": "app to run command against",
5806
+ "name": "app",
5807
+ "required": true,
5808
+ "hasDynamicHelp": false,
5809
+ "multiple": false,
5810
+ "type": "option"
5780
5811
  },
5781
- "all": {
5782
- "description": "view all notifications (not just the ones for the current app)",
5783
- "name": "all",
5784
- "allowNo": false,
5785
- "type": "boolean"
5786
- },
5787
- "json": {
5788
- "description": "output in json format",
5789
- "name": "json",
5790
- "allowNo": false,
5791
- "type": "boolean"
5812
+ "remote": {
5813
+ "char": "r",
5814
+ "description": "git remote of app to use",
5815
+ "name": "remote",
5816
+ "hasDynamicHelp": false,
5817
+ "multiple": false,
5818
+ "type": "option"
5819
+ }
5820
+ },
5821
+ "hasDynamicHelp": false,
5822
+ "hiddenAliases": [],
5823
+ "id": "maintenance:off",
5824
+ "pluginAlias": "heroku",
5825
+ "pluginName": "heroku",
5826
+ "pluginType": "core",
5827
+ "strict": true,
5828
+ "topic": "maintenance",
5829
+ "isESM": false,
5830
+ "relativePath": [
5831
+ "lib",
5832
+ "commands",
5833
+ "maintenance",
5834
+ "off.js"
5835
+ ]
5836
+ },
5837
+ "maintenance:on": {
5838
+ "aliases": [],
5839
+ "args": {},
5840
+ "description": "put the app into maintenance mode",
5841
+ "flags": {
5842
+ "app": {
5843
+ "char": "a",
5844
+ "description": "app to run command against",
5845
+ "name": "app",
5846
+ "required": true,
5847
+ "hasDynamicHelp": false,
5848
+ "multiple": false,
5849
+ "type": "option"
5792
5850
  },
5793
- "read": {
5794
- "description": "show notifications already read",
5795
- "name": "read",
5796
- "allowNo": false,
5797
- "type": "boolean"
5851
+ "remote": {
5852
+ "char": "r",
5853
+ "description": "git remote of app to use",
5854
+ "name": "remote",
5855
+ "hasDynamicHelp": false,
5856
+ "multiple": false,
5857
+ "type": "option"
5798
5858
  }
5799
5859
  },
5800
5860
  "hasDynamicHelp": false,
5801
5861
  "hiddenAliases": [],
5802
- "id": "notifications",
5862
+ "id": "maintenance:on",
5803
5863
  "pluginAlias": "heroku",
5804
5864
  "pluginName": "heroku",
5805
5865
  "pluginType": "core",
5806
5866
  "strict": true,
5807
- "topic": "notifications",
5867
+ "topic": "maintenance",
5808
5868
  "isESM": false,
5809
5869
  "relativePath": [
5810
5870
  "lib",
5811
5871
  "commands",
5812
- "notifications",
5813
- "index.js"
5872
+ "maintenance",
5873
+ "on.js"
5814
5874
  ]
5815
5875
  },
5816
5876
  "members:add": {
@@ -5981,16 +6041,16 @@
5981
6041
  "set.js"
5982
6042
  ]
5983
6043
  },
5984
- "maintenance": {
6044
+ "notifications": {
5985
6045
  "aliases": [],
5986
6046
  "args": {},
5987
- "description": "display the current maintenance status of app",
6047
+ "description": "display notifications",
5988
6048
  "flags": {
5989
6049
  "app": {
5990
6050
  "char": "a",
5991
6051
  "description": "app to run command against",
5992
6052
  "name": "app",
5993
- "required": true,
6053
+ "required": false,
5994
6054
  "hasDynamicHelp": false,
5995
6055
  "multiple": false,
5996
6056
  "type": "option"
@@ -6002,100 +6062,40 @@
6002
6062
  "hasDynamicHelp": false,
6003
6063
  "multiple": false,
6004
6064
  "type": "option"
6005
- }
6006
- },
6007
- "hasDynamicHelp": false,
6008
- "hiddenAliases": [],
6009
- "id": "maintenance",
6010
- "pluginAlias": "heroku",
6011
- "pluginName": "heroku",
6012
- "pluginType": "core",
6013
- "strict": true,
6014
- "topic": "maintenance",
6015
- "isESM": false,
6016
- "relativePath": [
6017
- "lib",
6018
- "commands",
6019
- "maintenance",
6020
- "index.js"
6021
- ]
6022
- },
6023
- "maintenance:off": {
6024
- "aliases": [],
6025
- "args": {},
6026
- "description": "take the app out of maintenance mode",
6027
- "flags": {
6028
- "app": {
6029
- "char": "a",
6030
- "description": "app to run command against",
6031
- "name": "app",
6032
- "required": true,
6033
- "hasDynamicHelp": false,
6034
- "multiple": false,
6035
- "type": "option"
6036
6065
  },
6037
- "remote": {
6038
- "char": "r",
6039
- "description": "git remote of app to use",
6040
- "name": "remote",
6041
- "hasDynamicHelp": false,
6042
- "multiple": false,
6043
- "type": "option"
6044
- }
6045
- },
6046
- "hasDynamicHelp": false,
6047
- "hiddenAliases": [],
6048
- "id": "maintenance:off",
6049
- "pluginAlias": "heroku",
6050
- "pluginName": "heroku",
6051
- "pluginType": "core",
6052
- "strict": true,
6053
- "topic": "maintenance",
6054
- "isESM": false,
6055
- "relativePath": [
6056
- "lib",
6057
- "commands",
6058
- "maintenance",
6059
- "off.js"
6060
- ]
6061
- },
6062
- "maintenance:on": {
6063
- "aliases": [],
6064
- "args": {},
6065
- "description": "put the app into maintenance mode",
6066
- "flags": {
6067
- "app": {
6068
- "char": "a",
6069
- "description": "app to run command against",
6070
- "name": "app",
6071
- "required": true,
6072
- "hasDynamicHelp": false,
6073
- "multiple": false,
6074
- "type": "option"
6066
+ "all": {
6067
+ "description": "view all notifications (not just the ones for the current app)",
6068
+ "name": "all",
6069
+ "allowNo": false,
6070
+ "type": "boolean"
6075
6071
  },
6076
- "remote": {
6077
- "char": "r",
6078
- "description": "git remote of app to use",
6079
- "name": "remote",
6080
- "hasDynamicHelp": false,
6081
- "multiple": false,
6082
- "type": "option"
6072
+ "json": {
6073
+ "description": "output in json format",
6074
+ "name": "json",
6075
+ "allowNo": false,
6076
+ "type": "boolean"
6077
+ },
6078
+ "read": {
6079
+ "description": "show notifications already read",
6080
+ "name": "read",
6081
+ "allowNo": false,
6082
+ "type": "boolean"
6083
6083
  }
6084
6084
  },
6085
6085
  "hasDynamicHelp": false,
6086
6086
  "hiddenAliases": [],
6087
- "id": "maintenance:on",
6087
+ "id": "notifications",
6088
6088
  "pluginAlias": "heroku",
6089
6089
  "pluginName": "heroku",
6090
6090
  "pluginType": "core",
6091
6091
  "strict": true,
6092
- "topic": "maintenance",
6092
+ "topic": "notifications",
6093
6093
  "isESM": false,
6094
6094
  "relativePath": [
6095
6095
  "lib",
6096
6096
  "commands",
6097
- "maintenance",
6098
- "on.js"
6097
+ "notifications",
6098
+ "index.js"
6099
6099
  ]
6100
6100
  },
6101
6101
  "orgs": {
@@ -10272,6 +10272,40 @@
10272
10272
  "update.js"
10273
10273
  ]
10274
10274
  },
10275
+ "usage:addons": {
10276
+ "aliases": [],
10277
+ "args": {},
10278
+ "description": "list usage values for metered addons associated with a given app or team",
10279
+ "flags": {
10280
+ "app": {
10281
+ "name": "app",
10282
+ "hasDynamicHelp": false,
10283
+ "multiple": false,
10284
+ "type": "option"
10285
+ },
10286
+ "team": {
10287
+ "name": "team",
10288
+ "hasDynamicHelp": false,
10289
+ "multiple": false,
10290
+ "type": "option"
10291
+ }
10292
+ },
10293
+ "hasDynamicHelp": false,
10294
+ "hiddenAliases": [],
10295
+ "id": "usage:addons",
10296
+ "pluginAlias": "heroku",
10297
+ "pluginName": "heroku",
10298
+ "pluginType": "core",
10299
+ "strict": true,
10300
+ "topic": "usage",
10301
+ "isESM": false,
10302
+ "relativePath": [
10303
+ "lib",
10304
+ "commands",
10305
+ "usage",
10306
+ "addons.js"
10307
+ ]
10308
+ },
10275
10309
  "webhooks:add": {
10276
10310
  "aliases": [],
10277
10311
  "args": {},
@@ -14486,5 +14520,5 @@
14486
14520
  ]
14487
14521
  }
14488
14522
  },
14489
- "version": "10.4.1-beta.1"
14523
+ "version": "10.5.0-beta.0"
14490
14524
  }