heroku 10.1.0-beta.1 → 10.1.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +1304 -1304
  2. package/package.json +2 -2
@@ -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,82 @@
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": {},
1043
- "hasDynamicHelp": false,
1044
- "hiddenAliases": [],
1045
- "id": "addons:rename",
1046
- "pluginAlias": "heroku",
1047
- "pluginName": "heroku",
1048
- "pluginType": "core",
1049
- "strict": true,
1050
- "topic": "addons",
1051
- "isESM": false,
1052
- "relativePath": [
1053
- "lib",
1054
- "commands",
1055
- "addons",
1056
- "rename.js"
1057
- ]
1058
- },
1059
- "addons:services": {
1060
- "aliases": [],
1061
- "args": {},
1062
- "description": "list all available add-on services",
1063
- "flags": {
1064
- "json": {
1065
- "description": "output in json format",
1066
- "name": "json",
1067
- "allowNo": false,
1068
- "type": "boolean"
1069
- }
1070
- },
1071
- "hasDynamicHelp": false,
1072
- "hiddenAliases": [],
1073
- "id": "addons:services",
1074
- "pluginAlias": "heroku",
1075
- "pluginName": "heroku",
1076
- "pluginType": "core",
1077
- "strict": true,
1078
- "topic": "addons",
1079
- "isESM": false,
1080
- "relativePath": [
1081
- "lib",
1082
- "commands",
1083
- "addons",
1084
- "services.js"
1085
- ]
1086
- },
1087
- "addons:upgrade": {
1088
- "aliases": [
1089
- "addons:downgrade"
1090
- ],
1091
- "args": {
1092
- "addon": {
1093
- "description": "unique identifier or globally unique name of the add-on",
1094
- "name": "addon",
1095
- "required": true
1096
- },
1097
- "plan": {
1098
- "description": "unique identifier or name of the plan",
1099
- "name": "plan"
1066
+ "path": {
1067
+ "description": "base URL path of app",
1068
+ "name": "path",
1069
+ "required": false
1100
1070
  }
1101
1071
  },
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 ",
1072
+ "description": "open the app in a web browser",
1103
1073
  "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"
1074
+ "$ heroku open -a myapp",
1075
+ "$ heroku open -a myapp /foo"
1105
1076
  ],
1106
1077
  "flags": {
1107
1078
  "app": {
1108
1079
  "char": "a",
1109
1080
  "description": "app to run command against",
1110
1081
  "name": "app",
1082
+ "required": true,
1111
1083
  "hasDynamicHelp": false,
1112
1084
  "multiple": false,
1113
1085
  "type": "option"
@@ -1122,42 +1094,42 @@
1122
1094
  }
1123
1095
  },
1124
1096
  "hasDynamicHelp": false,
1125
- "hiddenAliases": [],
1126
- "id": "addons:upgrade",
1097
+ "hiddenAliases": [
1098
+ "open"
1099
+ ],
1100
+ "id": "apps:open",
1127
1101
  "pluginAlias": "heroku",
1128
1102
  "pluginName": "heroku",
1129
1103
  "pluginType": "core",
1130
1104
  "strict": true,
1131
- "topic": "addons",
1105
+ "topic": "apps",
1132
1106
  "isESM": false,
1133
1107
  "relativePath": [
1134
1108
  "lib",
1135
1109
  "commands",
1136
- "addons",
1137
- "upgrade.js"
1110
+ "apps",
1111
+ "open.js"
1138
1112
  ]
1139
1113
  },
