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