heroku 9.4.0-beta.0 → 9.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oclif.manifest.json +675 -675
  2. package/package.json +2 -2
@@ -490,111 +490,205 @@
490
490
  "update.js"
491
491
  ]
492
492
  },
493
- "addons:attach": {
493
+ "apps:create": {
494
494
  "aliases": [],
495
495
  "args": {
496
- "addon_name": {
497
- "description": "unique identifier or globally unique name of the add-on",
498
- "name": "addon_name",
499
- "required": true
496
+ "app": {
497
+ "description": "name of app to create",
498
+ "name": "app",
499
+ "required": false
500
500
  }
501
501
  },
502
- "description": "attach an existing add-on resource to an app",
502
+ "description": "creates a new app",
503
+ "examples": [
504
+ "$ 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"
505
+ ],
503
506
  "flags": {
504
- "as": {
505
- "description": "name for add-on attachment",
506
- "name": "as",
507
+ "app": {
508
+ "hidden": true,
509
+ "name": "app",
507
510
  "hasDynamicHelp": false,
508
511
  "multiple": false,
509
512
  "type": "option"
510
513
  },
511
- "credential": {
512
- "description": "credential name for scoped access to Heroku Postgres",
513
- "name": "credential",
514
+ "addons": {
515
+ "description": "comma-delimited list of addons to install",
516
+ "name": "addons",
514
517
  "hasDynamicHelp": false,
515
518
  "multiple": false,
516
519
  "type": "option"
517
520
  },
518
- "confirm": {
519
- "description": "overwrite existing add-on attachment with same name",
520
- "name": "confirm",
521
+ "buildpack": {
522
+ "char": "b",
523
+ "description": "buildpack url to use for this app",
524
+ "name": "buildpack",
521
525
  "hasDynamicHelp": false,
522
526
  "multiple": false,
523
527
  "type": "option"
524
528
  },
525
- "app": {
526
- "char": "a",
527
- "description": "app to run command against",
528
- "name": "app",
529
- "required": true,
530
- "hasDynamicHelp": false,
531
- "multiple": false,
532
- "type": "option"
529
+ "manifest": {
530
+ "char": "m",
531
+ "description": "use heroku.yml settings for this app",
532
+ "hidden": true,
533
+ "name": "manifest",
534
+ "allowNo": false,
535
+ "type": "boolean"
536
+ },
537
+ "no-remote": {
538
+ "char": "n",
539
+ "description": "do not create a git remote",
540
+ "name": "no-remote",
541
+ "allowNo": false,
542
+ "type": "boolean"
533
543
  },
534
544
  "remote": {
535
545
  "char": "r",
536
- "description": "git remote of app to use",
546
+ "description": "the git remote to create, default \"heroku\"",
537
547
  "name": "remote",
548
+ "default": "heroku",
549
+ "hasDynamicHelp": false,
550
+ "multiple": false,
551
+ "type": "option"
552
+ },
553
+ "stack": {
554
+ "char": "s",
555
+ "description": "the stack to create the app on",
556
+ "name": "stack",
557
+ "hasDynamicHelp": false,
558
+ "multiple": false,
559
+ "type": "option"
560
+ },
561
+ "space": {
562
+ "description": "the private space to create the app in",
563
+ "name": "space",
564
+ "hasDynamicHelp": false,
565
+ "multiple": false,
566
+ "type": "option"
567
+ },
568
+ "region": {
569
+ "description": "specify region for the app to run in",
570
+ "name": "region",
571
+ "hasDynamicHelp": false,
572
+ "multiple": false,
573
+ "type": "option"
574
+ },
575
+ "internal-routing": {
576
+ "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
577
+ "hidden": true,
578
+ "name": "internal-routing",
579
+ "allowNo": false,
580
+ "type": "boolean"
581
+ },
582
+ "features": {
583
+ "hidden": true,
584
+ "name": "features",
585
+ "hasDynamicHelp": false,
586
+ "multiple": false,
587
+ "type": "option"
588
+ },
589
+ "kernel": {
590
+ "hidden": true,
591
+ "name": "kernel",
592
+ "hasDynamicHelp": false,
593
+ "multiple": false,
594
+ "type": "option"
595
+ },
596
+ "locked": {
597
+ "hidden": true,
598
+ "name": "locked",
599
+ "allowNo": false,
600
+ "type": "boolean"
601
+ },
602
+ "json": {
603
+ "description": "output in json format",
604
+ "name": "json",
605
+ "allowNo": false,
606
+ "type": "boolean"
607
+ },
608
+ "team": {
609
+ "char": "t",
610
+ "description": "team to use",
611
+ "name": "team",
538
612
  "hasDynamicHelp": false,
539
613
  "multiple": false,
540
614
  "type": "option"
541
615
  }
542
616
  },
543
617
  "hasDynamicHelp": false,
544
- "hiddenAliases": [],
545
- "id": "addons:attach",
618
+ "hiddenAliases": [
619
+ "create"
620
+ ],
621
+ "id": "apps:create",
546
622
  "pluginAlias": "heroku",
547
623
  "pluginName": "heroku",
548
624
  "pluginType": "core",
549
625
  "strict": true,
550
- "topic": "addons",
551
626
  "isESM": false,
552
627
  "relativePath": [
553
628
  "lib",
554
629
  "commands",
555
- "addons",
556
- "attach.js"
630
+ "apps",
631
+ "create.js"
557
632
  ]
558
633
  },
559
- "addons:create": {
634
+ "apps:destroy": {
560
635
  "aliases": [],
561
636
  "args": {
562
- "service:plan": {
563
- "description": "unique identifier or unique name of the add-on service plan",
564
- "name": "service:plan",
565
- "required": true
637
+ "app": {
638
+ "hidden": true,
639
+ "name": "app"
566
640
  }
567
641
  },
568
- "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",
569
- "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",
642
+ "description": "permanently destroy an app",
570
643
  "flags": {
571
- "name": {
572
- "description": "name for the add-on resource",
573
- "name": "name",
644
+ "app": {
645
+ "char": "a",
646
+ "description": "app to run command against",
647
+ "name": "app",
574
648
  "hasDynamicHelp": false,
575
649
  "multiple": false,
576
650
  "type": "option"
577
651
  },
578
- "as": {
579
- "description": "name for the initial add-on attachment",
580
- "name": "as",
652
+ "remote": {
653
+ "char": "r",
654
+ "description": "git remote of app to use",
655
+ "name": "remote",
581
656
  "hasDynamicHelp": false,
582
657
  "multiple": false,
583
658
  "type": "option"
584
659
  },
585
660
  "confirm": {
586
- "description": "overwrite existing config vars or existing add-on attachments",
661
+ "char": "c",
587
662
  "name": "confirm",
588
663
  "hasDynamicHelp": false,
589
664
  "multiple": false,
590
665
  "type": "option"
591
- },
592
- "wait": {
593
- "description": "watch add-on creation status and exit when complete",
594
- "name": "wait",
595
- "allowNo": false,
596
- "type": "boolean"
597
- },
666
+ }
667
+ },
668
+ "hasDynamicHelp": false,
669
+ "hiddenAliases": [
670
+ "destroy",
671
+ "apps:delete"
672
+ ],
673
+ "id": "apps:destroy",
674
+ "pluginAlias": "heroku",
675
+ "pluginName": "heroku",
676
+ "pluginType": "core",
677
+ "strict": true,
678
+ "help": "This will also destroy all add-ons on the app.",
679
+ "isESM": false,
680
+ "relativePath": [
681
+ "lib",
682
+ "commands",
683
+ "apps",
684
+ "destroy.js"
685
+ ]
686
+ },
687
+ "apps:errors": {
688
+ "aliases": [],
689
+ "args": {},
690
+ "description": "view app errors",
691
+ "flags": {
598
692
  "app": {
599
693
  "char": "a",
600
694
  "description": "app to run command against",
@@ -611,73 +705,98 @@
611
705
  "hasDynamicHelp": false,
612
706
  "multiple": false,
613
707
  "type": "option"
708
+ },
709
+ "json": {
710
+ "description": "output in json format",
711
+ "name": "json",
712
+ "allowNo": false,
713
+ "type": "boolean"
714
+ },
715
+ "hours": {
716
+ "description": "number of hours to look back (default 24)",
717
+ "name": "hours",
718
+ "default": "24",
719
+ "hasDynamicHelp": false,
720
+ "multiple": false,
721
+ "type": "option"
722
+ },
723
+ "router": {
724
+ "description": "show only router errors",
725
+ "name": "router",
726
+ "allowNo": false,
727
+ "type": "boolean"
728
+ },
729
+ "dyno": {
730
+ "description": "show only dyno errors",
731
+ "name": "dyno",
732
+ "allowNo": false,
733
+ "type": "boolean"
614
734
  }
615
735
  },
616
736
  "hasDynamicHelp": false,
617
- "hiddenAliases": [
618
- "addons:add"
619
- ],
620
- "id": "addons:create",
737
+ "hiddenAliases": [],
738
+ "id": "apps:errors",
621
739
  "pluginAlias": "heroku",
622
740
  "pluginName": "heroku",
623
741
  "pluginType": "core",
624
- "strict": false,
625
- "topic": "addons",
626
- "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",
742
+ "strict": true,
627
743
  "isESM": false,
628
744
  "relativePath": [
629
745
  "lib",
630
746
  "commands",
631
- "addons",
632
- "create.js"
747
+ "apps",
748
+ "errors.js"
633
749
  ]
634
750
  },
635
- "addons:destroy": {
751
+ "apps": {
636
752
  "aliases": [],
637
- "args": {
638
- "addonName": {
639
- "description": "unique identifier or globally unique name of the add-on",
640
- "name": "addonName",
641
- "required": true
642
- }
643
- },
644
- "description": "permanently destroy an add-on resource",
753
+ "args": {},
754
+ "description": "list your apps",
645
755
  "examples": [
646
- "addons:destroy [ADDON]... [flags]"
756
+ "$ heroku apps"
647
757
  ],
648
758
  "flags": {
649
- "force": {
650
- "char": "f",
651
- "description": "allow destruction even if connected to other apps",
652
- "name": "force",
759
+ "all": {
760
+ "char": "A",
761
+ "description": "include apps in all teams",
762
+ "name": "all",
653
763
  "allowNo": false,
654
764
  "type": "boolean"
655
765
  },
656
- "confirm": {
657
- "char": "c",
658
- "name": "confirm",
766
+ "json": {
767
+ "char": "j",
768
+ "description": "output in json format",
769
+ "name": "json",
770
+ "allowNo": false,
771
+ "type": "boolean"
772
+ },
773
+ "space": {
774
+ "char": "s",
775
+ "description": "filter by space",
776
+ "name": "space",
659
777
  "hasDynamicHelp": false,
660
778
  "multiple": false,
661
779
  "type": "option"
662
780
  },
663
- "wait": {
664
- "description": "watch add-on destruction status and exit when complete",
665
- "name": "wait",
781
+ "personal": {
782
+ "char": "p",
783
+ "description": "list apps in personal account when a default team is set",
784
+ "name": "personal",
666
785
  "allowNo": false,
667
786
  "type": "boolean"
668
787
  },
669
- "app": {
670
- "char": "a",
671
- "description": "app to run command against",
672
- "name": "app",
673
- "hasDynamicHelp": false,
674
- "multiple": false,
675
- "type": "option"
788
+ "internal-routing": {
789
+ "char": "i",
790
+ "description": "filter to Internal Web Apps",
791
+ "hidden": true,
792
+ "name": "internal-routing",
793
+ "allowNo": false,
794
+ "type": "boolean"
676
795
  },
677
- "remote": {
678
- "char": "r",
679
- "description": "git remote of app to use",
680
- "name": "remote",
796
+ "team": {
797
+ "char": "t",
798
+ "description": "team to use",
799
+ "name": "team",
681
800
  "hasDynamicHelp": false,
682
801
  "multiple": false,
683
802
  "type": "option"
@@ -685,38 +804,41 @@
685
804
  },
686
805
  "hasDynamicHelp": false,
687
806
  "hiddenAliases": [
688
- "addons:remove"
807
+ "list",
808
+ "apps:list"
689
809
  ],
690
- "id": "addons:destroy",
810
+ "id": "apps",
691
811
  "pluginAlias": "heroku",
692
812
  "pluginName": "heroku",
693
813
  "pluginType": "core",
694
- "strict": false,
695
- "topic": "addons",
814
+ "strict": true,
815
+ "topic": "apps",
696
816
  "isESM": false,
697
817
  "relativePath": [
698
818
  "lib",
699
819
  "commands",
700
- "addons",
701
- "destroy.js"
820
+ "apps",
821
+ "index.js"
702
822
  ]
703
823
  },
704
- "addons:detach": {
824
+ "apps:info": {
705
825
  "aliases": [],
706
826
  "args": {
707
- "attachment_name": {
708
- "description": "unique identifier of the add-on attachment",
709
- "name": "attachment_name",
710
- "required": true
827
+ "app": {
828
+ "hidden": true,
829
+ "name": "app"
711
830
  }
712
831
  },
713
- "description": "detach an existing add-on resource from an app",
832
+ "description": "show detailed app information",
833
+ "examples": [
834
+ "$ heroku apps:info",
835
+ "$ heroku apps:info --shell"
836
+ ],
714
837
  "flags": {
715
838
  "app": {
716
839
  "char": "a",
717
840
  "description": "app to run command against",
718
841
  "name": "app",
719
- "required": true,
720
842
  "hasDynamicHelp": false,
721
843
  "multiple": false,
722
844
  "type": "option"
@@ -728,45 +850,60 @@
728
850
  "hasDynamicHelp": false,
729
851
  "multiple": false,
730
852
  "type": "option"
853
+ },
854
+ "shell": {
855
+ "char": "s",
856
+ "description": "output more shell friendly key/value pairs",
857
+ "name": "shell",
858
+ "allowNo": false,
859
+ "type": "boolean"
860
+ },
861
+ "extended": {
862
+ "char": "x",
863
+ "hidden": true,
864
+ "name": "extended",
865
+ "allowNo": false,
866
+ "type": "boolean"
867
+ },
868
+ "json": {
869
+ "char": "j",
870
+ "description": "output in json format",
871
+ "name": "json",
872
+ "allowNo": false,
873
+ "type": "boolean"
731
874
  }
732
875
  },
733
876
  "hasDynamicHelp": false,
734
- "hiddenAliases": [],
735
- "id": "addons:detach",
877
+ "hiddenAliases": [
878
+ "info"
879
+ ],
880
+ "id": "apps:info",
736
881
  "pluginAlias": "heroku",
737
882
  "pluginName": "heroku",
738
883
  "pluginType": "core",
739
884
  "strict": true,
740
- "topic": "addons",
885
+ "topic": "apps",
886
+ "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...",
741
887
  "isESM": false,
742
888
  "relativePath": [
743
889
  "lib",
744
890
  "commands",
745
- "addons",
746
- "detach.js"
891
+ "apps",
892
+ "info.js"
747
893
  ]
748
894
  },
749
- "addons:docs": {
750
- "aliases": [],
751
- "args": {
752
- "addon": {
753
- "description": "unique identifier or globally unique name of the add-on",
754
- "name": "addon",
755
- "required": true
756
- }
757
- },
758
- "description": "open an add-on's Dev Center documentation in your browser",
895
+ "apps:join": {
896
+ "aliases": [
897
+ "join"
898
+ ],
899
+ "args": {},
900
+ "description": "add yourself to a team app",
759
901
  "flags": {
760
- "show-url": {
761
- "description": "show URL, do not open browser",
762
- "name": "show-url",
763
- "allowNo": false,
764
- "type": "boolean"
765
- },
766
902
  "app": {
767
903
  "char": "a",
768
904
  "description": "app to run command against",
769
905
  "name": "app",
906
+ "required": true,
770
907
  "hasDynamicHelp": false,
771
908
  "multiple": false,
772
909
  "type": "option"
@@ -782,46 +919,33 @@
782
919
  },
783
920
  "hasDynamicHelp": false,
784
921
  "hiddenAliases": [],
785
- "id": "addons:docs",
922
+ "id": "apps:join",
786
923
  "pluginAlias": "heroku",
787
924
  "pluginName": "heroku",
788
925
  "pluginType": "core",
789
926
  "strict": true,
790
- "topic": "addons",
927
+ "topic": "apps",
791
928
  "isESM": false,
792
929
  "relativePath": [
793
930
  "lib",
794
931
  "commands",
795
- "addons",
796
- "docs.js"
932
+ "apps",
933
+ "join.js"
797
934
  ]
798
935
  },
799
- "addons": {
800
- "aliases": [],
801
- "args": {},
802
- "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 ",
803
- "examples": [
804
- "$ heroku addons --all",
805
- "$ heroku addons --app acme-inc-www"
936
+ "apps:leave": {
937
+ "aliases": [
938
+ "leave"
806
939
  ],
940
+ "args": {},
941
+ "description": "remove yourself from a team app",
942
+ "examples": "heroku apps:leave -a APP",
807
943
  "flags": {
808
- "all": {
809
- "char": "A",
810
- "description": "show add-ons and attachments for all accessible apps",
811
- "name": "all",
812
- "allowNo": false,
813
- "type": "boolean"
814
- },
815
- "json": {
816
- "description": "return add-ons in json format",
817
- "name": "json",
818
- "allowNo": false,
819
- "type": "boolean"
820
- },
821
944
  "app": {
822
945
  "char": "a",
823
946
  "description": "app to run command against",
824
947
  "name": "app",
948
+ "required": true,
825
949
  "hasDynamicHelp": false,
826
950
  "multiple": false,
827
951
  "type": "option"
@@ -837,36 +961,33 @@
837
961
  },
838
962
  "hasDynamicHelp": false,
839
963
  "hiddenAliases": [],
840
- "id": "addons",
964
+ "id": "apps:leave",
841
965
  "pluginAlias": "heroku",
842
966
  "pluginName": "heroku",
843
967
  "pluginType": "core",
844
968
  "strict": true,
845
- "usage": "addons [--all|--app APP]",
846
- "topic": "addons",
969
+ "topic": "apps",
970
+ "example": "heroku apps:leave -a APP",
847
971
  "isESM": false,
848
972
  "relativePath": [
849
973
  "lib",
850
974
  "commands",
851
- "addons",
852
- "index.js"
975
+ "apps",
976
+ "leave.js"
853
977
  ]
854
978
  },
855
- "addons:info": {
856
- "aliases": [],
857
- "args": {
858
- "addon": {
859
- "description": "unique identifier or globally unique name of the add-on",
860
- "name": "addon",
861
- "required": true
862
- }
863
- },
864
- "description": "show detailed add-on resource and attachment information",
979
+ "apps:lock": {
980
+ "aliases": [
981
+ "lock"
982
+ ],
983
+ "args": {},
984
+ "description": "prevent team members from joining an app",
865
985
  "flags": {
866
986
  "app": {
867
987
  "char": "a",
868
988
  "description": "app to run command against",
869
989
  "name": "app",
990
+ "required": true,
870
991
  "hasDynamicHelp": false,
871
992
  "multiple": false,
872
993
  "type": "option"
@@ -882,42 +1003,40 @@
882
1003
  },
883
1004
  "hasDynamicHelp": false,
884
1005
  "hiddenAliases": [],
885
- "id": "addons:info",
1006
+ "id": "apps:lock",
886
1007
  "pluginAlias": "heroku",
887
1008
  "pluginName": "heroku",
888
1009
  "pluginType": "core",
889
1010
  "strict": true,
890
- "usage": "addons:info ADDON",
891
- "topic": "addons",
1011
+ "topic": "apps",
892
1012
  "isESM": false,
893
1013
  "relativePath": [
894
1014
  "lib",
895
1015
  "commands",
896
- "addons",
897
- "info.js"
1016
+ "apps",
1017
+ "lock.js"
898
1018
  ]
899
1019
  },
900
- "addons:open": {
1020
+ "apps:open": {
901
1021
  "aliases": [],
902
1022
  "args": {
903
- "addon": {
904
- "description": "unique identifier or globally unique name of the add-on",
905
- "name": "addon",
906
- "required": true
1023
+ "path": {
1024
+ "description": "base URL path of app",
1025
+ "name": "path",
1026
+ "required": false
907
1027
  }
908
1028
  },
909
- "description": "open an add-on's dashboard in your browser",
1029
+ "description": "open the app in a web browser",
1030
+ "examples": [
1031
+ "$ heroku open -a myapp",
1032
+ "$ heroku open -a myapp /foo"
1033
+ ],
910
1034
  "flags": {
911
- "show-url": {
912
- "description": "show URL, do not open browser",
913
- "name": "show-url",
914
- "allowNo": false,
915
- "type": "boolean"
916
- },
917
1035
  "app": {
918
1036
  "char": "a",
919
1037
  "description": "app to run command against",
920
1038
  "name": "app",
1039
+ "required": true,
921
1040
  "hasDynamicHelp": false,
922
1041
  "multiple": false,
923
1042
  "type": "option"
@@ -932,135 +1051,103 @@
932
1051
  }
933
1052
  },
934
1053
  "hasDynamicHelp": false,
935
- "hiddenAliases": [],
936
- "id": "addons:open",
1054
+ "hiddenAliases": [
1055
+ "open"
1056
+ ],
1057
+ "id": "apps:open",
937
1058
  "pluginAlias": "heroku",
938
1059
  "pluginName": "heroku",
939
1060
  "pluginType": "core",
940
1061
  "strict": true,
941
- "topic": "addons",
1062
+ "topic": "apps",
942
1063
  "isESM": false,
943
1064
  "relativePath": [
944
1065
  "lib",
945
1066
  "commands",
946
- "addons",
1067
+ "apps",
947
1068
  "open.js"
948
1069
  ]
949
1070
  },
950
- "addons:plans": {
1071
+ "apps:rename": {
951
1072
  "aliases": [],
952
1073
  "args": {
953
- "service": {
954
- "description": "unique identifier or globally unique name of the add-on",
955
- "name": "service",
1074
+ "newname": {
1075
+ "description": "new unique name of the app",
1076
+ "name": "newname",
956
1077
  "required": true
957
1078
  }
958
1079
  },
959
- "description": "list all available plans for an add-on service",
1080
+ "description": "rename an app",
1081
+ "examples": [
1082
+ "$ heroku apps:rename --app oldname newname"
1083
+ ],
960
1084
  "flags": {
961
- "json": {
962
- "description": "output in json format",
963
- "name": "json",
964
- "allowNo": false,
965
- "type": "boolean"
966
- }
967
- },
968
- "hasDynamicHelp": false,
969
- "hiddenAliases": [],
970
- "id": "addons:plans",
971
- "pluginAlias": "heroku",
972
- "pluginName": "heroku",
973
- "pluginType": "core",
974
- "strict": true,
975
- "topic": "addons",
976
- "isESM": false,
977
- "relativePath": [
978
- "lib",
979
- "commands",
980
- "addons",
981
- "plans.js"
982
- ]
983
- },
984
- "addons:rename": {
985
- "aliases": [],
986
- "args": {
987
- "addon_name": {
988
- "description": "unique identifier or globally unique name of the add-on",
989
- "name": "addon_name",
990
- "required": true
1085
+ "app": {
1086
+ "char": "a",
1087
+ "description": "app to run command against",
1088
+ "name": "app",
1089
+ "required": true,
1090
+ "hasDynamicHelp": false,
1091
+ "multiple": false,
1092
+ "type": "option"
991
1093
  },
992
- "new_name": {
993
- "description": "new globally unique name of the add-on",
994
- "name": "new_name",
995
- "required": true
996
- }
997
- },
998
- "description": "rename an add-on",
999
- "flags": {},
1000
- "hasDynamicHelp": false,
1001
- "hiddenAliases": [],
1002
- "id": "addons:rename",
1003
- "pluginAlias": "heroku",
1004
- "pluginName": "heroku",
1005
- "pluginType": "core",
1006
- "strict": true,
1007
- "topic": "addons",
1008
- "isESM": false,
1009
- "relativePath": [
1010
- "lib",
1011
- "commands",
1012
- "addons",
1013
- "rename.js"
1014
- ]
1015
- },
1016
- "addons:services": {
1017
- "aliases": [],
1018
- "args": {},
1019
- "description": "list all available add-on services",
1020
- "flags": {
1021
- "json": {
1022
- "description": "output in json format",
1023
- "name": "json",
1024
- "allowNo": false,
1025
- "type": "boolean"
1094
+ "remote": {
1095
+ "char": "r",
1096
+ "description": "git remote of app to use",
1097
+ "name": "remote",
1098
+ "hasDynamicHelp": false,
1099
+ "multiple": false,
1100
+ "type": "option"
1026
1101
  }
1027
1102
  },
1028
1103
  "hasDynamicHelp": false,
1029
- "hiddenAliases": [],
1030
- "id": "addons:services",
1104
+ "hiddenAliases": [
1105
+ "rename"
1106
+ ],
1107
+ "id": "apps:rename",
1031
1108
  "pluginAlias": "heroku",
1032
1109
  "pluginName": "heroku",
1033
1110
  "pluginType": "core",
1034
1111
  "strict": true,
1035
- "topic": "addons",
1112
+ "help": "This will locally update the git remote if it is set to the old app.",
1113
+ "topic": "apps",
1036
1114
  "isESM": false,
1037
1115
  "relativePath": [
1038
1116
  "lib",
1039
1117
  "commands",
1040
- "addons",
1041
- "services.js"
1118
+ "apps",
1119
+ "rename.js"
1042
1120
  ]
1043
1121
  },
1044
- "addons:upgrade": {
1045
- "aliases": [
1046
- "addons:downgrade"
1047
- ],
1122
+ "apps:transfer": {
1123
+ "aliases": [],
1048
1124
  "args": {
1049
- "addon": {
1050
- "description": "unique identifier or globally unique name of the add-on",
1051
- "name": "addon",
1125
+ "recipient": {
1126
+ "description": "user or team to transfer applications to",
1127
+ "name": "recipient",
1052
1128
  "required": true
1053
- },
1054
- "plan": {
1055
- "description": "unique identifier or name of the plan",
1056
- "name": "plan"
1057
1129
  }
1058
1130
  },
1059
- "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 ",
1131
+ "description": "transfer applications to another user or team",
1060
1132
  "examples": [
1061
- "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"
1133
+ "$ 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..."
1062
1134
  ],
1063
1135
  "flags": {
1136
+ "locked": {
1137
+ "char": "l",
1138
+ "description": "lock the app upon transfer",
1139
+ "name": "locked",
1140
+ "required": false,
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "bulk": {
1145
+ "description": "transfer applications in bulk",
1146
+ "name": "bulk",
1147
+ "required": false,
1148
+ "allowNo": false,
1149
+ "type": "boolean"
1150
+ },
1064
1151
  "app": {
1065
1152
  "char": "a",
1066
1153
  "description": "app to run command against",
@@ -1076,45 +1163,44 @@
1076
1163
  "hasDynamicHelp": false,
1077
1164
  "multiple": false,
1078
1165
  "type": "option"
1166
+ },
1167
+ "confirm": {
1168
+ "char": "c",
1169
+ "hidden": true,
1170
+ "name": "confirm",
1171
+ "hasDynamicHelp": false,
1172
+ "multiple": false,
1173
+ "type": "option"
1079
1174
  }
1080
1175
  },
1081
1176
  "hasDynamicHelp": false,
1082
1177
  "hiddenAliases": [],
1083
- "id": "addons:upgrade",
1178
+ "id": "apps:transfer",
1084
1179
  "pluginAlias": "heroku",
1085
1180
  "pluginName": "heroku",
1086
1181
  "pluginType": "core",
1087
1182
  "strict": true,
1088
- "topic": "addons",
1183
+ "topic": "apps",
1089
1184
  "isESM": false,
1090
1185
  "relativePath": [
1091
1186
  "lib",
1092
1187
  "commands",
1093
- "addons",
1094
- "upgrade.js"
1188
+ "apps",
1189
+ "transfer.js"
1095
1190
  ]
1096
1191
  },
1097
- "addons:wait": {
1098
- "aliases": [],
1099
- "args": {
1100
- "addon": {
1101
- "description": "unique identifier or globally unique name of the add-on",
1102
- "name": "addon"
1103
- }
1104
- },
1105
- "description": "show provisioning status of the add-ons on the app",
1192
+ "apps:unlock": {
1193
+ "aliases": [
1194
+ "unlock"
1195
+ ],
1196
+ "args": {},
1197
+ "description": "unlock an app so any team member can join",
1106
1198
  "flags": {
1107
- "wait-interval": {
1108
- "description": "how frequently to poll in seconds",
1109
- "name": "wait-interval",
1110
- "hasDynamicHelp": false,
1111
- "multiple": false,
1112
- "type": "option"
1113
- },
1114
1199
  "app": {
1115
1200
  "char": "a",
1116
1201
  "description": "app to run command against",
1117
1202
  "name": "app",
1203
+ "required": true,
1118
1204
  "hasDynamicHelp": false,
1119
1205
  "multiple": false,
1120
1206
  "type": "option"
@@ -1130,219 +1216,125 @@
1130
1216
  },
1131
1217
  "hasDynamicHelp": false,
1132
1218
  "hiddenAliases": [],
1133
- "id": "addons:wait",
1219
+ "id": "apps:unlock",
1134
1220
  "pluginAlias": "heroku",
1135
1221
  "pluginName": "heroku",
1136
1222
  "pluginType": "core",
1137
1223
  "strict": true,
1138
- "topic": "addons",
1224
+ "topic": "apps",
1139
1225
  "isESM": false,
1140
1226
  "relativePath": [
1141
1227
  "lib",
1142
1228
  "commands",
1143
- "addons",
1144
- "wait.js"
1229
+ "apps",
1230
+ "unlock.js"
1145
1231
  ]
1146
1232
  },
1147
- "apps:create": {
1233
+ "addons:attach": {
1148
1234
  "aliases": [],
1149
1235
  "args": {
1150
- "app": {
1151
- "description": "name of app to create",
1152
- "name": "app",
1153
- "required": false
1236
+ "addon_name": {
1237
+ "description": "unique identifier or globally unique name of the add-on",
1238
+ "name": "addon_name",
1239
+ "required": true
1154
1240
  }
1155
1241
  },
1156
- "description": "creates a new app",
1157
- "examples": [
1158
- "$ 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"
1159
- ],
1242
+ "description": "attach an existing add-on resource to an app",
1160
1243
  "flags": {
1161
- "app": {
1162
- "hidden": true,
1163
- "name": "app",
1164
- "hasDynamicHelp": false,
1165
- "multiple": false,
1166
- "type": "option"
1167
- },
1168
- "addons": {
1169
- "description": "comma-delimited list of addons to install",
1170
- "name": "addons",
1171
- "hasDynamicHelp": false,
1172
- "multiple": false,
1173
- "type": "option"
1174
- },
1175
- "buildpack": {
1176
- "char": "b",
1177
- "description": "buildpack url to use for this app",
1178
- "name": "buildpack",
1179
- "hasDynamicHelp": false,
1180
- "multiple": false,
1181
- "type": "option"
1182
- },
1183
- "manifest": {
1184
- "char": "m",
1185
- "description": "use heroku.yml settings for this app",
1186
- "hidden": true,
1187
- "name": "manifest",
1188
- "allowNo": false,
1189
- "type": "boolean"
1190
- },
1191
- "no-remote": {
1192
- "char": "n",
1193
- "description": "do not create a git remote",
1194
- "name": "no-remote",
1195
- "allowNo": false,
1196
- "type": "boolean"
1197
- },
1198
- "remote": {
1199
- "char": "r",
1200
- "description": "the git remote to create, default \"heroku\"",
1201
- "name": "remote",
1202
- "default": "heroku",
1203
- "hasDynamicHelp": false,
1204
- "multiple": false,
1205
- "type": "option"
1206
- },
1207
- "stack": {
1208
- "char": "s",
1209
- "description": "the stack to create the app on",
1210
- "name": "stack",
1211
- "hasDynamicHelp": false,
1212
- "multiple": false,
1213
- "type": "option"
1214
- },
1215
- "space": {
1216
- "description": "the private space to create the app in",
1217
- "name": "space",
1244
+ "as": {
1245
+ "description": "name for add-on attachment",
1246
+ "name": "as",
1218
1247
  "hasDynamicHelp": false,
1219
1248
  "multiple": false,
1220
1249
  "type": "option"
1221
1250
  },
1222
- "region": {
1223
- "description": "specify region for the app to run in",
1224
- "name": "region",
1251
+ "credential": {
1252
+ "description": "credential name for scoped access to Heroku Postgres",
1253
+ "name": "credential",
1225
1254
  "hasDynamicHelp": false,
1226
1255
  "multiple": false,
1227
1256
  "type": "option"
1228
1257
  },
1229
- "internal-routing": {
1230
- "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
1231
- "hidden": true,
1232
- "name": "internal-routing",
1233
- "allowNo": false,
1234
- "type": "boolean"
1235
- },
1236
- "features": {
1237
- "hidden": true,
1238
- "name": "features",
1258
+ "confirm": {
1259
+ "description": "overwrite existing add-on attachment with same name",
1260
+ "name": "confirm",
1239
1261
  "hasDynamicHelp": false,
1240
1262
  "multiple": false,
1241
1263
  "type": "option"
1242
1264
  },
1243
- "kernel": {
1244
- "hidden": true,
1245
- "name": "kernel",
1265
+ "app": {
1266
+ "char": "a",
1267
+ "description": "app to run command against",
1268
+ "name": "app",
1269
+ "required": true,
1246
1270
  "hasDynamicHelp": false,
1247
1271
  "multiple": false,
1248
1272
  "type": "option"
1249
1273
  },
1250
- "locked": {
1251
- "hidden": true,
1252
- "name": "locked",
1253
- "allowNo": false,
1254
- "type": "boolean"
1255
- },
1256
- "json": {
1257
- "description": "output in json format",
1258
- "name": "json",
1259
- "allowNo": false,
1260
- "type": "boolean"
1261
- },
1262
- "team": {
1263
- "char": "t",
1264
- "description": "team to use",
1265
- "name": "team",
1274
+ "remote": {
1275
+ "char": "r",
1276
+ "description": "git remote of app to use",
1277
+ "name": "remote",
1266
1278
  "hasDynamicHelp": false,
1267
1279
  "multiple": false,
1268
1280
  "type": "option"
1269
1281
  }
1270
1282
  },
1271
1283
  "hasDynamicHelp": false,
1272
- "hiddenAliases": [
1273
- "create"
1274
- ],
1275
- "id": "apps:create",
1284
+ "hiddenAliases": [],
1285
+ "id": "addons:attach",
1276
1286
  "pluginAlias": "heroku",
1277
1287
  "pluginName": "heroku",
1278
1288
  "pluginType": "core",
1279
1289
  "strict": true,
1290
+ "topic": "addons",
1280
1291
  "isESM": false,
1281
1292
  "relativePath": [
1282
1293
  "lib",
1283
1294
  "commands",
1284
- "apps",
1285
- "create.js"
1295
+ "addons",
1296
+ "attach.js"
1286
1297
  ]
1287
1298
  },
1288
- "apps:destroy": {
1299
+ "addons:create": {
1289
1300
  "aliases": [],
1290
1301
  "args": {
1291
- "app": {
1292
- "hidden": true,
1293
- "name": "app"
1302
+ "service:plan": {
1303
+ "description": "unique identifier or unique name of the add-on service plan",
1304
+ "name": "service:plan",
1305
+ "required": true
1294
1306
  }
1295
1307
  },
1296
- "description": "permanently destroy an app",
1308
+ "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",
1309
+ "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",
1297
1310
  "flags": {
1298
- "app": {
1299
- "char": "a",
1300
- "description": "app to run command against",
1301
- "name": "app",
1311
+ "name": {
1312
+ "description": "name for the add-on resource",
1313
+ "name": "name",
1302
1314
  "hasDynamicHelp": false,
1303
1315
  "multiple": false,
1304
1316
  "type": "option"
1305
1317
  },
1306
- "remote": {
1307
- "char": "r",
1308
- "description": "git remote of app to use",
1309
- "name": "remote",
1318
+ "as": {
1319
+ "description": "name for the initial add-on attachment",
1320
+ "name": "as",
1310
1321
  "hasDynamicHelp": false,
1311
1322
  "multiple": false,
1312
1323
  "type": "option"
1313
1324
  },
1314
1325
  "confirm": {
1315
- "char": "c",
1326
+ "description": "overwrite existing config vars or existing add-on attachments",
1316
1327
  "name": "confirm",
1317
1328
  "hasDynamicHelp": false,
1318
1329
  "multiple": false,
1319
1330
  "type": "option"
1320
- }
1321
- },
1322
- "hasDynamicHelp": false,
1323
- "hiddenAliases": [
1324
- "destroy",
1325
- "apps:delete"
1326
- ],
1327
- "id": "apps:destroy",
1328
- "pluginAlias": "heroku",
1329
- "pluginName": "heroku",
1330
- "pluginType": "core",
1331
- "strict": true,
1332
- "help": "This will also destroy all add-ons on the app.",
1333
- "isESM": false,
1334
- "relativePath": [
1335
- "lib",
1336
- "commands",
1337
- "apps",
1338
- "destroy.js"
1339
- ]
1340
- },
1341
- "apps:errors": {
1342
- "aliases": [],
1343
- "args": {},
1344
- "description": "view app errors",
1345
- "flags": {
1331
+ },
1332
+ "wait": {
1333
+ "description": "watch add-on creation status and exit when complete",
1334
+ "name": "wait",
1335
+ "allowNo": false,
1336
+ "type": "boolean"
1337
+ },
1346
1338
  "app": {
1347
1339
  "char": "a",
1348
1340
  "description": "app to run command against",
@@ -1359,98 +1351,73 @@
1359
1351
  "hasDynamicHelp": false,
1360
1352
  "multiple": false,
1361
1353
  "type": "option"
1362
- },
1363
- "json": {
1364
- "description": "output in json format",
1365
- "name": "json",
1366
- "allowNo": false,
1367
- "type": "boolean"
1368
- },
1369
- "hours": {
1370
- "description": "number of hours to look back (default 24)",
1371
- "name": "hours",
1372
- "default": "24",
1373
- "hasDynamicHelp": false,
1374
- "multiple": false,
1375
- "type": "option"
1376
- },
1377
- "router": {
1378
- "description": "show only router errors",
1379
- "name": "router",
1380
- "allowNo": false,
1381
- "type": "boolean"
1382
- },
1383
- "dyno": {
1384
- "description": "show only dyno errors",
1385
- "name": "dyno",
1386
- "allowNo": false,
1387
- "type": "boolean"
1388
1354
  }
1389
1355
  },
1390
1356
  "hasDynamicHelp": false,
1391
- "hiddenAliases": [],
1392
- "id": "apps:errors",
1357
+ "hiddenAliases": [
1358
+ "addons:add"
1359
+ ],
1360
+ "id": "addons:create",
1393
1361
  "pluginAlias": "heroku",
1394
1362
  "pluginName": "heroku",
1395
1363
  "pluginType": "core",
1396
- "strict": true,
1364
+ "strict": false,
1365
+ "topic": "addons",
1366
+ "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",
1397
1367
  "isESM": false,
1398
1368
  "relativePath": [
1399
1369
  "lib",
1400
1370
  "commands",
1401
- "apps",
1402
- "errors.js"
1371
+ "addons",
1372
+ "create.js"
1403
1373
  ]
1404
1374
  },
1405
- "apps": {
1375
+ "addons:destroy": {
1406
1376
  "aliases": [],
1407
- "args": {},
1408
- "description": "list your apps",
1377
+ "args": {
1378
+ "addonName": {
1379
+ "description": "unique identifier or globally unique name of the add-on",
1380
+ "name": "addonName",
1381
+ "required": true
1382
+ }
1383
+ },
1384
+ "description": "permanently destroy an add-on resource",
1409
1385
  "examples": [
1410
- "$ heroku apps"
1386
+ "addons:destroy [ADDON]... [flags]"
1411
1387
  ],
1412
1388
  "flags": {
1413
- "all": {
1414
- "char": "A",
1415
- "description": "include apps in all teams",
1416
- "name": "all",
1417
- "allowNo": false,
1418
- "type": "boolean"
1419
- },
1420
- "json": {
1421
- "char": "j",
1422
- "description": "output in json format",
1423
- "name": "json",
1389
+ "force": {
1390
+ "char": "f",
1391
+ "description": "allow destruction even if connected to other apps",
1392
+ "name": "force",
1424
1393
  "allowNo": false,
1425
1394
  "type": "boolean"
1426
1395
  },
1427
- "space": {
1428
- "char": "s",
1429
- "description": "filter by space",
1430
- "name": "space",
1396
+ "confirm": {
1397
+ "char": "c",
1398
+ "name": "confirm",
1431
1399
  "hasDynamicHelp": false,
1432
1400
  "multiple": false,
1433
1401
  "type": "option"
1434
1402
  },
1435
- "personal": {
1436
- "char": "p",
1437
- "description": "list apps in personal account when a default team is set",
1438
- "name": "personal",
1403
+ "wait": {
1404
+ "description": "watch add-on destruction status and exit when complete",
1405
+ "name": "wait",
1439
1406
  "allowNo": false,
1440
1407
  "type": "boolean"
1441
1408
  },
1442
- "internal-routing": {
1443
- "char": "i",
1444
- "description": "filter to Internal Web Apps",
1445
- "hidden": true,
1446
- "name": "internal-routing",
1447
- "allowNo": false,
1448
- "type": "boolean"
1409
+ "app": {
1410
+ "char": "a",
1411
+ "description": "app to run command against",
1412
+ "name": "app",
1413
+ "hasDynamicHelp": false,
1414
+ "multiple": false,
1415
+ "type": "option"
1449
1416
  },
1450
- "team": {
1451
- "char": "t",
1452
- "description": "team to use",
1453
- "name": "team",
1417
+ "remote": {
1418
+ "char": "r",
1419
+ "description": "git remote of app to use",
1420
+ "name": "remote",
1454
1421
  "hasDynamicHelp": false,
1455
1422
  "multiple": false,
1456
1423
  "type": "option"
@@ -1458,41 +1425,38 @@
1458
1425
  },
1459
1426
  "hasDynamicHelp": false,
1460
1427
  "hiddenAliases": [
1461
- "list",
1462
- "apps:list"
1428
+ "addons:remove"
1463
1429
  ],
1464
- "id": "apps",
1430
+ "id": "addons:destroy",
1465
1431
  "pluginAlias": "heroku",
1466
1432
  "pluginName": "heroku",
1467
1433
  "pluginType": "core",
1468
- "strict": true,
1469
- "topic": "apps",
1434
+ "strict": false,
1435
+ "topic": "addons",
1470
1436
  "isESM": false,
1471
1437
  "relativePath": [
1472
1438
  "lib",
1473
1439
  "commands",
1474
- "apps",
1475
- "index.js"
1440
+ "addons",
1441
+ "destroy.js"
1476
1442
  ]
1477
1443
  },
1478
- "apps:info": {
1444
+ "addons:detach": {
1479
1445
  "aliases": [],
1480
1446
  "args": {
1481
- "app": {
1482
- "hidden": true,
1483
- "name": "app"
1447
+ "attachment_name": {
1448
+ "description": "unique identifier of the add-on attachment",
1449
+ "name": "attachment_name",
1450
+ "required": true
1484
1451
  }
1485
1452
  },
1486
- "description": "show detailed app information",
1487
- "examples": [
1488
- "$ heroku apps:info",
1489
- "$ heroku apps:info --shell"
1490
- ],
1453
+ "description": "detach an existing add-on resource from an app",
1491
1454
  "flags": {
1492
1455
  "app": {
1493
1456
  "char": "a",
1494
1457
  "description": "app to run command against",
1495
1458
  "name": "app",
1459
+ "required": true,
1496
1460
  "hasDynamicHelp": false,
1497
1461
  "multiple": false,
1498
1462
  "type": "option"
@@ -1504,60 +1468,45 @@
1504
1468
  "hasDynamicHelp": false,
1505
1469
  "multiple": false,
1506
1470
  "type": "option"
1507
- },
1508
- "shell": {
1509
- "char": "s",
1510
- "description": "output more shell friendly key/value pairs",
1511
- "name": "shell",
1512
- "allowNo": false,
1513
- "type": "boolean"
1514
- },
1515
- "extended": {
1516
- "char": "x",
1517
- "hidden": true,
1518
- "name": "extended",
1519
- "allowNo": false,
1520
- "type": "boolean"
1521
- },
1522
- "json": {
1523
- "char": "j",
1524
- "description": "output in json format",
1525
- "name": "json",
1526
- "allowNo": false,
1527
- "type": "boolean"
1528
1471
  }
1529
1472
  },
1530
1473
  "hasDynamicHelp": false,
1531
- "hiddenAliases": [
1532
- "info"
1533
- ],
1534
- "id": "apps:info",
1474
+ "hiddenAliases": [],
1475
+ "id": "addons:detach",
1535
1476
  "pluginAlias": "heroku",
1536
1477
  "pluginName": "heroku",
1537
1478
  "pluginType": "core",
1538
1479
  "strict": true,
1539
- "topic": "apps",
1540
- "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...",
1480
+ "topic": "addons",
1541
1481
  "isESM": false,
1542
1482
  "relativePath": [
1543
1483
  "lib",
1544
1484
  "commands",
1545
- "apps",
1546
- "info.js"
1485
+ "addons",
1486
+ "detach.js"
1547
1487
  ]
1548
1488
  },
1549
- "apps:join": {
1550
- "aliases": [
1551
- "join"
1552
- ],
1553
- "args": {},
1554
- "description": "add yourself to a team app",
1489
+ "addons:docs": {
1490
+ "aliases": [],
1491
+ "args": {
1492
+ "addon": {
1493
+ "description": "unique identifier or globally unique name of the add-on",
1494
+ "name": "addon",
1495
+ "required": true
1496
+ }
1497
+ },
1498
+ "description": "open an add-on's Dev Center documentation in your browser",
1555
1499
  "flags": {
1500
+ "show-url": {
1501
+ "description": "show URL, do not open browser",
1502
+ "name": "show-url",
1503
+ "allowNo": false,
1504
+ "type": "boolean"
1505
+ },
1556
1506
  "app": {
1557
1507
  "char": "a",
1558
1508
  "description": "app to run command against",
1559
1509
  "name": "app",
1560
- "required": true,
1561
1510
  "hasDynamicHelp": false,
1562
1511
  "multiple": false,
1563
1512
  "type": "option"
@@ -1573,33 +1522,46 @@
1573
1522
  },
1574
1523
  "hasDynamicHelp": false,
1575
1524
  "hiddenAliases": [],
1576
- "id": "apps:join",
1525
+ "id": "addons:docs",
1577
1526
  "pluginAlias": "heroku",
1578
1527
  "pluginName": "heroku",
1579
1528
  "pluginType": "core",
1580
1529
  "strict": true,
1581
- "topic": "apps",
1530
+ "topic": "addons",
1582
1531
  "isESM": false,
1583
1532
  "relativePath": [
1584
1533
  "lib",
1585
1534
  "commands",
1586
- "apps",
1587
- "join.js"
1535
+ "addons",
1536
+ "docs.js"
1588
1537
  ]
1589
1538
  },
1590
- "apps:leave": {
1591
- "aliases": [
1592
- "leave"
1593
- ],
1539
+ "addons": {
1540
+ "aliases": [],
1594
1541
  "args": {},
1595
- "description": "remove yourself from a team app",
1596
- "examples": "heroku apps:leave -a APP",
1542
+ "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 ",
1543
+ "examples": [
1544
+ "$ heroku addons --all",
1545
+ "$ heroku addons --app acme-inc-www"
1546
+ ],
1597
1547
  "flags": {
1548
+ "all": {
1549
+ "char": "A",
1550
+ "description": "show add-ons and attachments for all accessible apps",
1551
+ "name": "all",
1552
+ "allowNo": false,
1553
+ "type": "boolean"
1554
+ },
1555
+ "json": {
1556
+ "description": "return add-ons in json format",
1557
+ "name": "json",
1558
+ "allowNo": false,
1559
+ "type": "boolean"
1560
+ },
1598
1561
  "app": {
1599
1562
  "char": "a",
1600
1563
  "description": "app to run command against",
1601
1564
  "name": "app",
1602
- "required": true,
1603
1565
  "hasDynamicHelp": false,
1604
1566
  "multiple": false,
1605
1567
  "type": "option"
@@ -1615,33 +1577,36 @@
1615
1577
  },
1616
1578
  "hasDynamicHelp": false,
1617
1579
  "hiddenAliases": [],
1618
- "id": "apps:leave",
1580
+ "id": "addons",
1619
1581
  "pluginAlias": "heroku",
1620
1582
  "pluginName": "heroku",
1621
1583
  "pluginType": "core",
1622
1584
  "strict": true,
1623
- "topic": "apps",
1624
- "example": "heroku apps:leave -a APP",
1585
+ "usage": "addons [--all|--app APP]",
1586
+ "topic": "addons",
1625
1587
  "isESM": false,
1626
1588
  "relativePath": [
1627
1589
  "lib",
1628
1590
  "commands",
1629
- "apps",
1630
- "leave.js"
1591
+ "addons",
1592
+ "index.js"
1631
1593
  ]
1632
1594
  },
1633
- "apps:lock": {
1634
- "aliases": [
1635
- "lock"
1636
- ],
1637
- "args": {},
1638
- "description": "prevent team members from joining an app",
1595
+ "addons:info": {
1596
+ "aliases": [],
1597
+ "args": {
1598
+ "addon": {
1599
+ "description": "unique identifier or globally unique name of the add-on",
1600
+ "name": "addon",
1601
+ "required": true
1602
+ }
1603
+ },
1604
+ "description": "show detailed add-on resource and attachment information",
1639
1605
  "flags": {
1640
1606
  "app": {
1641
1607
  "char": "a",
1642
1608
  "description": "app to run command against",
1643
1609
  "name": "app",
1644
- "required": true,
1645
1610
  "hasDynamicHelp": false,
1646
1611
  "multiple": false,
1647
1612
  "type": "option"
@@ -1657,40 +1622,42 @@
1657
1622
  },
1658
1623
  "hasDynamicHelp": false,
1659
1624
  "hiddenAliases": [],
1660
- "id": "apps:lock",
1625
+ "id": "addons:info",
1661
1626
  "pluginAlias": "heroku",
1662
1627
  "pluginName": "heroku",
1663
1628
  "pluginType": "core",
1664
1629
  "strict": true,
1665
- "topic": "apps",
1630
+ "usage": "addons:info ADDON",
1631
+ "topic": "addons",
1666
1632
  "isESM": false,
1667
1633
  "relativePath": [
1668
1634
  "lib",
1669
1635
  "commands",
1670
- "apps",
1671
- "lock.js"
1636
+ "addons",
1637
+ "info.js"
1672
1638
  ]
1673
1639
  },
1674
- "apps:open": {
1640
+ "addons:open": {
1675
1641
  "aliases": [],
1676
1642
  "args": {
1677
- "path": {
1678
- "description": "base URL path of app",
1679
- "name": "path",
1680
- "required": false
1643
+ "addon": {
1644
+ "description": "unique identifier or globally unique name of the add-on",
1645
+ "name": "addon",
1646
+ "required": true
1681
1647
  }
1682
1648
  },
1683
- "description": "open the app in a web browser",
1684
- "examples": [
1685
- "$ heroku open -a myapp",
1686
- "$ heroku open -a myapp /foo"
1687
- ],
1649
+ "description": "open an add-on's dashboard in your browser",
1688
1650
  "flags": {
1651
+ "show-url": {
1652
+ "description": "show URL, do not open browser",
1653
+ "name": "show-url",
1654
+ "allowNo": false,
1655
+ "type": "boolean"
1656
+ },
1689
1657
  "app": {
1690
1658
  "char": "a",
1691
1659
  "description": "app to run command against",
1692
1660
  "name": "app",
1693
- "required": true,
1694
1661
  "hasDynamicHelp": false,
1695
1662
  "multiple": false,
1696
1663
  "type": "option"
@@ -1705,103 +1672,135 @@
1705
1672
  }
1706
1673
  },
1707
1674
  "hasDynamicHelp": false,
1708
- "hiddenAliases": [
1709
- "open"
1710
- ],
1711
- "id": "apps:open",
1675
+ "hiddenAliases": [],
1676
+ "id": "addons:open",
1712
1677
  "pluginAlias": "heroku",
1713
1678
  "pluginName": "heroku",
1714
1679
  "pluginType": "core",
1715
1680
  "strict": true,
1716
- "topic": "apps",
1681
+ "topic": "addons",
1717
1682
  "isESM": false,
1718
1683
  "relativePath": [
1719
1684
  "lib",
1720
1685
  "commands",
1721
- "apps",
1686
+ "addons",
1722
1687
  "open.js"
1723
1688
  ]
1724
1689
  },
1725
- "apps:rename": {
1690
+ "addons:plans": {
1726
1691
  "aliases": [],
1727
1692
  "args": {
1728
- "newname": {
1729
- "description": "new unique name of the app",
1730
- "name": "newname",
1693
+ "service": {
1694
+ "description": "unique identifier or globally unique name of the add-on",
1695
+ "name": "service",
1731
1696
  "required": true
1732
1697
  }
1733
1698
  },
1734
- "description": "rename an app",
1735
- "examples": [
1736
- "$ heroku apps:rename --app oldname newname"
1737
- ],
1699
+ "description": "list all available plans for an add-on service",
1738
1700
  "flags": {
1739
- "app": {
1740
- "char": "a",
1741
- "description": "app to run command against",
1742
- "name": "app",
1743
- "required": true,
1744
- "hasDynamicHelp": false,
1745
- "multiple": false,
1746
- "type": "option"
1701
+ "json": {
1702
+ "description": "output in json format",
1703
+ "name": "json",
1704
+ "allowNo": false,
1705
+ "type": "boolean"
1706
+ }
1707
+ },
1708
+ "hasDynamicHelp": false,
1709
+ "hiddenAliases": [],
1710
+ "id": "addons:plans",
1711
+ "pluginAlias": "heroku",
1712
+ "pluginName": "heroku",
1713
+ "pluginType": "core",
1714
+ "strict": true,
1715
+ "topic": "addons",
1716
+ "isESM": false,
1717
+ "relativePath": [
1718
+ "lib",
1719
+ "commands",
1720
+ "addons",
1721
+ "plans.js"
1722
+ ]
1723
+ },
1724
+ "addons:rename": {
1725
+ "aliases": [],
1726
+ "args": {
1727
+ "addon_name": {
1728
+ "description": "unique identifier or globally unique name of the add-on",
1729
+ "name": "addon_name",
1730
+ "required": true
1747
1731
  },
1748
- "remote": {
1749
- "char": "r",
1750
- "description": "git remote of app to use",
1751
- "name": "remote",
1752
- "hasDynamicHelp": false,
1753
- "multiple": false,
1754
- "type": "option"
1732
+ "new_name": {
1733
+ "description": "new globally unique name of the add-on",
1734
+ "name": "new_name",
1735
+ "required": true
1755
1736
  }
1756
1737
  },
1738
+ "description": "rename an add-on",
1739
+ "flags": {},
1757
1740
  "hasDynamicHelp": false,
1758
- "hiddenAliases": [
1759
- "rename"
1760
- ],
1761
- "id": "apps:rename",
1741
+ "hiddenAliases": [],
1742
+ "id": "addons:rename",
1762
1743
  "pluginAlias": "heroku",
1763
1744
  "pluginName": "heroku",
1764
1745
  "pluginType": "core",
1765
1746
  "strict": true,
1766
- "help": "This will locally update the git remote if it is set to the old app.",
1767
- "topic": "apps",
1747
+ "topic": "addons",
1768
1748
  "isESM": false,
1769
1749
  "relativePath": [
1770
1750
  "lib",
1771
1751
  "commands",
1772
- "apps",
1752
+ "addons",
1773
1753
  "rename.js"
1774
1754
  ]
1775
1755
  },
1776
- "apps:transfer": {
1756
+ "addons:services": {
1777
1757
  "aliases": [],
1758
+ "args": {},
1759
+ "description": "list all available add-on services",
1760
+ "flags": {
1761
+ "json": {
1762
+ "description": "output in json format",
1763
+ "name": "json",
1764
+ "allowNo": false,
1765
+ "type": "boolean"
1766
+ }
1767
+ },
1768
+ "hasDynamicHelp": false,
1769
+ "hiddenAliases": [],
1770
+ "id": "addons:services",
1771
+ "pluginAlias": "heroku",
1772
+ "pluginName": "heroku",
1773
+ "pluginType": "core",
1774
+ "strict": true,
1775
+ "topic": "addons",
1776
+ "isESM": false,
1777
+ "relativePath": [
1778
+ "lib",
1779
+ "commands",
1780
+ "addons",
1781
+ "services.js"
1782
+ ]
1783
+ },
1784
+ "addons:upgrade": {
1785
+ "aliases": [
1786
+ "addons:downgrade"
1787
+ ],
1778
1788
  "args": {
1779
- "recipient": {
1780
- "description": "user or team to transfer applications to",
1781
- "name": "recipient",
1789
+ "addon": {
1790
+ "description": "unique identifier or globally unique name of the add-on",
1791
+ "name": "addon",
1782
1792
  "required": true
1793
+ },
1794
+ "plan": {
1795
+ "description": "unique identifier or name of the plan",
1796
+ "name": "plan"
1783
1797
  }
1784
1798
  },
1785
- "description": "transfer applications to another user or team",
1799
+ "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 ",
1786
1800
  "examples": [
1787
- "$ 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..."
1801
+ "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"
1788
1802
  ],
1789
1803
  "flags": {
1790
- "locked": {
1791
- "char": "l",
1792
- "description": "lock the app upon transfer",
1793
- "name": "locked",
1794
- "required": false,
1795
- "allowNo": false,
1796
- "type": "boolean"
1797
- },
1798
- "bulk": {
1799
- "description": "transfer applications in bulk",
1800
- "name": "bulk",
1801
- "required": false,
1802
- "allowNo": false,
1803
- "type": "boolean"
1804
- },
1805
1804
  "app": {
1806
1805
  "char": "a",
1807
1806
  "description": "app to run command against",
@@ -1817,44 +1816,45 @@
1817
1816
  "hasDynamicHelp": false,
1818
1817
  "multiple": false,
1819
1818
  "type": "option"
1820
- },
1821
- "confirm": {
1822
- "char": "c",
1823
- "hidden": true,
1824
- "name": "confirm",
1825
- "hasDynamicHelp": false,
1826
- "multiple": false,
1827
- "type": "option"
1828
1819
  }
1829
1820
  },
1830
1821
  "hasDynamicHelp": false,
1831
1822
  "hiddenAliases": [],
1832
- "id": "apps:transfer",
1823
+ "id": "addons:upgrade",
1833
1824
  "pluginAlias": "heroku",
1834
1825
  "pluginName": "heroku",
1835
1826
  "pluginType": "core",
1836
1827
  "strict": true,
1837
- "topic": "apps",
1828
+ "topic": "addons",
1838
1829
  "isESM": false,
1839
1830
  "relativePath": [
1840
1831
  "lib",
1841
1832
  "commands",
1842
- "apps",
1843
- "transfer.js"
1833
+ "addons",
1834
+ "upgrade.js"
1844
1835
  ]
1845
1836
  },
1846
- "apps:unlock": {
1847
- "aliases": [
1848
- "unlock"
1849
- ],
1850
- "args": {},
1851
- "description": "unlock an app so any team member can join",
1837
+ "addons:wait": {
1838
+ "aliases": [],
1839
+ "args": {
1840
+ "addon": {
1841
+ "description": "unique identifier or globally unique name of the add-on",
1842
+ "name": "addon"
1843
+ }
1844
+ },
1845
+ "description": "show provisioning status of the add-ons on the app",
1852
1846
  "flags": {
1847
+ "wait-interval": {
1848
+ "description": "how frequently to poll in seconds",
1849
+ "name": "wait-interval",
1850
+ "hasDynamicHelp": false,
1851
+ "multiple": false,
1852
+ "type": "option"
1853
+ },
1853
1854
  "app": {
1854
1855
  "char": "a",
1855
1856
  "description": "app to run command against",
1856
1857
  "name": "app",
1857
- "required": true,
1858
1858
  "hasDynamicHelp": false,
1859
1859
  "multiple": false,
1860
1860
  "type": "option"
@@ -1870,18 +1870,18 @@
1870
1870
  },
1871
1871
  "hasDynamicHelp": false,
1872
1872
  "hiddenAliases": [],
1873
- "id": "apps:unlock",
1873
+ "id": "addons:wait",
1874
1874
  "pluginAlias": "heroku",
1875
1875
  "pluginName": "heroku",
1876
1876
  "pluginType": "core",
1877
1877
  "strict": true,
1878
- "topic": "apps",
1878
+ "topic": "addons",
1879
1879
  "isESM": false,
1880
1880
  "relativePath": [
1881
1881
  "lib",
1882
1882
  "commands",
1883
- "apps",
1884
- "unlock.js"
1883
+ "addons",
1884
+ "wait.js"
1885
1885
  ]
1886
1886
  },
1887
1887
  "auth:login": {
@@ -14096,5 +14096,5 @@
14096
14096
  ]
14097
14097
  }
14098
14098
  },
14099
- "version": "9.4.0-beta.0"
14099
+ "version": "9.4.0"
14100
14100
  }