heroku 10.4.1 → 10.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -533,125 +533,124 @@
533
533
  "update.js"
534
534
  ]
535
535
  },
536
- "apps:create": {
536
+ "addons:attach": {
537
537
  "aliases": [],
538
538
  "args": {
539
- "app": {
540
- "description": "name of app to create",
541
- "name": "app",
542
- "required": false
539
+ "addon_name": {
540
+ "description": "unique identifier or globally unique name of the add-on",
541
+ "name": "addon_name",
542
+ "required": true
543
543
  }
544
544
  },
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
- ],
545
+ "description": "attach an existing add-on resource to an app",
549
546
  "flags": {
550
- "app": {
551
- "hidden": true,
552
- "name": "app",
547
+ "as": {
548
+ "description": "name for add-on attachment",
549
+ "name": "as",
553
550
  "hasDynamicHelp": false,
554
551
  "multiple": false,
555
552
  "type": "option"
556
553
  },
557
- "addons": {
558
- "description": "comma-delimited list of addons to install",
559
- "name": "addons",
554
+ "credential": {
555
+ "description": "credential name for scoped access to Heroku Postgres",
556
+ "name": "credential",
560
557
  "hasDynamicHelp": false,
561
558
  "multiple": false,
562
559
  "type": "option"
563
560
  },
564
- "buildpack": {
565
- "char": "b",
566
- "description": "buildpack url to use for this app",
567
- "name": "buildpack",
561
+ "confirm": {
562
+ "description": "overwrite existing add-on attachment with same name",
563
+ "name": "confirm",
568
564
  "hasDynamicHelp": false,
569
565
  "multiple": false,
570
566
  "type": "option"
571
567
  },
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"
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"
586
576
  },
587
577
  "remote": {
588
578
  "char": "r",
589
- "description": "the git remote to create, default \"heroku\"",
579
+ "description": "git remote of app to use",
590
580
  "name": "remote",
591
- "default": "heroku",
592
581
  "hasDynamicHelp": false,
593
582
  "multiple": false,
594
583
  "type": "option"
595
- },
596
- "stack": {
597
- "char": "s",
598
- "description": "the stack to create the app on",
599
- "name": "stack",
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",
600
617
  "hasDynamicHelp": false,
601
618
  "multiple": false,
602
619
  "type": "option"
603
620
  },
604
- "space": {
605
- "description": "the private space to create the app in",
606
- "name": "space",
621
+ "as": {
622
+ "description": "name for the initial add-on attachment",
623
+ "name": "as",
607
624
  "hasDynamicHelp": false,
608
625
  "multiple": false,
609
626
  "type": "option"
610
627
  },
611
- "region": {
612
- "description": "specify region for the app to run in",
613
- "name": "region",
628
+ "confirm": {
629
+ "description": "overwrite existing config vars or existing add-on attachments",
630
+ "name": "confirm",
614
631
  "hasDynamicHelp": false,
615
632
  "multiple": false,
616
633
  "type": "option"
617
634
  },
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",
635
+ "wait": {
636
+ "description": "watch add-on creation status and exit when complete",
637
+ "name": "wait",
622
638
  "allowNo": false,
623
639
  "type": "boolean"
624
640
  },
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",
641
+ "app": {
642
+ "char": "a",
643
+ "description": "app to run command against",
644
+ "name": "app",
645
+ "required": true,
635
646
  "hasDynamicHelp": false,
636
647
  "multiple": false,
637
648
  "type": "option"
638
649
  },
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",
650
+ "remote": {
651
+ "char": "r",
652
+ "description": "git remote of app to use",
653
+ "name": "remote",
655
654
  "hasDynamicHelp": false,
656
655
  "multiple": false,
657
656
  "type": "option"
@@ -659,31 +658,57 @@
659
658
  },
660
659
  "hasDynamicHelp": false,
661
660
  "hiddenAliases": [
662
- "create"
661
+ "addons:add"
663
662
  ],
664
- "id": "apps:create",
663
+ "id": "addons:create",
665
664
  "pluginAlias": "heroku",
666
665
  "pluginName": "heroku",
667
666
  "pluginType": "core",
668
- "strict": true,
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",
669
670
  "isESM": false,
670
671
  "relativePath": [
671
672
  "lib",
672
673
  "commands",
673
- "apps",
674
+ "addons",
674
675
  "create.js"
675
676
  ]
676
677
  },
677
- "apps:destroy": {
678
+ "addons:destroy": {
678
679
  "aliases": [],
679
680
  "args": {
680
- "app": {
681
- "hidden": true,
682
- "name": "app"
681
+ "addonName": {
682
+ "description": "unique identifier or globally unique name of the add-on",
683
+ "name": "addonName",
684
+ "required": true
683
685
  }
684
686
  },
685
- "description": "permanently destroy an app",
687
+ "description": "permanently destroy an add-on resource",
688
+ "examples": [
689
+ "addons:destroy [ADDON]... [flags]"
690
+ ],
686
691
  "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
+ },
687
712
  "app": {
688
713
  "char": "a",
689
714
  "description": "app to run command against",
@@ -699,38 +724,36 @@
699
724
  "hasDynamicHelp": false,
700
725
  "multiple": false,
701
726
  "type": "option"
702
- },
703
- "confirm": {
704
- "char": "c",
705
- "name": "confirm",
706
- "hasDynamicHelp": false,
707
- "multiple": false,
708
- "type": "option"
709
727
  }
710
728
  },
711
729
  "hasDynamicHelp": false,
712
730
  "hiddenAliases": [
713
- "destroy",
714
- "apps:delete"
731
+ "addons:remove"
715
732
  ],
716
- "id": "apps:destroy",
733
+ "id": "addons:destroy",
717
734
  "pluginAlias": "heroku",
718
735
  "pluginName": "heroku",
719
736
  "pluginType": "core",
720
- "strict": true,
721
- "help": "This will also destroy all add-ons on the app.",
737
+ "strict": false,
738
+ "topic": "addons",
722
739
  "isESM": false,
723
740
  "relativePath": [
724
741
  "lib",
725
742
  "commands",
726
- "apps",
743
+ "addons",
727
744
  "destroy.js"
728
745
  ]
729
746
  },
730
- "apps:errors": {
747
+ "addons:detach": {
731
748
  "aliases": [],
732
- "args": {},
733
- "description": "view app errors",
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",
734
757
  "flags": {
735
758
  "app": {
736
759
  "char": "a",
@@ -748,136 +771,96 @@
748
771
  "hasDynamicHelp": false,
749
772
  "multiple": false,
750
773
  "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"
777
774
  }
778
775
  },
779
776
  "hasDynamicHelp": false,
780
777
  "hiddenAliases": [],
781
- "id": "apps:errors",
778
+ "id": "addons:detach",
782
779
  "pluginAlias": "heroku",
783
780
  "pluginName": "heroku",
784
781
  "pluginType": "core",
785
782
  "strict": true,
783
+ "topic": "addons",
786
784
  "isESM": false,
787
785
  "relativePath": [
788
786
  "lib",
789
787
  "commands",
790
- "apps",
791
- "errors.js"
788
+ "addons",
789
+ "detach.js"
792
790
  ]
793
791
  },
794
- "apps": {
792
+ "addons:docs": {
795
793
  "aliases": [],
796
- "args": {},
797
- "description": "list your apps",
798
- "examples": [
799
- "$ heroku apps"
800
- ],
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",
801
802
  "flags": {
802
- "all": {
803
- "char": "A",
804
- "description": "include apps in all teams",
805
- "name": "all",
806
- "allowNo": false,
807
- "type": "boolean"
808
- },
809
- "json": {
810
- "char": "j",
811
- "description": "output in json format",
812
- "name": "json",
803
+ "show-url": {
804
+ "description": "show URL, do not open browser",
805
+ "name": "show-url",
813
806
  "allowNo": false,
814
807
  "type": "boolean"
815
808
  },
816
- "space": {
817
- "char": "s",
818
- "description": "filter by space",
819
- "name": "space",
809
+ "app": {
810
+ "char": "a",
811
+ "description": "app to run command against",
812
+ "name": "app",
820
813
  "hasDynamicHelp": false,
821
814
  "multiple": false,
822
815
  "type": "option"
823
816
  },
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",
817
+ "remote": {
818
+ "char": "r",
819
+ "description": "git remote of app to use",
820
+ "name": "remote",
843
821
  "hasDynamicHelp": false,
844
822
  "multiple": false,
845
823
  "type": "option"
846
824
  }
847
825
  },
848
826
  "hasDynamicHelp": false,
849
- "hiddenAliases": [
850
- "list",
851
- "apps:list"
852
- ],
853
- "id": "apps",
827
+ "hiddenAliases": [],
828
+ "id": "addons:docs",
854
829
  "pluginAlias": "heroku",
855
830
  "pluginName": "heroku",
856
831
  "pluginType": "core",
857
832
  "strict": true,
858
- "topic": "apps",
833
+ "topic": "addons",
859
834
  "isESM": false,
860
835
  "relativePath": [
861
836
  "lib",
862
837
  "commands",
863
- "apps",
864
- "index.js"
838
+ "addons",
839
+ "docs.js"
865
840
  ]
866
841
  },
867
- "apps:info": {
842
+ "addons": {
868
843
  "aliases": [],
869
- "args": {
870
- "app": {
871
- "hidden": true,
872
- "name": "app"
873
- }
874
- },
875
- "description": "show detailed app information",
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 ",
876
846
  "examples": [
877
- "$ heroku apps:info",
878
- "$ heroku apps:info --shell"
847
+ "$ heroku addons --all",
848
+ "$ heroku addons --app acme-inc-www"
879
849
  ],
880
850
  "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
+ },
881
864
  "app": {
882
865
  "char": "a",
883
866
  "description": "app to run command against",
@@ -893,60 +876,40 @@
893
876
  "hasDynamicHelp": false,
894
877
  "multiple": false,
895
878
  "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"
917
879
  }
918
880
  },
919
881
  "hasDynamicHelp": false,
920
- "hiddenAliases": [
921
- "info"
922
- ],
923
- "id": "apps:info",
882
+ "hiddenAliases": [],
883
+ "id": "addons",
924
884
  "pluginAlias": "heroku",
925
885
  "pluginName": "heroku",
926
886
  "pluginType": "core",
927
887
  "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...",
888
+ "usage": "addons [--all|--app APP]",
889
+ "topic": "addons",
930
890
  "isESM": false,
931
891
  "relativePath": [
932
892
  "lib",
933
893
  "commands",
934
- "apps",
935
- "info.js"
894
+ "addons",
895
+ "index.js"
936
896
  ]
937
897
  },
938
- "apps:join": {
939
- "aliases": [
940
- "join"
941
- ],
942
- "args": {},
943
- "description": "add yourself to a team app",
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",
944
908
  "flags": {
945
909
  "app": {
946
910
  "char": "a",
947
911
  "description": "app to run command against",
948
912
  "name": "app",
949
- "required": true,
950
913
  "hasDynamicHelp": false,
951
914
  "multiple": false,
952
915
  "type": "option"
@@ -962,33 +925,42 @@
962
925
  },
963
926
  "hasDynamicHelp": false,
964
927
  "hiddenAliases": [],
965
- "id": "apps:join",
928
+ "id": "addons:info",
966
929
  "pluginAlias": "heroku",
967
930
  "pluginName": "heroku",
968
931
  "pluginType": "core",
969
932
  "strict": true,
970
- "topic": "apps",
933
+ "usage": "addons:info ADDON",
934
+ "topic": "addons",
971
935
  "isESM": false,
972
936
  "relativePath": [
973
937
  "lib",
974
938
  "commands",
975
- "apps",
976
- "join.js"
939
+ "addons",
940
+ "info.js"
977
941
  ]
978
942
  },
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",
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",
986
953
  "flags": {
954
+ "show-url": {
955
+ "description": "show URL, do not open browser",
956
+ "name": "show-url",
957
+ "allowNo": false,
958
+ "type": "boolean"
959
+ },
987
960
  "app": {
988
961
  "char": "a",
989
962
  "description": "app to run command against",
990
963
  "name": "app",
991
- "required": true,
992
964
  "hasDynamicHelp": false,
993
965
  "multiple": false,
994
966
  "type": "option"
@@ -1004,82 +976,138 @@
1004
976
  },
1005
977
  "hasDynamicHelp": false,
1006
978
  "hiddenAliases": [],
1007
- "id": "apps:leave",
979
+ "id": "addons:open",
1008
980
  "pluginAlias": "heroku",
1009
981
  "pluginName": "heroku",
1010
982
  "pluginType": "core",
1011
983
  "strict": true,
1012
- "topic": "apps",
1013
- "example": "heroku apps:leave -a APP",
984
+ "topic": "addons",
1014
985
  "isESM": false,
1015
986
  "relativePath": [
1016
987
  "lib",
1017
988
  "commands",
1018
- "apps",
1019
- "leave.js"
989
+ "addons",
990
+ "open.js"
1020
991
  ]
1021
992
  },
1022
- "apps:lock": {
1023
- "aliases": [
1024
- "lock"
1025
- ],
1026
- "args": {},
1027
- "description": "prevent team members from joining an app",
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",
1028
1003
  "flags": {
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"
1004
+ "json": {
1005
+ "description": "output in json format",
1006
+ "name": "json",
1007
+ "allowNo": false,
1008
+ "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
1037
1034
  },
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"
1035
+ "new_name": {
1036
+ "description": "new globally unique name of the add-on",
1037
+ "name": "new_name",
1038
+ "required": true
1045
1039
  }
1046
1040
  },
1041
+ "description": "rename an add-on",
1042
+ "flags": {},
1047
1043
  "hasDynamicHelp": false,
1048
1044
  "hiddenAliases": [],
1049
- "id": "apps:lock",
1045
+ "id": "addons:rename",
1050
1046
  "pluginAlias": "heroku",
1051
1047
  "pluginName": "heroku",
1052
1048
  "pluginType": "core",
1053
1049
  "strict": true,
1054
- "topic": "apps",
1050
+ "topic": "addons",
1055
1051
  "isESM": false,
1056
1052
  "relativePath": [
1057
1053
  "lib",
1058
1054
  "commands",
1059
- "apps",
1060
- "lock.js"
1055
+ "addons",
1056
+ "rename.js"
1061
1057
  ]
1062
1058
  },
1063
- "apps:open": {
1059
+ "addons:services": {
1064
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
+ ],
1065
1091
  "args": {
1066
- "path": {
1067
- "description": "base URL path of app",
1068
- "name": "path",
1069
- "required": false
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"
1070
1100
  }
1071
1101
  },
1072
- "description": "open the app in a web browser",
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 ",
1073
1103
  "examples": [
1074
- "$ heroku open -a myapp",
1075
- "$ heroku open -a myapp /foo"
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"
1076
1105
  ],
1077
1106
  "flags": {
1078
1107
  "app": {
1079
1108
  "char": "a",
1080
1109
  "description": "app to run command against",
1081
1110
  "name": "app",
1082
- "required": true,
1083
1111
  "hasDynamicHelp": false,
1084
1112
  "multiple": false,
1085
1113
  "type": "option"
@@ -1094,42 +1122,42 @@
1094
1122
  }
1095
1123
  },
1096
1124
  "hasDynamicHelp": false,
1097
- "hiddenAliases": [
1098
- "open"
1099
- ],
1100
- "id": "apps:open",
1125
+ "hiddenAliases": [],
1126
+ "id": "addons:upgrade",
1101
1127
  "pluginAlias": "heroku",
1102
1128
  "pluginName": "heroku",
1103
1129
  "pluginType": "core",
1104
1130
  "strict": true,
1105
- "topic": "apps",
1131
+ "topic": "addons",
1106
1132
  "isESM": false,
1107
1133
  "relativePath": [
1108
1134
  "lib",
1109
1135
  "commands",
1110
- "apps",
1111
- "open.js"
1136
+ "addons",
1137
+ "upgrade.js"
1112
1138
  ]
1113
1139
  },
1114
- "apps:rename": {
1140
+ "addons:wait": {
1115
1141
  "aliases": [],
1116
1142
  "args": {
1117
- "newname": {
1118
- "description": "new unique name of the app",
1119
- "name": "newname",
1120
- "required": true
1143
+ "addon": {
1144
+ "description": "unique identifier or globally unique name of the add-on",
1145
+ "name": "addon"
1121
1146
  }
1122
1147
  },
1123
- "description": "rename an app",
1124
- "examples": [
1125
- "$ heroku apps:rename --app oldname newname"
1126
- ],
1148
+ "description": "show provisioning status of the add-ons on the app",
1127
1149
  "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
+ },
1128
1157
  "app": {
1129
1158
  "char": "a",
1130
1159
  "description": "app to run command against",
1131
1160
  "name": "app",
1132
- "required": true,
1133
1161
  "hasDynamicHelp": false,
1134
1162
  "multiple": false,
1135
1163
  "type": "option"
@@ -1144,106 +1172,176 @@
1144
1172
  }
1145
1173
  },
1146
1174
  "hasDynamicHelp": false,
1147
- "hiddenAliases": [
1148
- "rename"
1149
- ],
1150
- "id": "apps:rename",
1175
+ "hiddenAliases": [],
1176
+ "id": "addons:wait",
1151
1177
  "pluginAlias": "heroku",
1152
1178
  "pluginName": "heroku",
1153
1179
  "pluginType": "core",
1154
1180
  "strict": true,
1155
- "help": "This will locally update the git remote if it is set to the old app.",
1156
- "topic": "apps",
1181
+ "topic": "addons",
1157
1182
  "isESM": false,
1158
1183
  "relativePath": [
1159
1184
  "lib",
1160
1185
  "commands",
1161
- "apps",
1162
- "rename.js"
1186
+ "addons",
1187
+ "wait.js"
1163
1188
  ]
1164
1189
  },
1165
- "apps:transfer": {
1190
+ "apps:create": {
1166
1191
  "aliases": [],
1167
1192
  "args": {
1168
- "recipient": {
1169
- "description": "user or team to transfer applications to",
1170
- "name": "recipient",
1171
- "required": true
1193
+ "app": {
1194
+ "description": "name of app to create",
1195
+ "name": "app",
1196
+ "required": false
1172
1197
  }
1173
1198
  },
1174
- "description": "transfer applications to another user or team",
1199
+ "description": "creates a new app",
1175
1200
  "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..."
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"
1177
1202
  ],
1178
1203
  "flags": {
1179
- "locked": {
1180
- "char": "l",
1181
- "description": "lock the app upon transfer",
1182
- "name": "locked",
1183
- "required": false,
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",
1184
1231
  "allowNo": false,
1185
1232
  "type": "boolean"
1186
1233
  },
1187
- "bulk": {
1188
- "description": "transfer applications in bulk",
1189
- "name": "bulk",
1190
- "required": false,
1234
+ "no-remote": {
1235
+ "char": "n",
1236
+ "description": "do not create a git remote",
1237
+ "name": "no-remote",
1191
1238
  "allowNo": false,
1192
1239
  "type": "boolean"
1193
1240
  },
1194
- "app": {
1195
- "char": "a",
1196
- "description": "app to run command against",
1197
- "name": "app",
1241
+ "remote": {
1242
+ "char": "r",
1243
+ "description": "the git remote to create, default \"heroku\"",
1244
+ "name": "remote",
1245
+ "default": "heroku",
1198
1246
  "hasDynamicHelp": false,
1199
1247
  "multiple": false,
1200
1248
  "type": "option"
1201
1249
  },
1202
- "remote": {
1203
- "char": "r",
1204
- "description": "git remote of app to use",
1205
- "name": "remote",
1250
+ "stack": {
1251
+ "char": "s",
1252
+ "description": "the stack to create the app on",
1253
+ "name": "stack",
1206
1254
  "hasDynamicHelp": false,
1207
1255
  "multiple": false,
1208
1256
  "type": "option"
1209
1257
  },
1210
- "confirm": {
1211
- "char": "c",
1258
+ "space": {
1259
+ "description": "the private space to create the app in",
1260
+ "name": "space",
1261
+ "hasDynamicHelp": false,
1262
+ "multiple": false,
1263
+ "type": "option"
1264
+ },
1265
+ "region": {
1266
+ "description": "specify region for the app to run in",
1267
+ "name": "region",
1268
+ "hasDynamicHelp": false,
1269
+ "multiple": false,
1270
+ "type": "option"
1271
+ },
1272
+ "internal-routing": {
1273
+ "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
1212
1274
  "hidden": true,
1213
- "name": "confirm",
1275
+ "name": "internal-routing",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
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",
1289
+ "hasDynamicHelp": false,
1290
+ "multiple": false,
1291
+ "type": "option"
1292
+ },
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",
1214
1309
  "hasDynamicHelp": false,
1215
1310
  "multiple": false,
1216
1311
  "type": "option"
1217
1312
  }
1218
1313
  },
1219
1314
  "hasDynamicHelp": false,
1220
- "hiddenAliases": [],
1221
- "id": "apps:transfer",
1315
+ "hiddenAliases": [
1316
+ "create"
1317
+ ],
1318
+ "id": "apps:create",
1222
1319
  "pluginAlias": "heroku",
1223
1320
  "pluginName": "heroku",
1224
1321
  "pluginType": "core",
1225
1322
  "strict": true,
1226
- "topic": "apps",
1227
1323
  "isESM": false,
1228
1324
  "relativePath": [
1229
1325
  "lib",
1230
1326
  "commands",
1231
1327
  "apps",
1232
- "transfer.js"
1328
+ "create.js"
1233
1329
  ]
1234
1330
  },
1235
- "apps:unlock": {
1236
- "aliases": [
1237
- "unlock"
1238
- ],
1239
- "args": {},
1240
- "description": "unlock an app so any team member can join",
1331
+ "apps:destroy": {
1332
+ "aliases": [],
1333
+ "args": {
1334
+ "app": {
1335
+ "hidden": true,
1336
+ "name": "app"
1337
+ }
1338
+ },
1339
+ "description": "permanently destroy an app",
1241
1340
  "flags": {
1242
1341
  "app": {
1243
1342
  "char": "a",
1244
1343
  "description": "app to run command against",
1245
1344
  "name": "app",
1246
- "required": true,
1247
1345
  "hasDynamicHelp": false,
1248
1346
  "multiple": false,
1249
1347
  "type": "option"
@@ -1255,56 +1353,39 @@
1255
1353
  "hasDynamicHelp": false,
1256
1354
  "multiple": false,
1257
1355
  "type": "option"
1356
+ },
1357
+ "confirm": {
1358
+ "char": "c",
1359
+ "name": "confirm",
1360
+ "hasDynamicHelp": false,
1361
+ "multiple": false,
1362
+ "type": "option"
1258
1363
  }
1259
1364
  },
1260
1365
  "hasDynamicHelp": false,
1261
- "hiddenAliases": [],
1262
- "id": "apps:unlock",
1366
+ "hiddenAliases": [
1367
+ "destroy",
1368
+ "apps:delete"
1369
+ ],
1370
+ "id": "apps:destroy",
1263
1371
  "pluginAlias": "heroku",
1264
1372
  "pluginName": "heroku",
1265
1373
  "pluginType": "core",
1266
1374
  "strict": true,
1267
- "topic": "apps",
1375
+ "help": "This will also destroy all add-ons on the app.",
1268
1376
  "isESM": false,
1269
1377
  "relativePath": [
1270
1378
  "lib",
1271
1379
  "commands",
1272
1380
  "apps",
1273
- "unlock.js"
1381
+ "destroy.js"
1274
1382
  ]
1275
1383
  },
1276
- "addons:attach": {
1384
+ "apps:errors": {
1277
1385
  "aliases": [],
1278
- "args": {
1279
- "addon_name": {
1280
- "description": "unique identifier or globally unique name of the add-on",
1281
- "name": "addon_name",
1282
- "required": true
1283
- }
1284
- },
1285
- "description": "attach an existing add-on resource to an app",
1386
+ "args": {},
1387
+ "description": "view app errors",
1286
1388
  "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
- },
1308
1389
  "app": {
1309
1390
  "char": "a",
1310
1391
  "description": "app to run command against",
@@ -1321,76 +1402,98 @@
1321
1402
  "hasDynamicHelp": false,
1322
1403
  "multiple": false,
1323
1404
  "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"
1324
1431
  }
1325
1432
  },
1326
1433
  "hasDynamicHelp": false,
1327
1434
  "hiddenAliases": [],
1328
- "id": "addons:attach",
1435
+ "id": "apps:errors",
1329
1436
  "pluginAlias": "heroku",
1330
1437
  "pluginName": "heroku",
1331
1438
  "pluginType": "core",
1332
1439
  "strict": true,
1333
- "topic": "addons",
1334
1440
  "isESM": false,
1335
1441
  "relativePath": [
1336
1442
  "lib",
1337
1443
  "commands",
1338
- "addons",
1339
- "attach.js"
1444
+ "apps",
1445
+ "errors.js"
1340
1446
  ]
1341
1447
  },
1342
- "addons:create": {
1448
+ "apps": {
1343
1449
  "aliases": [],
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",
1450
+ "args": {},
1451
+ "description": "list your apps",
1452
+ "examples": [
1453
+ "$ heroku apps"
1454
+ ],
1353
1455
  "flags": {
1354
- "name": {
1355
- "description": "name for the add-on resource",
1356
- "name": "name",
1357
- "hasDynamicHelp": false,
1358
- "multiple": false,
1359
- "type": "option"
1456
+ "all": {
1457
+ "char": "A",
1458
+ "description": "include apps in all teams",
1459
+ "name": "all",
1460
+ "allowNo": false,
1461
+ "type": "boolean"
1360
1462
  },
1361
- "as": {
1362
- "description": "name for the initial add-on attachment",
1363
- "name": "as",
1364
- "hasDynamicHelp": false,
1365
- "multiple": false,
1366
- "type": "option"
1463
+ "json": {
1464
+ "char": "j",
1465
+ "description": "output in json format",
1466
+ "name": "json",
1467
+ "allowNo": false,
1468
+ "type": "boolean"
1367
1469
  },
1368
- "confirm": {
1369
- "description": "overwrite existing config vars or existing add-on attachments",
1370
- "name": "confirm",
1470
+ "space": {
1471
+ "char": "s",
1472
+ "description": "filter by space",
1473
+ "name": "space",
1371
1474
  "hasDynamicHelp": false,
1372
1475
  "multiple": false,
1373
1476
  "type": "option"
1374
1477
  },
1375
- "wait": {
1376
- "description": "watch add-on creation status and exit when complete",
1377
- "name": "wait",
1478
+ "personal": {
1479
+ "char": "p",
1480
+ "description": "list apps in personal account when a default team is set",
1481
+ "name": "personal",
1378
1482
  "allowNo": false,
1379
1483
  "type": "boolean"
1380
1484
  },
1381
- "app": {
1382
- "char": "a",
1383
- "description": "app to run command against",
1384
- "name": "app",
1385
- "required": true,
1386
- "hasDynamicHelp": false,
1387
- "multiple": false,
1388
- "type": "option"
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"
1389
1492
  },
1390
- "remote": {
1391
- "char": "r",
1392
- "description": "git remote of app to use",
1393
- "name": "remote",
1493
+ "team": {
1494
+ "char": "t",
1495
+ "description": "team to use",
1496
+ "name": "team",
1394
1497
  "hasDynamicHelp": false,
1395
1498
  "multiple": false,
1396
1499
  "type": "option"
@@ -1398,57 +1501,37 @@
1398
1501
  },
1399
1502
  "hasDynamicHelp": false,
1400
1503
  "hiddenAliases": [
1401
- "addons:add"
1504
+ "list",
1505
+ "apps:list"
1402
1506
  ],
1403
- "id": "addons:create",
1507
+ "id": "apps",
1404
1508
  "pluginAlias": "heroku",
1405
1509
  "pluginName": "heroku",
1406
1510
  "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",
1511
+ "strict": true,
1512
+ "topic": "apps",
1410
1513
  "isESM": false,
1411
1514
  "relativePath": [
1412
1515
  "lib",
1413
1516
  "commands",
1414
- "addons",
1415
- "create.js"
1517
+ "apps",
1518
+ "index.js"
1416
1519
  ]
1417
1520
  },
1418
- "addons:destroy": {
1521
+ "apps:info": {
1419
1522
  "aliases": [],
1420
1523
  "args": {
1421
- "addonName": {
1422
- "description": "unique identifier or globally unique name of the add-on",
1423
- "name": "addonName",
1424
- "required": true
1524
+ "app": {
1525
+ "hidden": true,
1526
+ "name": "app"
1425
1527
  }
1426
1528
  },
1427
- "description": "permanently destroy an add-on resource",
1529
+ "description": "show detailed app information",
1428
1530
  "examples": [
1429
- "addons:destroy [ADDON]... [flags]"
1531
+ "$ heroku apps:info",
1532
+ "$ heroku apps:info --shell"
1430
1533
  ],
1431
1534
  "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"
1438
- },
1439
- "confirm": {
1440
- "char": "c",
1441
- "name": "confirm",
1442
- "hasDynamicHelp": false,
1443
- "multiple": false,
1444
- "type": "option"
1445
- },
1446
- "wait": {
1447
- "description": "watch add-on destruction status and exit when complete",
1448
- "name": "wait",
1449
- "allowNo": false,
1450
- "type": "boolean"
1451
- },
1452
1535
  "app": {
1453
1536
  "char": "a",
1454
1537
  "description": "app to run command against",
@@ -1464,36 +1547,54 @@
1464
1547
  "hasDynamicHelp": false,
1465
1548
  "multiple": false,
1466
1549
  "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"
1467
1571
  }
1468
1572
  },
1469
1573
  "hasDynamicHelp": false,
1470
1574
  "hiddenAliases": [
1471
- "addons:remove"
1575
+ "info"
1472
1576
  ],
1473
- "id": "addons:destroy",
1577
+ "id": "apps:info",
1474
1578
  "pluginAlias": "heroku",
1475
1579
  "pluginName": "heroku",
1476
1580
  "pluginType": "core",
1477
- "strict": false,
1478
- "topic": "addons",
1581
+ "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...",
1479
1584
  "isESM": false,
1480
1585
  "relativePath": [
1481
1586
  "lib",
1482
1587
  "commands",
1483
- "addons",
1484
- "destroy.js"
1588
+ "apps",
1589
+ "info.js"
1485
1590
  ]
1486
1591
  },
1487
- "addons:detach": {
1488
- "aliases": [],
1489
- "args": {
1490
- "attachment_name": {
1491
- "description": "unique identifier of the add-on attachment",
1492
- "name": "attachment_name",
1493
- "required": true
1494
- }
1495
- },
1496
- "description": "detach an existing add-on resource from an app",
1592
+ "apps:join": {
1593
+ "aliases": [
1594
+ "join"
1595
+ ],
1596
+ "args": {},
1597
+ "description": "add yourself to a team app",
1497
1598
  "flags": {
1498
1599
  "app": {
1499
1600
  "char": "a",
@@ -1515,41 +1616,33 @@
1515
1616
  },
1516
1617
  "hasDynamicHelp": false,
1517
1618
  "hiddenAliases": [],
1518
- "id": "addons:detach",
1619
+ "id": "apps:join",
1519
1620
  "pluginAlias": "heroku",
1520
1621
  "pluginName": "heroku",
1521
1622
  "pluginType": "core",
1522
1623
  "strict": true,
1523
- "topic": "addons",
1624
+ "topic": "apps",
1524
1625
  "isESM": false,
1525
1626
  "relativePath": [
1526
1627
  "lib",
1527
1628
  "commands",
1528
- "addons",
1529
- "detach.js"
1629
+ "apps",
1630
+ "join.js"
1530
1631
  ]
1531
1632
  },
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",
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",
1542
1640
  "flags": {
1543
- "show-url": {
1544
- "description": "show URL, do not open browser",
1545
- "name": "show-url",
1546
- "allowNo": false,
1547
- "type": "boolean"
1548
- },
1549
1641
  "app": {
1550
1642
  "char": "a",
1551
1643
  "description": "app to run command against",
1552
1644
  "name": "app",
1645
+ "required": true,
1553
1646
  "hasDynamicHelp": false,
1554
1647
  "multiple": false,
1555
1648
  "type": "option"
@@ -1565,46 +1658,33 @@
1565
1658
  },
1566
1659
  "hasDynamicHelp": false,
1567
1660
  "hiddenAliases": [],
1568
- "id": "addons:docs",
1661
+ "id": "apps:leave",
1569
1662
  "pluginAlias": "heroku",
1570
1663
  "pluginName": "heroku",
1571
1664
  "pluginType": "core",
1572
1665
  "strict": true,
1573
- "topic": "addons",
1666
+ "topic": "apps",
1667
+ "example": "heroku apps:leave -a APP",
1574
1668
  "isESM": false,
1575
1669
  "relativePath": [
1576
1670
  "lib",
1577
1671
  "commands",
1578
- "addons",
1579
- "docs.js"
1672
+ "apps",
1673
+ "leave.js"
1580
1674
  ]
1581
1675
  },
1582
- "addons": {
1583
- "aliases": [],
1584
- "args": {},
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"
1676
+ "apps:lock": {
1677
+ "aliases": [
1678
+ "lock"
1589
1679
  ],
1680
+ "args": {},
1681
+ "description": "prevent team members from joining an app",
1590
1682
  "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
- },
1604
1683
  "app": {
1605
1684
  "char": "a",
1606
1685
  "description": "app to run command against",
1607
1686
  "name": "app",
1687
+ "required": true,
1608
1688
  "hasDynamicHelp": false,
1609
1689
  "multiple": false,
1610
1690
  "type": "option"
@@ -1620,36 +1700,40 @@
1620
1700
  },
1621
1701
  "hasDynamicHelp": false,
1622
1702
  "hiddenAliases": [],
1623
- "id": "addons",
1703
+ "id": "apps:lock",
1624
1704
  "pluginAlias": "heroku",
1625
1705
  "pluginName": "heroku",
1626
1706
  "pluginType": "core",
1627
1707
  "strict": true,
1628
- "usage": "addons [--all|--app APP]",
1629
- "topic": "addons",
1708
+ "topic": "apps",
1630
1709
  "isESM": false,
1631
1710
  "relativePath": [
1632
1711
  "lib",
1633
1712
  "commands",
1634
- "addons",
1635
- "index.js"
1713
+ "apps",
1714
+ "lock.js"
1636
1715
  ]
1637
1716
  },
1638
- "addons:info": {
1717
+ "apps:open": {
1639
1718
  "aliases": [],
1640
1719
  "args": {
1641
- "addon": {
1642
- "description": "unique identifier or globally unique name of the add-on",
1643
- "name": "addon",
1644
- "required": true
1720
+ "path": {
1721
+ "description": "base URL path of app",
1722
+ "name": "path",
1723
+ "required": false
1645
1724
  }
1646
1725
  },
1647
- "description": "show detailed add-on resource and attachment information",
1726
+ "description": "open the app in a web browser",
1727
+ "examples": [
1728
+ "$ heroku open -a myapp",
1729
+ "$ heroku open -a myapp /foo"
1730
+ ],
1648
1731
  "flags": {
1649
1732
  "app": {
1650
1733
  "char": "a",
1651
1734
  "description": "app to run command against",
1652
1735
  "name": "app",
1736
+ "required": true,
1653
1737
  "hasDynamicHelp": false,
1654
1738
  "multiple": false,
1655
1739
  "type": "option"
@@ -1664,43 +1748,42 @@
1664
1748
  }
1665
1749
  },
1666
1750
  "hasDynamicHelp": false,
1667
- "hiddenAliases": [],
1668
- "id": "addons:info",
1751
+ "hiddenAliases": [
1752
+ "open"
1753
+ ],
1754
+ "id": "apps:open",
1669
1755
  "pluginAlias": "heroku",
1670
1756
  "pluginName": "heroku",
1671
1757
  "pluginType": "core",
1672
1758
  "strict": true,
1673
- "usage": "addons:info ADDON",
1674
- "topic": "addons",
1759
+ "topic": "apps",
1675
1760
  "isESM": false,
1676
1761
  "relativePath": [
1677
1762
  "lib",
1678
1763
  "commands",
1679
- "addons",
1680
- "info.js"
1764
+ "apps",
1765
+ "open.js"
1681
1766
  ]
1682
1767
  },
1683
- "addons:open": {
1768
+ "apps:rename": {
1684
1769
  "aliases": [],
1685
1770
  "args": {
1686
- "addon": {
1687
- "description": "unique identifier or globally unique name of the add-on",
1688
- "name": "addon",
1771
+ "newname": {
1772
+ "description": "new unique name of the app",
1773
+ "name": "newname",
1689
1774
  "required": true
1690
1775
  }
1691
1776
  },
1692
- "description": "open an add-on's dashboard in your browser",
1777
+ "description": "rename an app",
1778
+ "examples": [
1779
+ "$ heroku apps:rename --app oldname newname"
1780
+ ],
1693
1781
  "flags": {
1694
- "show-url": {
1695
- "description": "show URL, do not open browser",
1696
- "name": "show-url",
1697
- "allowNo": false,
1698
- "type": "boolean"
1699
- },
1700
1782
  "app": {
1701
1783
  "char": "a",
1702
1784
  "description": "app to run command against",
1703
1785
  "name": "app",
1786
+ "required": true,
1704
1787
  "hasDynamicHelp": false,
1705
1788
  "multiple": false,
1706
1789
  "type": "option"
@@ -1715,135 +1798,53 @@
1715
1798
  }
1716
1799
  },
1717
1800
  "hasDynamicHelp": false,
1718
- "hiddenAliases": [],
1719
- "id": "addons:open",
1720
- "pluginAlias": "heroku",
1721
- "pluginName": "heroku",
1722
- "pluginType": "core",
1723
- "strict": true,
1724
- "topic": "addons",
1725
- "isESM": false,
1726
- "relativePath": [
1727
- "lib",
1728
- "commands",
1729
- "addons",
1730
- "open.js"
1731
- ]
1732
- },
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",
1743
- "flags": {
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
1774
- },
1775
- "new_name": {
1776
- "description": "new globally unique name of the add-on",
1777
- "name": "new_name",
1778
- "required": true
1779
- }
1780
- },
1781
- "description": "rename an add-on",
1782
- "flags": {},
1783
- "hasDynamicHelp": false,
1784
- "hiddenAliases": [],
1785
- "id": "addons:rename",
1786
- "pluginAlias": "heroku",
1787
- "pluginName": "heroku",
1788
- "pluginType": "core",
1789
- "strict": true,
1790
- "topic": "addons",
1791
- "isESM": false,
1792
- "relativePath": [
1793
- "lib",
1794
- "commands",
1795
- "addons",
1796
- "rename.js"
1797
- ]
1798
- },
1799
- "addons:services": {
1800
- "aliases": [],
1801
- "args": {},
1802
- "description": "list all available add-on services",
1803
- "flags": {
1804
- "json": {
1805
- "description": "output in json format",
1806
- "name": "json",
1807
- "allowNo": false,
1808
- "type": "boolean"
1809
- }
1810
- },
1811
- "hasDynamicHelp": false,
1812
- "hiddenAliases": [],
1813
- "id": "addons:services",
1801
+ "hiddenAliases": [
1802
+ "rename"
1803
+ ],
1804
+ "id": "apps:rename",
1814
1805
  "pluginAlias": "heroku",
1815
1806
  "pluginName": "heroku",
1816
1807
  "pluginType": "core",
1817
1808
  "strict": true,
1818
- "topic": "addons",
1809
+ "help": "This will locally update the git remote if it is set to the old app.",
1810
+ "topic": "apps",
1819
1811
  "isESM": false,
1820
1812
  "relativePath": [
1821
1813
  "lib",
1822
1814
  "commands",
1823
- "addons",
1824
- "services.js"
1815
+ "apps",
1816
+ "rename.js"
1825
1817
  ]
1826
1818
  },
1827
- "addons:upgrade": {
1828
- "aliases": [
1829
- "addons:downgrade"
1830
- ],
1819
+ "apps:transfer": {
1820
+ "aliases": [],
1831
1821
  "args": {
1832
- "addon": {
1833
- "description": "unique identifier or globally unique name of the add-on",
1834
- "name": "addon",
1822
+ "recipient": {
1823
+ "description": "user or team to transfer applications to",
1824
+ "name": "recipient",
1835
1825
  "required": true
1836
- },
1837
- "plan": {
1838
- "description": "unique identifier or name of the plan",
1839
- "name": "plan"
1840
1826
  }
1841
1827
  },
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 ",
1828
+ "description": "transfer applications to another user or team",
1843
1829
  "examples": [
1844
- "Upgrade an add-on by service name:\n$ heroku addons:upgrade heroku-redis:premium-2\n\nUpgrade a specific add-on:\n$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2"
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..."
1845
1831
  ],
1846
1832
  "flags": {
1833
+ "locked": {
1834
+ "char": "l",
1835
+ "description": "lock the app upon transfer",
1836
+ "name": "locked",
1837
+ "required": false,
1838
+ "allowNo": false,
1839
+ "type": "boolean"
1840
+ },
1841
+ "bulk": {
1842
+ "description": "transfer applications in bulk",
1843
+ "name": "bulk",
1844
+ "required": false,
1845
+ "allowNo": false,
1846
+ "type": "boolean"
1847
+ },
1847
1848
  "app": {
1848
1849
  "char": "a",
1849
1850
  "description": "app to run command against",
@@ -1859,45 +1860,44 @@
1859
1860
  "hasDynamicHelp": false,
1860
1861
  "multiple": false,
1861
1862
  "type": "option"
1863
+ },
1864
+ "confirm": {
1865
+ "char": "c",
1866
+ "hidden": true,
1867
+ "name": "confirm",
1868
+ "hasDynamicHelp": false,
1869
+ "multiple": false,
1870
+ "type": "option"
1862
1871
  }
1863
1872
  },
1864
1873
  "hasDynamicHelp": false,
1865
1874
  "hiddenAliases": [],
1866
- "id": "addons:upgrade",
1875
+ "id": "apps:transfer",
1867
1876
  "pluginAlias": "heroku",
1868
1877
  "pluginName": "heroku",
1869
1878
  "pluginType": "core",
1870
1879
  "strict": true,
1871
- "topic": "addons",
1880
+ "topic": "apps",
1872
1881
  "isESM": false,
1873
1882
  "relativePath": [
1874
1883
  "lib",
1875
1884
  "commands",
1876
- "addons",
1877
- "upgrade.js"
1885
+ "apps",
1886
+ "transfer.js"
1878
1887
  ]
1879
1888
  },
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",
1889
+ "apps:unlock": {
1890
+ "aliases": [
1891
+ "unlock"
1892
+ ],
1893
+ "args": {},
1894
+ "description": "unlock an app so any team member can join",
1889
1895
  "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
- },
1897
1896
  "app": {
1898
1897
  "char": "a",
1899
1898
  "description": "app to run command against",
1900
1899
  "name": "app",
1900
+ "required": true,
1901
1901
  "hasDynamicHelp": false,
1902
1902
  "multiple": false,
1903
1903
  "type": "option"
@@ -1913,18 +1913,18 @@
1913
1913
  },
1914
1914
  "hasDynamicHelp": false,
1915
1915
  "hiddenAliases": [],
1916
- "id": "addons:wait",
1916
+ "id": "apps:unlock",
1917
1917
  "pluginAlias": "heroku",
1918
1918
  "pluginName": "heroku",
1919
1919
  "pluginType": "core",
1920
1920
  "strict": true,
1921
- "topic": "addons",
1921
+ "topic": "apps",
1922
1922
  "isESM": false,
1923
1923
  "relativePath": [
1924
1924
  "lib",
1925
1925
  "commands",
1926
- "addons",
1927
- "wait.js"
1926
+ "apps",
1927
+ "unlock.js"
1928
1928
  ]
1929
1929
  },
1930
1930
  "auth:login": {
@@ -8204,41 +8204,23 @@
8204
8204
  "wait.js"
8205
8205
  ]
8206
8206
  },
8207
- "releases": {
8207
+ "redis:cli": {
8208
8208
  "aliases": [],
8209
- "args": {},
8210
- "description": "display the releases for an app",
8209
+ "args": {
8210
+ "database": {
8211
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8212
+ "name": "database"
8213
+ }
8214
+ },
8215
+ "description": "opens a redis prompt",
8211
8216
  "examples": [
8212
- "v1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8213
- "v2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8214
- "v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)"
8217
+ "$ heroku redis:cli --app=my-app my-database",
8218
+ "$ heroku redis:cli --app=my-app --confirm my-database"
8215
8219
  ],
8216
8220
  "flags": {
8217
- "num": {
8218
- "char": "n",
8219
- "description": "number of releases to show",
8220
- "name": "num",
8221
- "hasDynamicHelp": false,
8222
- "multiple": false,
8223
- "type": "option"
8224
- },
8225
- "json": {
8226
- "description": "output releases in json format",
8227
- "name": "json",
8228
- "allowNo": false,
8229
- "type": "boolean"
8230
- },
8231
- "extended": {
8232
- "char": "x",
8233
- "hidden": true,
8234
- "name": "extended",
8235
- "allowNo": false,
8236
- "type": "boolean"
8237
- },
8238
- "remote": {
8239
- "char": "r",
8240
- "description": "git remote of app to use",
8241
- "name": "remote",
8221
+ "confirm": {
8222
+ "char": "c",
8223
+ "name": "confirm",
8242
8224
  "hasDynamicHelp": false,
8243
8225
  "multiple": false,
8244
8226
  "type": "option"
@@ -8251,46 +8233,6 @@
8251
8233
  "hasDynamicHelp": false,
8252
8234
  "multiple": false,
8253
8235
  "type": "option"
8254
- }
8255
- },
8256
- "hasDynamicHelp": false,
8257
- "hiddenAliases": [],
8258
- "id": "releases",
8259
- "pluginAlias": "heroku",
8260
- "pluginName": "heroku",
8261
- "pluginType": "core",
8262
- "strict": true,
8263
- "topic": "releases",
8264
- "isESM": false,
8265
- "relativePath": [
8266
- "lib",
8267
- "commands",
8268
- "releases",
8269
- "index.js"
8270
- ]
8271
- },
8272
- "releases:info": {
8273
- "aliases": [],
8274
- "args": {
8275
- "release": {
8276
- "description": "ID of the release. If omitted, we use the last release ID.",
8277
- "name": "release"
8278
- }
8279
- },
8280
- "description": "view detailed information for a release",
8281
- "flags": {
8282
- "json": {
8283
- "description": "output in json format",
8284
- "name": "json",
8285
- "allowNo": false,
8286
- "type": "boolean"
8287
- },
8288
- "shell": {
8289
- "char": "s",
8290
- "description": "output in shell format",
8291
- "name": "shell",
8292
- "allowNo": false,
8293
- "type": "boolean"
8294
8236
  },
8295
8237
  "remote": {
8296
8238
  "char": "r",
@@ -8299,51 +8241,35 @@
8299
8241
  "hasDynamicHelp": false,
8300
8242
  "multiple": false,
8301
8243
  "type": "option"
8302
- },
8303
- "app": {
8304
- "char": "a",
8305
- "description": "app to run command against",
8306
- "name": "app",
8307
- "required": true,
8308
- "hasDynamicHelp": false,
8309
- "multiple": false,
8310
- "type": "option"
8311
8244
  }
8312
8245
  },
8313
8246
  "hasDynamicHelp": false,
8314
8247
  "hiddenAliases": [],
8315
- "id": "releases:info",
8248
+ "id": "redis:cli",
8316
8249
  "pluginAlias": "heroku",
8317
8250
  "pluginName": "heroku",
8318
8251
  "pluginType": "core",
8319
8252
  "strict": true,
8320
- "topic": "releases",
8253
+ "topic": "redis",
8321
8254
  "isESM": false,
8322
8255
  "relativePath": [
8323
8256
  "lib",
8324
8257
  "commands",
8325
- "releases",
8326
- "info.js"
8258
+ "redis",
8259
+ "cli.js"
8327
8260
  ]
8328
8261
  },
8329
- "releases:output": {
8262
+ "redis:credentials": {
8330
8263
  "aliases": [],
8331
8264
  "args": {
8332
- "release": {
8333
- "description": "ID of the release. If omitted, we use the last release ID.",
8334
- "name": "release"
8265
+ "database": {
8266
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8267
+ "name": "database",
8268
+ "required": false
8335
8269
  }
8336
8270
  },
8337
- "description": "View the release command output",
8271
+ "description": "display credentials information",
8338
8272
  "flags": {
8339
- "remote": {
8340
- "char": "r",
8341
- "description": "git remote of app to use",
8342
- "name": "remote",
8343
- "hasDynamicHelp": false,
8344
- "multiple": false,
8345
- "type": "option"
8346
- },
8347
8273
  "app": {
8348
8274
  "char": "a",
8349
8275
  "description": "app to run command against",
@@ -8352,31 +8278,49 @@
8352
8278
  "hasDynamicHelp": false,
8353
8279
  "multiple": false,
8354
8280
  "type": "option"
8281
+ },
8282
+ "remote": {
8283
+ "char": "r",
8284
+ "description": "git remote of app to use",
8285
+ "name": "remote",
8286
+ "hasDynamicHelp": false,
8287
+ "multiple": false,
8288
+ "type": "option"
8289
+ },
8290
+ "reset": {
8291
+ "description": "reset credentials",
8292
+ "name": "reset",
8293
+ "allowNo": false,
8294
+ "type": "boolean"
8355
8295
  }
8356
8296
  },
8357
8297
  "hasDynamicHelp": false,
8358
8298
  "hiddenAliases": [],
8359
- "id": "releases:output",
8299
+ "id": "redis:credentials",
8360
8300
  "pluginAlias": "heroku",
8361
8301
  "pluginName": "heroku",
8362
8302
  "pluginType": "core",
8363
8303
  "strict": true,
8364
- "topic": "releases",
8304
+ "topic": "redis",
8365
8305
  "isESM": false,
8366
8306
  "relativePath": [
8367
8307
  "lib",
8368
8308
  "commands",
8369
- "releases",
8370
- "output.js"
8309
+ "redis",
8310
+ "credentials.js"
8371
8311
  ]
8372
8312
  },
8373
- "releases:retry": {
8374
- "aliases": [],
8375
- "args": {},
8376
- "description": "retry the latest release-phase command",
8377
- "examples": [
8378
- "heroku releases:retry --app happy-samurai-42"
8313
+ "redis:info": {
8314
+ "aliases": [
8315
+ "redis"
8379
8316
  ],
8317
+ "args": {
8318
+ "database": {
8319
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8320
+ "name": "database"
8321
+ }
8322
+ },
8323
+ "description": "gets information about redis",
8380
8324
  "flags": {
8381
8325
  "app": {
8382
8326
  "char": "a",
@@ -8386,35 +8330,58 @@
8386
8330
  "hasDynamicHelp": false,
8387
8331
  "multiple": false,
8388
8332
  "type": "option"
8333
+ },
8334
+ "remote": {
8335
+ "char": "r",
8336
+ "description": "git remote of app to use",
8337
+ "name": "remote",
8338
+ "hasDynamicHelp": false,
8339
+ "multiple": false,
8340
+ "type": "option"
8341
+ },
8342
+ "json": {
8343
+ "char": "j",
8344
+ "description": "output in json format",
8345
+ "name": "json",
8346
+ "allowNo": false,
8347
+ "type": "boolean"
8389
8348
  }
8390
8349
  },
8391
8350
  "hasDynamicHelp": false,
8392
8351
  "hiddenAliases": [],
8393
- "id": "releases:retry",
8352
+ "id": "redis:info",
8394
8353
  "pluginAlias": "heroku",
8395
8354
  "pluginName": "heroku",
8396
8355
  "pluginType": "core",
8397
8356
  "strict": true,
8398
- "topic": "releases",
8399
- "help": "Copies the latest release into a new release and retries the latest release-phase command. App must have a release-phase command.",
8357
+ "topic": "redis",
8400
8358
  "isESM": false,
8401
8359
  "relativePath": [
8402
8360
  "lib",
8403
8361
  "commands",
8404
- "releases",
8405
- "retry.js"
8362
+ "redis",
8363
+ "info.js"
8406
8364
  ]
8407
8365
  },
8408
- "releases:rollback": {
8366
+ "redis:keyspace-notifications": {
8409
8367
  "aliases": [],
8410
8368
  "args": {
8411
- "release": {
8412
- "description": "ID of the release. If omitted, we use the last eligible release.",
8413
- "name": "release"
8369
+ "database": {
8370
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8371
+ "name": "database"
8414
8372
  }
8415
8373
  },
8416
- "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
8374
+ "description": "set the keyspace notifications configuration\nSet the configuration to enable keyspace notification events:\nK Keyspace events, published with __keyspace@<db>__ prefix.\nE Keyevent events, published with __keyevent@<db>__ prefix.\ng Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...\n$ String commands\nl List commands\ns Set commands\nh Hash commands\nz Sorted set commands\nt Stream commands\nx Expired events (events generated every time a key expires)\ne Evicted events (events generated when a key is evicted for maxmemory)\nm Key miss events (events generated when a key that doesn't exist is accessed)\nA Alias for \"g$lshztxe\", so that the \"AKE\" string means all the events except \"m\".\n\npass an empty string ('') to disable keyspace notifications\n",
8417
8375
  "flags": {
8376
+ "app": {
8377
+ "char": "a",
8378
+ "description": "app to run command against",
8379
+ "name": "app",
8380
+ "required": true,
8381
+ "hasDynamicHelp": false,
8382
+ "multiple": false,
8383
+ "type": "option"
8384
+ },
8418
8385
  "remote": {
8419
8386
  "char": "r",
8420
8387
  "description": "git remote of app to use",
@@ -8423,10 +8390,10 @@
8423
8390
  "multiple": false,
8424
8391
  "type": "option"
8425
8392
  },
8426
- "app": {
8427
- "char": "a",
8428
- "description": "app to run command against",
8429
- "name": "app",
8393
+ "config": {
8394
+ "char": "c",
8395
+ "description": "set keyspace notifications configuration",
8396
+ "name": "config",
8430
8397
  "required": true,
8431
8398
  "hasDynamicHelp": false,
8432
8399
  "multiple": false,
@@ -8434,35 +8401,37 @@
8434
8401
  }
8435
8402
  },
8436
8403
  "hasDynamicHelp": false,
8437
- "hiddenAliases": [
8438
- "rollback"
8439
- ],
8440
- "id": "releases:rollback",
8404
+ "hiddenAliases": [],
8405
+ "id": "redis:keyspace-notifications",
8441
8406
  "pluginAlias": "heroku",
8442
8407
  "pluginName": "heroku",
8443
8408
  "pluginType": "core",
8444
8409
  "strict": true,
8445
- "topic": "releases",
8410
+ "topic": "redis",
8446
8411
  "isESM": false,
8447
8412
  "relativePath": [
8448
8413
  "lib",
8449
8414
  "commands",
8450
- "releases",
8451
- "rollback.js"
8415
+ "redis",
8416
+ "keyspace-notifications.js"
8452
8417
  ]
8453
8418
  },
8454
- "reviewapps:disable": {
8419
+ "redis:maintenance": {
8455
8420
  "aliases": [],
8456
- "args": {},
8457
- "description": "disable review apps and/or settings on an existing pipeline",
8458
- "examples": [
8459
- "$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy"
8460
- ],
8421
+ "args": {
8422
+ "database": {
8423
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8424
+ "name": "database",
8425
+ "required": false
8426
+ }
8427
+ },
8428
+ "description": "manage maintenance windows\nSet or change the maintenance window for your Redis instance\n",
8461
8429
  "flags": {
8462
8430
  "app": {
8463
8431
  "char": "a",
8464
- "description": "parent app used by review apps",
8432
+ "description": "app to run command against",
8465
8433
  "name": "app",
8434
+ "required": true,
8466
8435
  "hasDynamicHelp": false,
8467
8436
  "multiple": false,
8468
8437
  "type": "option"
@@ -8475,144 +8444,110 @@
8475
8444
  "multiple": false,
8476
8445
  "type": "option"
8477
8446
  },
8478
- "pipeline": {
8479
- "char": "p",
8480
- "description": "name of pipeline",
8481
- "name": "pipeline",
8482
- "required": true,
8447
+ "window": {
8448
+ "char": "w",
8449
+ "description": "set weekly UTC maintenance window (format: \"Day HH:MM\", where MM is 00 or 30)",
8450
+ "name": "window",
8451
+ "required": false,
8483
8452
  "hasDynamicHelp": false,
8484
8453
  "multiple": false,
8485
8454
  "type": "option"
8486
8455
  },
8487
- "autodeploy": {
8488
- "description": "disable autodeployments",
8489
- "hidden": true,
8490
- "name": "autodeploy",
8491
- "allowNo": false,
8492
- "type": "boolean"
8493
- },
8494
- "autodestroy": {
8495
- "description": "disable automatically destroying review apps",
8496
- "hidden": true,
8497
- "name": "autodestroy",
8498
- "allowNo": false,
8499
- "type": "boolean"
8500
- },
8501
- "wait-for-ci": {
8502
- "description": "disable wait for CI",
8503
- "hidden": true,
8504
- "name": "wait-for-ci",
8505
- "allowNo": false,
8506
- "type": "boolean"
8507
- },
8508
- "no-autodeploy": {
8509
- "description": "disable autodeployments",
8510
- "name": "no-autodeploy",
8511
- "allowNo": false,
8512
- "type": "boolean"
8513
- },
8514
- "no-autodestroy": {
8515
- "description": "disable automatically destroying review apps",
8516
- "name": "no-autodestroy",
8456
+ "run": {
8457
+ "description": "start maintenance",
8458
+ "name": "run",
8459
+ "required": false,
8517
8460
  "allowNo": false,
8518
8461
  "type": "boolean"
8519
8462
  },
8520
- "no-wait-for-ci": {
8521
- "description": "disable wait for CI",
8522
- "name": "no-wait-for-ci",
8463
+ "force": {
8464
+ "char": "f",
8465
+ "description": "start maintenance without entering application maintenance mode",
8466
+ "name": "force",
8467
+ "required": false,
8523
8468
  "allowNo": false,
8524
8469
  "type": "boolean"
8525
8470
  }
8526
8471
  },
8527
8472
  "hasDynamicHelp": false,
8528
8473
  "hiddenAliases": [],
8529
- "id": "reviewapps:disable",
8474
+ "id": "redis:maintenance",
8530
8475
  "pluginAlias": "heroku",
8531
8476
  "pluginName": "heroku",
8532
8477
  "pluginType": "core",
8533
8478
  "strict": true,
8479
+ "topic": "redis",
8534
8480
  "isESM": false,
8535
8481
  "relativePath": [
8536
8482
  "lib",
8537
8483
  "commands",
8538
- "reviewapps",
8539
- "disable.js"
8484
+ "redis",
8485
+ "maintenance.js"
8540
8486
  ]
8541
8487
  },
8542
- "reviewapps:enable": {
8488
+ "redis:maxmemory": {
8543
8489
  "aliases": [],
8544
- "args": {},
8545
- "description": "enable review apps and/or settings on an existing pipeline",
8546
- "examples": [
8547
- "$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy"
8548
- ],
8490
+ "args": {
8491
+ "database": {
8492
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8493
+ "name": "database"
8494
+ }
8495
+ },
8496
+ "description": "set the key eviction policy when instances reach their storage limit\n Available policies for key eviction include:\n\n noeviction # returns errors when memory limit is reached\n allkeys-lfu # removes less frequently used keys first\n volatile-lfu # removes less frequently used keys first that have an expiry set\n allkeys-lru # removes less recently used keys first\n volatile-lru # removes less recently used keys first that have an expiry set\n allkeys-random # evicts random keys\n volatile-random # evicts random keys but only those that have an expiry set\n volatile-ttl # only evicts keys with an expiry set and a short TTL\n",
8549
8497
  "flags": {
8550
8498
  "app": {
8551
8499
  "char": "a",
8552
- "description": "parent app used by review apps",
8500
+ "description": "app to run command against",
8553
8501
  "name": "app",
8502
+ "required": true,
8554
8503
  "hasDynamicHelp": false,
8555
8504
  "multiple": false,
8556
8505
  "type": "option"
8557
8506
  },
8558
- "remote": {
8559
- "char": "r",
8560
- "description": "git remote of app to use",
8561
- "name": "remote",
8507
+ "policy": {
8508
+ "char": "p",
8509
+ "description": "set policy name",
8510
+ "name": "policy",
8511
+ "required": true,
8562
8512
  "hasDynamicHelp": false,
8563
8513
  "multiple": false,
8564
8514
  "type": "option"
8565
8515
  },
8566
- "pipeline": {
8567
- "char": "p",
8568
- "description": "name of pipeline",
8569
- "name": "pipeline",
8570
- "required": true,
8516
+ "remote": {
8517
+ "char": "r",
8518
+ "description": "git remote of app to use",
8519
+ "name": "remote",
8571
8520
  "hasDynamicHelp": false,
8572
8521
  "multiple": false,
8573
8522
  "type": "option"
8574
- },
8575
- "autodeploy": {
8576
- "description": "autodeploy the review app",
8577
- "name": "autodeploy",
8578
- "allowNo": false,
8579
- "type": "boolean"
8580
- },
8581
- "autodestroy": {
8582
- "description": "autodestroy the review app",
8583
- "name": "autodestroy",
8584
- "allowNo": false,
8585
- "type": "boolean"
8586
- },
8587
- "wait-for-ci": {
8588
- "description": "wait for CI to pass before deploying",
8589
- "name": "wait-for-ci",
8590
- "allowNo": false,
8591
- "type": "boolean"
8592
8523
  }
8593
8524
  },
8594
8525
  "hasDynamicHelp": false,
8595
8526
  "hiddenAliases": [],
8596
- "id": "reviewapps:enable",
8527
+ "id": "redis:maxmemory",
8597
8528
  "pluginAlias": "heroku",
8598
8529
  "pluginName": "heroku",
8599
8530
  "pluginType": "core",
8600
8531
  "strict": true,
8532
+ "topic": "redis",
8601
8533
  "isESM": false,
8602
8534
  "relativePath": [
8603
8535
  "lib",
8604
8536
  "commands",
8605
- "reviewapps",
8606
- "enable.js"
8537
+ "redis",
8538
+ "maxmemory.js"
8607
8539
  ]
8608
8540
  },
8609
- "run:detached": {
8541
+ "redis:promote": {
8610
8542
  "aliases": [],
8611
- "args": {},
8612
- "description": "run a detached dyno, where output is sent to your logs",
8613
- "examples": [
8614
- "$ heroku run:detached ls"
8615
- ],
8543
+ "args": {
8544
+ "database": {
8545
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8546
+ "name": "database",
8547
+ "required": false
8548
+ }
8549
+ },
8550
+ "description": "sets DATABASE as your REDIS_URL",
8616
8551
  "flags": {
8617
8552
  "app": {
8618
8553
  "char": "a",
@@ -8630,65 +8565,37 @@
8630
8565
  "hasDynamicHelp": false,
8631
8566
  "multiple": false,
8632
8567
  "type": "option"
8633
- },
8634
- "env": {
8635
- "char": "e",
8636
- "description": "environment variables to set (use ';' to split multiple vars)",
8637
- "name": "env",
8638
- "hasDynamicHelp": false,
8639
- "multiple": false,
8640
- "type": "option"
8641
- },
8642
- "size": {
8643
- "char": "s",
8644
- "description": "dyno size",
8645
- "name": "size",
8646
- "hasDynamicHelp": false,
8647
- "multiple": false,
8648
- "type": "option"
8649
- },
8650
- "tail": {
8651
- "char": "t",
8652
- "description": "continually stream logs",
8653
- "name": "tail",
8654
- "allowNo": false,
8655
- "type": "boolean"
8656
- },
8657
- "type": {
8658
- "description": "process type",
8659
- "name": "type",
8660
- "hasDynamicHelp": false,
8661
- "multiple": false,
8662
- "type": "option"
8663
8568
  }
8664
8569
  },
8665
8570
  "hasDynamicHelp": false,
8666
8571
  "hiddenAliases": [],
8667
- "id": "run:detached",
8572
+ "id": "redis:promote",
8668
8573
  "pluginAlias": "heroku",
8669
8574
  "pluginName": "heroku",
8670
8575
  "pluginType": "core",
8671
- "strict": false,
8576
+ "strict": true,
8577
+ "topic": "redis",
8672
8578
  "isESM": false,
8673
8579
  "relativePath": [
8674
8580
  "lib",
8675
8581
  "commands",
8676
- "run",
8677
- "detached.js"
8678
- ]
8679
- },
8680
- "run": {
8681
- "aliases": [],
8682
- "args": {},
8683
- "description": "run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.",
8684
- "examples": [
8685
- "$ heroku run bash",
8686
- "$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2"
8687
- ],
8582
+ "redis",
8583
+ "promote.js"
8584
+ ]
8585
+ },
8586
+ "redis:stats-reset": {
8587
+ "aliases": [],
8588
+ "args": {
8589
+ "database": {
8590
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8591
+ "name": "database"
8592
+ }
8593
+ },
8594
+ "description": "reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)",
8688
8595
  "flags": {
8689
8596
  "app": {
8690
8597
  "char": "a",
8691
- "description": "parent app used by review apps",
8598
+ "description": "app to run command against",
8692
8599
  "name": "app",
8693
8600
  "required": true,
8694
8601
  "hasDynamicHelp": false,
@@ -8703,91 +8610,39 @@
8703
8610
  "multiple": false,
8704
8611
  "type": "option"
8705
8612
  },
8706
- "size": {
8707
- "char": "s",
8708
- "description": "dyno size",
8709
- "name": "size",
8710
- "hasDynamicHelp": false,
8711
- "multiple": false,
8712
- "type": "option"
8713
- },
8714
- "type": {
8715
- "description": "process type",
8716
- "name": "type",
8717
- "hasDynamicHelp": false,
8718
- "multiple": false,
8719
- "type": "option"
8720
- },
8721
- "exit-code": {
8722
- "char": "x",
8723
- "description": "passthrough the exit code of the remote command",
8724
- "name": "exit-code",
8725
- "allowNo": false,
8726
- "type": "boolean"
8727
- },
8728
- "env": {
8729
- "char": "e",
8730
- "description": "environment variables to set (use ';' to split multiple vars)",
8731
- "name": "env",
8613
+ "confirm": {
8614
+ "char": "c",
8615
+ "name": "confirm",
8732
8616
  "hasDynamicHelp": false,
8733
8617
  "multiple": false,
8734
8618
  "type": "option"
8735
- },
8736
- "no-tty": {
8737
- "description": "force the command to not run in a tty",
8738
- "name": "no-tty",
8739
- "allowNo": false,
8740
- "type": "boolean"
8741
- },
8742
- "listen": {
8743
- "description": "listen on a local port",
8744
- "hidden": true,
8745
- "name": "listen",
8746
- "allowNo": false,
8747
- "type": "boolean"
8748
- },
8749
- "no-notify": {
8750
- "description": "disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)",
8751
- "name": "no-notify",
8752
- "allowNo": false,
8753
- "type": "boolean"
8754
8619
  }
8755
8620
  },
8756
8621
  "hasDynamicHelp": false,
8757
8622
  "hiddenAliases": [],
8758
- "id": "run",
8623
+ "id": "redis:stats-reset",
8759
8624
  "pluginAlias": "heroku",
8760
8625
  "pluginName": "heroku",
8761
8626
  "pluginType": "core",
8762
- "strict": false,
8627
+ "strict": true,
8628
+ "topic": "redis",
8763
8629
  "isESM": false,
8764
8630
  "relativePath": [
8765
8631
  "lib",
8766
8632
  "commands",
8767
- "run",
8768
- "index.js"
8633
+ "redis",
8634
+ "stats-reset.js"
8769
8635
  ]
8770
8636
  },
8771
- "run:inside": {
8637
+ "redis:timeout": {
8772
8638
  "aliases": [],
8773
8639
  "args": {
8774
- "dyno_name": {
8775
- "description": "name of the dyno to run command inside",
8776
- "name": "dyno_name",
8777
- "required": true
8778
- },
8779
- "command": {
8780
- "description": "command to run (Heroku automatically prepends ‘launcher’ to the command)",
8781
- "name": "command",
8782
- "required": true
8640
+ "database": {
8641
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8642
+ "name": "database"
8783
8643
  }
8784
8644
  },
8785
- "description": "run a command inside an existing dyno (for Fir-generation apps only)",
8786
- "examples": [
8787
- "Run bash\nheroku run:inside web-848cd4f64d-pvpr2 bash -a my-app\n",
8788
- "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",
8789
- "Run a command declared for the worker process type in a Procfile\nheroku run:inside web-848cd4f64d-pvpr2 worker -a my-app\n"
8790
- ],
8645
+ "description": "set the number of seconds to wait before killing idle connections\n A value of zero means that connections will not be closed.\n ",
8791
8646
  "flags": {
8792
8647
  "app": {
8793
8648
  "char": "a",
@@ -8798,26 +8653,6 @@
8798
8653
  "multiple": false,
8799
8654
  "type": "option"
8800
8655
  },
8801
- "exit-code": {
8802
- "char": "x",
8803
- "description": "passthrough the exit code of the remote command",
8804
- "name": "exit-code",
8805
- "allowNo": false,
8806
- "type": "boolean"
8807
- },
8808
- "listen": {
8809
- "description": "listen on a local port",
8810
- "hidden": true,
8811
- "name": "listen",
8812
- "allowNo": false,
8813
- "type": "boolean"
8814
- },
8815
- "no-launcher": {
8816
- "description": "don’t prepend ‘launcher’ before a command",
8817
- "name": "no-launcher",
8818
- "allowNo": false,
8819
- "type": "boolean"
8820
- },
8821
8656
  "remote": {
8822
8657
  "char": "r",
8823
8658
  "description": "git remote of app to use",
@@ -8825,24 +8660,34 @@
8825
8660
  "hasDynamicHelp": false,
8826
8661
  "multiple": false,
8827
8662
  "type": "option"
8663
+ },
8664
+ "seconds": {
8665
+ "char": "s",
8666
+ "description": "set timeout value",
8667
+ "name": "seconds",
8668
+ "required": true,
8669
+ "hasDynamicHelp": false,
8670
+ "multiple": false,
8671
+ "type": "option"
8828
8672
  }
8829
8673
  },
8830
8674
  "hasDynamicHelp": false,
8831
8675
  "hiddenAliases": [],
8832
- "id": "run:inside",
8676
+ "id": "redis:timeout",
8833
8677
  "pluginAlias": "heroku",
8834
8678
  "pluginName": "heroku",
8835
8679
  "pluginType": "core",
8836
- "strict": false,
8680
+ "strict": true,
8681
+ "topic": "redis",
8837
8682
  "isESM": false,
8838
8683
  "relativePath": [
8839
8684
  "lib",
8840
8685
  "commands",
8841
- "run",
8842
- "inside.js"
8686
+ "redis",
8687
+ "timeout.js"
8843
8688
  ]
8844
8689
  },
8845
- "redis:cli": {
8690
+ "redis:upgrade": {
8846
8691
  "aliases": [],
8847
8692
  "args": {
8848
8693
  "database": {
@@ -8850,19 +8695,8 @@
8850
8695
  "name": "database"
8851
8696
  }
8852
8697
  },
8853
- "description": "opens a redis prompt",
8854
- "examples": [
8855
- "$ heroku redis:cli --app=my-app my-database",
8856
- "$ heroku redis:cli --app=my-app --confirm my-database"
8857
- ],
8698
+ "description": "perform in-place version upgrade",
8858
8699
  "flags": {
8859
- "confirm": {
8860
- "char": "c",
8861
- "name": "confirm",
8862
- "hasDynamicHelp": false,
8863
- "multiple": false,
8864
- "type": "option"
8865
- },
8866
8700
  "app": {
8867
8701
  "char": "a",
8868
8702
  "description": "app to run command against",
@@ -8879,11 +8713,26 @@
8879
8713
  "hasDynamicHelp": false,
8880
8714
  "multiple": false,
8881
8715
  "type": "option"
8716
+ },
8717
+ "version": {
8718
+ "char": "v",
8719
+ "name": "version",
8720
+ "required": true,
8721
+ "hasDynamicHelp": false,
8722
+ "multiple": false,
8723
+ "type": "option"
8724
+ },
8725
+ "confirm": {
8726
+ "char": "c",
8727
+ "name": "confirm",
8728
+ "hasDynamicHelp": false,
8729
+ "multiple": false,
8730
+ "type": "option"
8882
8731
  }
8883
8732
  },
8884
8733
  "hasDynamicHelp": false,
8885
8734
  "hiddenAliases": [],
8886
- "id": "redis:cli",
8735
+ "id": "redis:upgrade",
8887
8736
  "pluginAlias": "heroku",
8888
8737
  "pluginName": "heroku",
8889
8738
  "pluginType": "core",
@@ -8894,10 +8743,10 @@
8894
8743
  "lib",
8895
8744
  "commands",
8896
8745
  "redis",
8897
- "cli.js"
8746
+ "upgrade.js"
8898
8747
  ]
8899
8748
  },
8900
- "redis:credentials": {
8749
+ "redis:wait": {
8901
8750
  "aliases": [],
8902
8751
  "args": {
8903
8752
  "database": {
@@ -8906,8 +8755,15 @@
8906
8755
  "required": false
8907
8756
  }
8908
8757
  },
8909
- "description": "display credentials information",
8758
+ "description": "wait for Redis instance to be available",
8910
8759
  "flags": {
8760
+ "wait-interval": {
8761
+ "description": "how frequently to poll in seconds",
8762
+ "name": "wait-interval",
8763
+ "hasDynamicHelp": false,
8764
+ "multiple": false,
8765
+ "type": "option"
8766
+ },
8911
8767
  "app": {
8912
8768
  "char": "a",
8913
8769
  "description": "app to run command against",
@@ -8924,17 +8780,11 @@
8924
8780
  "hasDynamicHelp": false,
8925
8781
  "multiple": false,
8926
8782
  "type": "option"
8927
- },
8928
- "reset": {
8929
- "description": "reset credentials",
8930
- "name": "reset",
8931
- "allowNo": false,
8932
- "type": "boolean"
8933
8783
  }
8934
8784
  },
8935
8785
  "hasDynamicHelp": false,
8936
8786
  "hiddenAliases": [],
8937
- "id": "redis:credentials",
8787
+ "id": "redis:wait",
8938
8788
  "pluginAlias": "heroku",
8939
8789
  "pluginName": "heroku",
8940
8790
  "pluginType": "core",
@@ -8945,21 +8795,48 @@
8945
8795
  "lib",
8946
8796
  "commands",
8947
8797
  "redis",
8948
- "credentials.js"
8798
+ "wait.js"
8949
8799
  ]
8950
8800
  },
8951
- "redis:info": {
8952
- "aliases": [
8953
- "redis"
8801
+ "releases": {
8802
+ "aliases": [],
8803
+ "args": {},
8804
+ "description": "display the releases for an app",
8805
+ "examples": [
8806
+ "v1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8807
+ "v2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)",
8808
+ "v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)"
8954
8809
  ],
8955
- "args": {
8956
- "database": {
8957
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8958
- "name": "database"
8959
- }
8960
- },
8961
- "description": "gets information about redis",
8962
8810
  "flags": {
8811
+ "num": {
8812
+ "char": "n",
8813
+ "description": "number of releases to show",
8814
+ "name": "num",
8815
+ "hasDynamicHelp": false,
8816
+ "multiple": false,
8817
+ "type": "option"
8818
+ },
8819
+ "json": {
8820
+ "description": "output releases in json format",
8821
+ "name": "json",
8822
+ "allowNo": false,
8823
+ "type": "boolean"
8824
+ },
8825
+ "extended": {
8826
+ "char": "x",
8827
+ "hidden": true,
8828
+ "name": "extended",
8829
+ "allowNo": false,
8830
+ "type": "boolean"
8831
+ },
8832
+ "remote": {
8833
+ "char": "r",
8834
+ "description": "git remote of app to use",
8835
+ "name": "remote",
8836
+ "hasDynamicHelp": false,
8837
+ "multiple": false,
8838
+ "type": "option"
8839
+ },
8963
8840
  "app": {
8964
8841
  "char": "a",
8965
8842
  "description": "app to run command against",
@@ -8968,6 +8845,46 @@
8968
8845
  "hasDynamicHelp": false,
8969
8846
  "multiple": false,
8970
8847
  "type": "option"
8848
+ }
8849
+ },
8850
+ "hasDynamicHelp": false,
8851
+ "hiddenAliases": [],
8852
+ "id": "releases",
8853
+ "pluginAlias": "heroku",
8854
+ "pluginName": "heroku",
8855
+ "pluginType": "core",
8856
+ "strict": true,
8857
+ "topic": "releases",
8858
+ "isESM": false,
8859
+ "relativePath": [
8860
+ "lib",
8861
+ "commands",
8862
+ "releases",
8863
+ "index.js"
8864
+ ]
8865
+ },
8866
+ "releases:info": {
8867
+ "aliases": [],
8868
+ "args": {
8869
+ "release": {
8870
+ "description": "ID of the release. If omitted, we use the last release ID.",
8871
+ "name": "release"
8872
+ }
8873
+ },
8874
+ "description": "view detailed information for a release",
8875
+ "flags": {
8876
+ "json": {
8877
+ "description": "output in json format",
8878
+ "name": "json",
8879
+ "allowNo": false,
8880
+ "type": "boolean"
8881
+ },
8882
+ "shell": {
8883
+ "char": "s",
8884
+ "description": "output in shell format",
8885
+ "name": "shell",
8886
+ "allowNo": false,
8887
+ "type": "boolean"
8971
8888
  },
8972
8889
  "remote": {
8973
8890
  "char": "r",
@@ -8977,49 +8894,42 @@
8977
8894
  "multiple": false,
8978
8895
  "type": "option"
8979
8896
  },
8980
- "json": {
8981
- "char": "j",
8982
- "description": "output in json format",
8983
- "name": "json",
8984
- "allowNo": false,
8985
- "type": "boolean"
8897
+ "app": {
8898
+ "char": "a",
8899
+ "description": "app to run command against",
8900
+ "name": "app",
8901
+ "required": true,
8902
+ "hasDynamicHelp": false,
8903
+ "multiple": false,
8904
+ "type": "option"
8986
8905
  }
8987
8906
  },
8988
8907
  "hasDynamicHelp": false,
8989
8908
  "hiddenAliases": [],
8990
- "id": "redis:info",
8909
+ "id": "releases:info",
8991
8910
  "pluginAlias": "heroku",
8992
8911
  "pluginName": "heroku",
8993
8912
  "pluginType": "core",
8994
8913
  "strict": true,
8995
- "topic": "redis",
8914
+ "topic": "releases",
8996
8915
  "isESM": false,
8997
8916
  "relativePath": [
8998
8917
  "lib",
8999
8918
  "commands",
9000
- "redis",
8919
+ "releases",
9001
8920
  "info.js"
9002
8921
  ]
9003
8922
  },
9004
- "redis:keyspace-notifications": {
8923
+ "releases:output": {
9005
8924
  "aliases": [],
9006
8925
  "args": {
9007
- "database": {
9008
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9009
- "name": "database"
8926
+ "release": {
8927
+ "description": "ID of the release. If omitted, we use the last release ID.",
8928
+ "name": "release"
9010
8929
  }
9011
8930
  },
9012
- "description": "set the keyspace notifications configuration\nSet the configuration to enable keyspace notification events:\nK Keyspace events, published with __keyspace@<db>__ prefix.\nE Keyevent events, published with __keyevent@<db>__ prefix.\ng Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...\n$ String commands\nl List commands\ns Set commands\nh Hash commands\nz Sorted set commands\nt Stream commands\nx Expired events (events generated every time a key expires)\ne Evicted events (events generated when a key is evicted for maxmemory)\nm Key miss events (events generated when a key that doesn't exist is accessed)\nA Alias for \"g$lshztxe\", so that the \"AKE\" string means all the events except \"m\".\n\npass an empty string ('') to disable keyspace notifications\n",
8931
+ "description": "View the release command output",
9013
8932
  "flags": {
9014
- "app": {
9015
- "char": "a",
9016
- "description": "app to run command against",
9017
- "name": "app",
9018
- "required": true,
9019
- "hasDynamicHelp": false,
9020
- "multiple": false,
9021
- "type": "option"
9022
- },
9023
8933
  "remote": {
9024
8934
  "char": "r",
9025
8935
  "description": "git remote of app to use",
@@ -9028,10 +8938,10 @@
9028
8938
  "multiple": false,
9029
8939
  "type": "option"
9030
8940
  },
9031
- "config": {
9032
- "char": "c",
9033
- "description": "set keyspace notifications configuration",
9034
- "name": "config",
8941
+ "app": {
8942
+ "char": "a",
8943
+ "description": "app to run command against",
8944
+ "name": "app",
9035
8945
  "required": true,
9036
8946
  "hasDynamicHelp": false,
9037
8947
  "multiple": false,
@@ -9040,30 +8950,27 @@
9040
8950
  },
9041
8951
  "hasDynamicHelp": false,
9042
8952
  "hiddenAliases": [],
9043
- "id": "redis:keyspace-notifications",
8953
+ "id": "releases:output",
9044
8954
  "pluginAlias": "heroku",
9045
8955
  "pluginName": "heroku",
9046
8956
  "pluginType": "core",
9047
8957
  "strict": true,
9048
- "topic": "redis",
8958
+ "topic": "releases",
9049
8959
  "isESM": false,
9050
8960
  "relativePath": [
9051
8961
  "lib",
9052
8962
  "commands",
9053
- "redis",
9054
- "keyspace-notifications.js"
8963
+ "releases",
8964
+ "output.js"
9055
8965
  ]
9056
8966
  },
9057
- "redis:maintenance": {
8967
+ "releases:retry": {
9058
8968
  "aliases": [],
9059
- "args": {
9060
- "database": {
9061
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9062
- "name": "database",
9063
- "required": false
9064
- }
9065
- },
9066
- "description": "manage maintenance windows\nSet or change the maintenance window for your Redis instance\n",
8969
+ "args": {},
8970
+ "description": "retry the latest release-phase command",
8971
+ "examples": [
8972
+ "heroku releases:retry --app happy-samurai-42"
8973
+ ],
9067
8974
  "flags": {
9068
8975
  "app": {
9069
8976
  "char": "a",
@@ -9073,125 +8980,83 @@
9073
8980
  "hasDynamicHelp": false,
9074
8981
  "multiple": false,
9075
8982
  "type": "option"
9076
- },
9077
- "remote": {
9078
- "char": "r",
9079
- "description": "git remote of app to use",
9080
- "name": "remote",
9081
- "hasDynamicHelp": false,
9082
- "multiple": false,
9083
- "type": "option"
9084
- },
9085
- "window": {
9086
- "char": "w",
9087
- "description": "set weekly UTC maintenance window (format: \"Day HH:MM\", where MM is 00 or 30)",
9088
- "name": "window",
9089
- "required": false,
9090
- "hasDynamicHelp": false,
9091
- "multiple": false,
9092
- "type": "option"
9093
- },
9094
- "run": {
9095
- "description": "start maintenance",
9096
- "name": "run",
9097
- "required": false,
9098
- "allowNo": false,
9099
- "type": "boolean"
9100
- },
9101
- "force": {
9102
- "char": "f",
9103
- "description": "start maintenance without entering application maintenance mode",
9104
- "name": "force",
9105
- "required": false,
9106
- "allowNo": false,
9107
- "type": "boolean"
9108
8983
  }
9109
8984
  },
9110
8985
  "hasDynamicHelp": false,
9111
8986
  "hiddenAliases": [],
9112
- "id": "redis:maintenance",
8987
+ "id": "releases:retry",
9113
8988
  "pluginAlias": "heroku",
9114
8989
  "pluginName": "heroku",
9115
8990
  "pluginType": "core",
9116
8991
  "strict": true,
9117
- "topic": "redis",
8992
+ "topic": "releases",
8993
+ "help": "Copies the latest release into a new release and retries the latest release-phase command. App must have a release-phase command.",
9118
8994
  "isESM": false,
9119
8995
  "relativePath": [
9120
8996
  "lib",
9121
8997
  "commands",
9122
- "redis",
9123
- "maintenance.js"
8998
+ "releases",
8999
+ "retry.js"
9124
9000
  ]
9125
9001
  },
9126
- "redis:maxmemory": {
9002
+ "releases:rollback": {
9127
9003
  "aliases": [],
9128
9004
  "args": {
9129
- "database": {
9130
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9131
- "name": "database"
9005
+ "release": {
9006
+ "description": "ID of the release. If omitted, we use the last eligible release.",
9007
+ "name": "release"
9132
9008
  }
9133
9009
  },
9134
- "description": "set the key eviction policy when instances reach their storage limit\n Available policies for key eviction include:\n\n noeviction # returns errors when memory limit is reached\n allkeys-lfu # removes less frequently used keys first\n volatile-lfu # removes less frequently used keys first that have an expiry set\n allkeys-lru # removes less recently used keys first\n volatile-lru # removes less recently used keys first that have an expiry set\n allkeys-random # evicts random keys\n volatile-random # evicts random keys but only those that have an expiry set\n volatile-ttl # only evicts keys with an expiry set and a short TTL\n",
9010
+ "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
9135
9011
  "flags": {
9136
- "app": {
9137
- "char": "a",
9138
- "description": "app to run command against",
9139
- "name": "app",
9140
- "required": true,
9012
+ "remote": {
9013
+ "char": "r",
9014
+ "description": "git remote of app to use",
9015
+ "name": "remote",
9141
9016
  "hasDynamicHelp": false,
9142
9017
  "multiple": false,
9143
9018
  "type": "option"
9144
9019
  },
9145
- "policy": {
9146
- "char": "p",
9147
- "description": "set policy name",
9148
- "name": "policy",
9020
+ "app": {
9021
+ "char": "a",
9022
+ "description": "app to run command against",
9023
+ "name": "app",
9149
9024
  "required": true,
9150
9025
  "hasDynamicHelp": false,
9151
9026
  "multiple": false,
9152
9027
  "type": "option"
9153
- },
9154
- "remote": {
9155
- "char": "r",
9156
- "description": "git remote of app to use",
9157
- "name": "remote",
9158
- "hasDynamicHelp": false,
9159
- "multiple": false,
9160
- "type": "option"
9161
9028
  }
9162
9029
  },
9163
9030
  "hasDynamicHelp": false,
9164
- "hiddenAliases": [],
9165
- "id": "redis:maxmemory",
9031
+ "hiddenAliases": [
9032
+ "rollback"
9033
+ ],
9034
+ "id": "releases:rollback",
9166
9035
  "pluginAlias": "heroku",
9167
9036
  "pluginName": "heroku",
9168
9037
  "pluginType": "core",
9169
9038
  "strict": true,
9170
- "topic": "redis",
9039
+ "topic": "releases",
9171
9040
  "isESM": false,
9172
9041
  "relativePath": [
9173
9042
  "lib",
9174
9043
  "commands",
9175
- "redis",
9176
- "maxmemory.js"
9044
+ "releases",
9045
+ "rollback.js"
9177
9046
  ]
9178
9047
  },
9179
- "redis:promote": {
9048
+ "reviewapps:disable": {
9180
9049
  "aliases": [],
9181
- "args": {
9182
- "database": {
9183
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9184
- "name": "database",
9185
- "required": false
9186
- }
9187
- },
9188
- "description": "sets DATABASE as your REDIS_URL",
9050
+ "args": {},
9051
+ "description": "disable review apps and/or settings on an existing pipeline",
9052
+ "examples": [
9053
+ "$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy"
9054
+ ],
9189
9055
  "flags": {
9190
9056
  "app": {
9191
9057
  "char": "a",
9192
- "description": "app to run command against",
9058
+ "description": "parent app used by review apps",
9193
9059
  "name": "app",
9194
- "required": true,
9195
9060
  "hasDynamicHelp": false,
9196
9061
  "multiple": false,
9197
9062
  "type": "option"
@@ -9203,39 +9068,83 @@
9203
9068
  "hasDynamicHelp": false,
9204
9069
  "multiple": false,
9205
9070
  "type": "option"
9071
+ },
9072
+ "pipeline": {
9073
+ "char": "p",
9074
+ "description": "name of pipeline",
9075
+ "name": "pipeline",
9076
+ "required": true,
9077
+ "hasDynamicHelp": false,
9078
+ "multiple": false,
9079
+ "type": "option"
9080
+ },
9081
+ "autodeploy": {
9082
+ "description": "disable autodeployments",
9083
+ "hidden": true,
9084
+ "name": "autodeploy",
9085
+ "allowNo": false,
9086
+ "type": "boolean"
9087
+ },
9088
+ "autodestroy": {
9089
+ "description": "disable automatically destroying review apps",
9090
+ "hidden": true,
9091
+ "name": "autodestroy",
9092
+ "allowNo": false,
9093
+ "type": "boolean"
9094
+ },
9095
+ "wait-for-ci": {
9096
+ "description": "disable wait for CI",
9097
+ "hidden": true,
9098
+ "name": "wait-for-ci",
9099
+ "allowNo": false,
9100
+ "type": "boolean"
9101
+ },
9102
+ "no-autodeploy": {
9103
+ "description": "disable autodeployments",
9104
+ "name": "no-autodeploy",
9105
+ "allowNo": false,
9106
+ "type": "boolean"
9107
+ },
9108
+ "no-autodestroy": {
9109
+ "description": "disable automatically destroying review apps",
9110
+ "name": "no-autodestroy",
9111
+ "allowNo": false,
9112
+ "type": "boolean"
9113
+ },
9114
+ "no-wait-for-ci": {
9115
+ "description": "disable wait for CI",
9116
+ "name": "no-wait-for-ci",
9117
+ "allowNo": false,
9118
+ "type": "boolean"
9206
9119
  }
9207
9120
  },
9208
9121
  "hasDynamicHelp": false,
9209
9122
  "hiddenAliases": [],
9210
- "id": "redis:promote",
9123
+ "id": "reviewapps:disable",
9211
9124
  "pluginAlias": "heroku",
9212
9125
  "pluginName": "heroku",
9213
9126
  "pluginType": "core",
9214
9127
  "strict": true,
9215
- "topic": "redis",
9216
9128
  "isESM": false,
9217
9129
  "relativePath": [
9218
9130
  "lib",
9219
9131
  "commands",
9220
- "redis",
9221
- "promote.js"
9132
+ "reviewapps",
9133
+ "disable.js"
9222
9134
  ]
9223
- },
9224
- "redis:stats-reset": {
9225
- "aliases": [],
9226
- "args": {
9227
- "database": {
9228
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9229
- "name": "database"
9230
- }
9231
- },
9232
- "description": "reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)",
9135
+ },
9136
+ "reviewapps:enable": {
9137
+ "aliases": [],
9138
+ "args": {},
9139
+ "description": "enable review apps and/or settings on an existing pipeline",
9140
+ "examples": [
9141
+ "$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy"
9142
+ ],
9233
9143
  "flags": {
9234
9144
  "app": {
9235
9145
  "char": "a",
9236
- "description": "app to run command against",
9146
+ "description": "parent app used by review apps",
9237
9147
  "name": "app",
9238
- "required": true,
9239
9148
  "hasDynamicHelp": false,
9240
9149
  "multiple": false,
9241
9150
  "type": "option"
@@ -9248,39 +9157,56 @@
9248
9157
  "multiple": false,
9249
9158
  "type": "option"
9250
9159
  },
9251
- "confirm": {
9252
- "char": "c",
9253
- "name": "confirm",
9160
+ "pipeline": {
9161
+ "char": "p",
9162
+ "description": "name of pipeline",
9163
+ "name": "pipeline",
9164
+ "required": true,
9254
9165
  "hasDynamicHelp": false,
9255
9166
  "multiple": false,
9256
9167
  "type": "option"
9168
+ },
9169
+ "autodeploy": {
9170
+ "description": "autodeploy the review app",
9171
+ "name": "autodeploy",
9172
+ "allowNo": false,
9173
+ "type": "boolean"
9174
+ },
9175
+ "autodestroy": {
9176
+ "description": "autodestroy the review app",
9177
+ "name": "autodestroy",
9178
+ "allowNo": false,
9179
+ "type": "boolean"
9180
+ },
9181
+ "wait-for-ci": {
9182
+ "description": "wait for CI to pass before deploying",
9183
+ "name": "wait-for-ci",
9184
+ "allowNo": false,
9185
+ "type": "boolean"
9257
9186
  }
9258
9187
  },
9259
9188
  "hasDynamicHelp": false,
9260
9189
  "hiddenAliases": [],
9261
- "id": "redis:stats-reset",
9190
+ "id": "reviewapps:enable",
9262
9191
  "pluginAlias": "heroku",
9263
9192
  "pluginName": "heroku",
9264
9193
  "pluginType": "core",
9265
9194
  "strict": true,
9266
- "topic": "redis",
9267
9195
  "isESM": false,
9268
9196
  "relativePath": [
9269
9197
  "lib",
9270
9198
  "commands",
9271
- "redis",
9272
- "stats-reset.js"
9199
+ "reviewapps",
9200
+ "enable.js"
9273
9201
  ]
9274
9202
  },
9275
- "redis:timeout": {
9203
+ "run:detached": {
9276
9204
  "aliases": [],
9277
- "args": {
9278
- "database": {
9279
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9280
- "name": "database"
9281
- }
9282
- },
9283
- "description": "set the number of seconds to wait before killing idle connections\n A value of zero means that connections will not be closed.\n ",
9205
+ "args": {},
9206
+ "description": "run a detached dyno, where output is sent to your logs",
9207
+ "examples": [
9208
+ "$ heroku run:detached ls"
9209
+ ],
9284
9210
  "flags": {
9285
9211
  "app": {
9286
9212
  "char": "a",
@@ -9299,11 +9225,32 @@
9299
9225
  "multiple": false,
9300
9226
  "type": "option"
9301
9227
  },
9302
- "seconds": {
9228
+ "env": {
9229
+ "char": "e",
9230
+ "description": "environment variables to set (use ';' to split multiple vars)",
9231
+ "name": "env",
9232
+ "hasDynamicHelp": false,
9233
+ "multiple": false,
9234
+ "type": "option"
9235
+ },
9236
+ "size": {
9303
9237
  "char": "s",
9304
- "description": "set timeout value",
9305
- "name": "seconds",
9306
- "required": true,
9238
+ "description": "dyno size",
9239
+ "name": "size",
9240
+ "hasDynamicHelp": false,
9241
+ "multiple": false,
9242
+ "type": "option"
9243
+ },
9244
+ "tail": {
9245
+ "char": "t",
9246
+ "description": "continually stream logs",
9247
+ "name": "tail",
9248
+ "allowNo": false,
9249
+ "type": "boolean"
9250
+ },
9251
+ "type": {
9252
+ "description": "process type",
9253
+ "name": "type",
9307
9254
  "hasDynamicHelp": false,
9308
9255
  "multiple": false,
9309
9256
  "type": "option"
@@ -9311,33 +9258,31 @@
9311
9258
  },
9312
9259
  "hasDynamicHelp": false,
9313
9260
  "hiddenAliases": [],
9314
- "id": "redis:timeout",
9261
+ "id": "run:detached",
9315
9262
  "pluginAlias": "heroku",
9316
9263
  "pluginName": "heroku",
9317
9264
  "pluginType": "core",
9318
- "strict": true,
9319
- "topic": "redis",
9265
+ "strict": false,
9320
9266
  "isESM": false,
9321
9267
  "relativePath": [
9322
9268
  "lib",
9323
9269
  "commands",
9324
- "redis",
9325
- "timeout.js"
9270
+ "run",
9271
+ "detached.js"
9326
9272
  ]
9327
9273
  },
9328
- "redis:upgrade": {
9274
+ "run": {
9329
9275
  "aliases": [],
9330
- "args": {
9331
- "database": {
9332
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9333
- "name": "database"
9334
- }
9335
- },
9336
- "description": "perform in-place version upgrade",
9276
+ "args": {},
9277
+ "description": "run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.",
9278
+ "examples": [
9279
+ "$ heroku run bash",
9280
+ "$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2"
9281
+ ],
9337
9282
  "flags": {
9338
9283
  "app": {
9339
9284
  "char": "a",
9340
- "description": "app to run command against",
9285
+ "description": "parent app used by review apps",
9341
9286
  "name": "app",
9342
9287
  "required": true,
9343
9288
  "hasDynamicHelp": false,
@@ -9352,56 +9297,92 @@
9352
9297
  "multiple": false,
9353
9298
  "type": "option"
9354
9299
  },
9355
- "version": {
9356
- "char": "v",
9357
- "name": "version",
9358
- "required": true,
9300
+ "size": {
9301
+ "char": "s",
9302
+ "description": "dyno size",
9303
+ "name": "size",
9359
9304
  "hasDynamicHelp": false,
9360
9305
  "multiple": false,
9361
9306
  "type": "option"
9362
9307
  },
9363
- "confirm": {
9364
- "char": "c",
9365
- "name": "confirm",
9308
+ "type": {
9309
+ "description": "process type",
9310
+ "name": "type",
9311
+ "hasDynamicHelp": false,
9312
+ "multiple": false,
9313
+ "type": "option"
9314
+ },
9315
+ "exit-code": {
9316
+ "char": "x",
9317
+ "description": "passthrough the exit code of the remote command",
9318
+ "name": "exit-code",
9319
+ "allowNo": false,
9320
+ "type": "boolean"
9321
+ },
9322
+ "env": {
9323
+ "char": "e",
9324
+ "description": "environment variables to set (use ';' to split multiple vars)",
9325
+ "name": "env",
9366
9326
  "hasDynamicHelp": false,
9367
9327
  "multiple": false,
9368
9328
  "type": "option"
9329
+ },
9330
+ "no-tty": {
9331
+ "description": "force the command to not run in a tty",
9332
+ "name": "no-tty",
9333
+ "allowNo": false,
9334
+ "type": "boolean"
9335
+ },
9336
+ "listen": {
9337
+ "description": "listen on a local port",
9338
+ "hidden": true,
9339
+ "name": "listen",
9340
+ "allowNo": false,
9341
+ "type": "boolean"
9342
+ },
9343
+ "no-notify": {
9344
+ "description": "disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)",
9345
+ "name": "no-notify",
9346
+ "allowNo": false,
9347
+ "type": "boolean"
9369
9348
  }
9370
9349
  },
9371
9350
  "hasDynamicHelp": false,
9372
9351
  "hiddenAliases": [],
9373
- "id": "redis:upgrade",
9352
+ "id": "run",
9374
9353
  "pluginAlias": "heroku",
9375
9354
  "pluginName": "heroku",
9376
9355
  "pluginType": "core",
9377
- "strict": true,
9378
- "topic": "redis",
9356
+ "strict": false,
9379
9357
  "isESM": false,
9380
9358
  "relativePath": [
9381
9359
  "lib",
9382
9360
  "commands",
9383
- "redis",
9384
- "upgrade.js"
9361
+ "run",
9362
+ "index.js"
9385
9363
  ]
9386
9364
  },
9387
- "redis:wait": {
9365
+ "run:inside": {
9388
9366
  "aliases": [],
9389
9367
  "args": {
9390
- "database": {
9391
- "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
9392
- "name": "database",
9393
- "required": false
9368
+ "dyno_name": {
9369
+ "description": "name of the dyno to run command inside",
9370
+ "name": "dyno_name",
9371
+ "required": true
9372
+ },
9373
+ "command": {
9374
+ "description": "command to run (Heroku automatically prepends ‘launcher’ to the command)",
9375
+ "name": "command",
9376
+ "required": true
9394
9377
  }
9395
9378
  },
9396
- "description": "wait for Redis instance to be available",
9379
+ "description": "run a command inside an existing dyno (for Fir-generation apps only)",
9380
+ "examples": [
9381
+ "Run bash\nheroku run:inside web-848cd4f64d-pvpr2 bash -a my-app\n",
9382
+ "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",
9383
+ "Run a command declared for the worker process type in a Procfile\nheroku run:inside web-848cd4f64d-pvpr2 worker -a my-app\n"
9384
+ ],
9397
9385
  "flags": {
9398
- "wait-interval": {
9399
- "description": "how frequently to poll in seconds",
9400
- "name": "wait-interval",
9401
- "hasDynamicHelp": false,
9402
- "multiple": false,
9403
- "type": "option"
9404
- },
9405
9386
  "app": {
9406
9387
  "char": "a",
9407
9388
  "description": "app to run command against",
@@ -9411,6 +9392,26 @@
9411
9392
  "multiple": false,
9412
9393
  "type": "option"
9413
9394
  },
9395
+ "exit-code": {
9396
+ "char": "x",
9397
+ "description": "passthrough the exit code of the remote command",
9398
+ "name": "exit-code",
9399
+ "allowNo": false,
9400
+ "type": "boolean"
9401
+ },
9402
+ "listen": {
9403
+ "description": "listen on a local port",
9404
+ "hidden": true,
9405
+ "name": "listen",
9406
+ "allowNo": false,
9407
+ "type": "boolean"
9408
+ },
9409
+ "no-launcher": {
9410
+ "description": "don’t prepend ‘launcher’ before a command",
9411
+ "name": "no-launcher",
9412
+ "allowNo": false,
9413
+ "type": "boolean"
9414
+ },
9414
9415
  "remote": {
9415
9416
  "char": "r",
9416
9417
  "description": "git remote of app to use",
@@ -9422,18 +9423,17 @@
9422
9423
  },
9423
9424
  "hasDynamicHelp": false,
9424
9425
  "hiddenAliases": [],
9425
- "id": "redis:wait",
9426
+ "id": "run:inside",
9426
9427
  "pluginAlias": "heroku",
9427
9428
  "pluginName": "heroku",
9428
9429
  "pluginType": "core",
9429
- "strict": true,
9430
- "topic": "redis",
9430
+ "strict": false,
9431
9431
  "isESM": false,
9432
9432
  "relativePath": [
9433
9433
  "lib",
9434
9434
  "commands",
9435
- "redis",
9436
- "wait.js"
9435
+ "run",
9436
+ "inside.js"
9437
9437
  ]
9438
9438
  },
9439
9439
  "sessions:destroy": {
@@ -10272,6 +10272,40 @@
10272
10272
  "update.js"
10273
10273
  ]
10274
10274
  },
10275
+ "usage:addons": {
10276
+ "aliases": [],
10277
+ "args": {},
10278
+ "description": "list usage values for metered addons associated with a given app or team",
10279
+ "flags": {
10280
+ "app": {
10281
+ "name": "app",
10282
+ "hasDynamicHelp": false,
10283
+ "multiple": false,
10284
+ "type": "option"
10285
+ },
10286
+ "team": {
10287
+ "name": "team",
10288
+ "hasDynamicHelp": false,
10289
+ "multiple": false,
10290
+ "type": "option"
10291
+ }
10292
+ },
10293
+ "hasDynamicHelp": false,
10294
+ "hiddenAliases": [],
10295
+ "id": "usage:addons",
10296
+ "pluginAlias": "heroku",
10297
+ "pluginName": "heroku",
10298
+ "pluginType": "core",
10299
+ "strict": true,
10300
+ "topic": "usage",
10301
+ "isESM": false,
10302
+ "relativePath": [
10303
+ "lib",
10304
+ "commands",
10305
+ "usage",
10306
+ "addons.js"
10307
+ ]
10308
+ },
10275
10309
  "webhooks:add": {
10276
10310
  "aliases": [],
10277
10311
  "args": {},
@@ -14486,5 +14520,5 @@
14486
14520
  ]
14487
14521
  }
14488
14522
  },
14489
- "version": "10.4.1"
14523
+ "version": "10.5.0"
14490
14524
  }