heroku 10.0.0-beta.0 → 10.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -533,111 +533,205 @@
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",
592
+ "hasDynamicHelp": false,
593
+ "multiple": false,
594
+ "type": "option"
595
+ },
596
+ "stack": {
597
+ "char": "s",
598
+ "description": "the stack to create the app on",
599
+ "name": "stack",
600
+ "hasDynamicHelp": false,
601
+ "multiple": false,
602
+ "type": "option"
603
+ },
604
+ "space": {
605
+ "description": "the private space to create the app in",
606
+ "name": "space",
607
+ "hasDynamicHelp": false,
608
+ "multiple": false,
609
+ "type": "option"
610
+ },
611
+ "region": {
612
+ "description": "specify region for the app to run in",
613
+ "name": "region",
614
+ "hasDynamicHelp": false,
615
+ "multiple": false,
616
+ "type": "option"
617
+ },
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",
622
+ "allowNo": false,
623
+ "type": "boolean"
624
+ },
625
+ "features": {
626
+ "hidden": true,
627
+ "name": "features",
628
+ "hasDynamicHelp": false,
629
+ "multiple": false,
630
+ "type": "option"
631
+ },
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",
581
655
  "hasDynamicHelp": false,
582
656
  "multiple": false,
583
657
  "type": "option"
584
658
  }
585
659
  },
586
660
  "hasDynamicHelp": false,
587
- "hiddenAliases": [],
588
- "id": "addons:attach",
661
+ "hiddenAliases": [
662
+ "create"
663
+ ],
664
+ "id": "apps:create",
589
665
  "pluginAlias": "heroku",
590
666
  "pluginName": "heroku",
591
667
  "pluginType": "core",
592
668
  "strict": true,
593
- "topic": "addons",
594
669
  "isESM": false,
595
670
  "relativePath": [
596
671
  "lib",
597
672
  "commands",
598
- "addons",
599
- "attach.js"
673
+ "apps",
674
+ "create.js"
600
675
  ]
601
676
  },