1140
- "addons:wait": {
1114
+ "apps:rename": {
1141
1115
  "aliases": [],
1142
1116
  "args": {
1143
- "addon": {
1144
- "description": "unique identifier or globally unique name of the add-on",
1145
- "name": "addon"
1117
+ "newname": {
1118
+ "description": "new unique name of the app",
1119
+ "name": "newname",
1120
+ "required": true
1146
1121
  }
1147
1122
  },
1148
- "description": "show provisioning status of the add-ons on the app",
1123
+ "description": "rename an app",
1124
+ "examples": [
1125
+ "$ heroku apps:rename --app oldname newname"
1126
+ ],
1149
1127
  "flags": {
1150
- "wait-interval": {
1151
- "description": "how frequently to poll in seconds",
1152
- "name": "wait-interval",
1153
- "hasDynamicHelp": false,
1154
- "multiple": false,
1155
- "type": "option"
1156
- },
1157
1128
  "app": {
1158
1129
  "char": "a",
1159
1130
  "description": "app to run command against",
1160
1131
  "name": "app",
1132
+ "required": true,
1161
1133
  "hasDynamicHelp": false,
1162
1134
  "multiple": false,
1163
1135
  "type": "option"
@@ -1172,176 +1144,172 @@
1172
1144
  }
1173
1145
  },
1174
1146
  "hasDynamicHelp": false,
1175
- "hiddenAliases": [],
1176
- "id": "addons:wait",
1147
+ "hiddenAliases": [
1148
+ "rename"
1149
+ ],
1150
+ "id": "apps:rename",
1177
1151
  "pluginAlias": "heroku",
1178
1152
  "pluginName": "heroku",
1179
1153
  "pluginType": "core",
1180
1154
  "strict": true,
1181
- "topic": "addons",
1155
+ "help": "This will locally update the git remote if it is set to the old app.",
1156
+ "topic": "apps",
1182
1157
  "isESM": false,
1183
1158
  "relativePath": [
1184
1159
  "lib",
1185
1160
  "commands",
1186
- "addons",
1187
- "wait.js"
1161
+ "apps",
1162
+ "rename.js"
1188
1163
  ]
1189
1164
  },
1190
- "apps:create": {
1165
+ "apps:transfer": {
1191
1166
  "aliases": [],
1192
1167
  "args": {
1193
- "app": {
1194
- "description": "name of app to create",
1195
- "name": "app",
1196
- "required": false
1168
+ "recipient": {
1169
+ "description": "user or team to transfer applications to",
1170
+ "name": "recipient",
1171
+ "required": true
1197
1172
  }
1198
1173
  },
1199
- "description": "creates a new app",
1174
+ "description": "transfer applications to another user or team",
1200
1175
  "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"
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..."
1202
1177
  ],
1203
1178
  "flags": {
1204
- "app": {
1205
- "hidden": true,
1206
- "name": "app",
1207
- "hasDynamicHelp": false,
1208
- "multiple": false,
1209
- "type": "option"
1210
- },
1211
- "addons": {
1212
- "description": "comma-delimited list of addons to install",
1213
- "name": "addons",
1214
- "hasDynamicHelp": false,
1215
- "multiple": false,
1216
- "type": "option"
1217
- },
1218
- "buildpack": {
1219
- "char": "b",
1220
- "description": "buildpack url to use for this app",
1221
- "name": "buildpack",
1222
- "hasDynamicHelp": false,
1223
- "multiple": false,
1224
- "type": "option"
1225
- },
1226
- "manifest": {
1227
- "char": "m",
1228
- "description": "use heroku.yml settings for this app",
1229
- "hidden": true,
1230
- "name": "manifest",
1179
+ "locked": {
1180
+ "char": "l",
1181
+ "description": "lock the app upon transfer",
1182
+ "name": "locked",
1183
+ "required": false,
1231
1184
  "allowNo": false,
1232
1185
  "type": "boolean"
1233
1186
  },
1234
- "no-remote": {
1235
- "char": "n",
1236
- "description": "do not create a git remote",
1237
- "name": "no-remote",
1187
+ "bulk": {
1188
+ "description": "transfer applications in bulk",
1189
+ "name": "bulk",
1190
+ "required": false,
1238
1191
  "allowNo": false,
1239
1192
  "type": "boolean"
1240
1193
  },
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",
1254
- "hasDynamicHelp": false,
1255
- "multiple": false,
1256
- "type": "option"
1257
- },
1258
- "space": {
1259
- "description": "the private space to create the app in",
1260
- "name": "space",
1194
+ "app": {
1195
+ "char": "a",
1196
+ "description": "app to run command against",
1197
+ "name": "app",
1261
1198
  "hasDynamicHelp": false,
1262
1199
  "multiple": false,
1263
1200
  "type": "option"
1264
1201
  },
1265
- "region": {
1266
- "description": "specify region for the app to run in",
1267
- "name": "region",
1202
+ "remote": {
1203
+ "char": "r",
1204
+ "description": "git remote of app to use",
1205
+ "name": "remote",
1268
1206
  "hasDynamicHelp": false,
1269
1207
  "multiple": false,
1270
1208
  "type": "option"
1271
1209
  },
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",
1276
- "allowNo": false,
1277
- "type": "boolean"
1278
- },
1279
- "features": {
1210
+ "confirm": {
1211
+ "char": "c",
1280
1212
  "hidden": true,
1281
- "name": "features",
1213
+ "name": "confirm",
1282
1214
  "hasDynamicHelp": false,
1283
1215
  "multiple": false,
1284
1216
  "type": "option"
1285
- },
1286
- "kernel": {
1287
- "hidden": true,
1288
- "name": "kernel",
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"
1238
+ ],
1239
+ "args": {},
1240
+ "description": "unlock an app so any team member can join",
1241
+ "flags": {
1242
+ "app": {
1243
+ "char": "a",
1244
+ "description": "app to run command against",
1245
+ "name": "app",
1246
+ "required": true,
1289
1247
  "hasDynamicHelp": false,
1290
1248
  "multiple": false,
1291
1249
  "type": "option"
1292
1250
  },
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",
1251
+ "remote": {
1252
+ "char": "r",
1253
+ "description": "git remote of app to use",
1254
+ "name": "remote",
1309
1255
  "hasDynamicHelp": false,
1310
1256
  "multiple": false,
1311
1257
  "type": "option"
1312
1258
  }
1313
1259
  },
1314
1260
  "hasDynamicHelp": false,
1315
- "hiddenAliases": [
1316
- "create"
1317
- ],
1318
- "id": "apps:create",
1261
+ "hiddenAliases": [],
1262
+ "id": "apps:unlock",
1319
1263
  "pluginAlias": "heroku",
1320
1264
  "pluginName": "heroku",
1321
1265
  "pluginType": "core",
1322
1266
  "strict": true,
1267
+ "topic": "apps",
1323
1268
  "isESM": false,
1324
1269
  "relativePath": [
1325
1270
  "lib",
1326
1271
  "commands",
1327
1272
  "apps",
1328
- "create.js"
1273
+ "unlock.js"
1329
1274
  ]
1330
1275
  },
1331
- "apps:destroy": {
1276
+ "addons:attach": {
1332
1277
  "aliases": [],
1333
1278
  "args": {
1334
- "app": {
1335
- "hidden": true,
1336
- "name": "app"
1279
+ "addon_name": {
1280
+ "description": "unique identifier or globally unique name of the add-on",
1281
+ "name": "addon_name",
1282
+ "required": true
1337
1283
  }
1338
1284
  },
1339
- "description": "permanently destroy an app",
1285
+ "description": "attach an existing add-on resource to an app",
1340
1286
  "flags": {
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",
1304
+ "hasDynamicHelp": false,
1305
+ "multiple": false,
1306
+ "type": "option"
1307
+ },
1341
1308
  "app": {
1342
1309
  "char": "a",
1343
1310
  "description": "app to run command against",
1344
1311
  "name": "app",
1312
+ "required": true,
1345
1313
  "hasDynamicHelp": false,
1346
1314
  "multiple": false,
1347
1315
  "type": "option"
@@ -1353,39 +1321,63 @@
1353
1321
  "hasDynamicHelp": false,
1354
1322
  "multiple": false,
1355
1323
  "type": "option"
1356
- },
1357
- "confirm": {
1358
- "char": "c",
1359
- "name": "confirm",
1360
- "hasDynamicHelp": false,
1361
- "multiple": false,
1362
- "type": "option"
1363
1324
  }
1364
1325
  },
1365
1326
  "hasDynamicHelp": false,
1366
- "hiddenAliases": [
1367
- "destroy",
1368
- "apps:delete"
1369
- ],
1370
- "id": "apps:destroy",
1327
+ "hiddenAliases": [],
1328
+ "id": "addons:attach",
1371
1329
  "pluginAlias": "heroku",
1372
1330
  "pluginName": "heroku",
1373
1331
  "pluginType": "core",
1374
1332
  "strict": true,
1375
- "help": "This will also destroy all add-ons on the app.",
1333
+ "topic": "addons",
1376
1334
  "isESM": false,
1377
1335
  "relativePath": [
1378
1336
  "lib",
1379
1337
  "commands",
1380
- "apps",
1381
- "destroy.js"
1338
+ "addons",
1339
+ "attach.js"
1382
1340
  ]
1383
1341
  },
1384
- "apps:errors": {
1342
+ "addons:create": {
1385
1343
  "aliases": [],
1386
- "args": {},
1387
- "description": "view app errors",
1344
+ "args": {
1345
+ "service:plan": {
1346
+ "description": "unique identifier or unique name of the add-on service plan",
1347
+ "name": "service:plan",
1348
+ "required": true
1349
+ }
1350
+ },
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",
1388
1353
  "flags": {
1354
+ "name": {
1355
+ "description": "name for the add-on resource",
1356
+ "name": "name",
1357
+ "hasDynamicHelp": false,
1358
+ "multiple": false,
1359
+ "type": "option"
1360
+ },
1361
+ "as": {
1362
+ "description": "name for the initial add-on attachment",
1363
+ "name": "as",
1364
+ "hasDynamicHelp": false,
1365
+ "multiple": false,
1366
+ "type": "option"
1367
+ },
1368
+ "confirm": {
1369
+ "description": "overwrite existing config vars or existing add-on attachments",
1370
+ "name": "confirm",
1371
+ "hasDynamicHelp": false,
1372
+ "multiple": false,
1373
+ "type": "option"
1374
+ },
1375
+ "wait": {
1376
+ "description": "watch add-on creation status and exit when complete",
1377
+ "name": "wait",
1378
+ "allowNo": false,
1379
+ "type": "boolean"
1380
+ },
1389
1381
  "app": {
1390
1382
  "char": "a",
1391
1383
  "description": "app to run command against",
@@ -1402,98 +1394,73 @@
1402
1394
  "hasDynamicHelp": false,
1403
1395
  "multiple": false,
1404
1396
  "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
1397
  }
1432
1398
  },
1433
1399
  "hasDynamicHelp": false,
1434
- "hiddenAliases": [],
1435
- "id": "apps:errors",
1400
+ "hiddenAliases": [
1401
+ "addons:add"
1402
+ ],
1403
+ "id": "addons:create",
1436
1404
  "pluginAlias": "heroku",
1437
1405
  "pluginName": "heroku",
1438
1406
  "pluginType": "core",
1439
- "strict": true,
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",
1440
1410
  "isESM": false,
1441
1411
  "relativePath": [
1442
1412
  "lib",
1443
1413
  "commands",
1444
- "apps",
1445
- "errors.js"
1414
+ "addons",
1415
+ "create.js"
1446
1416
  ]
1447
1417
  },
1448
- "apps": {
1418
+ "addons:destroy": {
1449
1419
  "aliases": [],
1450
- "args": {},
1451
- "description": "list your apps",
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",
1452
1428
  "examples": [
1453
- "$ heroku apps"
1429
+ "addons:destroy [ADDON]... [flags]"
1454
1430
  ],
1455
1431
  "flags": {
1456
- "all": {
1457
- "char": "A",
1458
- "description": "include apps in all teams",
1459
- "name": "all",
1460
- "allowNo": false,
1461
- "type": "boolean"
1462
- },
1463
- "json": {
1464
- "char": "j",
1465
- "description": "output in json format",
1466
- "name": "json",
1432
+ "force": {
1433
+ "char": "f",
1434
+ "description": "allow destruction even if connected to other apps",
1435
+ "name": "force",
1467
1436
  "allowNo": false,
1468
1437
  "type": "boolean"
1469
1438
  },
1470
- "space": {
1471
- "char": "s",
1472
- "description": "filter by space",
1473
- "name": "space",
1439
+ "confirm": {
1440
+ "char": "c",
1441
+ "name": "confirm",
1474
1442
  "hasDynamicHelp": false,
1475
1443
  "multiple": false,
1476
1444
  "type": "option"
1477
1445
  },
1478
- "personal": {
1479
- "char": "p",
1480
- "description": "list apps in personal account when a default team is set",
1481
- "name": "personal",
1446
+ "wait": {
1447
+ "description": "watch add-on destruction status and exit when complete",
1448
+ "name": "wait",
1482
1449
  "allowNo": false,
1483
1450
  "type": "boolean"
1484
1451
  },
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"
1452
+ "app": {
1453
+ "char": "a",
1454
+ "description": "app to run command against",
1455
+ "name": "app",
1456
+ "hasDynamicHelp": false,
1457
+ "multiple": false,
1458
+ "type": "option"
1492
1459
  },
1493
- "team": {
1494
- "char": "t",
1495
- "description": "team to use",
1496
- "name": "team",
1460
+ "remote": {
1461
+ "char": "r",
1462
+ "description": "git remote of app to use",
1463
+ "name": "remote",
1497
1464
  "hasDynamicHelp": false,
1498
1465
  "multiple": false,
1499
1466
  "type": "option"
@@ -1501,41 +1468,38 @@
1501
1468
  },
1502
1469
  "hasDynamicHelp": false,
1503
1470
  "hiddenAliases": [
1504
- "list",
1505
- "apps:list"
1471
+ "addons:remove"
1506
1472
  ],
1507
- "id": "apps",
1473
+ "id": "addons:destroy",
1508
1474
  "pluginAlias": "heroku",
1509
1475
  "pluginName": "heroku",
1510
1476
  "pluginType": "core",
1511
- "strict": true,
1512
- "topic": "apps",
1477
+ "strict": false,
1478
+ "topic": "addons",
1513
1479
  "isESM": false,
1514
1480
  "relativePath": [
1515
1481
  "lib",
1516
1482
  "commands",
1517
- "apps",
1518
- "index.js"
1483
+ "addons",
1484
+ "destroy.js"
1519
1485
  ]
1520
1486
  },
1521
- "apps:info": {
1487
+ "addons:detach": {
1522
1488
  "aliases": [],
1523
1489
  "args": {
1524
- "app": {
1525
- "hidden": true,
1526
- "name": "app"
1490
+ "attachment_name": {
1491
+ "description": "unique identifier of the add-on attachment",
1492
+ "name": "attachment_name",
1493
+ "required": true
1527
1494
  }
1528
1495
  },
1529
- "description": "show detailed app information",
1530
- "examples": [
1531
- "$ heroku apps:info",
1532
- "$ heroku apps:info --shell"
1533
- ],
1496
+ "description": "detach an existing add-on resource from an app",
1534
1497
  "flags": {
1535
1498
  "app": {
1536
1499
  "char": "a",
1537
1500
  "description": "app to run command against",
1538
1501
  "name": "app",
1502
+ "required": true,
1539
1503
  "hasDynamicHelp": false,
1540
1504
  "multiple": false,
1541
1505
  "type": "option"
@@ -1547,60 +1511,45 @@
1547
1511
  "hasDynamicHelp": false,
1548
1512
  "multiple": false,
1549
1513
  "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
1514
  }
1572
1515
  },
1573
1516
  "hasDynamicHelp": false,
1574
- "hiddenAliases": [
1575
- "info"
1576
- ],
1577
- "id": "apps:info",
1517
+ "hiddenAliases": [],
1518
+ "id": "addons:detach",
1578
1519
  "pluginAlias": "heroku",
1579
1520
  "pluginName": "heroku",
1580
1521
  "pluginType": "core",
1581
1522
  "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...",
1523
+ "topic": "addons",
1584
1524
  "isESM": false,
1585
1525
  "relativePath": [
1586
1526
  "lib",
1587
1527
  "commands",
1588
- "apps",
1589
- "info.js"
1528
+ "addons",
1529
+ "detach.js"
1590
1530
  ]
1591
1531
  },
1592
- "apps:join": {
1593
- "aliases": [
1594
- "join"
1595
- ],
1596
- "args": {},
1597
- "description": "add yourself to a team app",
1532
+ "addons:docs": {
1533
+ "aliases": [],
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",
1598
1542
  "flags": {
1543
+ "show-url": {
1544
+ "description": "show URL, do not open browser",
1545
+ "name": "show-url",
1546
+ "allowNo": false,
1547
+ "type": "boolean"
1548
+ },
1599
1549
  "app": {
1600
1550
  "char": "a",
1601
1551
  "description": "app to run command against",
1602
1552
  "name": "app",
1603
- "required": true,
1604
1553
  "hasDynamicHelp": false,
1605
1554
  "multiple": false,
1606
1555
  "type": "option"
@@ -1616,33 +1565,46 @@
1616
1565
  },
1617
1566
  "hasDynamicHelp": false,
1618
1567
  "hiddenAliases": [],
1619
- "id": "apps:join",
1568
+ "id": "addons:docs",
1620
1569
  "pluginAlias": "heroku",
1621
1570
  "pluginName": "heroku",
1622
1571
  "pluginType": "core",
1623
1572
  "strict": true,
1624
- "topic": "apps",
1573
+ "topic": "addons",
1625
1574
  "isESM": false,
1626
1575
  "relativePath": [
1627
1576
  "lib",
1628
1577
  "commands",
1629
- "apps",
1630
- "join.js"
1578
+ "addons",
1579
+ "docs.js"
1631
1580
  ]
1632
1581
  },
1633
- "apps:leave": {
1634
- "aliases": [
1635
- "leave"
1636
- ],
1582
+ "addons": {
1583
+ "aliases": [],
1637
1584
  "args": {},
1638
- "description": "remove yourself from a team app",
1639
- "examples": "heroku apps:leave -a APP",
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 ",
1586
+ "examples": [
1587
+ "$ heroku addons --all",
1588
+ "$ heroku addons --app acme-inc-www"
1589
+ ],
1640
1590
  "flags": {
1591
+ "all": {
1592
+ "char": "A",
1593
+ "description": "show add-ons and attachments for all accessible apps",
1594
+ "name": "all",
1595
+ "allowNo": false,
1596
+ "type": "boolean"
1597
+ },
1598
+ "json": {
1599
+ "description": "return add-ons in json format",
1600
+ "name": "json",
1601
+ "allowNo": false,
1602
+ "type": "boolean"
1603
+ },
1641
1604
  "app": {
1642
1605
  "char": "a",
1643
1606
  "description": "app to run command against",
1644
1607
  "name": "app",
1645
- "required": true,
1646
1608
  "hasDynamicHelp": false,
1647
1609
  "multiple": false,
1648
1610
  "type": "option"
@@ -1658,33 +1620,36 @@
1658
1620
  },
1659
1621
  "hasDynamicHelp": false,
1660
1622
  "hiddenAliases": [],
1661
- "id": "apps:leave",
1623
+ "id": "addons",
1662
1624
  "pluginAlias": "heroku",
1663
1625
  "pluginName": "heroku",
1664
1626
  "pluginType": "core",
1665
1627
  "strict": true,
1666
- "topic": "apps",
1667
- "example": "heroku apps:leave -a APP",
1628
+ "usage": "addons [--all|--app APP]",
1629
+ "topic": "addons",
1668
1630
  "isESM": false,
1669
1631
  "relativePath": [
1670
1632
  "lib",
1671
1633
  "commands",
1672
- "apps",
1673
- "leave.js"
1634
+ "addons",
1635
+ "index.js"
1674
1636
  ]
1675
1637
  },
1676
- "apps:lock": {
1677
- "aliases": [
1678
- "lock"
1679
- ],
1680
- "args": {},
1681
- "description": "prevent team members from joining an app",
1638
+ "addons:info": {
1639
+ "aliases": [],
1640
+ "args": {
1641
+ "addon": {
1642
+ "description": "unique identifier or globally unique name of the add-on",
1643
+ "name": "addon",
1644
+ "required": true
1645
+ }
1646
+ },
1647
+ "description": "show detailed add-on resource and attachment information",
1682
1648
  "flags": {
1683
1649
  "app": {
1684
1650
  "char": "a",
1685
1651
  "description": "app to run command against",
1686
1652
  "name": "app",
1687
- "required": true,
1688
1653
  "hasDynamicHelp": false,
1689
1654
  "multiple": false,
1690
1655
  "type": "option"
@@ -1700,40 +1665,42 @@
1700
1665
  },
1701
1666
  "hasDynamicHelp": false,
1702
1667
  "hiddenAliases": [],
1703
- "id": "apps:lock",
1668
+ "id": "addons:info",
1704
1669
  "pluginAlias": "heroku",
1705
1670
  "pluginName": "heroku",
1706
1671
  "pluginType": "core",
1707
1672
  "strict": true,
1708
- "topic": "apps",
1673
+ "usage": "addons:info ADDON",
1674
+ "topic": "addons",
1709
1675
  "isESM": false,
1710
1676
  "relativePath": [
1711
1677
  "lib",
1712
1678
  "commands",
1713
- "apps",
1714
- "lock.js"
1679
+ "addons",
1680
+ "info.js"
1715
1681
  ]
1716
1682
  },
1717
- "apps:open": {
1683
+ "addons:open": {
1718
1684
  "aliases": [],
1719
1685
  "args": {
1720
- "path": {
1721
- "description": "base URL path of app",
1722
- "name": "path",
1723
- "required": false
1686
+ "addon": {
1687
+ "description": "unique identifier or globally unique name of the add-on",
1688
+ "name": "addon",
1689
+ "required": true
1724
1690
  }
1725
1691
  },
1726
- "description": "open the app in a web browser",
1727
- "examples": [
1728
- "$ heroku open -a myapp",
1729
- "$ heroku open -a myapp /foo"
1730
- ],
1692
+ "description": "open an add-on's dashboard in your browser",
1731
1693
  "flags": {
1694
+ "show-url": {
1695
+ "description": "show URL, do not open browser",
1696
+ "name": "show-url",
1697
+ "allowNo": false,
1698
+ "type": "boolean"
1699
+ },
1732
1700
  "app": {
1733
1701
  "char": "a",
1734
1702
  "description": "app to run command against",
1735
1703
  "name": "app",
1736
- "required": true,
1737
1704
  "hasDynamicHelp": false,
1738
1705
  "multiple": false,
1739
1706
  "type": "option"
@@ -1748,103 +1715,135 @@
1748
1715
  }
1749
1716
  },
1750
1717
  "hasDynamicHelp": false,
1751
- "hiddenAliases": [
1752
- "open"
1753
- ],
1754
- "id": "apps:open",
1718
+ "hiddenAliases": [],
1719
+ "id": "addons:open",
1755
1720
  "pluginAlias": "heroku",
1756
1721
  "pluginName": "heroku",
1757
1722
  "pluginType": "core",
1758
1723
  "strict": true,
1759
- "topic": "apps",
1724
+ "topic": "addons",
1760
1725
  "isESM": false,
1761
1726
  "relativePath": [
1762
1727
  "lib",
1763
1728
  "commands",
1764
- "apps",
1729
+ "addons",
1765
1730
  "open.js"
1766
1731
  ]
1767
1732
  },
1768
- "apps:rename": {
1733
+ "addons:plans": {
1769
1734
  "aliases": [],
1770
1735
  "args": {
1771
- "newname": {
1772
- "description": "new unique name of the app",
1773
- "name": "newname",
1736
+ "service": {
1737
+ "description": "unique identifier or globally unique name of the add-on",
1738
+ "name": "service",
1774
1739
  "required": true
1775
1740
  }
1776
1741
  },
1777
- "description": "rename an app",
1778
- "examples": [
1779
- "$ heroku apps:rename --app oldname newname"
1780
- ],
1742
+ "description": "list all available plans for an add-on service",
1781
1743
  "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"
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
1790
1774
  },
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"
1775
+ "new_name": {
1776
+ "description": "new globally unique name of the add-on",
1777
+ "name": "new_name",
1778
+ "required": true
1798
1779
  }
1799
1780
  },
1781
+ "description": "rename an add-on",
1782
+ "flags": {},
1800
1783
  "hasDynamicHelp": false,
1801
- "hiddenAliases": [
1802
- "rename"
1803
- ],
1804
- "id": "apps:rename",
1784
+ "hiddenAliases": [],
1785
+ "id": "addons:rename",
1805
1786
  "pluginAlias": "heroku",
1806
1787
  "pluginName": "heroku",
1807
1788
  "pluginType": "core",
1808
1789
  "strict": true,
1809
- "help": "This will locally update the git remote if it is set to the old app.",
1810
- "topic": "apps",
1790
+ "topic": "addons",
1811
1791
  "isESM": false,
1812
1792
  "relativePath": [
1813
1793
  "lib",
1814
1794
  "commands",
1815
- "apps",
1795
+ "addons",
1816
1796
  "rename.js"
1817
1797
  ]
1818
1798
  },
1819
- "apps:transfer": {
1799
+ "addons:services": {
1820
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": {
1828
+ "aliases": [
1829
+ "addons:downgrade"
1830
+ ],
1821
1831
  "args": {
1822
- "recipient": {
1823
- "description": "user or team to transfer applications to",
1824
- "name": "recipient",
1832
+ "addon": {
1833
+ "description": "unique identifier or globally unique name of the add-on",
1834
+ "name": "addon",
1825
1835
  "required": true
1836
+ },
1837
+ "plan": {
1838
+ "description": "unique identifier or name of the plan",
1839
+ "name": "plan"
1826
1840
  }
1827
1841
  },
1828
- "description": "transfer applications to another user or team",
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 ",
1829
1843
  "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..."
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"
1831
1845
  ],
1832
1846
  "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
1847
  "app": {
1849
1848
  "char": "a",
1850
1849
  "description": "app to run command against",
@@ -1860,44 +1859,45 @@
1860
1859
  "hasDynamicHelp": false,
1861
1860
  "multiple": false,
1862
1861
  "type": "option"
1863
- },
1864
- "confirm": {
1865
- "char": "c",
1866
- "hidden": true,
1867
- "name": "confirm",
1868
- "hasDynamicHelp": false,
1869
- "multiple": false,
1870
- "type": "option"
1871
1862
  }
1872
1863
  },
1873
1864
  "hasDynamicHelp": false,
1874
1865
  "hiddenAliases": [],
1875
- "id": "apps:transfer",
1866
+ "id": "addons:upgrade",
1876
1867
  "pluginAlias": "heroku",
1877
1868
  "pluginName": "heroku",
1878
1869
  "pluginType": "core",
1879
1870
  "strict": true,
1880
- "topic": "apps",
1871
+ "topic": "addons",
1881
1872
  "isESM": false,
1882
1873
  "relativePath": [
1883
1874
  "lib",
1884
- "commands",
1885
- "apps",
1886
- "transfer.js"
1875
+ "commands",
1876
+ "addons",
1877
+ "upgrade.js"
1887
1878
  ]
1888
1879
  },
1889
- "apps:unlock": {
1890
- "aliases": [
1891
- "unlock"
1892
- ],
1893
- "args": {},
1894
- "description": "unlock an app so any team member can join",
1880
+ "addons:wait": {
1881
+ "aliases": [],
1882
+ "args": {
1883
+ "addon": {
1884
+ "description": "unique identifier or globally unique name of the add-on",
1885
+ "name": "addon"
1886
+ }
1887
+ },
1888
+ "description": "show provisioning status of the add-ons on the app",
1895
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
+ },
1896
1897
  "app": {
1897
1898
  "char": "a",
1898
1899
  "description": "app to run command against",
1899
1900
  "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": {
@@ -4061,95 +4061,89 @@
4061
4061
  "unset.js"
4062
4062
  ]
4063
4063
  },
4064
- "domains:add": {
4064
+ "container": {
4065
4065
  "aliases": [],
4066
- "args": {
4067
- "hostname": {
4068
- "description": "unique identifier of the domain or full hostname",
4069
- "name": "hostname",
4070
- "required": true
4071
- }
4072
- },
4073
- "description": "add a domain to an app",
4074
- "examples": [
4075
- "heroku domains:add www.example.com"
4076
- ],
4066
+ "args": {},
4067
+ "description": "Use containers to build and deploy Heroku apps",
4068
+ "flags": {},
4069
+ "hasDynamicHelp": false,
4070
+ "hiddenAliases": [],
4071
+ "id": "container",
4072
+ "pluginAlias": "heroku",
4073
+ "pluginName": "heroku",
4074
+ "pluginType": "core",
4075
+ "strict": true,
4076
+ "topic": "container",
4077
+ "isESM": false,
4078
+ "relativePath": [
4079
+ "lib",
4080
+ "commands",
4081
+ "container",
4082
+ "index.js"
4083
+ ]
4084
+ },
4085
+ "container:login": {
4086
+ "aliases": [],
4087
+ "args": {},
4088
+ "description": "log in to Heroku Container Registry",
4077
4089
  "flags": {
4078
- "help": {
4079
- "char": "h",
4080
- "description": "Show CLI help.",
4081
- "name": "help",
4082
- "allowNo": false,
4083
- "type": "boolean"
4084
- },
4085
- "app": {
4086
- "char": "a",
4087
- "description": "app to run command against",
4088
- "name": "app",
4089
- "required": true,
4090
- "hasDynamicHelp": false,
4091
- "multiple": false,
4092
- "type": "option"
4093
- },
4094
- "cert": {
4095
- "char": "c",
4096
- "description": "the name of the SSL cert you want to use for this domain",
4097
- "name": "cert",
4098
- "hasDynamicHelp": false,
4099
- "multiple": false,
4100
- "type": "option"
4101
- },
4102
- "json": {
4103
- "char": "j",
4104
- "description": "output in json format",
4105
- "name": "json",
4106
- "allowNo": false,
4107
- "type": "boolean"
4108
- },
4109
- "wait": {
4110
- "name": "wait",
4090
+ "verbose": {
4091
+ "char": "v",
4092
+ "name": "verbose",
4111
4093
  "allowNo": false,
4112
4094
  "type": "boolean"
4113
- },
4114
- "remote": {
4115
- "char": "r",
4116
- "description": "git remote of app to use",
4117
- "name": "remote",
4118
- "hasDynamicHelp": false,
4119
- "multiple": false,
4120
- "type": "option"
4121
4095
  }
4122
4096
  },
4123
4097
  "hasDynamicHelp": false,
4124
4098
  "hiddenAliases": [],
4125
- "id": "domains:add",
4099
+ "id": "container:login",
4126
4100
  "pluginAlias": "heroku",
4127
4101
  "pluginName": "heroku",
4128
4102
  "pluginType": "core",
4129
4103
  "strict": true,
4104
+ "topic": "container",
4130
4105
  "isESM": false,
4131
4106
  "relativePath": [
4132
4107
  "lib",
4133
4108
  "commands",
4134
- "domains",
4135
- "add.js"
4109
+ "container",
4110
+ "login.js"
4136
4111
  ]
4137
4112
  },
4138
- "domains:clear": {
4113
+ "container:logout": {
4139
4114
  "aliases": [],
4140
4115
  "args": {},
4141
- "description": "remove all domains from an app",
4142
- "examples": [
4143
- "heroku domains:clear"
4144
- ],
4116
+ "description": "log out from Heroku Container Registry",
4145
4117
  "flags": {
4146
- "help": {
4147
- "char": "h",
4148
- "description": "Show CLI help.",
4149
- "name": "help",
4118
+ "verbose": {
4119
+ "char": "v",
4120
+ "name": "verbose",
4150
4121
  "allowNo": false,
4151
4122
  "type": "boolean"
4152
- },
4123
+ }
4124
+ },
4125
+ "hasDynamicHelp": false,
4126
+ "hiddenAliases": [],
4127
+ "id": "container:logout",
4128
+ "pluginAlias": "heroku",
4129
+ "pluginName": "heroku",
4130
+ "pluginType": "core",
4131
+ "strict": true,
4132
+ "topic": "container",
4133
+ "isESM": false,
4134
+ "relativePath": [
4135
+ "lib",
4136
+ "commands",
4137
+ "container",
4138
+ "logout.js"
4139
+ ]
4140
+ },
4141
+ "container:pull": {
4142
+ "aliases": [],
4143
+ "args": {},
4144
+ "description": "pulls an image from an app's process type",
4145
+ "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4146
+ "flags": {
4153
4147
  "app": {
4154
4148
  "char": "a",
4155
4149
  "description": "app to run command against",
@@ -4166,39 +4160,45 @@
4166
4160
  "hasDynamicHelp": false,
4167
4161
  "multiple": false,
4168
4162
  "type": "option"
4163
+ },
4164
+ "verbose": {
4165
+ "char": "v",
4166
+ "name": "verbose",
4167
+ "allowNo": false,
4168
+ "type": "boolean"
4169
4169
  }
4170
4170
  },
4171
4171
  "hasDynamicHelp": false,
4172
4172
  "hiddenAliases": [],
4173
- "id": "domains:clear",
4173
+ "id": "container:pull",
4174
4174
  "pluginAlias": "heroku",
4175
4175
  "pluginName": "heroku",
4176
4176
  "pluginType": "core",
4177
- "strict": true,
4177
+ "strict": false,
4178
+ "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
4179
+ "topic": "container",
4180
+ "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4178
4181
  "isESM": false,
4179
4182
  "relativePath": [
4180
4183
  "lib",
4181
4184
  "commands",
4182
- "domains",
4183
- "clear.js"
4185
+ "container",
4186
+ "pull.js"
4184
4187
  ]
4185
4188
  },
4186
- "domains": {
4189
+ "container:push": {
4187
4190
  "aliases": [],
4188
4191
  "args": {},
4189
- "description": "list domains for an app",
4192
+ "description": "builds, then pushes Docker images to deploy your Heroku app",
4190
4193
  "examples": [
4191
- "$ heroku domains\n=== example Heroku Domain\nexample-xxxxxxxxxxxx.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n",
4192
- "$ heroku domains --filter 'Domain Name=www.example.com'"
4194
+ "$ heroku container:push web # Pushes Dockerfile to web process type",
4195
+ "$ heroku container:push worker # Pushes Dockerfile to worker process type",
4196
+ "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
4197
+ "$ heroku container:push --recursive # Pushes Dockerfile.*",
4198
+ "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
4199
+ "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
4193
4200
  ],
4194
4201
  "flags": {
4195
- "help": {
4196
- "char": "h",
4197
- "description": "Show CLI help.",
4198
- "name": "help",
4199
- "allowNo": false,
4200
- "type": "boolean"
4201
- },
4202
4202
  "app": {
4203
4203
  "char": "a",
4204
4204
  "description": "app to run command against",
@@ -4208,126 +4208,64 @@
4208
4208
  "multiple": false,
4209
4209
  "type": "option"
4210
4210
  },
4211
- "remote": {
4212
- "char": "r",
4213
- "description": "git remote of app to use",
4214
- "name": "remote",
4215
- "hasDynamicHelp": false,
4216
- "multiple": false,
4217
- "type": "option"
4218
- },
4219
- "json": {
4220
- "char": "j",
4221
- "description": "output in json format",
4222
- "name": "json",
4211
+ "verbose": {
4212
+ "char": "v",
4213
+ "name": "verbose",
4223
4214
  "allowNo": false,
4224
4215
  "type": "boolean"
4225
4216
  },
4226
- "columns": {
4227
- "description": "only show provided columns (comma-separated)",
4228
- "exclusive": [
4229
- "extended"
4230
- ],
4231
- "name": "columns",
4232
- "hasDynamicHelp": false,
4233
- "multiple": false,
4234
- "type": "option"
4217
+ "recursive": {
4218
+ "char": "R",
4219
+ "description": "pushes Dockerfile.<process> found in current and subdirectories",
4220
+ "name": "recursive",
4221
+ "allowNo": false,
4222
+ "type": "boolean"
4235
4223
  },
4236
- "sort": {
4237
- "description": "property to sort by (prepend '-' for descending)",
4238
- "name": "sort",
4224
+ "arg": {
4225
+ "description": "set build-time variables",
4226
+ "name": "arg",
4239
4227
  "hasDynamicHelp": false,
4240
4228
  "multiple": false,
4241
4229
  "type": "option"
4242
4230
  },
4243
- "filter": {
4244
- "description": "filter property by partial string matching, ex: name=foo",
4245
- "name": "filter",
4231
+ "context-path": {
4232
+ "description": "path to use as build context (defaults to Dockerfile dir)",
4233
+ "name": "context-path",
4246
4234
  "hasDynamicHelp": false,
4247
4235
  "multiple": false,
4248
4236
  "type": "option"
4249
4237
  },
4250
- "csv": {
4251
- "description": "output is csv format [alias: --output=csv]",
4252
- "exclusive": [
4253
- "no-truncate"
4254
- ],
4255
- "name": "csv",
4256
- "allowNo": false,
4257
- "type": "boolean"
4258
- },
4259
- "output": {
4260
- "description": "output in a more machine friendly format",
4261
- "exclusive": [
4262
- "no-truncate",
4263
- "csv"
4264
- ],
4265
- "name": "output",
4238
+ "remote": {
4239
+ "char": "r",
4240
+ "description": "git remote of app to use",
4241
+ "name": "remote",
4266
4242
  "hasDynamicHelp": false,
4267
4243
  "multiple": false,
4268
- "options": [
4269
- "csv",
4270
- "json",
4271
- "yaml"
4272
- ],
4273
4244
  "type": "option"
4274
- },
4275
- "extended": {
4276
- "char": "x",
4277
- "description": "show extra columns",
4278
- "exclusive": [
4279
- "columns"
4280
- ],
4281
- "name": "extended",
4282
- "allowNo": false,
4283
- "type": "boolean"
4284
- },
4285
- "no-header": {
4286
- "description": "hide table header from output",
4287
- "exclusive": [
4288
- "csv"
4289
- ],
4290
- "name": "no-header",
4291
- "allowNo": false,
4292
- "type": "boolean"
4293
4245
  }
4294
4246
  },
4295
4247
  "hasDynamicHelp": false,
4296
4248
  "hiddenAliases": [],
4297
- "id": "domains",
4249
+ "id": "container:push",
4298
4250
  "pluginAlias": "heroku",
4299
4251
  "pluginName": "heroku",
4300
4252
  "pluginType": "core",
4301
- "strict": true,
4253
+ "strict": false,
4254
+ "topic": "container",
4302
4255
  "isESM": false,
4303
4256
  "relativePath": [
4304
4257
  "lib",
4305
4258
  "commands",
4306
- "domains",
4307
- "index.js"
4259
+ "container",
4260
+ "push.js"
4308
4261
  ]
4309
4262
  },
4310
- "domains:info": {
4263
+ "container:release": {
4311
4264
  "aliases": [],
4312
- "args": {
4313
- "hostname": {
4314
- "description": "unique identifier of the domain or full hostname",
4315
- "name": "hostname",
4316
- "required": true
4317
- }
4318
- },
4319
- "description": "show detailed information for a domain on an app",
4320
- "examples": [
4321
- "$ heroku domains:info www.example.com"
4322
- ],
4265
+ "args": {},
4266
+ "description": "Releases previously pushed Docker images to your Heroku app",
4267
+ "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4323
4268
  "flags": {
4324
- "help": {
4325
- "char": "h",
4326
- "description": "Show CLI help.",
4327
- "name": "help",
4328
- "allowNo": false,
4329
- "type": "boolean"
4330
- },
4331
4269
  "app": {
4332
4270
  "char": "a",
4333
4271
  "description": "app to run command against",
@@ -4344,44 +4282,38 @@
4344
4282
  "hasDynamicHelp": false,
4345
4283
  "multiple": false,
4346
4284
  "type": "option"
4285
+ },
4286
+ "verbose": {
4287
+ "char": "v",
4288
+ "name": "verbose",
4289
+ "allowNo": false,
4290
+ "type": "boolean"
4347
4291
  }
4348
4292
  },
4349
4293
  "hasDynamicHelp": false,
4350
4294
  "hiddenAliases": [],
4351
- "id": "domains:info",
4295
+ "id": "container:release",
4352
4296
  "pluginAlias": "heroku",
4353
4297
  "pluginName": "heroku",
4354
4298
  "pluginType": "core",
4355
- "strict": true,
4299
+ "strict": false,
4300
+ "usage": "container:release",
4301
+ "topic": "container",
4302
+ "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4356
4303
  "isESM": false,
4357
4304
  "relativePath": [
4358
4305
  "lib",
4359
4306
  "commands",
4360
- "domains",
4361
- "info.js"
4307
+ "container",
4308
+ "release.js"
4362
4309
  ]
4363
4310
  },
4364
- "domains:remove": {
4311
+ "container:rm": {
4365
4312
  "aliases": [],
4366
- "args": {
4367
- "hostname": {
4368
- "description": "unique identifier of the domain or full hostname",
4369
- "name": "hostname",
4370
- "required": true
4371
- }
4372
- },
4373
- "description": "remove a domain from an app",
4374
- "examples": [
4375
- "heroku domains:remove www.example.com"
4376
- ],
4313
+ "args": {},
4314
+ "description": "remove the process type from your app",
4315
+ "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4377
4316
  "flags": {
4378
- "help": {
4379
- "char": "h",
4380
- "description": "Show CLI help.",
4381
- "name": "help",
4382
- "allowNo": false,
4383
- "type": "boolean"
4384
- },
4385
4317
  "app": {
4386
4318
  "char": "a",
4387
4319
  "description": "app to run command against",
@@ -4402,40 +4334,28 @@
4402
4334
  },
4403
4335
  "hasDynamicHelp": false,
4404
4336
  "hiddenAliases": [],
4405
- "id": "domains:remove",
4337
+ "id": "container:rm",
4406
4338
  "pluginAlias": "heroku",
4407
4339
  "pluginName": "heroku",
4408
4340
  "pluginType": "core",
4409
- "strict": true,
4341
+ "strict": false,
4342
+ "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
4343
+ "topic": "container",
4344
+ "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4410
4345
  "isESM": false,
4411
4346
  "relativePath": [
4412
4347
  "lib",
4413
4348
  "commands",
4414
- "domains",
4415
- "remove.js"
4349
+ "container",
4350
+ "rm.js"
4416
4351
  ]
4417
4352
  },
4418
- "domains:update": {
4353
+ "container:run": {
4419
4354
  "aliases": [],
4420
- "args": {
4421
- "hostname": {
4422
- "description": "unique identifier of the domain or full hostname",
4423
- "name": "hostname",
4424
- "required": true
4425
- }
4426
- },
4427
- "description": "update a domain to use a different SSL certificate on an app",
4428
- "examples": [
4429
- "heroku domains:update www.example.com --cert mycert"
4430
- ],
4355
+ "args": {},
4356
+ "description": "builds, then runs the docker image locally",
4357
+ "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4431
4358
  "flags": {
4432
- "help": {
4433
- "char": "h",
4434
- "description": "Show CLI help.",
4435
- "name": "help",
4436
- "allowNo": false,
4437
- "type": "boolean"
4438
- },
4439
4359
  "app": {
4440
4360
  "char": "a",
4441
4361
  "description": "app to run command against",
@@ -4453,39 +4373,53 @@
4453
4373
  "multiple": false,
4454
4374
  "type": "option"
4455
4375
  },
4456
- "cert": {
4457
- "description": "the name or id of the certificate you want to use for this domain",
4458
- "name": "cert",
4459
- "required": true,
4376
+ "port": {
4377
+ "char": "p",
4378
+ "description": "port the app will run on",
4379
+ "name": "port",
4380
+ "default": 5000,
4460
4381
  "hasDynamicHelp": false,
4461
4382
  "multiple": false,
4462
4383
  "type": "option"
4384
+ },
4385
+ "verbose": {
4386
+ "char": "v",
4387
+ "name": "verbose",
4388
+ "allowNo": false,
4389
+ "type": "boolean"
4463
4390
  }
4464
4391
  },
4465
4392
  "hasDynamicHelp": false,
4466
4393
  "hiddenAliases": [],
4467
- "id": "domains:update",
4394
+ "id": "container:run",
4468
4395
  "pluginAlias": "heroku",
4469
4396
  "pluginName": "heroku",
4470
4397
  "pluginType": "core",
4471
- "strict": true,
4398
+ "strict": false,
4399
+ "usage": "container:run -a APP [-v] PROCESS_TYPE...",
4400
+ "topic": "container",
4401
+ "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4472
4402
  "isESM": false,
4473
4403
  "relativePath": [
4474
4404
  "lib",
4475
4405
  "commands",
4476
- "domains",
4477
- "update.js"
4406
+ "container",
4407
+ "run.js"
4478
4408
  ]
4479
4409
  },
4480
- "domains:wait": {
4410
+ "domains:add": {
4481
4411
  "aliases": [],
4482
4412
  "args": {
4483
4413
  "hostname": {
4484
4414
  "description": "unique identifier of the domain or full hostname",
4485
- "name": "hostname"
4415
+ "name": "hostname",
4416
+ "required": true
4486
4417
  }
4487
4418
  },
4488
- "description": "wait for domain to be active for an app",
4419
+ "description": "add a domain to an app",
4420
+ "examples": [
4421
+ "heroku domains:add www.example.com"
4422
+ ],
4489
4423
  "flags": {
4490
4424
  "help": {
4491
4425
  "char": "h",
@@ -4503,113 +4437,65 @@
4503
4437
  "multiple": false,
4504
4438
  "type": "option"
4505
4439
  },
4506
- "remote": {
4507
- "char": "r",
4508
- "description": "git remote of app to use",
4509
- "name": "remote",
4440
+ "cert": {
4441
+ "char": "c",
4442
+ "description": "the name of the SSL cert you want to use for this domain",
4443
+ "name": "cert",
4510
4444
  "hasDynamicHelp": false,
4511
4445
  "multiple": false,
4512
4446
  "type": "option"
4513
- }
4514
- },
4515
- "hasDynamicHelp": false,
4516
- "hiddenAliases": [],
4517
- "id": "domains:wait",
4518
- "pluginAlias": "heroku",
4519
- "pluginName": "heroku",
4520
- "pluginType": "core",
4521
- "strict": true,
4522
- "isESM": false,
4523
- "relativePath": [
4524
- "lib",
4525
- "commands",
4526
- "domains",
4527
- "wait.js"
4528
- ]
4529
- },
4530
- "container": {
4531
- "aliases": [],
4532
- "args": {},
4533
- "description": "Use containers to build and deploy Heroku apps",
4534
- "flags": {},
4535
- "hasDynamicHelp": false,
4536
- "hiddenAliases": [],
4537
- "id": "container",
4538
- "pluginAlias": "heroku",
4539
- "pluginName": "heroku",
4540
- "pluginType": "core",
4541
- "strict": true,
4542
- "topic": "container",
4543
- "isESM": false,
4544
- "relativePath": [
4545
- "lib",
4546
- "commands",
4547
- "container",
4548
- "index.js"
4549
- ]
4550
- },
4551
- "container:login": {
4552
- "aliases": [],
4553
- "args": {},
4554
- "description": "log in to Heroku Container Registry",
4555
- "flags": {
4556
- "verbose": {
4557
- "char": "v",
4558
- "name": "verbose",
4447
+ },
4448
+ "json": {
4449
+ "char": "j",
4450
+ "description": "output in json format",
4451
+ "name": "json",
4559
4452
  "allowNo": false,
4560
4453
  "type": "boolean"
4561
- }
4562
- },
4563
- "hasDynamicHelp": false,
4564
- "hiddenAliases": [],
4565
- "id": "container:login",
4566
- "pluginAlias": "heroku",
4567
- "pluginName": "heroku",
4568
- "pluginType": "core",
4569
- "strict": true,
4570
- "topic": "container",
4571
- "isESM": false,
4572
- "relativePath": [
4573
- "lib",
4574
- "commands",
4575
- "container",
4576
- "login.js"
4577
- ]
4578
- },
4579
- "container:logout": {
4580
- "aliases": [],
4581
- "args": {},
4582
- "description": "log out from Heroku Container Registry",
4583
- "flags": {
4584
- "verbose": {
4585
- "char": "v",
4586
- "name": "verbose",
4454
+ },
4455
+ "wait": {
4456
+ "name": "wait",
4587
4457
  "allowNo": false,
4588
4458
  "type": "boolean"
4459
+ },
4460
+ "remote": {
4461
+ "char": "r",
4462
+ "description": "git remote of app to use",
4463
+ "name": "remote",
4464
+ "hasDynamicHelp": false,
4465
+ "multiple": false,
4466
+ "type": "option"
4589
4467
  }
4590
4468
  },
4591
4469
  "hasDynamicHelp": false,
4592
4470
  "hiddenAliases": [],
4593
- "id": "container:logout",
4471
+ "id": "domains:add",
4594
4472
  "pluginAlias": "heroku",
4595
4473
  "pluginName": "heroku",
4596
4474
  "pluginType": "core",
4597
4475
  "strict": true,
4598
- "topic": "container",
4599
4476
  "isESM": false,
4600
4477
  "relativePath": [
4601
4478
  "lib",
4602
4479
  "commands",
4603
- "container",
4604
- "logout.js"
4480
+ "domains",
4481
+ "add.js"
4605
4482
  ]
4606
4483
  },
4607
- "container:pull": {
4484
+ "domains:clear": {
4608
4485
  "aliases": [],
4609
4486
  "args": {},
4610
- "description": "pulls an image from an app's process type",
4611
- "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4487
+ "description": "remove all domains from an app",
4488
+ "examples": [
4489
+ "heroku domains:clear"
4490
+ ],
4612
4491
  "flags": {
4492
+ "help": {
4493
+ "char": "h",
4494
+ "description": "Show CLI help.",
4495
+ "name": "help",
4496
+ "allowNo": false,
4497
+ "type": "boolean"
4498
+ },
4613
4499
  "app": {
4614
4500
  "char": "a",
4615
4501
  "description": "app to run command against",
@@ -4626,45 +4512,39 @@
4626
4512
  "hasDynamicHelp": false,
4627
4513
  "multiple": false,
4628
4514
  "type": "option"
4629
- },
4630
- "verbose": {
4631
- "char": "v",
4632
- "name": "verbose",
4633
- "allowNo": false,
4634
- "type": "boolean"
4635
4515
  }
4636
4516
  },
4637
4517
  "hasDynamicHelp": false,
4638
4518
  "hiddenAliases": [],
4639
- "id": "container:pull",
4519
+ "id": "domains:clear",
4640
4520
  "pluginAlias": "heroku",
4641
4521
  "pluginName": "heroku",
4642
4522
  "pluginType": "core",
4643
- "strict": false,
4644
- "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
4645
- "topic": "container",
4646
- "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4523
+ "strict": true,
4647
4524
  "isESM": false,
4648
4525
  "relativePath": [
4649
4526
  "lib",
4650
4527
  "commands",
4651
- "container",
4652
- "pull.js"
4528
+ "domains",
4529
+ "clear.js"
4653
4530
  ]
4654
4531
  },
4655
- "container:push": {
4532
+ "domains": {
4656
4533
  "aliases": [],
4657
4534
  "args": {},
4658
- "description": "builds, then pushes Docker images to deploy your Heroku app",
4535
+ "description": "list domains for an app",
4659
4536
  "examples": [
4660
- "$ heroku container:push web # Pushes Dockerfile to web process type",
4661
- "$ heroku container:push worker # Pushes Dockerfile to worker process type",
4662
- "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
4663
- "$ heroku container:push --recursive # Pushes Dockerfile.*",
4664
- "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
4665
- "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
4537
+ "$ heroku domains\n=== example Heroku Domain\nexample-xxxxxxxxxxxx.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n",
4538
+ "$ heroku domains --filter 'Domain Name=www.example.com'"
4666
4539
  ],
4667
4540
  "flags": {
4541
+ "help": {
4542
+ "char": "h",
4543
+ "description": "Show CLI help.",
4544
+ "name": "help",
4545
+ "allowNo": false,
4546
+ "type": "boolean"
4547
+ },
4668
4548
  "app": {
4669
4549
  "char": "a",
4670
4550
  "description": "app to run command against",
@@ -4674,29 +4554,131 @@
4674
4554
  "multiple": false,
4675
4555
  "type": "option"
4676
4556
  },
4677
- "verbose": {
4678
- "char": "v",
4679
- "name": "verbose",
4557
+ "remote": {
4558
+ "char": "r",
4559
+ "description": "git remote of app to use",
4560
+ "name": "remote",
4561
+ "hasDynamicHelp": false,
4562
+ "multiple": false,
4563
+ "type": "option"
4564
+ },
4565
+ "json": {
4566
+ "char": "j",
4567
+ "description": "output in json format",
4568
+ "name": "json",
4680
4569
  "allowNo": false,
4681
4570
  "type": "boolean"
4682
4571
  },
4683
- "recursive": {
4684
- "char": "R",
4685
- "description": "pushes Dockerfile.<process> found in current and subdirectories",
4686
- "name": "recursive",
4572
+ "columns": {
4573
+ "description": "only show provided columns (comma-separated)",
4574
+ "exclusive": [
4575
+ "extended"
4576
+ ],
4577
+ "name": "columns",
4578
+ "hasDynamicHelp": false,
4579
+ "multiple": false,
4580
+ "type": "option"
4581
+ },
4582
+ "sort": {
4583
+ "description": "property to sort by (prepend '-' for descending)",
4584
+ "name": "sort",
4585
+ "hasDynamicHelp": false,
4586
+ "multiple": false,
4587
+ "type": "option"
4588
+ },
4589
+ "filter": {
4590
+ "description": "filter property by partial string matching, ex: name=foo",
4591
+ "name": "filter",
4592
+ "hasDynamicHelp": false,
4593
+ "multiple": false,
4594
+ "type": "option"
4595
+ },
4596
+ "csv": {
4597
+ "description": "output is csv format [alias: --output=csv]",
4598
+ "exclusive": [
4599
+ "no-truncate"
4600
+ ],
4601
+ "name": "csv",
4687
4602
  "allowNo": false,
4688
4603
  "type": "boolean"
4689
4604
  },
4690
- "arg": {
4691
- "description": "set build-time variables",
4692
- "name": "arg",
4605
+ "output": {
4606
+ "description": "output in a more machine friendly format",
4607
+ "exclusive": [
4608
+ "no-truncate",
4609
+ "csv"
4610
+ ],
4611
+ "name": "output",
4693
4612
  "hasDynamicHelp": false,
4694
4613
  "multiple": false,
4614
+ "options": [
4615
+ "csv",
4616
+ "json",
4617
+ "yaml"
4618
+ ],
4695
4619
  "type": "option"
4696
4620
  },
4697
- "context-path": {
4698
- "description": "path to use as build context (defaults to Dockerfile dir)",
4699
- "name": "context-path",
4621
+ "extended": {
4622
+ "char": "x",
4623
+ "description": "show extra columns",
4624
+ "exclusive": [
4625
+ "columns"
4626
+ ],
4627
+ "name": "extended",
4628
+ "allowNo": false,
4629
+ "type": "boolean"
4630
+ },
4631
+ "no-header": {
4632
+ "description": "hide table header from output",
4633
+ "exclusive": [
4634
+ "csv"
4635
+ ],
4636
+ "name": "no-header",
4637
+ "allowNo": false,
4638
+ "type": "boolean"
4639
+ }
4640
+ },
4641
+ "hasDynamicHelp": false,
4642
+ "hiddenAliases": [],
4643
+ "id": "domains",
4644
+ "pluginAlias": "heroku",
4645
+ "pluginName": "heroku",
4646
+ "pluginType": "core",
4647
+ "strict": true,
4648
+ "isESM": false,
4649
+ "relativePath": [
4650
+ "lib",
4651
+ "commands",
4652
+ "domains",
4653
+ "index.js"
4654
+ ]
4655
+ },
4656
+ "domains:info": {
4657
+ "aliases": [],
4658
+ "args": {
4659
+ "hostname": {
4660
+ "description": "unique identifier of the domain or full hostname",
4661
+ "name": "hostname",
4662
+ "required": true
4663
+ }
4664
+ },
4665
+ "description": "show detailed information for a domain on an app",
4666
+ "examples": [
4667
+ "$ heroku domains:info www.example.com"
4668
+ ],
4669
+ "flags": {
4670
+ "help": {
4671
+ "char": "h",
4672
+ "description": "Show CLI help.",
4673
+ "name": "help",
4674
+ "allowNo": false,
4675
+ "type": "boolean"
4676
+ },
4677
+ "app": {
4678
+ "char": "a",
4679
+ "description": "app to run command against",
4680
+ "name": "app",
4681
+ "required": true,
4700
4682
  "hasDynamicHelp": false,
4701
4683
  "multiple": false,
4702
4684
  "type": "option"
@@ -4712,26 +4694,40 @@
4712
4694
  },
4713
4695
  "hasDynamicHelp": false,
4714
4696
  "hiddenAliases": [],
4715
- "id": "container:push",
4697
+ "id": "domains:info",
4716
4698
  "pluginAlias": "heroku",
4717
4699
  "pluginName": "heroku",
4718
4700
  "pluginType": "core",
4719
- "strict": false,
4720
- "topic": "container",
4701
+ "strict": true,
4721
4702
  "isESM": false,
4722
4703
  "relativePath": [
4723
4704
  "lib",
4724
4705
  "commands",
4725
- "container",
4726
- "push.js"
4706
+ "domains",
4707
+ "info.js"
4727
4708
  ]
4728
4709
  },
4729
- "container:release": {
4710
+ "domains:remove": {
4730
4711
  "aliases": [],
4731
- "args": {},
4732
- "description": "Releases previously pushed Docker images to your Heroku app",
4733
- "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4712
+ "args": {
4713
+ "hostname": {
4714
+ "description": "unique identifier of the domain or full hostname",
4715
+ "name": "hostname",
4716
+ "required": true
4717
+ }
4718
+ },
4719
+ "description": "remove a domain from an app",
4720
+ "examples": [
4721
+ "heroku domains:remove www.example.com"
4722
+ ],
4734
4723
  "flags": {
4724
+ "help": {
4725
+ "char": "h",
4726
+ "description": "Show CLI help.",
4727
+ "name": "help",
4728
+ "allowNo": false,
4729
+ "type": "boolean"
4730
+ },
4735
4731
  "app": {
4736
4732
  "char": "a",
4737
4733
  "description": "app to run command against",
@@ -4748,38 +4744,44 @@
4748
4744
  "hasDynamicHelp": false,
4749
4745
  "multiple": false,
4750
4746
  "type": "option"
4751
- },
4752
- "verbose": {
4753
- "char": "v",
4754
- "name": "verbose",
4755
- "allowNo": false,
4756
- "type": "boolean"
4757
4747
  }
4758
4748
  },
4759
4749
  "hasDynamicHelp": false,
4760
4750
  "hiddenAliases": [],
4761
- "id": "container:release",
4751
+ "id": "domains:remove",
4762
4752
  "pluginAlias": "heroku",
4763
4753
  "pluginName": "heroku",
4764
4754
  "pluginType": "core",
4765
- "strict": false,
4766
- "usage": "container:release",
4767
- "topic": "container",
4768
- "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4755
+ "strict": true,
4769
4756
  "isESM": false,
4770
4757
  "relativePath": [
4771
4758
  "lib",
4772
4759
  "commands",
4773
- "container",
4774
- "release.js"
4760
+ "domains",
4761
+ "remove.js"
4775
4762
  ]
4776
4763
  },
4777
- "container:rm": {
4764
+ "domains:update": {
4778
4765
  "aliases": [],
4779
- "args": {},
4780
- "description": "remove the process type from your app",
4781
- "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4766
+ "args": {
4767
+ "hostname": {
4768
+ "description": "unique identifier of the domain or full hostname",
4769
+ "name": "hostname",
4770
+ "required": true
4771
+ }
4772
+ },
4773
+ "description": "update a domain to use a different SSL certificate on an app",
4774
+ "examples": [
4775
+ "heroku domains:update www.example.com --cert mycert"
4776
+ ],
4782
4777
  "flags": {
4778
+ "help": {
4779
+ "char": "h",
4780
+ "description": "Show CLI help.",
4781
+ "name": "help",
4782
+ "allowNo": false,
4783
+ "type": "boolean"
4784
+ },
4783
4785
  "app": {
4784
4786
  "char": "a",
4785
4787
  "description": "app to run command against",
@@ -4796,32 +4798,48 @@
4796
4798
  "hasDynamicHelp": false,
4797
4799
  "multiple": false,
4798
4800
  "type": "option"
4801
+ },
4802
+ "cert": {
4803
+ "description": "the name or id of the certificate you want to use for this domain",
4804
+ "name": "cert",
4805
+ "required": true,
4806
+ "hasDynamicHelp": false,
4807
+ "multiple": false,
4808
+ "type": "option"
4799
4809
  }
4800
4810
  },
4801
4811
  "hasDynamicHelp": false,
4802
4812
  "hiddenAliases": [],
4803
- "id": "container:rm",
4813
+ "id": "domains:update",
4804
4814
  "pluginAlias": "heroku",
4805
4815
  "pluginName": "heroku",
4806
4816
  "pluginType": "core",
4807
- "strict": false,
4808
- "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
4809
- "topic": "container",
4810
- "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4817
+ "strict": true,
4811
4818
  "isESM": false,
4812
4819
  "relativePath": [
4813
4820
  "lib",
4814
4821
  "commands",
4815
- "container",
4816
- "rm.js"
4822
+ "domains",
4823
+ "update.js"
4817
4824
  ]
4818
4825
  },
4819
- "container:run": {
4826
+ "domains:wait": {
4820
4827
  "aliases": [],
4821
- "args": {},
4822
- "description": "builds, then runs the docker image locally",
4823
- "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4828
+ "args": {
4829
+ "hostname": {
4830
+ "description": "unique identifier of the domain or full hostname",
4831
+ "name": "hostname"
4832
+ }
4833
+ },
4834
+ "description": "wait for domain to be active for an app",
4824
4835
  "flags": {
4836
+ "help": {
4837
+ "char": "h",
4838
+ "description": "Show CLI help.",
4839
+ "name": "help",
4840
+ "allowNo": false,
4841
+ "type": "boolean"
4842
+ },
4825
4843
  "app": {
4826
4844
  "char": "a",
4827
4845
  "description": "app to run command against",
@@ -4838,39 +4856,21 @@
4838
4856
  "hasDynamicHelp": false,
4839
4857
  "multiple": false,
4840
4858
  "type": "option"
4841
- },
4842
- "port": {
4843
- "char": "p",
4844
- "description": "port the app will run on",
4845
- "name": "port",
4846
- "default": 5000,
4847
- "hasDynamicHelp": false,
4848
- "multiple": false,
4849
- "type": "option"
4850
- },
4851
- "verbose": {
4852
- "char": "v",
4853
- "name": "verbose",
4854
- "allowNo": false,
4855
- "type": "boolean"
4856
4859
  }
4857
4860
  },
4858
4861
  "hasDynamicHelp": false,
4859
4862
  "hiddenAliases": [],
4860
- "id": "container:run",
4863
+ "id": "domains:wait",
4861
4864
  "pluginAlias": "heroku",
4862
4865
  "pluginName": "heroku",
4863
4866
  "pluginType": "core",
4864
- "strict": false,
4865
- "usage": "container:run -a APP [-v] PROCESS_TYPE...",
4866
- "topic": "container",
4867
- "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4867
+ "strict": true,
4868
4868
  "isESM": false,
4869
4869
  "relativePath": [
4870
4870
  "lib",
4871
4871
  "commands",
4872
- "container",
4873
- "run.js"
4872
+ "domains",
4873
+ "wait.js"
4874
4874
  ]
4875
4875
  },
4876
4876
  "drains:add": {
@@ -5479,205 +5479,33 @@
5479
5479
  "lib",
5480
5480
  "commands",
5481
5481
  "labs",
5482
- "disable.js"
5483
- ]
5484
- },
5485
- "labs:enable": {
5486
- "aliases": [],
5487
- "args": {
5488
- "feature": {
5489
- "description": "unique identifier or name of the account feature",
5490
- "name": "feature",
5491
- "required": true
5492
- }
5493
- },
5494
- "description": "enables an experimental feature",
5495
- "flags": {
5496
- "app": {
5497
- "char": "a",
5498
- "description": "app to run command against",
5499
- "name": "app",
5500
- "required": false,
5501
- "hasDynamicHelp": false,
5502
- "multiple": false,
5503
- "type": "option"
5504
- },
5505
- "remote": {
5506
- "char": "r",
5507
- "description": "git remote of app to use",
5508
- "name": "remote",
5509
- "hasDynamicHelp": false,
5510
- "multiple": false,
5511
- "type": "option"
5512
- }
5513
- },
5514
- "hasDynamicHelp": false,
5515
- "hiddenAliases": [],
5516
- "id": "labs:enable",
5517
- "pluginAlias": "heroku",
5518
- "pluginName": "heroku",
5519
- "pluginType": "core",
5520
- "strict": true,
5521
- "topic": "labs",
5522
- "isESM": false,
5523
- "relativePath": [
5524
- "lib",
5525
- "commands",
5526
- "labs",
5527
- "enable.js"
5528
- ]
5529
- },
5530
- "labs": {
5531
- "aliases": [],
5532
- "args": {},
5533
- "description": "list experimental features",
5534
- "flags": {
5535
- "app": {
5536
- "char": "a",
5537
- "description": "app to run command against",
5538
- "name": "app",
5539
- "required": false,
5540
- "hasDynamicHelp": false,
5541
- "multiple": false,
5542
- "type": "option"
5543
- },
5544
- "remote": {
5545
- "char": "r",
5546
- "description": "git remote of app to use",
5547
- "name": "remote",
5548
- "hasDynamicHelp": false,
5549
- "multiple": false,
5550
- "type": "option"
5551
- },
5552
- "json": {
5553
- "description": "display as json",
5554
- "name": "json",
5555
- "required": false,
5556
- "allowNo": false,
5557
- "type": "boolean"
5558
- }
5559
- },
5560
- "hasDynamicHelp": false,
5561
- "hiddenAliases": [],
5562
- "id": "labs",
5563
- "pluginAlias": "heroku",
5564
- "pluginName": "heroku",
5565
- "pluginType": "core",
5566
- "strict": true,
5567
- "topic": "labs",
5568
- "isESM": false,
5569
- "relativePath": [
5570
- "lib",
5571
- "commands",
5572
- "labs",
5573
- "index.js"
5574
- ]
5575
- },
5576
- "labs:info": {
5577
- "aliases": [],
5578
- "args": {
5579
- "feature": {
5580
- "description": "unique identifier or name of the account feature",
5581
- "name": "feature",
5582
- "required": true
5583
- }
5584
- },
5585
- "description": "show feature info",
5586
- "flags": {
5587
- "app": {
5588
- "char": "a",
5589
- "description": "app to run command against",
5590
- "name": "app",
5591
- "required": false,
5592
- "hasDynamicHelp": false,
5593
- "multiple": false,
5594
- "type": "option"
5595
- },
5596
- "remote": {
5597
- "char": "r",
5598
- "description": "git remote of app to use",
5599
- "name": "remote",
5600
- "hasDynamicHelp": false,
5601
- "multiple": false,
5602
- "type": "option"
5603
- },
5604
- "json": {
5605
- "description": "display as json",
5606
- "name": "json",
5607
- "required": false,
5608
- "allowNo": false,
5609
- "type": "boolean"
5610
- }
5611
- },
5612
- "hasDynamicHelp": false,
5613
- "hiddenAliases": [],
5614
- "id": "labs:info",
5615
- "pluginAlias": "heroku",
5616
- "pluginName": "heroku",
5617
- "pluginType": "core",
5618
- "strict": true,
5619
- "topic": "labs",
5620
- "isESM": false,
5621
- "relativePath": [
5622
- "lib",
5623
- "commands",
5624
- "labs",
5625
- "info.js"
5626
- ]
5627
- },
5628
- "local": {
5629
- "aliases": [
5630
- "local:start"
5631
- ],
5632
- "args": {
5633
- "processname": {
5634
- "description": "name of the process",
5635
- "name": "processname",
5636
- "required": false
5637
- }
5638
- },
5639
- "description": "run heroku app locally\nStart the application specified by a Procfile (defaults to ./Procfile)",
5640
- "examples": [
5641
- "$ heroku local\n$ heroku local web\n$ heroku local web=2\n$ heroku local web=1,worker=2"
5642
- ],
5643
- "flags": {
5644
- "procfile": {
5645
- "char": "f",
5646
- "description": "use a different Procfile",
5647
- "name": "procfile",
5648
- "hasDynamicHelp": false,
5649
- "multiple": false,
5650
- "type": "option"
5651
- },
5652
- "env": {
5653
- "char": "e",
5654
- "description": "location of env file (defaults to .env)",
5655
- "name": "env",
5656
- "hasDynamicHelp": false,
5657
- "multiple": false,
5658
- "type": "option"
5659
- },
5660
- "port": {
5661
- "char": "p",
5662
- "description": "port to listen on",
5663
- "name": "port",
5482
+ "disable.js"
5483
+ ]
5484
+ },
5485
+ "labs:enable": {
5486
+ "aliases": [],
5487
+ "args": {
5488
+ "feature": {
5489
+ "description": "unique identifier or name of the account feature",
5490
+ "name": "feature",
5491
+ "required": true
5492
+ }
5493
+ },
5494
+ "description": "enables an experimental feature",
5495
+ "flags": {
5496
+ "app": {
5497
+ "char": "a",
5498
+ "description": "app to run command against",
5499
+ "name": "app",
5500
+ "required": false,
5664
5501
  "hasDynamicHelp": false,
5665
5502
  "multiple": false,
5666
5503
  "type": "option"
5667
5504
  },
5668
- "restart": {
5505
+ "remote": {
5669
5506
  "char": "r",
5670
- "description": "restart process if it dies",
5671
- "hidden": true,
5672
- "name": "restart",
5673
- "allowNo": false,
5674
- "type": "boolean"
5675
- },
5676
- "concurrency": {
5677
- "char": "c",
5678
- "description": "number of processes to start",
5679
- "hidden": true,
5680
- "name": "concurrency",
5507
+ "description": "git remote of app to use",
5508
+ "name": "remote",
5681
5509
  "hasDynamicHelp": false,
5682
5510
  "multiple": false,
5683
5511
  "type": "option"
@@ -5685,75 +5513,116 @@
5685
5513
  },
5686
5514
  "hasDynamicHelp": false,
5687
5515
  "hiddenAliases": [],
5688
- "id": "local",
5516
+ "id": "labs:enable",
5689
5517
  "pluginAlias": "heroku",
5690
5518
  "pluginName": "heroku",
5691
5519
  "pluginType": "core",
5692
5520
  "strict": true,
5521
+ "topic": "labs",
5693
5522
  "isESM": false,
5694
5523
  "relativePath": [
5695
5524
  "lib",
5696
5525
  "commands",
5697
- "local",
5698
- "index.js"
5526
+ "labs",
5527
+ "enable.js"
5699
5528
  ]
5700
5529
  },
5701
- "local:run": {
5530
+ "labs": {
5702
5531
  "aliases": [],
5703
5532
  "args": {},
5704
- "description": "run a one-off command",
5705
- "examples": [
5706
- "$ heroku local:run bin/migrate"
5707
- ],
5533
+ "description": "list experimental features",
5708
5534
  "flags": {
5709
- "env": {
5710
- "char": "e",
5711
- "name": "env",
5535
+ "app": {
5536
+ "char": "a",
5537
+ "description": "app to run command against",
5538
+ "name": "app",
5539
+ "required": false,
5712
5540
  "hasDynamicHelp": false,
5713
5541
  "multiple": false,
5714
5542
  "type": "option"
5715
5543
  },
5716
- "port": {
5717
- "char": "p",
5718
- "name": "port",
5544
+ "remote": {
5545
+ "char": "r",
5546
+ "description": "git remote of app to use",
5547
+ "name": "remote",
5719
5548
  "hasDynamicHelp": false,
5720
5549
  "multiple": false,
5721
5550
  "type": "option"
5551
+ },
5552
+ "json": {
5553
+ "description": "display as json",
5554
+ "name": "json",
5555
+ "required": false,
5556
+ "allowNo": false,
5557
+ "type": "boolean"
5722
5558
  }
5723
5559
  },
5724
5560
  "hasDynamicHelp": false,
5725
5561
  "hiddenAliases": [],
5726
- "id": "local:run",
5562
+ "id": "labs",
5727
5563
  "pluginAlias": "heroku",
5728
5564
  "pluginName": "heroku",
5729
5565
  "pluginType": "core",
5730
- "strict": false,
5566
+ "strict": true,
5567
+ "topic": "labs",
5731
5568
  "isESM": false,
5732
5569
  "relativePath": [
5733
5570
  "lib",
5734
5571
  "commands",
5735
- "local",
5736
- "run.js"
5572
+ "labs",
5573
+ "index.js"
5737
5574
  ]
5738
5575
  },
5739
- "local:version": {
5576
+ "labs:info": {
5740
5577
  "aliases": [],
5741
- "args": {},
5742
- "description": "display node-foreman version",
5743
- "flags": {},
5578
+ "args": {
5579
+ "feature": {
5580
+ "description": "unique identifier or name of the account feature",
5581
+ "name": "feature",
5582
+ "required": true
5583
+ }
5584
+ },
5585
+ "description": "show feature info",
5586
+ "flags": {
5587
+ "app": {
5588
+ "char": "a",
5589
+ "description": "app to run command against",
5590
+ "name": "app",
5591
+ "required": false,
5592
+ "hasDynamicHelp": false,
5593
+ "multiple": false,
5594
+ "type": "option"
5595
+ },
5596
+ "remote": {
5597
+ "char": "r",
5598
+ "description": "git remote of app to use",
5599
+ "name": "remote",
5600
+ "hasDynamicHelp": false,
5601
+ "multiple": false,
5602
+ "type": "option"
5603
+ },
5604
+ "json": {
5605
+ "description": "display as json",
5606
+ "name": "json",
5607
+ "required": false,
5608
+ "allowNo": false,
5609
+ "type": "boolean"
5610
+ }
5611
+ },
5744
5612
  "hasDynamicHelp": false,
5745
5613
  "hiddenAliases": [],
5746
- "id": "local:version",
5614
+ "id": "labs:info",
5747
5615
  "pluginAlias": "heroku",
5748
5616
  "pluginName": "heroku",
5749
5617
  "pluginType": "core",
5750
5618
  "strict": true,
5619
+ "topic": "labs",
5751
5620
  "isESM": false,
5752
5621
  "relativePath": [
5753
5622
  "lib",
5754
5623
  "commands",
5755
- "local",
5756
- "version.js"
5624
+ "labs",
5625
+ "info.js"
5757
5626
  ]
5758
5627
  },
5759
5628
  "maintenance": {
@@ -6041,6 +5910,137 @@
6041
5910
  "set.js"
6042
5911
  ]
6043
5912
  },
5913
+ "local": {
5914
+ "aliases": [
5915
+ "local:start"
5916
+ ],
5917
+ "args": {
5918
+ "processname": {
5919
+ "description": "name of the process",
5920
+ "name": "processname",
5921
+ "required": false
5922
+ }
5923
+ },
5924
+ "description": "run heroku app locally\nStart the application specified by a Procfile (defaults to ./Procfile)",
5925
+ "examples": [
5926
+ "$ heroku local\n$ heroku local web\n$ heroku local web=2\n$ heroku local web=1,worker=2"
5927
+ ],
5928
+ "flags": {
5929
+ "procfile": {
5930
+ "char": "f",
5931
+ "description": "use a different Procfile",
5932
+ "name": "procfile",
5933
+ "hasDynamicHelp": false,
5934
+ "multiple": false,
5935
+ "type": "option"
5936
+ },
5937
+ "env": {
5938
+ "char": "e",
5939
+ "description": "location of env file (defaults to .env)",
5940
+ "name": "env",
5941
+ "hasDynamicHelp": false,
5942
+ "multiple": false,
5943
+ "type": "option"
5944
+ },
5945
+ "port": {
5946
+ "char": "p",
5947
+ "description": "port to listen on",
5948
+ "name": "port",
5949
+ "hasDynamicHelp": false,
5950
+ "multiple": false,
5951
+ "type": "option"
5952
+ },
5953
+ "restart": {
5954
+ "char": "r",
5955
+ "description": "restart process if it dies",
5956
+ "hidden": true,
5957
+ "name": "restart",
5958
+ "allowNo": false,
5959
+ "type": "boolean"
5960
+ },
5961
+ "concurrency": {
5962
+ "char": "c",
5963
+ "description": "number of processes to start",
5964
+ "hidden": true,
5965
+ "name": "concurrency",
5966
+ "hasDynamicHelp": false,
5967
+ "multiple": false,
5968
+ "type": "option"
5969
+ }
5970
+ },
5971
+ "hasDynamicHelp": false,
5972
+ "hiddenAliases": [],
5973
+ "id": "local",
5974
+ "pluginAlias": "heroku",
5975
+ "pluginName": "heroku",
5976
+ "pluginType": "core",
5977
+ "strict": true,
5978
+ "isESM": false,
5979
+ "relativePath": [
5980
+ "lib",
5981
+ "commands",
5982
+ "local",
5983
+ "index.js"
5984
+ ]
5985
+ },
5986
+ "local:run": {
5987
+ "aliases": [],
5988
+ "args": {},
5989
+ "description": "run a one-off command",
5990
+ "examples": [
5991
+ "$ heroku local:run bin/migrate"
5992
+ ],
5993
+ "flags": {
5994
+ "env": {
5995
+ "char": "e",
5996
+ "name": "env",
5997
+ "hasDynamicHelp": false,
5998
+ "multiple": false,
5999
+ "type": "option"
6000
+ },
6001
+ "port": {
6002
+ "char": "p",
6003
+ "name": "port",
6004
+ "hasDynamicHelp": false,
6005
+ "multiple": false,
6006
+ "type": "option"
6007
+ }
6008
+ },
6009
+ "hasDynamicHelp": false,
6010
+ "hiddenAliases": [],
6011
+ "id": "local:run",
6012
+ "pluginAlias": "heroku",
6013
+ "pluginName": "heroku",
6014
+ "pluginType": "core",
6015
+ "strict": false,
6016
+ "isESM": false,
6017
+ "relativePath": [
6018
+ "lib",
6019
+ "commands",
6020
+ "local",
6021
+ "run.js"
6022
+ ]
6023
+ },
6024
+ "local:version": {
6025
+ "aliases": [],
6026
+ "args": {},
6027
+ "description": "display node-foreman version",
6028
+ "flags": {},
6029
+ "hasDynamicHelp": false,
6030
+ "hiddenAliases": [],
6031
+ "id": "local:version",
6032
+ "pluginAlias": "heroku",
6033
+ "pluginName": "heroku",
6034
+ "pluginType": "core",
6035
+ "strict": true,
6036
+ "isESM": false,
6037
+ "relativePath": [
6038
+ "lib",
6039
+ "commands",
6040
+ "local",
6041
+ "version.js"
6042
+ ]
6043
+ },
6044
6044
  "notifications": {
6045
6045
  "aliases": [],
6046
6046
  "args": {},
@@ -14450,5 +14450,5 @@
14450
14450
  ]
14451
14451
  }
14452
14452
  },
14453
- "version": "10.1.0-beta.1"
14453
+ "version": "10.1.0"
14454
14454
  }