602
- "addons:create": {
677
+ "apps:destroy": {
603
678
  "aliases": [],
604
679
  "args": {
605
- "service:plan": {
606
- "description": "unique identifier or unique name of the add-on service plan",
607
- "name": "service:plan",
608
- "required": true
680
+ "app": {
681
+ "hidden": true,
682
+ "name": "app"
609
683
  }
610
684
  },
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",
685
+ "description": "permanently destroy an app",
613
686
  "flags": {
614
- "name": {
615
- "description": "name for the add-on resource",
616
- "name": "name",
687
+ "app": {
688
+ "char": "a",
689
+ "description": "app to run command against",
690
+ "name": "app",
617
691
  "hasDynamicHelp": false,
618
692
  "multiple": false,
619
693
  "type": "option"
620
694
  },
621
- "as": {
622
- "description": "name for the initial add-on attachment",
623
- "name": "as",
695
+ "remote": {
696
+ "char": "r",
697
+ "description": "git remote of app to use",
698
+ "name": "remote",
624
699
  "hasDynamicHelp": false,
625
700
  "multiple": false,
626
701
  "type": "option"
627
702
  },
628
703
  "confirm": {
629
- "description": "overwrite existing config vars or existing add-on attachments",
704
+ "char": "c",
630
705
  "name": "confirm",
631
706
  "hasDynamicHelp": false,
632
707
  "multiple": false,
633
708
  "type": "option"
634
- },
635
- "wait": {
636
- "description": "watch add-on creation status and exit when complete",
637
- "name": "wait",
638
- "allowNo": false,
639
- "type": "boolean"
640
- },
709
+ }
710
+ },
711
+ "hasDynamicHelp": false,
712
+ "hiddenAliases": [
713
+ "destroy",
714
+ "apps:delete"
715
+ ],
716
+ "id": "apps:destroy",
717
+ "pluginAlias": "heroku",
718
+ "pluginName": "heroku",
719
+ "pluginType": "core",
720
+ "strict": true,
721
+ "help": "This will also destroy all add-ons on the app.",
722
+ "isESM": false,
723
+ "relativePath": [
724
+ "lib",
725
+ "commands",
726
+ "apps",
727
+ "destroy.js"
728
+ ]
729
+ },
730
+ "apps:errors": {
731
+ "aliases": [],
732
+ "args": {},
733
+ "description": "view app errors",
734
+ "flags": {
641
735
  "app": {
642
736
  "char": "a",
643
737
  "description": "app to run command against",
@@ -654,61 +748,136 @@
654
748
  "hasDynamicHelp": false,
655
749
  "multiple": false,
656
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"
657
777
  }
658
778
  },
659
779
  "hasDynamicHelp": false,
660
- "hiddenAliases": [
661
- "addons:add"
662
- ],
663
- "id": "addons:create",
780
+ "hiddenAliases": [],
781
+ "id": "apps:errors",
664
782
  "pluginAlias": "heroku",
665
783
  "pluginName": "heroku",
666
784
  "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",
785
+ "strict": true,
670
786
  "isESM": false,
671
787
  "relativePath": [
672
788
  "lib",
673
789
  "commands",
674
- "addons",
675
- "create.js"
790
+ "apps",
791
+ "errors.js"
676
792
  ]
677
793
  },
678
- "addons:destroy": {
794
+ "apps": {
679
795
  "aliases": [],
680
- "args": {
681
- "addonName": {
682
- "description": "unique identifier or globally unique name of the add-on",
683
- "name": "addonName",
684
- "required": true
685
- }
686
- },
687
- "description": "permanently destroy an add-on resource",
796
+ "args": {},
797
+ "description": "list your apps",
688
798
  "examples": [
689
- "addons:destroy [ADDON]... [flags]"
799
+ "$ heroku apps"
690
800
  ],
691
801
  "flags": {
692
- "force": {
693
- "char": "f",
694
- "description": "allow destruction even if connected to other apps",
695
- "name": "force",
802
+ "all": {
803
+ "char": "A",
804
+ "description": "include apps in all teams",
805
+ "name": "all",
696
806
  "allowNo": false,
697
807
  "type": "boolean"
698
808
  },
699
- "confirm": {
700
- "char": "c",
701
- "name": "confirm",
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",
702
820
  "hasDynamicHelp": false,
703
821
  "multiple": false,
704
822
  "type": "option"
705
823
  },
706
- "wait": {
707
- "description": "watch add-on destruction status and exit when complete",
708
- "name": "wait",
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",
709
836
  "allowNo": false,
710
837
  "type": "boolean"
711
838
  },
839
+ "team": {
840
+ "char": "t",
841
+ "description": "team to use",
842
+ "name": "team",
843
+ "hasDynamicHelp": false,
844
+ "multiple": false,
845
+ "type": "option"
846
+ }
847
+ },
848
+ "hasDynamicHelp": false,
849
+ "hiddenAliases": [
850
+ "list",
851
+ "apps:list"
852
+ ],
853
+ "id": "apps",
854
+ "pluginAlias": "heroku",
855
+ "pluginName": "heroku",
856
+ "pluginType": "core",
857
+ "strict": true,
858
+ "topic": "apps",
859
+ "isESM": false,
860
+ "relativePath": [
861
+ "lib",
862
+ "commands",
863
+ "apps",
864
+ "index.js"
865
+ ]
866
+ },
867
+ "apps:info": {
868
+ "aliases": [],
869
+ "args": {
870
+ "app": {
871
+ "hidden": true,
872
+ "name": "app"
873
+ }
874
+ },
875
+ "description": "show detailed app information",
876
+ "examples": [
877
+ "$ heroku apps:info",
878
+ "$ heroku apps:info --shell"
879
+ ],
880
+ "flags": {
712
881
  "app": {
713
882
  "char": "a",
714
883
  "description": "app to run command against",
@@ -724,36 +893,54 @@
724
893
  "hasDynamicHelp": false,
725
894
  "multiple": false,
726
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"
727
917
  }
728
918
  },
729
919
  "hasDynamicHelp": false,
730
920
  "hiddenAliases": [
731
- "addons:remove"
921
+ "info"
732
922
  ],
733
- "id": "addons:destroy",
923
+ "id": "apps:info",
734
924
  "pluginAlias": "heroku",
735
925
  "pluginName": "heroku",
736
926
  "pluginType": "core",
737
- "strict": false,
738
- "topic": "addons",
927
+ "strict": true,
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...",
739
930
  "isESM": false,
740
931
  "relativePath": [
741
932
  "lib",
742
933
  "commands",
743
- "addons",
744
- "destroy.js"
934
+ "apps",
935
+ "info.js"
745
936
  ]
746
937
  },
747
- "addons:detach": {
748
- "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",
938
+ "apps:join": {
939
+ "aliases": [
940
+ "join"
941
+ ],
942
+ "args": {},
943
+ "description": "add yourself to a team app",
757
944
  "flags": {
758
945
  "app": {
759
946
  "char": "a",
@@ -775,41 +962,33 @@
775
962
  },
776
963
  "hasDynamicHelp": false,
777
964
  "hiddenAliases": [],
778
- "id": "addons:detach",
965
+ "id": "apps:join",
779
966
  "pluginAlias": "heroku",
780
967
  "pluginName": "heroku",
781
968
  "pluginType": "core",
782
969
  "strict": true,
783
- "topic": "addons",
970
+ "topic": "apps",
784
971
  "isESM": false,
785
972
  "relativePath": [
786
973
  "lib",
787
974
  "commands",
788
- "addons",
789
- "detach.js"
975
+ "apps",
976
+ "join.js"
790
977
  ]
791
978
  },
792
- "addons:docs": {
793
- "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",
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",
802
986
  "flags": {
803
- "show-url": {
804
- "description": "show URL, do not open browser",
805
- "name": "show-url",
806
- "allowNo": false,
807
- "type": "boolean"
808
- },
809
987
  "app": {
810
988
  "char": "a",
811
989
  "description": "app to run command against",
812
990
  "name": "app",
991
+ "required": true,
813
992
  "hasDynamicHelp": false,
814
993
  "multiple": false,
815
994
  "type": "option"
@@ -825,46 +1004,33 @@
825
1004
  },
826
1005
  "hasDynamicHelp": false,
827
1006
  "hiddenAliases": [],
828
- "id": "addons:docs",
1007
+ "id": "apps:leave",
829
1008
  "pluginAlias": "heroku",
830
1009
  "pluginName": "heroku",
831
1010
  "pluginType": "core",
832
1011
  "strict": true,
833
- "topic": "addons",
1012
+ "topic": "apps",
1013
+ "example": "heroku apps:leave -a APP",
834
1014
  "isESM": false,
835
1015
  "relativePath": [
836
1016
  "lib",
837
1017
  "commands",
838
- "addons",
839
- "docs.js"
1018
+ "apps",
1019
+ "leave.js"
840
1020
  ]
841
1021
  },
842
- "addons": {
843
- "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 ",
846
- "examples": [
847
- "$ heroku addons --all",
848
- "$ heroku addons --app acme-inc-www"
1022
+ "apps:lock": {
1023
+ "aliases": [
1024
+ "lock"
849
1025
  ],
1026
+ "args": {},
1027
+ "description": "prevent team members from joining an app",
850
1028
  "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
1029
  "app": {
865
1030
  "char": "a",
866
1031
  "description": "app to run command against",
867
1032
  "name": "app",
1033
+ "required": true,
868
1034
  "hasDynamicHelp": false,
869
1035
  "multiple": false,
870
1036
  "type": "option"
@@ -880,36 +1046,40 @@
880
1046
  },
881
1047
  "hasDynamicHelp": false,
882
1048
  "hiddenAliases": [],
883
- "id": "addons",
1049
+ "id": "apps:lock",
884
1050
  "pluginAlias": "heroku",
885
1051
  "pluginName": "heroku",
886
1052
  "pluginType": "core",
887
1053
  "strict": true,
888
- "usage": "addons [--all|--app APP]",
889
- "topic": "addons",
1054
+ "topic": "apps",
890
1055
  "isESM": false,
891
1056
  "relativePath": [
892
1057
  "lib",
893
1058
  "commands",
894
- "addons",
895
- "index.js"
1059
+ "apps",
1060
+ "lock.js"
896
1061
  ]
897
1062
  },
898
- "addons:info": {
1063
+ "apps:open": {
899
1064
  "aliases": [],
900
1065
  "args": {
901
- "addon": {
902
- "description": "unique identifier or globally unique name of the add-on",
903
- "name": "addon",
904
- "required": true
1066
+ "path": {
1067
+ "description": "base URL path of app",
1068
+ "name": "path",
1069
+ "required": false
905
1070
  }
906
1071
  },
907
- "description": "show detailed add-on resource and attachment information",
1072
+ "description": "open the app in a web browser",
1073
+ "examples": [
1074
+ "$ heroku open -a myapp",
1075
+ "$ heroku open -a myapp /foo"
1076
+ ],
908
1077
  "flags": {
909
1078
  "app": {
910
1079
  "char": "a",
911
1080
  "description": "app to run command against",
912
1081
  "name": "app",
1082
+ "required": true,
913
1083
  "hasDynamicHelp": false,
914
1084
  "multiple": false,
915
1085
  "type": "option"
@@ -924,43 +1094,42 @@
924
1094
  }
925
1095
  },
926
1096
  "hasDynamicHelp": false,
927
- "hiddenAliases": [],
928
- "id": "addons:info",
1097
+ "hiddenAliases": [
1098
+ "open"
1099
+ ],
1100
+ "id": "apps:open",
929
1101
  "pluginAlias": "heroku",
930
1102
  "pluginName": "heroku",
931
1103
  "pluginType": "core",
932
1104
  "strict": true,
933
- "usage": "addons:info ADDON",
934
- "topic": "addons",
1105
+ "topic": "apps",
935
1106
  "isESM": false,
936
1107
  "relativePath": [
937
1108
  "lib",
938
1109
  "commands",
939
- "addons",
940
- "info.js"
1110
+ "apps",
1111
+ "open.js"
941
1112
  ]
942
1113
  },
943
- "addons:open": {
1114
+ "apps:rename": {
944
1115
  "aliases": [],
945
1116
  "args": {
946
- "addon": {
947
- "description": "unique identifier or globally unique name of the add-on",
948
- "name": "addon",
1117
+ "newname": {
1118
+ "description": "new unique name of the app",
1119
+ "name": "newname",
949
1120
  "required": true
950
1121
  }
951
1122
  },
952
- "description": "open an add-on's dashboard in your browser",
1123
+ "description": "rename an app",
1124
+ "examples": [
1125
+ "$ heroku apps:rename --app oldname newname"
1126
+ ],
953
1127
  "flags": {
954
- "show-url": {
955
- "description": "show URL, do not open browser",
956
- "name": "show-url",
957
- "allowNo": false,
958
- "type": "boolean"
959
- },
960
1128
  "app": {
961
1129
  "char": "a",
962
1130
  "description": "app to run command against",
963
1131
  "name": "app",
1132
+ "required": true,
964
1133
  "hasDynamicHelp": false,
965
1134
  "multiple": false,
966
1135
  "type": "option"
@@ -975,139 +1144,106 @@
975
1144
  }
976
1145
  },
977
1146
  "hasDynamicHelp": false,
978
- "hiddenAliases": [],
979
- "id": "addons:open",
1147
+ "hiddenAliases": [
1148
+ "rename"
1149
+ ],
1150
+ "id": "apps:rename",
980
1151
  "pluginAlias": "heroku",
981
1152
  "pluginName": "heroku",
982
1153
  "pluginType": "core",
983
1154
  "strict": true,
984
- "topic": "addons",
1155
+ "help": "This will locally update the git remote if it is set to the old app.",
1156
+ "topic": "apps",
985
1157
  "isESM": false,
986
1158
  "relativePath": [
987
1159
  "lib",
988
1160
  "commands",
989
- "addons",
990
- "open.js"
1161
+ "apps",
1162
+ "rename.js"
991
1163
  ]
992
1164
  },
993
- "addons:plans": {
1165
+ "apps:transfer": {
994
1166
  "aliases": [],
995
1167
  "args": {
996
- "service": {
997
- "description": "unique identifier or globally unique name of the add-on",
998
- "name": "service",
1168
+ "recipient": {
1169
+ "description": "user or team to transfer applications to",
1170
+ "name": "recipient",
999
1171
  "required": true
1000
1172
  }
1001
1173
  },
1002
- "description": "list all available plans for an add-on service",
1174
+ "description": "transfer applications to another user or team",
1175
+ "examples": [
1176
+ "$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
1177
+ ],
1003
1178
  "flags": {
1004
- "json": {
1005
- "description": "output in json format",
1006
- "name": "json",
1179
+ "locked": {
1180
+ "char": "l",
1181
+ "description": "lock the app upon transfer",
1182
+ "name": "locked",
1183
+ "required": false,
1007
1184
  "allowNo": false,
1008
1185
  "type": "boolean"
1009
- }
1010
- },
1011
- "hasDynamicHelp": false,
1012
- "hiddenAliases": [],
1013
- "id": "addons:plans",
1014
- "pluginAlias": "heroku",
1015
- "pluginName": "heroku",
1016
- "pluginType": "core",
1017
- "strict": true,
1018
- "topic": "addons",
1019
- "isESM": false,
1020
- "relativePath": [
1021
- "lib",
1022
- "commands",
1023
- "addons",
1024
- "plans.js"
1025
- ]
1026
- },
1027
- "addons:rename": {
1028
- "aliases": [],
1029
- "args": {
1030
- "addon_name": {
1031
- "description": "unique identifier or globally unique name of the add-on",
1032
- "name": "addon_name",
1033
- "required": true
1034
1186
  },
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",
1187
+ "bulk": {
1188
+ "description": "transfer applications in bulk",
1189
+ "name": "bulk",
1190
+ "required": false,
1067
1191
  "allowNo": false,
1068
1192
  "type": "boolean"
1193
+ },
1194
+ "app": {
1195
+ "char": "a",
1196
+ "description": "app to run command against",
1197
+ "name": "app",
1198
+ "hasDynamicHelp": false,
1199
+ "multiple": false,
1200
+ "type": "option"
1201
+ },
1202
+ "remote": {
1203
+ "char": "r",
1204
+ "description": "git remote of app to use",
1205
+ "name": "remote",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "confirm": {
1211
+ "char": "c",
1212
+ "hidden": true,
1213
+ "name": "confirm",
1214
+ "hasDynamicHelp": false,
1215
+ "multiple": false,
1216
+ "type": "option"
1069
1217
  }
1070
1218
  },
1071
1219
  "hasDynamicHelp": false,
1072
1220
  "hiddenAliases": [],
1073
- "id": "addons:services",
1221
+ "id": "apps:transfer",
1074
1222
  "pluginAlias": "heroku",
1075
1223
  "pluginName": "heroku",
1076
1224
  "pluginType": "core",
1077
1225
  "strict": true,
1078
- "topic": "addons",
1226
+ "topic": "apps",
1079
1227
  "isESM": false,
1080
1228
  "relativePath": [
1081
1229
  "lib",
1082
1230
  "commands",
1083
- "addons",
1084
- "services.js"
1231
+ "apps",
1232
+ "transfer.js"
1085
1233
  ]
1086
1234
  },
1087
- "addons:upgrade": {
1235
+ "apps:unlock": {
1088
1236
  "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"
1100
- }
1101
- },
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 ",
1103
- "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"
1237
+ "unlock"
1105
1238
  ],
1239
+ "args": {},
1240
+ "description": "unlock an app so any team member can join",
1106
1241
  "flags": {
1107
1242
  "app": {
1108
1243
  "char": "a",
1109
1244
  "description": "app to run command against",
1110
1245
  "name": "app",
1246
+ "required": true,
1111
1247
  "hasDynamicHelp": false,
1112
1248
  "multiple": false,
1113
1249
  "type": "option"
@@ -1123,33 +1259,48 @@
1123
1259
  },
1124
1260
  "hasDynamicHelp": false,
1125
1261
  "hiddenAliases": [],
1126
- "id": "addons:upgrade",
1262
+ "id": "apps:unlock",
1127
1263
  "pluginAlias": "heroku",
1128
1264
  "pluginName": "heroku",
1129
1265
  "pluginType": "core",
1130
1266
  "strict": true,
1131
- "topic": "addons",
1267
+ "topic": "apps",
1132
1268
  "isESM": false,
1133
1269
  "relativePath": [
1134
1270
  "lib",
1135
1271
  "commands",
1136
- "addons",
1137
- "upgrade.js"
1272
+ "apps",
1273
+ "unlock.js"
1138
1274
  ]
1139
1275
  },
1140
- "addons:wait": {
1276
+ "addons:attach": {
1141
1277
  "aliases": [],
1142
1278
  "args": {
1143
- "addon": {
1279
+ "addon_name": {
1144
1280
  "description": "unique identifier or globally unique name of the add-on",
1145
- "name": "addon"
1281
+ "name": "addon_name",
1282
+ "required": true
1146
1283
  }
1147
1284
  },
1148
- "description": "show provisioning status of the add-ons on the app",
1285
+ "description": "attach an existing add-on resource to an app",
1149
1286
  "flags": {
1150
- "wait-interval": {
1151
- "description": "how frequently to poll in seconds",
1152
- "name": "wait-interval",
1287
+ "as": {
1288
+ "description": "name for add-on attachment",
1289
+ "name": "as",
1290
+ "hasDynamicHelp": false,
1291
+ "multiple": false,
1292
+ "type": "option"
1293
+ },
1294
+ "credential": {
1295
+ "description": "credential name for scoped access to Heroku Postgres",
1296
+ "name": "credential",
1297
+ "hasDynamicHelp": false,
1298
+ "multiple": false,
1299
+ "type": "option"
1300
+ },
1301
+ "confirm": {
1302
+ "description": "overwrite existing add-on attachment with same name",
1303
+ "name": "confirm",
1153
1304
  "hasDynamicHelp": false,
1154
1305
  "multiple": false,
1155
1306
  "type": "option"
@@ -1158,6 +1309,7 @@
1158
1309
  "char": "a",
1159
1310
  "description": "app to run command against",
1160
1311
  "name": "app",
1312
+ "required": true,
1161
1313
  "hasDynamicHelp": false,
1162
1314
  "multiple": false,
1163
1315
  "type": "option"
@@ -1173,7 +1325,7 @@
1173
1325
  },
1174
1326
  "hasDynamicHelp": false,
1175
1327
  "hiddenAliases": [],
1176
- "id": "addons:wait",
1328
+ "id": "addons:attach",
1177
1329
  "pluginAlias": "heroku",
1178
1330
  "pluginName": "heroku",
1179
1331
  "pluginType": "core",
@@ -1184,128 +1336,131 @@
1184
1336
  "lib",
1185
1337
  "commands",
1186
1338
  "addons",
1187
- "wait.js"
1339
+ "attach.js"
1188
1340
  ]
1189
1341
  },
1190
- "apps:create": {
1342
+ "addons:create": {
1191
1343
  "aliases": [],
1192
1344
  "args": {
1193
- "app": {
1194
- "description": "name of app to create",
1195
- "name": "app",
1196
- "required": false
1345
+ "service:plan": {
1346
+ "description": "unique identifier or unique name of the add-on service plan",
1347
+ "name": "service:plan",
1348
+ "required": true
1197
1349
  }
1198
1350
  },
1199
- "description": "creates a new app",
1200
- "examples": [
1201
- "$ heroku apps:create\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n# or just\n$ heroku create\n\n# use a heroku.yml manifest file\n$ heroku apps:create --manifest\n\n# specify a buildpack\n$ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n# specify a name\n$ heroku apps:create example\n\n# create a staging app\n$ heroku apps:create example-staging --remote staging\n\n# create an app in the eu region\n$ heroku apps:create --region eu"
1202
- ],
1351
+ "description": "Create a new add-on resource.\n\nIn order to add additional config items, please place them at the end of the command after a double-dash (--).\n",
1352
+ "examples": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
1203
1353
  "flags": {
1204
- "app": {
1205
- "hidden": true,
1206
- "name": "app",
1354
+ "name": {
1355
+ "description": "name for the add-on resource",
1356
+ "name": "name",
1207
1357
  "hasDynamicHelp": false,
1208
1358
  "multiple": false,
1209
1359
  "type": "option"
1210
1360
  },
1211
- "addons": {
1212
- "description": "comma-delimited list of addons to install",
1213
- "name": "addons",
1361
+ "as": {
1362
+ "description": "name for the initial add-on attachment",
1363
+ "name": "as",
1214
1364
  "hasDynamicHelp": false,
1215
1365
  "multiple": false,
1216
1366
  "type": "option"
1217
1367
  },
1218
- "buildpack": {
1219
- "char": "b",
1220
- "description": "buildpack url to use for this app",
1221
- "name": "buildpack",
1368
+ "confirm": {
1369
+ "description": "overwrite existing config vars or existing add-on attachments",
1370
+ "name": "confirm",
1222
1371
  "hasDynamicHelp": false,
1223
1372
  "multiple": false,
1224
1373
  "type": "option"
1225
1374
  },
1226
- "manifest": {
1227
- "char": "m",
1228
- "description": "use heroku.yml settings for this app",
1229
- "hidden": true,
1230
- "name": "manifest",
1231
- "allowNo": false,
1232
- "type": "boolean"
1233
- },
1234
- "no-remote": {
1235
- "char": "n",
1236
- "description": "do not create a git remote",
1237
- "name": "no-remote",
1375
+ "wait": {
1376
+ "description": "watch add-on creation status and exit when complete",
1377
+ "name": "wait",
1238
1378
  "allowNo": false,
1239
1379
  "type": "boolean"
1240
1380
  },
1241
- "remote": {
1242
- "char": "r",
1243
- "description": "the git remote to create, default \"heroku\"",
1244
- "name": "remote",
1245
- "default": "heroku",
1246
- "hasDynamicHelp": false,
1247
- "multiple": false,
1248
- "type": "option"
1249
- },
1250
- "stack": {
1251
- "char": "s",
1252
- "description": "the stack to create the app on",
1253
- "name": "stack",
1381
+ "app": {
1382
+ "char": "a",
1383
+ "description": "app to run command against",
1384
+ "name": "app",
1385
+ "required": true,
1254
1386
  "hasDynamicHelp": false,
1255
1387
  "multiple": false,
1256
1388
  "type": "option"
1257
1389
  },
1258
- "space": {
1259
- "description": "the private space to create the app in",
1260
- "name": "space",
1390
+ "remote": {
1391
+ "char": "r",
1392
+ "description": "git remote of app to use",
1393
+ "name": "remote",
1261
1394
  "hasDynamicHelp": false,
1262
1395
  "multiple": false,
1263
1396
  "type": "option"
1397
+ }
1398
+ },
1399
+ "hasDynamicHelp": false,
1400
+ "hiddenAliases": [
1401
+ "addons:add"
1402
+ ],
1403
+ "id": "addons:create",
1404
+ "pluginAlias": "heroku",
1405
+ "pluginName": "heroku",
1406
+ "pluginType": "core",
1407
+ "strict": false,
1408
+ "topic": "addons",
1409
+ "example": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
1410
+ "isESM": false,
1411
+ "relativePath": [
1412
+ "lib",
1413
+ "commands",
1414
+ "addons",
1415
+ "create.js"
1416
+ ]
1417
+ },
1418
+ "addons:destroy": {
1419
+ "aliases": [],
1420
+ "args": {
1421
+ "addonName": {
1422
+ "description": "unique identifier or globally unique name of the add-on",
1423
+ "name": "addonName",
1424
+ "required": true
1425
+ }
1426
+ },
1427
+ "description": "permanently destroy an add-on resource",
1428
+ "examples": [
1429
+ "addons:destroy [ADDON]... [flags]"
1430
+ ],
1431
+ "flags": {
1432
+ "force": {
1433
+ "char": "f",
1434
+ "description": "allow destruction even if connected to other apps",
1435
+ "name": "force",
1436
+ "allowNo": false,
1437
+ "type": "boolean"
1264
1438
  },
1265
- "region": {
1266
- "description": "specify region for the app to run in",
1267
- "name": "region",
1439
+ "confirm": {
1440
+ "char": "c",
1441
+ "name": "confirm",
1268
1442
  "hasDynamicHelp": false,
1269
1443
  "multiple": false,
1270
1444
  "type": "option"
1271
1445
  },
1272
- "internal-routing": {
1273
- "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
1274
- "hidden": true,
1275
- "name": "internal-routing",
1446
+ "wait": {
1447
+ "description": "watch add-on destruction status and exit when complete",
1448
+ "name": "wait",
1276
1449
  "allowNo": false,
1277
1450
  "type": "boolean"
1278
1451
  },
1279
- "features": {
1280
- "hidden": true,
1281
- "name": "features",
1282
- "hasDynamicHelp": false,
1283
- "multiple": false,
1284
- "type": "option"
1285
- },
1286
- "kernel": {
1287
- "hidden": true,
1288
- "name": "kernel",
1452
+ "app": {
1453
+ "char": "a",
1454
+ "description": "app to run command against",
1455
+ "name": "app",
1289
1456
  "hasDynamicHelp": false,
1290
1457
  "multiple": false,
1291
1458
  "type": "option"
1292
1459
  },
1293
- "locked": {
1294
- "hidden": true,
1295
- "name": "locked",
1296
- "allowNo": false,
1297
- "type": "boolean"
1298
- },
1299
- "json": {
1300
- "description": "output in json format",
1301
- "name": "json",
1302
- "allowNo": false,
1303
- "type": "boolean"
1304
- },
1305
- "team": {
1306
- "char": "t",
1307
- "description": "team to use",
1308
- "name": "team",
1460
+ "remote": {
1461
+ "char": "r",
1462
+ "description": "git remote of app to use",
1463
+ "name": "remote",
1309
1464
  "hasDynamicHelp": false,
1310
1465
  "multiple": false,
1311
1466
  "type": "option"
@@ -1313,35 +1468,38 @@
1313
1468
  },
1314
1469
  "hasDynamicHelp": false,
1315
1470
  "hiddenAliases": [
1316
- "create"
1471
+ "addons:remove"
1317
1472
  ],
1318
- "id": "apps:create",
1473
+ "id": "addons:destroy",
1319
1474
  "pluginAlias": "heroku",
1320
1475
  "pluginName": "heroku",
1321
1476
  "pluginType": "core",
1322
- "strict": true,
1477
+ "strict": false,
1478
+ "topic": "addons",
1323
1479
  "isESM": false,
1324
1480
  "relativePath": [
1325
1481
  "lib",
1326
1482
  "commands",
1327
- "apps",
1328
- "create.js"
1483
+ "addons",
1484
+ "destroy.js"
1329
1485
  ]
1330
1486
  },
1331
- "apps:destroy": {
1487
+ "addons:detach": {
1332
1488
  "aliases": [],
1333
1489
  "args": {
1334
- "app": {
1335
- "hidden": true,
1336
- "name": "app"
1490
+ "attachment_name": {
1491
+ "description": "unique identifier of the add-on attachment",
1492
+ "name": "attachment_name",
1493
+ "required": true
1337
1494
  }
1338
1495
  },
1339
- "description": "permanently destroy an app",
1496
+ "description": "detach an existing add-on resource from an app",
1340
1497
  "flags": {
1341
1498
  "app": {
1342
1499
  "char": "a",
1343
1500
  "description": "app to run command against",
1344
1501
  "name": "app",
1502
+ "required": true,
1345
1503
  "hasDynamicHelp": false,
1346
1504
  "multiple": false,
1347
1505
  "type": "option"
@@ -1353,44 +1511,45 @@
1353
1511
  "hasDynamicHelp": false,
1354
1512
  "multiple": false,
1355
1513
  "type": "option"
1356
- },
1357
- "confirm": {
1358
- "char": "c",
1359
- "name": "confirm",
1360
- "hasDynamicHelp": false,
1361
- "multiple": false,
1362
- "type": "option"
1363
1514
  }
1364
1515
  },
1365
1516
  "hasDynamicHelp": false,
1366
- "hiddenAliases": [
1367
- "destroy",
1368
- "apps:delete"
1369
- ],
1370
- "id": "apps:destroy",
1517
+ "hiddenAliases": [],
1518
+ "id": "addons:detach",
1371
1519
  "pluginAlias": "heroku",
1372
1520
  "pluginName": "heroku",
1373
1521
  "pluginType": "core",
1374
1522
  "strict": true,
1375
- "help": "This will also destroy all add-ons on the app.",
1523
+ "topic": "addons",
1376
1524
  "isESM": false,
1377
1525
  "relativePath": [
1378
1526
  "lib",
1379
1527
  "commands",
1380
- "apps",
1381
- "destroy.js"
1528
+ "addons",
1529
+ "detach.js"
1382
1530
  ]
1383
1531
  },
1384
- "apps:errors": {
1532
+ "addons:docs": {
1385
1533
  "aliases": [],
1386
- "args": {},
1387
- "description": "view app errors",
1534
+ "args": {
1535
+ "addon": {
1536
+ "description": "unique identifier or globally unique name of the add-on",
1537
+ "name": "addon",
1538
+ "required": true
1539
+ }
1540
+ },
1541
+ "description": "open an add-on's Dev Center documentation in your browser",
1388
1542
  "flags": {
1543
+ "show-url": {
1544
+ "description": "show URL, do not open browser",
1545
+ "name": "show-url",
1546
+ "allowNo": false,
1547
+ "type": "boolean"
1548
+ },
1389
1549
  "app": {
1390
1550
  "char": "a",
1391
1551
  "description": "app to run command against",
1392
1552
  "name": "app",
1393
- "required": true,
1394
1553
  "hasDynamicHelp": false,
1395
1554
  "multiple": false,
1396
1555
  "type": "option"
@@ -1402,135 +1561,90 @@
1402
1561
  "hasDynamicHelp": false,
1403
1562
  "multiple": false,
1404
1563
  "type": "option"
1405
- },
1406
- "json": {
1407
- "description": "output in json format",
1408
- "name": "json",
1409
- "allowNo": false,
1410
- "type": "boolean"
1411
- },
1412
- "hours": {
1413
- "description": "number of hours to look back (default 24)",
1414
- "name": "hours",
1415
- "default": "24",
1416
- "hasDynamicHelp": false,
1417
- "multiple": false,
1418
- "type": "option"
1419
- },
1420
- "router": {
1421
- "description": "show only router errors",
1422
- "name": "router",
1423
- "allowNo": false,
1424
- "type": "boolean"
1425
- },
1426
- "dyno": {
1427
- "description": "show only dyno errors",
1428
- "name": "dyno",
1429
- "allowNo": false,
1430
- "type": "boolean"
1431
1564
  }
1432
1565
  },
1433
1566
  "hasDynamicHelp": false,
1434
1567
  "hiddenAliases": [],
1435
- "id": "apps:errors",
1568
+ "id": "addons:docs",
1436
1569
  "pluginAlias": "heroku",
1437
1570
  "pluginName": "heroku",
1438
1571
  "pluginType": "core",
1439
1572
  "strict": true,
1573
+ "topic": "addons",
1440
1574
  "isESM": false,
1441
1575
  "relativePath": [
1442
1576
  "lib",
1443
1577
  "commands",
1444
- "apps",
1445
- "errors.js"
1578
+ "addons",
1579
+ "docs.js"
1446
1580
  ]
1447
1581
  },
1448
- "apps": {
1582
+ "addons": {
1449
1583
  "aliases": [],
1450
1584
  "args": {},
1451
- "description": "list your apps",
1585
+ "description": "Lists your add-ons and attachments.\n\n The default filter applied depends on whether you are in a Heroku app\n directory. If so, the --app flag is implied. If not, the default of --all\n is implied. Explicitly providing either flag overrides the default\n behavior.\n ",
1452
1586
  "examples": [
1453
- "$ heroku apps"
1587
+ "$ heroku addons --all",
1588
+ "$ heroku addons --app acme-inc-www"
1454
1589
  ],
1455
1590
  "flags": {
1456
1591
  "all": {
1457
1592
  "char": "A",
1458
- "description": "include apps in all teams",
1593
+ "description": "show add-ons and attachments for all accessible apps",
1459
1594
  "name": "all",
1460
1595
  "allowNo": false,
1461
1596
  "type": "boolean"
1462
1597
  },
1463
1598
  "json": {
1464
- "char": "j",
1465
- "description": "output in json format",
1599
+ "description": "return add-ons in json format",
1466
1600
  "name": "json",
1467
1601
  "allowNo": false,
1468
1602
  "type": "boolean"
1469
1603
  },
1470
- "space": {
1471
- "char": "s",
1472
- "description": "filter by space",
1473
- "name": "space",
1604
+ "app": {
1605
+ "char": "a",
1606
+ "description": "app to run command against",
1607
+ "name": "app",
1474
1608
  "hasDynamicHelp": false,
1475
1609
  "multiple": false,
1476
1610
  "type": "option"
1477
1611
  },
1478
- "personal": {
1479
- "char": "p",
1480
- "description": "list apps in personal account when a default team is set",
1481
- "name": "personal",
1482
- "allowNo": false,
1483
- "type": "boolean"
1484
- },
1485
- "internal-routing": {
1486
- "char": "i",
1487
- "description": "filter to Internal Web Apps",
1488
- "hidden": true,
1489
- "name": "internal-routing",
1490
- "allowNo": false,
1491
- "type": "boolean"
1492
- },
1493
- "team": {
1494
- "char": "t",
1495
- "description": "team to use",
1496
- "name": "team",
1612
+ "remote": {
1613
+ "char": "r",
1614
+ "description": "git remote of app to use",
1615
+ "name": "remote",
1497
1616
  "hasDynamicHelp": false,
1498
1617
  "multiple": false,
1499
1618
  "type": "option"
1500
1619
  }
1501
1620
  },
1502
1621
  "hasDynamicHelp": false,
1503
- "hiddenAliases": [
1504
- "list",
1505
- "apps:list"
1506
- ],
1507
- "id": "apps",
1622
+ "hiddenAliases": [],
1623
+ "id": "addons",
1508
1624
  "pluginAlias": "heroku",
1509
1625
  "pluginName": "heroku",
1510
1626
  "pluginType": "core",
1511
1627
  "strict": true,
1512
- "topic": "apps",
1628
+ "usage": "addons [--all|--app APP]",
1629
+ "topic": "addons",
1513
1630
  "isESM": false,
1514
1631
  "relativePath": [
1515
1632
  "lib",
1516
1633
  "commands",
1517
- "apps",
1634
+ "addons",
1518
1635
  "index.js"
1519
1636
  ]
1520
1637
  },
1521
- "apps:info": {
1638
+ "addons:info": {
1522
1639
  "aliases": [],
1523
1640
  "args": {
1524
- "app": {
1525
- "hidden": true,
1526
- "name": "app"
1641
+ "addon": {
1642
+ "description": "unique identifier or globally unique name of the add-on",
1643
+ "name": "addon",
1644
+ "required": true
1527
1645
  }
1528
1646
  },
1529
- "description": "show detailed app information",
1530
- "examples": [
1531
- "$ heroku apps:info",
1532
- "$ heroku apps:info --shell"
1533
- ],
1647
+ "description": "show detailed add-on resource and attachment information",
1534
1648
  "flags": {
1535
1649
  "app": {
1536
1650
  "char": "a",
@@ -1547,60 +1661,46 @@
1547
1661
  "hasDynamicHelp": false,
1548
1662
  "multiple": false,
1549
1663
  "type": "option"
1550
- },
1551
- "shell": {
1552
- "char": "s",
1553
- "description": "output more shell friendly key/value pairs",
1554
- "name": "shell",
1555
- "allowNo": false,
1556
- "type": "boolean"
1557
- },
1558
- "extended": {
1559
- "char": "x",
1560
- "hidden": true,
1561
- "name": "extended",
1562
- "allowNo": false,
1563
- "type": "boolean"
1564
- },
1565
- "json": {
1566
- "char": "j",
1567
- "description": "output in json format",
1568
- "name": "json",
1569
- "allowNo": false,
1570
- "type": "boolean"
1571
1664
  }
1572
1665
  },
1573
1666
  "hasDynamicHelp": false,
1574
- "hiddenAliases": [
1575
- "info"
1576
- ],
1577
- "id": "apps:info",
1667
+ "hiddenAliases": [],
1668
+ "id": "addons:info",
1578
1669
  "pluginAlias": "heroku",
1579
1670
  "pluginName": "heroku",
1580
1671
  "pluginType": "core",
1581
1672
  "strict": true,
1582
- "topic": "apps",
1583
- "help": "$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...",
1673
+ "usage": "addons:info ADDON",
1674
+ "topic": "addons",
1584
1675
  "isESM": false,
1585
1676
  "relativePath": [
1586
1677
  "lib",
1587
1678
  "commands",
1588
- "apps",
1679
+ "addons",
1589
1680
  "info.js"
1590
1681
  ]
1591
1682
  },
1592
- "apps:join": {
1593
- "aliases": [
1594
- "join"
1595
- ],
1596
- "args": {},
1597
- "description": "add yourself to a team app",
1683
+ "addons:open": {
1684
+ "aliases": [],
1685
+ "args": {
1686
+ "addon": {
1687
+ "description": "unique identifier or globally unique name of the add-on",
1688
+ "name": "addon",
1689
+ "required": true
1690
+ }
1691
+ },
1692
+ "description": "open an add-on's dashboard in your browser",
1598
1693
  "flags": {
1694
+ "show-url": {
1695
+ "description": "show URL, do not open browser",
1696
+ "name": "show-url",
1697
+ "allowNo": false,
1698
+ "type": "boolean"
1699
+ },
1599
1700
  "app": {
1600
1701
  "char": "a",
1601
1702
  "description": "app to run command against",
1602
1703
  "name": "app",
1603
- "required": true,
1604
1704
  "hasDynamicHelp": false,
1605
1705
  "multiple": false,
1606
1706
  "type": "option"
@@ -1616,174 +1716,138 @@
1616
1716
  },
1617
1717
  "hasDynamicHelp": false,
1618
1718
  "hiddenAliases": [],
1619
- "id": "apps:join",
1719
+ "id": "addons:open",
1620
1720
  "pluginAlias": "heroku",
1621
1721
  "pluginName": "heroku",
1622
1722
  "pluginType": "core",
1623
1723
  "strict": true,
1624
- "topic": "apps",
1724
+ "topic": "addons",
1625
1725
  "isESM": false,
1626
1726
  "relativePath": [
1627
1727
  "lib",
1628
1728
  "commands",
1629
- "apps",
1630
- "join.js"
1729
+ "addons",
1730
+ "open.js"
1631
1731
  ]
1632
1732
  },
1633
- "apps:leave": {
1634
- "aliases": [
1635
- "leave"
1636
- ],
1637
- "args": {},
1638
- "description": "remove yourself from a team app",
1639
- "examples": "heroku apps:leave -a APP",
1733
+ "addons:plans": {
1734
+ "aliases": [],
1735
+ "args": {
1736
+ "service": {
1737
+ "description": "unique identifier or globally unique name of the add-on",
1738
+ "name": "service",
1739
+ "required": true
1740
+ }
1741
+ },
1742
+ "description": "list all available plans for an add-on service",
1640
1743
  "flags": {
1641
- "app": {
1642
- "char": "a",
1643
- "description": "app to run command against",
1644
- "name": "app",
1645
- "required": true,
1646
- "hasDynamicHelp": false,
1647
- "multiple": false,
1648
- "type": "option"
1649
- },
1650
- "remote": {
1651
- "char": "r",
1652
- "description": "git remote of app to use",
1653
- "name": "remote",
1654
- "hasDynamicHelp": false,
1655
- "multiple": false,
1656
- "type": "option"
1744
+ "json": {
1745
+ "description": "output in json format",
1746
+ "name": "json",
1747
+ "allowNo": false,
1748
+ "type": "boolean"
1657
1749
  }
1658
1750
  },
1659
1751
  "hasDynamicHelp": false,
1660
1752
  "hiddenAliases": [],
1661
- "id": "apps:leave",
1753
+ "id": "addons:plans",
1662
1754
  "pluginAlias": "heroku",
1663
1755
  "pluginName": "heroku",
1664
1756
  "pluginType": "core",
1665
1757
  "strict": true,
1666
- "topic": "apps",
1667
- "example": "heroku apps:leave -a APP",
1758
+ "topic": "addons",
1668
1759
  "isESM": false,
1669
1760
  "relativePath": [
1670
1761
  "lib",
1671
1762
  "commands",
1672
- "apps",
1673
- "leave.js"
1763
+ "addons",
1764
+ "plans.js"
1674
1765
  ]
1675
1766
  },
1676
- "apps:lock": {
1677
- "aliases": [
1678
- "lock"
1679
- ],
1680
- "args": {},
1681
- "description": "prevent team members from joining an app",
1682
- "flags": {
1683
- "app": {
1684
- "char": "a",
1685
- "description": "app to run command against",
1686
- "name": "app",
1687
- "required": true,
1688
- "hasDynamicHelp": false,
1689
- "multiple": false,
1690
- "type": "option"
1691
- },
1692
- "remote": {
1693
- "char": "r",
1694
- "description": "git remote of app to use",
1695
- "name": "remote",
1696
- "hasDynamicHelp": false,
1697
- "multiple": false,
1698
- "type": "option"
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
1774
+ },
1775
+ "new_name": {
1776
+ "description": "new globally unique name of the add-on",
1777
+ "name": "new_name",
1778
+ "required": true
1699
1779
  }
1700
1780
  },
1781
+ "description": "rename an add-on",
1782
+ "flags": {},
1701
1783
  "hasDynamicHelp": false,
1702
1784
  "hiddenAliases": [],
1703
- "id": "apps:lock",
1785
+ "id": "addons:rename",
1704
1786
  "pluginAlias": "heroku",
1705
1787
  "pluginName": "heroku",
1706
1788
  "pluginType": "core",
1707
1789
  "strict": true,
1708
- "topic": "apps",
1790
+ "topic": "addons",
1709
1791
  "isESM": false,
1710
1792
  "relativePath": [
1711
1793
  "lib",
1712
1794
  "commands",
1713
- "apps",
1714
- "lock.js"
1795
+ "addons",
1796
+ "rename.js"
1715
1797
  ]
1716
1798
  },
1717
- "apps:open": {
1799
+ "addons:services": {
1718
1800
  "aliases": [],
1719
- "args": {
1720
- "path": {
1721
- "description": "base URL path of app",
1722
- "name": "path",
1723
- "required": false
1724
- }
1725
- },
1726
- "description": "open the app in a web browser",
1727
- "examples": [
1728
- "$ heroku open -a myapp",
1729
- "$ heroku open -a myapp /foo"
1730
- ],
1801
+ "args": {},
1802
+ "description": "list all available add-on services",
1731
1803
  "flags": {
1732
- "app": {
1733
- "char": "a",
1734
- "description": "app to run command against",
1735
- "name": "app",
1736
- "required": true,
1737
- "hasDynamicHelp": false,
1738
- "multiple": false,
1739
- "type": "option"
1740
- },
1741
- "remote": {
1742
- "char": "r",
1743
- "description": "git remote of app to use",
1744
- "name": "remote",
1745
- "hasDynamicHelp": false,
1746
- "multiple": false,
1747
- "type": "option"
1804
+ "json": {
1805
+ "description": "output in json format",
1806
+ "name": "json",
1807
+ "allowNo": false,
1808
+ "type": "boolean"
1748
1809
  }
1749
1810
  },
1750
1811
  "hasDynamicHelp": false,
1751
- "hiddenAliases": [
1752
- "open"
1753
- ],
1754
- "id": "apps:open",
1812
+ "hiddenAliases": [],
1813
+ "id": "addons:services",
1755
1814
  "pluginAlias": "heroku",
1756
1815
  "pluginName": "heroku",
1757
1816
  "pluginType": "core",
1758
1817
  "strict": true,
1759
- "topic": "apps",
1818
+ "topic": "addons",
1760
1819
  "isESM": false,
1761
1820
  "relativePath": [
1762
1821
  "lib",
1763
1822
  "commands",
1764
- "apps",
1765
- "open.js"
1823
+ "addons",
1824
+ "services.js"
1766
1825
  ]
1767
1826
  },
1768
- "apps:rename": {
1769
- "aliases": [],
1827
+ "addons:upgrade": {
1828
+ "aliases": [
1829
+ "addons:downgrade"
1830
+ ],
1770
1831
  "args": {
1771
- "newname": {
1772
- "description": "new unique name of the app",
1773
- "name": "newname",
1832
+ "addon": {
1833
+ "description": "unique identifier or globally unique name of the add-on",
1834
+ "name": "addon",
1774
1835
  "required": true
1836
+ },
1837
+ "plan": {
1838
+ "description": "unique identifier or name of the plan",
1839
+ "name": "plan"
1775
1840
  }
1776
1841
  },
1777
- "description": "rename an app",
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 ",
1778
1843
  "examples": [
1779
- "$ heroku apps:rename --app oldname newname"
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"
1780
1845
  ],
1781
1846
  "flags": {
1782
1847
  "app": {
1783
1848
  "char": "a",
1784
1849
  "description": "app to run command against",
1785
1850
  "name": "app",
1786
- "required": true,
1787
1851
  "hasDynamicHelp": false,
1788
1852
  "multiple": false,
1789
1853
  "type": "option"
@@ -1798,106 +1862,42 @@
1798
1862
  }
1799
1863
  },
1800
1864
  "hasDynamicHelp": false,
1801
- "hiddenAliases": [
1802
- "rename"
1803
- ],
1804
- "id": "apps:rename",
1865
+ "hiddenAliases": [],
1866
+ "id": "addons:upgrade",
1805
1867
  "pluginAlias": "heroku",
1806
1868
  "pluginName": "heroku",
1807
1869
  "pluginType": "core",
1808
1870
  "strict": true,
1809
- "help": "This will locally update the git remote if it is set to the old app.",
1810
- "topic": "apps",
1871
+ "topic": "addons",
1811
1872
  "isESM": false,
1812
1873
  "relativePath": [
1813
1874
  "lib",
1814
1875
  "commands",
1815
- "apps",
1816
- "rename.js"
1876
+ "addons",
1877
+ "upgrade.js"
1817
1878
  ]
1818
1879
  },
1819
- "apps:transfer": {
1880
+ "addons:wait": {
1820
1881
  "aliases": [],
1821
1882
  "args": {
1822
- "recipient": {
1823
- "description": "user or team to transfer applications to",
1824
- "name": "recipient",
1825
- "required": true
1883
+ "addon": {
1884
+ "description": "unique identifier or globally unique name of the add-on",
1885
+ "name": "addon"
1826
1886
  }
1827
1887
  },
1828
- "description": "transfer applications to another user or team",
1829
- "examples": [
1830
- "$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
1831
- ],
1888
+ "description": "show provisioning status of the add-ons on the app",
1832
1889
  "flags": {
1833
- "locked": {
1834
- "char": "l",
1835
- "description": "lock the app upon transfer",
1836
- "name": "locked",
1837
- "required": false,
1838
- "allowNo": false,
1839
- "type": "boolean"
1840
- },
1841
- "bulk": {
1842
- "description": "transfer applications in bulk",
1843
- "name": "bulk",
1844
- "required": false,
1845
- "allowNo": false,
1846
- "type": "boolean"
1847
- },
1848
- "app": {
1849
- "char": "a",
1850
- "description": "app to run command against",
1851
- "name": "app",
1852
- "hasDynamicHelp": false,
1853
- "multiple": false,
1854
- "type": "option"
1855
- },
1856
- "remote": {
1857
- "char": "r",
1858
- "description": "git remote of app to use",
1859
- "name": "remote",
1890
+ "wait-interval": {
1891
+ "description": "how frequently to poll in seconds",
1892
+ "name": "wait-interval",
1860
1893
  "hasDynamicHelp": false,
1861
1894
  "multiple": false,
1862
1895
  "type": "option"
1863
1896
  },
1864
- "confirm": {
1865
- "char": "c",
1866
- "hidden": true,
1867
- "name": "confirm",
1868
- "hasDynamicHelp": false,
1869
- "multiple": false,
1870
- "type": "option"
1871
- }
1872
- },
1873
- "hasDynamicHelp": false,
1874
- "hiddenAliases": [],
1875
- "id": "apps:transfer",
1876
- "pluginAlias": "heroku",
1877
- "pluginName": "heroku",
1878
- "pluginType": "core",
1879
- "strict": true,
1880
- "topic": "apps",
1881
- "isESM": false,
1882
- "relativePath": [
1883
- "lib",
1884
- "commands",
1885
- "apps",
1886
- "transfer.js"
1887
- ]
1888
- },
1889
- "apps:unlock": {
1890
- "aliases": [
1891
- "unlock"
1892
- ],
1893
- "args": {},
1894
- "description": "unlock an app so any team member can join",
1895
- "flags": {
1896
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": {
@@ -5273,7 +5273,7 @@
5273
5273
  "aliases": [],
5274
5274
  "args": {},
5275
5275
  "description": "adds a git remote to an app repo\nextra arguments will be passed to git remote add\n",
5276
- "examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
5276
+ "examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example-staging",
5277
5277
  "flags": {
5278
5278
  "app": {
5279
5279
  "char": "a",
@@ -5299,7 +5299,7 @@
5299
5299
  "pluginName": "heroku",
5300
5300
  "pluginType": "core",
5301
5301
  "strict": false,
5302
- "example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
5302
+ "example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example-staging",
5303
5303
  "isESM": false,
5304
5304
  "relativePath": [
5305
5305
  "lib",
@@ -9329,10 +9329,23 @@
9329
9329
  },
9330
9330
  "run:inside": {
9331
9331
  "aliases": [],
9332
- "args": {},
9333
- "description": "run a one-off process inside an existing heroku dyno",
9332
+ "args": {
9333
+ "dyno_name": {
9334
+ "description": "name of the dyno to run command inside",
9335
+ "name": "dyno_name",
9336
+ "required": true
9337
+ },
9338
+ "command": {
9339
+ "description": "command to run (Heroku automatically prepends ‘launcher’ to the command)",
9340
+ "name": "command",
9341
+ "required": true
9342
+ }
9343
+ },
9344
+ "description": "run a command inside an existing dyno (for Fir-generation apps only)",
9334
9345
  "examples": [
9335
- "$ heroku run:inside web.1 bash"
9346
+ "Run bash\nheroku run:inside web-848cd4f64d-pvpr2 bash -a my-app\n",
9347
+ "Run a command supplied by a script taking option flags\nheroku run:inside web-848cd4f64d-pvpr2 -a my-app -- myscript.sh -x --log-level=warn\n",
9348
+ "Run a command declared for the worker process type in a Procfile\nheroku run:inside web-848cd4f64d-pvpr2 worker -a my-app\n"
9336
9349
  ],
9337
9350
  "flags": {
9338
9351
  "app": {
@@ -9344,14 +9357,6 @@
9344
9357
  "multiple": false,
9345
9358
  "type": "option"
9346
9359
  },
9347
- "remote": {
9348
- "char": "r",
9349
- "description": "git remote of app to use",
9350
- "name": "remote",
9351
- "hasDynamicHelp": false,
9352
- "multiple": false,
9353
- "type": "option"
9354
- },
9355
9360
  "exit-code": {
9356
9361
  "char": "x",
9357
9362
  "description": "passthrough the exit code of the remote command",
@@ -9365,10 +9370,23 @@
9365
9370
  "name": "listen",
9366
9371
  "allowNo": false,
9367
9372
  "type": "boolean"
9373
+ },
9374
+ "no-launcher": {
9375
+ "description": "don’t prepend ‘launcher’ before a command",
9376
+ "name": "no-launcher",
9377
+ "allowNo": false,
9378
+ "type": "boolean"
9379
+ },
9380
+ "remote": {
9381
+ "char": "r",
9382
+ "description": "git remote of app to use",
9383
+ "name": "remote",
9384
+ "hasDynamicHelp": false,
9385
+ "multiple": false,
9386
+ "type": "option"
9368
9387
  }
9369
9388
  },
9370
9389
  "hasDynamicHelp": false,
9371
- "hidden": true,
9372
9390
  "hiddenAliases": [],
9373
9391
  "id": "run:inside",
9374
9392
  "pluginAlias": "heroku",
@@ -9976,14 +9994,14 @@
9976
9994
  "telemetry:add": {
9977
9995
  "aliases": [],
9978
9996
  "args": {
9979
- "headers": {
9980
- "description": "custom headers to configure the drain in json format",
9981
- "name": "headers",
9997
+ "endpoint": {
9998
+ "description": "drain url",
9999
+ "name": "endpoint",
9982
10000
  "required": true
9983
10001
  }
9984
10002
  },
9985
10003
  "description": "Add and configure a new telemetry drain. Defaults to collecting all telemetry unless otherwise specified.",
9986
- "examples": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --app myapp --signals logs,traces --endpoint https://my-endpoint.com --transport http '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
10004
+ "examples": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add https://my-endpoint.com --app myapp --signals logs,traces --headers '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
9987
10005
  "flags": {
9988
10006
  "app": {
9989
10007
  "char": "a",
@@ -9993,6 +10011,13 @@
9993
10011
  "multiple": false,
9994
10012
  "type": "option"
9995
10013
  },
10014
+ "headers": {
10015
+ "description": "custom headers to configure the drain in json format",
10016
+ "name": "headers",
10017
+ "hasDynamicHelp": false,
10018
+ "multiple": false,
10019
+ "type": "option"
10020
+ },
9996
10021
  "space": {
9997
10022
  "char": "s",
9998
10023
  "description": "space to add a drain to",
@@ -10009,18 +10034,10 @@
10009
10034
  "multiple": false,
10010
10035
  "type": "option"
10011
10036
  },
10012
- "endpoint": {
10013
- "description": "drain url",
10014
- "name": "endpoint",
10015
- "required": true,
10016
- "hasDynamicHelp": false,
10017
- "multiple": false,
10018
- "type": "option"
10019
- },
10020
10037
  "transport": {
10021
10038
  "description": "transport protocol for the drain",
10022
10039
  "name": "transport",
10023
- "required": true,
10040
+ "default": "http",
10024
10041
  "hasDynamicHelp": false,
10025
10042
  "multiple": false,
10026
10043
  "options": [
@@ -10037,7 +10054,7 @@
10037
10054
  "pluginName": "heroku",
10038
10055
  "pluginType": "core",
10039
10056
  "strict": true,
10040
- "example": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add --app myapp --signals logs,traces --endpoint https://my-endpoint.com --transport http '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
10057
+ "example": "Add a telemetry drain to an app to collect logs and traces:\n$ heroku telemetry:add https://my-endpoint.com --app myapp --signals logs,traces --headers '{\"x-drain-example-team\": \"API_KEY\", \"x-drain-example-dataset\": \"METRICS_DATASET\"}'\n",
10041
10058
  "isESM": false,
10042
10059
  "relativePath": [
10043
10060
  "lib",
@@ -10165,25 +10182,28 @@
10165
10182
  "description": "ID of the drain to update",
10166
10183
  "name": "telemetry_drain_id",
10167
10184
  "required": true
10168
- },
10169
- "headers": {
10170
- "description": "custom headers to configure the drain in json format",
10171
- "name": "headers"
10172
10185
  }
10173
10186
  },
10174
10187
  "description": "updates a telemetry drain with provided attributes (attributes not provided remain unchanged)",
10175
10188
  "examples": "$ heroku telemetry:update acde070d-8c4c-4f0d-9d8a-162843c10333 --signals logs,metrics --endpoint https://my-new-endpoint.com\n",
10176
10189
  "flags": {
10177
- "signals": {
10178
- "description": "comma-delimited list of signals to collect (traces, metrics, logs). Use \"all\" to collect all signals.",
10179
- "name": "signals",
10190
+ "endpoint": {
10191
+ "description": "drain url",
10192
+ "name": "endpoint",
10180
10193
  "hasDynamicHelp": false,
10181
10194
  "multiple": false,
10182
10195
  "type": "option"
10183
10196
  },
10184
- "endpoint": {
10185
- "description": "drain url",
10186
- "name": "endpoint",
10197
+ "headers": {
10198
+ "description": "custom headers to configure the drain in json format",
10199
+ "name": "headers",
10200
+ "hasDynamicHelp": false,
10201
+ "multiple": false,
10202
+ "type": "option"
10203
+ },
10204
+ "signals": {
10205
+ "description": "comma-delimited list of signals to collect (traces, metrics, logs). Use \"all\" to collect all signals.",
10206
+ "name": "signals",
10187
10207
  "hasDynamicHelp": false,
10188
10208
  "multiple": false,
10189
10209
  "type": "option"
@@ -14431,5 +14451,5 @@
14431
14451
  ]
14432
14452
  }
14433
14453
  },
14434
- "version": "10.0.0-beta.0"
14454
+ "version": "10.0.0-beta.3"
14435
14455
  }