heroku 11.0.0-alpha.16 → 11.0.0-alpha.17
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.
- package/npm-shrinkwrap.json +1 -1
- package/oclif.manifest.json +877 -877
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -711,162 +711,162 @@
|
|
|
711
711
|
"set.js"
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"
|
|
714
|
+
"apps:create": {
|
|
715
715
|
"aliases": [],
|
|
716
716
|
"args": {
|
|
717
|
-
"
|
|
718
|
-
"description": "
|
|
719
|
-
"name": "
|
|
720
|
-
"required":
|
|
717
|
+
"app": {
|
|
718
|
+
"description": "name of app to create",
|
|
719
|
+
"name": "app",
|
|
720
|
+
"required": false
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
|
-
"description": "
|
|
723
|
+
"description": "creates a new app",
|
|
724
|
+
"examples": [
|
|
725
|
+
"\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create \u001b[22m\u001b[39m\u001b[49m\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git",
|
|
726
|
+
"\n# or just\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku create \u001b[22m\u001b[39m\u001b[49m",
|
|
727
|
+
"\n# use a heroku.yml manifest file\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --manifest \u001b[22m\u001b[39m\u001b[49m",
|
|
728
|
+
"\n# specify a buildpack\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --buildpack https://github.com/some/buildpack.git \u001b[22m\u001b[39m\u001b[49m",
|
|
729
|
+
"\n# specify a name\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example \u001b[22m\u001b[39m\u001b[49m",
|
|
730
|
+
"\n# create a staging app\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create example-staging --remote staging \u001b[22m\u001b[39m\u001b[49m",
|
|
731
|
+
"\n# create an app in the eu region\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:create --region eu \u001b[22m\u001b[39m\u001b[49m"
|
|
732
|
+
],
|
|
724
733
|
"flags": {
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"name": "app",
|
|
729
|
-
"required": true,
|
|
734
|
+
"addons": {
|
|
735
|
+
"description": "comma-delimited list of addons to install",
|
|
736
|
+
"name": "addons",
|
|
730
737
|
"hasDynamicHelp": false,
|
|
731
738
|
"multiple": false,
|
|
732
739
|
"type": "option"
|
|
733
740
|
},
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
"name": "
|
|
741
|
+
"app": {
|
|
742
|
+
"hidden": true,
|
|
743
|
+
"name": "app",
|
|
737
744
|
"hasDynamicHelp": false,
|
|
738
745
|
"multiple": false,
|
|
739
746
|
"type": "option"
|
|
740
747
|
},
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"
|
|
748
|
+
"buildpack": {
|
|
749
|
+
"char": "b",
|
|
750
|
+
"description": "buildpack url to use for this app",
|
|
751
|
+
"name": "buildpack",
|
|
744
752
|
"hasDynamicHelp": false,
|
|
745
753
|
"multiple": false,
|
|
746
754
|
"type": "option"
|
|
747
755
|
},
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
"name": "
|
|
756
|
+
"features": {
|
|
757
|
+
"hidden": true,
|
|
758
|
+
"name": "features",
|
|
751
759
|
"hasDynamicHelp": false,
|
|
752
760
|
"multiple": false,
|
|
753
761
|
"type": "option"
|
|
754
762
|
},
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"
|
|
758
|
-
"name": "
|
|
763
|
+
"internal-routing": {
|
|
764
|
+
"description": "private space-only. create as an Internal Web App that is only routable in the local network.",
|
|
765
|
+
"hidden": true,
|
|
766
|
+
"name": "internal-routing",
|
|
767
|
+
"allowNo": false,
|
|
768
|
+
"type": "boolean"
|
|
769
|
+
},
|
|
770
|
+
"json": {
|
|
771
|
+
"description": "output in json format",
|
|
772
|
+
"name": "json",
|
|
773
|
+
"allowNo": false,
|
|
774
|
+
"type": "boolean"
|
|
775
|
+
},
|
|
776
|
+
"kernel": {
|
|
777
|
+
"hidden": true,
|
|
778
|
+
"name": "kernel",
|
|
759
779
|
"hasDynamicHelp": false,
|
|
760
780
|
"multiple": false,
|
|
761
781
|
"type": "option"
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
"
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
"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",
|
|
790
|
-
"examples": [
|
|
791
|
-
"# Create an add-on resource:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-redis --app my-app \u001b[22m\u001b[39m\u001b[49m\n",
|
|
792
|
-
"# Create an add-on resource with additional config items:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE \u001b[22m\u001b[39m\u001b[49m\n"
|
|
793
|
-
],
|
|
794
|
-
"flags": {
|
|
795
|
-
"app": {
|
|
796
|
-
"char": "a",
|
|
797
|
-
"description": "app to run command against",
|
|
798
|
-
"name": "app",
|
|
799
|
-
"required": true,
|
|
782
|
+
},
|
|
783
|
+
"locked": {
|
|
784
|
+
"hidden": true,
|
|
785
|
+
"name": "locked",
|
|
786
|
+
"allowNo": false,
|
|
787
|
+
"type": "boolean"
|
|
788
|
+
},
|
|
789
|
+
"manifest": {
|
|
790
|
+
"char": "m",
|
|
791
|
+
"description": "use heroku.yml settings for this app",
|
|
792
|
+
"hidden": true,
|
|
793
|
+
"name": "manifest",
|
|
794
|
+
"allowNo": false,
|
|
795
|
+
"type": "boolean"
|
|
796
|
+
},
|
|
797
|
+
"no-remote": {
|
|
798
|
+
"char": "n",
|
|
799
|
+
"description": "do not create a git remote",
|
|
800
|
+
"name": "no-remote",
|
|
801
|
+
"allowNo": false,
|
|
802
|
+
"type": "boolean"
|
|
803
|
+
},
|
|
804
|
+
"region": {
|
|
805
|
+
"description": "specify region for the app to run in",
|
|
806
|
+
"name": "region",
|
|
800
807
|
"hasDynamicHelp": false,
|
|
801
808
|
"multiple": false,
|
|
802
809
|
"type": "option"
|
|
803
810
|
},
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"
|
|
811
|
+
"remote": {
|
|
812
|
+
"char": "r",
|
|
813
|
+
"description": "the git remote to create, default \"heroku\"",
|
|
814
|
+
"name": "remote",
|
|
815
|
+
"default": "heroku",
|
|
807
816
|
"hasDynamicHelp": false,
|
|
808
817
|
"multiple": false,
|
|
809
818
|
"type": "option"
|
|
810
819
|
},
|
|
811
|
-
"
|
|
812
|
-
"description": "
|
|
813
|
-
"name": "
|
|
820
|
+
"space": {
|
|
821
|
+
"description": "the private space to create the app in",
|
|
822
|
+
"name": "space",
|
|
814
823
|
"hasDynamicHelp": false,
|
|
815
824
|
"multiple": false,
|
|
816
825
|
"type": "option"
|
|
817
826
|
},
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
"
|
|
827
|
+
"stack": {
|
|
828
|
+
"char": "s",
|
|
829
|
+
"description": "the stack to create the app on",
|
|
830
|
+
"name": "stack",
|
|
821
831
|
"hasDynamicHelp": false,
|
|
822
832
|
"multiple": false,
|
|
823
833
|
"type": "option"
|
|
824
834
|
},
|
|
825
|
-
"
|
|
826
|
-
"char": "
|
|
827
|
-
"description": "
|
|
828
|
-
"name": "
|
|
835
|
+
"team": {
|
|
836
|
+
"char": "t",
|
|
837
|
+
"description": "team to use",
|
|
838
|
+
"name": "team",
|
|
829
839
|
"hasDynamicHelp": false,
|
|
830
840
|
"multiple": false,
|
|
831
841
|
"type": "option"
|
|
832
|
-
},
|
|
833
|
-
"wait": {
|
|
834
|
-
"description": "watch add-on creation status and exit when complete",
|
|
835
|
-
"name": "wait",
|
|
836
|
-
"allowNo": false,
|
|
837
|
-
"type": "boolean"
|
|
838
842
|
}
|
|
839
843
|
},
|
|
840
844
|
"hasDynamicHelp": false,
|
|
841
845
|
"hiddenAliases": [
|
|
842
|
-
"
|
|
846
|
+
"create"
|
|
843
847
|
],
|
|
844
|
-
"id": "
|
|
848
|
+
"id": "apps:create",
|
|
845
849
|
"pluginAlias": "heroku",
|
|
846
850
|
"pluginName": "heroku",
|
|
847
851
|
"pluginType": "core",
|
|
848
|
-
"strict":
|
|
852
|
+
"strict": true,
|
|
849
853
|
"isESM": true,
|
|
850
854
|
"relativePath": [
|
|
851
855
|
"lib",
|
|
852
856
|
"commands",
|
|
853
|
-
"
|
|
857
|
+
"apps",
|
|
854
858
|
"create.js"
|
|
855
859
|
]
|
|
856
860
|
},
|
|
857
|
-
"
|
|
861
|
+
"apps:destroy": {
|
|
858
862
|
"aliases": [],
|
|
859
863
|
"args": {
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"name": "
|
|
863
|
-
"required": true
|
|
864
|
+
"app": {
|
|
865
|
+
"hidden": true,
|
|
866
|
+
"name": "app"
|
|
864
867
|
}
|
|
865
868
|
},
|
|
866
|
-
"description": "permanently destroy an
|
|
867
|
-
"examples": [
|
|
868
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ addons:destroy [ADDON]... [flags] \u001b[22m\u001b[39m\u001b[49m"
|
|
869
|
-
],
|
|
869
|
+
"description": "permanently destroy an app",
|
|
870
870
|
"flags": {
|
|
871
871
|
"app": {
|
|
872
872
|
"char": "a",
|
|
@@ -883,13 +883,6 @@
|
|
|
883
883
|
"multiple": false,
|
|
884
884
|
"type": "option"
|
|
885
885
|
},
|
|
886
|
-
"force": {
|
|
887
|
-
"char": "f",
|
|
888
|
-
"description": "allow destruction even if connected to other apps",
|
|
889
|
-
"name": "force",
|
|
890
|
-
"allowNo": false,
|
|
891
|
-
"type": "boolean"
|
|
892
|
-
},
|
|
893
886
|
"remote": {
|
|
894
887
|
"char": "r",
|
|
895
888
|
"description": "git remote of app to use",
|
|
@@ -897,42 +890,31 @@
|
|
|
897
890
|
"hasDynamicHelp": false,
|
|
898
891
|
"multiple": false,
|
|
899
892
|
"type": "option"
|
|
900
|
-
},
|
|
901
|
-
"wait": {
|
|
902
|
-
"description": "watch add-on destruction status and exit when complete",
|
|
903
|
-
"name": "wait",
|
|
904
|
-
"allowNo": false,
|
|
905
|
-
"type": "boolean"
|
|
906
893
|
}
|
|
907
894
|
},
|
|
908
895
|
"hasDynamicHelp": false,
|
|
909
896
|
"hiddenAliases": [
|
|
910
|
-
"
|
|
897
|
+
"destroy",
|
|
898
|
+
"apps:delete"
|
|
911
899
|
],
|
|
912
|
-
"id": "
|
|
900
|
+
"id": "apps:destroy",
|
|
913
901
|
"pluginAlias": "heroku",
|
|
914
902
|
"pluginName": "heroku",
|
|
915
903
|
"pluginType": "core",
|
|
916
|
-
"strict":
|
|
917
|
-
"
|
|
904
|
+
"strict": true,
|
|
905
|
+
"help": "This will also destroy all add-ons on the app.",
|
|
918
906
|
"isESM": true,
|
|
919
907
|
"relativePath": [
|
|
920
908
|
"lib",
|
|
921
909
|
"commands",
|
|
922
|
-
"
|
|
910
|
+
"apps",
|
|
923
911
|
"destroy.js"
|
|
924
912
|
]
|
|
925
913
|
},
|
|
926
|
-
"
|
|
914
|
+
"apps:errors": {
|
|
927
915
|
"aliases": [],
|
|
928
|
-
"args": {
|
|
929
|
-
|
|
930
|
-
"description": "unique identifier of the add-on attachment",
|
|
931
|
-
"name": "attachment_name",
|
|
932
|
-
"required": true
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"description": "detach an existing add-on resource from an app",
|
|
916
|
+
"args": {},
|
|
917
|
+
"description": "view app errors",
|
|
936
918
|
"flags": {
|
|
937
919
|
"app": {
|
|
938
920
|
"char": "a",
|
|
@@ -943,6 +925,26 @@
|
|
|
943
925
|
"multiple": false,
|
|
944
926
|
"type": "option"
|
|
945
927
|
},
|
|
928
|
+
"dyno": {
|
|
929
|
+
"description": "show only dyno errors",
|
|
930
|
+
"name": "dyno",
|
|
931
|
+
"allowNo": false,
|
|
932
|
+
"type": "boolean"
|
|
933
|
+
},
|
|
934
|
+
"hours": {
|
|
935
|
+
"description": "number of hours to look back (default 24)",
|
|
936
|
+
"name": "hours",
|
|
937
|
+
"default": "24",
|
|
938
|
+
"hasDynamicHelp": false,
|
|
939
|
+
"multiple": false,
|
|
940
|
+
"type": "option"
|
|
941
|
+
},
|
|
942
|
+
"json": {
|
|
943
|
+
"description": "output in json format",
|
|
944
|
+
"name": "json",
|
|
945
|
+
"allowNo": false,
|
|
946
|
+
"type": "boolean"
|
|
947
|
+
},
|
|
946
948
|
"remote": {
|
|
947
949
|
"char": "r",
|
|
948
950
|
"description": "git remote of app to use",
|
|
@@ -950,90 +952,116 @@
|
|
|
950
952
|
"hasDynamicHelp": false,
|
|
951
953
|
"multiple": false,
|
|
952
954
|
"type": "option"
|
|
955
|
+
},
|
|
956
|
+
"router": {
|
|
957
|
+
"description": "show only router errors",
|
|
958
|
+
"name": "router",
|
|
959
|
+
"allowNo": false,
|
|
960
|
+
"type": "boolean"
|
|
953
961
|
}
|
|
954
962
|
},
|
|
955
963
|
"hasDynamicHelp": false,
|
|
956
964
|
"hiddenAliases": [],
|
|
957
|
-
"id": "
|
|
965
|
+
"id": "apps:errors",
|
|
958
966
|
"pluginAlias": "heroku",
|
|
959
967
|
"pluginName": "heroku",
|
|
960
968
|
"pluginType": "core",
|
|
961
969
|
"strict": true,
|
|
962
|
-
"topic": "addons",
|
|
963
970
|
"isESM": true,
|
|
964
971
|
"relativePath": [
|
|
965
972
|
"lib",
|
|
966
973
|
"commands",
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
]
|
|
974
|
+
"apps",
|
|
975
|
+
"errors.js"
|
|
976
|
+
]
|
|
970
977
|
},
|
|
971
|
-
"
|
|
978
|
+
"apps": {
|
|
972
979
|
"aliases": [],
|
|
973
|
-
"args": {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"description": "open an add-on's Dev Center documentation in your browser",
|
|
980
|
+
"args": {},
|
|
981
|
+
"description": "list your apps",
|
|
982
|
+
"examples": [
|
|
983
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps \u001b[22m\u001b[39m\u001b[49m"
|
|
984
|
+
],
|
|
981
985
|
"flags": {
|
|
982
|
-
"
|
|
983
|
-
"char": "
|
|
984
|
-
"description": "
|
|
985
|
-
"name": "
|
|
986
|
+
"all": {
|
|
987
|
+
"char": "A",
|
|
988
|
+
"description": "include apps in all teams",
|
|
989
|
+
"name": "all",
|
|
990
|
+
"allowNo": false,
|
|
991
|
+
"type": "boolean"
|
|
992
|
+
},
|
|
993
|
+
"internal-routing": {
|
|
994
|
+
"char": "i",
|
|
995
|
+
"description": "filter to Internal Web Apps",
|
|
996
|
+
"hidden": true,
|
|
997
|
+
"name": "internal-routing",
|
|
998
|
+
"allowNo": false,
|
|
999
|
+
"type": "boolean"
|
|
1000
|
+
},
|
|
1001
|
+
"json": {
|
|
1002
|
+
"char": "j",
|
|
1003
|
+
"description": "output in json format",
|
|
1004
|
+
"name": "json",
|
|
1005
|
+
"allowNo": false,
|
|
1006
|
+
"type": "boolean"
|
|
1007
|
+
},
|
|
1008
|
+
"personal": {
|
|
1009
|
+
"char": "p",
|
|
1010
|
+
"description": "list apps in personal account when a default team is set",
|
|
1011
|
+
"name": "personal",
|
|
1012
|
+
"allowNo": false,
|
|
1013
|
+
"type": "boolean"
|
|
1014
|
+
},
|
|
1015
|
+
"space": {
|
|
1016
|
+
"char": "s",
|
|
1017
|
+
"description": "filter by space",
|
|
1018
|
+
"name": "space",
|
|
986
1019
|
"hasDynamicHelp": false,
|
|
987
1020
|
"multiple": false,
|
|
988
1021
|
"type": "option"
|
|
989
1022
|
},
|
|
990
|
-
"
|
|
991
|
-
"char": "
|
|
992
|
-
"description": "
|
|
993
|
-
"name": "
|
|
1023
|
+
"team": {
|
|
1024
|
+
"char": "t",
|
|
1025
|
+
"description": "team to use",
|
|
1026
|
+
"name": "team",
|
|
994
1027
|
"hasDynamicHelp": false,
|
|
995
1028
|
"multiple": false,
|
|
996
1029
|
"type": "option"
|
|
997
|
-
},
|
|
998
|
-
"show-url": {
|
|
999
|
-
"description": "show URL, do not open browser",
|
|
1000
|
-
"name": "show-url",
|
|
1001
|
-
"allowNo": false,
|
|
1002
|
-
"type": "boolean"
|
|
1003
1030
|
}
|
|
1004
1031
|
},
|
|
1005
1032
|
"hasDynamicHelp": false,
|
|
1006
|
-
"hiddenAliases": [
|
|
1007
|
-
|
|
1033
|
+
"hiddenAliases": [
|
|
1034
|
+
"list",
|
|
1035
|
+
"apps:list"
|
|
1036
|
+
],
|
|
1037
|
+
"id": "apps",
|
|
1008
1038
|
"pluginAlias": "heroku",
|
|
1009
1039
|
"pluginName": "heroku",
|
|
1010
1040
|
"pluginType": "core",
|
|
1011
1041
|
"strict": true,
|
|
1012
|
-
"topic": "
|
|
1042
|
+
"topic": "apps",
|
|
1013
1043
|
"isESM": true,
|
|
1014
1044
|
"relativePath": [
|
|
1015
1045
|
"lib",
|
|
1016
1046
|
"commands",
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1047
|
+
"apps",
|
|
1048
|
+
"index.js"
|
|
1019
1049
|
]
|
|
1020
1050
|
},
|
|
1021
|
-
"
|
|
1051
|
+
"apps:info": {
|
|
1022
1052
|
"aliases": [],
|
|
1023
|
-
"args": {
|
|
1024
|
-
|
|
1053
|
+
"args": {
|
|
1054
|
+
"app": {
|
|
1055
|
+
"hidden": true,
|
|
1056
|
+
"name": "app"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"description": "show detailed app information",
|
|
1025
1060
|
"examples": [
|
|
1026
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
1027
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
1061
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info \u001b[22m\u001b[39m\u001b[49m",
|
|
1062
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info --shell \u001b[22m\u001b[39m\u001b[49m"
|
|
1028
1063
|
],
|
|
1029
1064
|
"flags": {
|
|
1030
|
-
"all": {
|
|
1031
|
-
"char": "A",
|
|
1032
|
-
"description": "show add-ons and attachments for all accessible apps",
|
|
1033
|
-
"name": "all",
|
|
1034
|
-
"allowNo": false,
|
|
1035
|
-
"type": "boolean"
|
|
1036
|
-
},
|
|
1037
1065
|
"app": {
|
|
1038
1066
|
"char": "a",
|
|
1039
1067
|
"description": "app to run command against",
|
|
@@ -1042,8 +1070,16 @@
|
|
|
1042
1070
|
"multiple": false,
|
|
1043
1071
|
"type": "option"
|
|
1044
1072
|
},
|
|
1073
|
+
"extended": {
|
|
1074
|
+
"char": "x",
|
|
1075
|
+
"hidden": true,
|
|
1076
|
+
"name": "extended",
|
|
1077
|
+
"allowNo": false,
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1045
1080
|
"json": {
|
|
1046
|
-
"
|
|
1081
|
+
"char": "j",
|
|
1082
|
+
"description": "output in json format",
|
|
1047
1083
|
"name": "json",
|
|
1048
1084
|
"allowNo": false,
|
|
1049
1085
|
"type": "boolean"
|
|
@@ -1055,40 +1091,46 @@
|
|
|
1055
1091
|
"hasDynamicHelp": false,
|
|
1056
1092
|
"multiple": false,
|
|
1057
1093
|
"type": "option"
|
|
1094
|
+
},
|
|
1095
|
+
"shell": {
|
|
1096
|
+
"char": "s",
|
|
1097
|
+
"description": "output more shell friendly key/value pairs",
|
|
1098
|
+
"name": "shell",
|
|
1099
|
+
"allowNo": false,
|
|
1100
|
+
"type": "boolean"
|
|
1058
1101
|
}
|
|
1059
1102
|
},
|
|
1060
1103
|
"hasDynamicHelp": false,
|
|
1061
|
-
"hiddenAliases": [
|
|
1062
|
-
|
|
1104
|
+
"hiddenAliases": [
|
|
1105
|
+
"info"
|
|
1106
|
+
],
|
|
1107
|
+
"id": "apps:info",
|
|
1063
1108
|
"pluginAlias": "heroku",
|
|
1064
1109
|
"pluginName": "heroku",
|
|
1065
1110
|
"pluginType": "core",
|
|
1066
1111
|
"strict": true,
|
|
1067
|
-
"
|
|
1068
|
-
"topic": "
|
|
1112
|
+
"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...",
|
|
1113
|
+
"topic": "apps",
|
|
1069
1114
|
"isESM": true,
|
|
1070
1115
|
"relativePath": [
|
|
1071
1116
|
"lib",
|
|
1072
1117
|
"commands",
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1118
|
+
"apps",
|
|
1119
|
+
"info.js"
|
|
1075
1120
|
]
|
|
1076
1121
|
},
|
|
1077
|
-
"
|
|
1078
|
-
"aliases": [
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
"required": true
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
"description": "show detailed add-on resource and attachment information",
|
|
1122
|
+
"apps:join": {
|
|
1123
|
+
"aliases": [
|
|
1124
|
+
"join"
|
|
1125
|
+
],
|
|
1126
|
+
"args": {},
|
|
1127
|
+
"description": "add yourself to a team app",
|
|
1087
1128
|
"flags": {
|
|
1088
1129
|
"app": {
|
|
1089
1130
|
"char": "a",
|
|
1090
1131
|
"description": "app to run command against",
|
|
1091
1132
|
"name": "app",
|
|
1133
|
+
"required": true,
|
|
1092
1134
|
"hasDynamicHelp": false,
|
|
1093
1135
|
"multiple": false,
|
|
1094
1136
|
"type": "option"
|
|
@@ -1104,36 +1146,33 @@
|
|
|
1104
1146
|
},
|
|
1105
1147
|
"hasDynamicHelp": false,
|
|
1106
1148
|
"hiddenAliases": [],
|
|
1107
|
-
"id": "
|
|
1149
|
+
"id": "apps:join",
|
|
1108
1150
|
"pluginAlias": "heroku",
|
|
1109
1151
|
"pluginName": "heroku",
|
|
1110
1152
|
"pluginType": "core",
|
|
1111
1153
|
"strict": true,
|
|
1112
|
-
"
|
|
1113
|
-
"topic": "addons",
|
|
1154
|
+
"topic": "apps",
|
|
1114
1155
|
"isESM": true,
|
|
1115
1156
|
"relativePath": [
|
|
1116
1157
|
"lib",
|
|
1117
1158
|
"commands",
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1159
|
+
"apps",
|
|
1160
|
+
"join.js"
|
|
1120
1161
|
]
|
|
1121
1162
|
},
|
|
1122
|
-
"
|
|
1123
|
-
"aliases": [
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"description": "open an add-on's dashboard in your browser",
|
|
1163
|
+
"apps:leave": {
|
|
1164
|
+
"aliases": [
|
|
1165
|
+
"leave"
|
|
1166
|
+
],
|
|
1167
|
+
"args": {},
|
|
1168
|
+
"description": "remove yourself from a team app",
|
|
1169
|
+
"examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
|
|
1132
1170
|
"flags": {
|
|
1133
1171
|
"app": {
|
|
1134
1172
|
"char": "a",
|
|
1135
1173
|
"description": "app to run command against",
|
|
1136
1174
|
"name": "app",
|
|
1175
|
+
"required": true,
|
|
1137
1176
|
"hasDynamicHelp": false,
|
|
1138
1177
|
"multiple": false,
|
|
1139
1178
|
"type": "option"
|
|
@@ -1145,149 +1184,37 @@
|
|
|
1145
1184
|
"hasDynamicHelp": false,
|
|
1146
1185
|
"multiple": false,
|
|
1147
1186
|
"type": "option"
|
|
1148
|
-
},
|
|
1149
|
-
"show-url": {
|
|
1150
|
-
"description": "show URL, do not open browser",
|
|
1151
|
-
"name": "show-url",
|
|
1152
|
-
"allowNo": false,
|
|
1153
|
-
"type": "boolean"
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
"hasDynamicHelp": false,
|
|
1157
|
-
"hiddenAliases": [],
|
|
1158
|
-
"id": "addons:open",
|
|
1159
|
-
"pluginAlias": "heroku",
|
|
1160
|
-
"pluginName": "heroku",
|
|
1161
|
-
"pluginType": "core",
|
|
1162
|
-
"strict": true,
|
|
1163
|
-
"topic": "addons",
|
|
1164
|
-
"isESM": true,
|
|
1165
|
-
"relativePath": [
|
|
1166
|
-
"lib",
|
|
1167
|
-
"commands",
|
|
1168
|
-
"addons",
|
|
1169
|
-
"open.js"
|
|
1170
|
-
]
|
|
1171
|
-
},
|
|
1172
|
-
"addons:plans": {
|
|
1173
|
-
"aliases": [],
|
|
1174
|
-
"args": {
|
|
1175
|
-
"service": {
|
|
1176
|
-
"description": "unique identifier or globally unique name of the add-on",
|
|
1177
|
-
"name": "service",
|
|
1178
|
-
"required": true
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"description": "list all available plans for an add-on service",
|
|
1182
|
-
"flags": {
|
|
1183
|
-
"json": {
|
|
1184
|
-
"description": "output in json format",
|
|
1185
|
-
"name": "json",
|
|
1186
|
-
"allowNo": false,
|
|
1187
|
-
"type": "boolean"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"hasDynamicHelp": false,
|
|
1191
|
-
"hiddenAliases": [],
|
|
1192
|
-
"id": "addons:plans",
|
|
1193
|
-
"pluginAlias": "heroku",
|
|
1194
|
-
"pluginName": "heroku",
|
|
1195
|
-
"pluginType": "core",
|
|
1196
|
-
"strict": true,
|
|
1197
|
-
"topic": "addons",
|
|
1198
|
-
"isESM": true,
|
|
1199
|
-
"relativePath": [
|
|
1200
|
-
"lib",
|
|
1201
|
-
"commands",
|
|
1202
|
-
"addons",
|
|
1203
|
-
"plans.js"
|
|
1204
|
-
]
|
|
1205
|
-
},
|
|
1206
|
-
"addons:rename": {
|
|
1207
|
-
"aliases": [],
|
|
1208
|
-
"args": {
|
|
1209
|
-
"addon_name": {
|
|
1210
|
-
"description": "unique identifier or globally unique name of the add-on",
|
|
1211
|
-
"name": "addon_name",
|
|
1212
|
-
"required": true
|
|
1213
|
-
},
|
|
1214
|
-
"new_name": {
|
|
1215
|
-
"description": "new globally unique name of the add-on",
|
|
1216
|
-
"name": "new_name",
|
|
1217
|
-
"required": true
|
|
1218
1187
|
}
|
|
1219
1188
|
},
|
|
1220
|
-
"description": "rename an add-on",
|
|
1221
|
-
"flags": {},
|
|
1222
1189
|
"hasDynamicHelp": false,
|
|
1223
1190
|
"hiddenAliases": [],
|
|
1224
|
-
"id": "
|
|
1225
|
-
"pluginAlias": "heroku",
|
|
1226
|
-
"pluginName": "heroku",
|
|
1227
|
-
"pluginType": "core",
|
|
1228
|
-
"strict": true,
|
|
1229
|
-
"topic": "addons",
|
|
1230
|
-
"isESM": true,
|
|
1231
|
-
"relativePath": [
|
|
1232
|
-
"lib",
|
|
1233
|
-
"commands",
|
|
1234
|
-
"addons",
|
|
1235
|
-
"rename.js"
|
|
1236
|
-
]
|
|
1237
|
-
},
|
|
1238
|
-
"addons:services": {
|
|
1239
|
-
"aliases": [],
|
|
1240
|
-
"args": {},
|
|
1241
|
-
"description": "list all available add-on services",
|
|
1242
|
-
"flags": {
|
|
1243
|
-
"json": {
|
|
1244
|
-
"description": "output in json format",
|
|
1245
|
-
"name": "json",
|
|
1246
|
-
"allowNo": false,
|
|
1247
|
-
"type": "boolean"
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
|
-
"hasDynamicHelp": false,
|
|
1251
|
-
"hiddenAliases": [],
|
|
1252
|
-
"id": "addons:services",
|
|
1191
|
+
"id": "apps:leave",
|
|
1253
1192
|
"pluginAlias": "heroku",
|
|
1254
1193
|
"pluginName": "heroku",
|
|
1255
1194
|
"pluginType": "core",
|
|
1256
1195
|
"strict": true,
|
|
1257
|
-
"
|
|
1196
|
+
"example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:leave -a APP \u001b[22m\u001b[39m\u001b[49m",
|
|
1197
|
+
"topic": "apps",
|
|
1258
1198
|
"isESM": true,
|
|
1259
1199
|
"relativePath": [
|
|
1260
1200
|
"lib",
|
|
1261
1201
|
"commands",
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1202
|
+
"apps",
|
|
1203
|
+
"leave.js"
|
|
1264
1204
|
]
|
|
1265
1205
|
},
|
|
1266
|
-
"
|
|
1206
|
+
"apps:lock": {
|
|
1267
1207
|
"aliases": [
|
|
1268
|
-
"
|
|
1269
|
-
],
|
|
1270
|
-
"args": {
|
|
1271
|
-
"addon": {
|
|
1272
|
-
"description": "unique identifier or globally unique name of the add-on",
|
|
1273
|
-
"name": "addon",
|
|
1274
|
-
"required": true
|
|
1275
|
-
},
|
|
1276
|
-
"plan": {
|
|
1277
|
-
"description": "unique identifier or name of the plan",
|
|
1278
|
-
"name": "plan"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
"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 ",
|
|
1282
|
-
"examples": [
|
|
1283
|
-
"# Upgrade an add-on by service name:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m",
|
|
1284
|
-
"# Upgrade a specific add-on:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m"
|
|
1208
|
+
"lock"
|
|
1285
1209
|
],
|
|
1210
|
+
"args": {},
|
|
1211
|
+
"description": "prevent team members from joining an app",
|
|
1286
1212
|
"flags": {
|
|
1287
1213
|
"app": {
|
|
1288
1214
|
"char": "a",
|
|
1289
1215
|
"description": "app to run command against",
|
|
1290
1216
|
"name": "app",
|
|
1217
|
+
"required": true,
|
|
1291
1218
|
"hasDynamicHelp": false,
|
|
1292
1219
|
"multiple": false,
|
|
1293
1220
|
"type": "option"
|
|
@@ -1303,34 +1230,40 @@
|
|
|
1303
1230
|
},
|
|
1304
1231
|
"hasDynamicHelp": false,
|
|
1305
1232
|
"hiddenAliases": [],
|
|
1306
|
-
"id": "
|
|
1233
|
+
"id": "apps:lock",
|
|
1307
1234
|
"pluginAlias": "heroku",
|
|
1308
1235
|
"pluginName": "heroku",
|
|
1309
1236
|
"pluginType": "core",
|
|
1310
1237
|
"strict": true,
|
|
1311
|
-
"topic": "
|
|
1238
|
+
"topic": "apps",
|
|
1312
1239
|
"isESM": true,
|
|
1313
1240
|
"relativePath": [
|
|
1314
1241
|
"lib",
|
|
1315
1242
|
"commands",
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1243
|
+
"apps",
|
|
1244
|
+
"lock.js"
|
|
1318
1245
|
]
|
|
1319
1246
|
},
|
|
1320
|
-
"
|
|
1247
|
+
"apps:open": {
|
|
1321
1248
|
"aliases": [],
|
|
1322
1249
|
"args": {
|
|
1323
|
-
"
|
|
1324
|
-
"description": "
|
|
1325
|
-
"name": "
|
|
1250
|
+
"path": {
|
|
1251
|
+
"description": "base URL path of app",
|
|
1252
|
+
"name": "path",
|
|
1253
|
+
"required": false
|
|
1326
1254
|
}
|
|
1327
1255
|
},
|
|
1328
|
-
"description": "
|
|
1256
|
+
"description": "open the app in a web browser",
|
|
1257
|
+
"examples": [
|
|
1258
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp \u001b[22m\u001b[39m\u001b[49m",
|
|
1259
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp /foo \u001b[22m\u001b[39m\u001b[49m"
|
|
1260
|
+
],
|
|
1329
1261
|
"flags": {
|
|
1330
1262
|
"app": {
|
|
1331
1263
|
"char": "a",
|
|
1332
1264
|
"description": "app to run command against",
|
|
1333
1265
|
"name": "app",
|
|
1266
|
+
"required": true,
|
|
1334
1267
|
"hasDynamicHelp": false,
|
|
1335
1268
|
"multiple": false,
|
|
1336
1269
|
"type": "option"
|
|
@@ -1342,156 +1275,53 @@
|
|
|
1342
1275
|
"hasDynamicHelp": false,
|
|
1343
1276
|
"multiple": false,
|
|
1344
1277
|
"type": "option"
|
|
1345
|
-
},
|
|
1346
|
-
"wait-interval": {
|
|
1347
|
-
"description": "how frequently to poll in seconds",
|
|
1348
|
-
"name": "wait-interval",
|
|
1349
|
-
"hasDynamicHelp": false,
|
|
1350
|
-
"multiple": false,
|
|
1351
|
-
"type": "option"
|
|
1352
1278
|
}
|
|
1353
1279
|
},
|
|
1354
1280
|
"hasDynamicHelp": false,
|
|
1355
|
-
"hiddenAliases": [
|
|
1356
|
-
|
|
1281
|
+
"hiddenAliases": [
|
|
1282
|
+
"open"
|
|
1283
|
+
],
|
|
1284
|
+
"id": "apps:open",
|
|
1357
1285
|
"pluginAlias": "heroku",
|
|
1358
1286
|
"pluginName": "heroku",
|
|
1359
1287
|
"pluginType": "core",
|
|
1360
1288
|
"strict": true,
|
|
1361
|
-
"topic": "
|
|
1289
|
+
"topic": "apps",
|
|
1362
1290
|
"isESM": true,
|
|
1363
1291
|
"relativePath": [
|
|
1364
1292
|
"lib",
|
|
1365
1293
|
"commands",
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1294
|
+
"apps",
|
|
1295
|
+
"open.js"
|
|
1368
1296
|
]
|
|
1369
1297
|
},
|
|
1370
|
-
"apps:
|
|
1298
|
+
"apps:rename": {
|
|
1371
1299
|
"aliases": [],
|
|
1372
1300
|
"args": {
|
|
1373
|
-
"
|
|
1374
|
-
"description": "name of app
|
|
1375
|
-
"name": "
|
|
1376
|
-
"required":
|
|
1301
|
+
"newname": {
|
|
1302
|
+
"description": "new unique name of the app",
|
|
1303
|
+
"name": "newname",
|
|
1304
|
+
"required": true
|
|
1377
1305
|
}
|
|
1378
1306
|
},
|
|
1379
|
-
"description": "
|
|
1307
|
+
"description": "rename an app",
|
|
1380
1308
|
"examples": [
|
|
1381
|
-
"\
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
"
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
"flags": {
|
|
1390
|
-
"addons": {
|
|
1391
|
-
"description": "comma-delimited list of addons to install",
|
|
1392
|
-
"name": "addons",
|
|
1393
|
-
"hasDynamicHelp": false,
|
|
1394
|
-
"multiple": false,
|
|
1395
|
-
"type": "option"
|
|
1396
|
-
},
|
|
1397
|
-
"app": {
|
|
1398
|
-
"hidden": true,
|
|
1399
|
-
"name": "app",
|
|
1400
|
-
"hasDynamicHelp": false,
|
|
1401
|
-
"multiple": false,
|
|
1402
|
-
"type": "option"
|
|
1403
|
-
},
|
|
1404
|
-
"buildpack": {
|
|
1405
|
-
"char": "b",
|
|
1406
|
-
"description": "buildpack url to use for this app",
|
|
1407
|
-
"name": "buildpack",
|
|
1408
|
-
"hasDynamicHelp": false,
|
|
1409
|
-
"multiple": false,
|
|
1410
|
-
"type": "option"
|
|
1411
|
-
},
|
|
1412
|
-
"features": {
|
|
1413
|
-
"hidden": true,
|
|
1414
|
-
"name": "features",
|
|
1415
|
-
"hasDynamicHelp": false,
|
|
1416
|
-
"multiple": false,
|
|
1417
|
-
"type": "option"
|
|
1418
|
-
},
|
|
1419
|
-
"internal-routing": {
|
|
1420
|
-
"description": "private space-only. create as an Internal Web App that is only routable in the local network.",
|
|
1421
|
-
"hidden": true,
|
|
1422
|
-
"name": "internal-routing",
|
|
1423
|
-
"allowNo": false,
|
|
1424
|
-
"type": "boolean"
|
|
1425
|
-
},
|
|
1426
|
-
"json": {
|
|
1427
|
-
"description": "output in json format",
|
|
1428
|
-
"name": "json",
|
|
1429
|
-
"allowNo": false,
|
|
1430
|
-
"type": "boolean"
|
|
1431
|
-
},
|
|
1432
|
-
"kernel": {
|
|
1433
|
-
"hidden": true,
|
|
1434
|
-
"name": "kernel",
|
|
1435
|
-
"hasDynamicHelp": false,
|
|
1436
|
-
"multiple": false,
|
|
1437
|
-
"type": "option"
|
|
1438
|
-
},
|
|
1439
|
-
"locked": {
|
|
1440
|
-
"hidden": true,
|
|
1441
|
-
"name": "locked",
|
|
1442
|
-
"allowNo": false,
|
|
1443
|
-
"type": "boolean"
|
|
1444
|
-
},
|
|
1445
|
-
"manifest": {
|
|
1446
|
-
"char": "m",
|
|
1447
|
-
"description": "use heroku.yml settings for this app",
|
|
1448
|
-
"hidden": true,
|
|
1449
|
-
"name": "manifest",
|
|
1450
|
-
"allowNo": false,
|
|
1451
|
-
"type": "boolean"
|
|
1452
|
-
},
|
|
1453
|
-
"no-remote": {
|
|
1454
|
-
"char": "n",
|
|
1455
|
-
"description": "do not create a git remote",
|
|
1456
|
-
"name": "no-remote",
|
|
1457
|
-
"allowNo": false,
|
|
1458
|
-
"type": "boolean"
|
|
1459
|
-
},
|
|
1460
|
-
"region": {
|
|
1461
|
-
"description": "specify region for the app to run in",
|
|
1462
|
-
"name": "region",
|
|
1463
|
-
"hasDynamicHelp": false,
|
|
1464
|
-
"multiple": false,
|
|
1465
|
-
"type": "option"
|
|
1466
|
-
},
|
|
1467
|
-
"remote": {
|
|
1468
|
-
"char": "r",
|
|
1469
|
-
"description": "the git remote to create, default \"heroku\"",
|
|
1470
|
-
"name": "remote",
|
|
1471
|
-
"default": "heroku",
|
|
1472
|
-
"hasDynamicHelp": false,
|
|
1473
|
-
"multiple": false,
|
|
1474
|
-
"type": "option"
|
|
1475
|
-
},
|
|
1476
|
-
"space": {
|
|
1477
|
-
"description": "the private space to create the app in",
|
|
1478
|
-
"name": "space",
|
|
1479
|
-
"hasDynamicHelp": false,
|
|
1480
|
-
"multiple": false,
|
|
1481
|
-
"type": "option"
|
|
1482
|
-
},
|
|
1483
|
-
"stack": {
|
|
1484
|
-
"char": "s",
|
|
1485
|
-
"description": "the stack to create the app on",
|
|
1486
|
-
"name": "stack",
|
|
1309
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:rename --app oldname newname \u001b[22m\u001b[39m\u001b[49m"
|
|
1310
|
+
],
|
|
1311
|
+
"flags": {
|
|
1312
|
+
"app": {
|
|
1313
|
+
"char": "a",
|
|
1314
|
+
"description": "app to run command against",
|
|
1315
|
+
"name": "app",
|
|
1316
|
+
"required": true,
|
|
1487
1317
|
"hasDynamicHelp": false,
|
|
1488
1318
|
"multiple": false,
|
|
1489
1319
|
"type": "option"
|
|
1490
1320
|
},
|
|
1491
|
-
"
|
|
1492
|
-
"char": "
|
|
1493
|
-
"description": "
|
|
1494
|
-
"name": "
|
|
1321
|
+
"remote": {
|
|
1322
|
+
"char": "r",
|
|
1323
|
+
"description": "git remote of app to use",
|
|
1324
|
+
"name": "remote",
|
|
1495
1325
|
"hasDynamicHelp": false,
|
|
1496
1326
|
"multiple": false,
|
|
1497
1327
|
"type": "option"
|
|
@@ -1499,30 +1329,38 @@
|
|
|
1499
1329
|
},
|
|
1500
1330
|
"hasDynamicHelp": false,
|
|
1501
1331
|
"hiddenAliases": [
|
|
1502
|
-
"
|
|
1332
|
+
"rename"
|
|
1503
1333
|
],
|
|
1504
|
-
"id": "apps:
|
|
1334
|
+
"id": "apps:rename",
|
|
1505
1335
|
"pluginAlias": "heroku",
|
|
1506
1336
|
"pluginName": "heroku",
|
|
1507
1337
|
"pluginType": "core",
|
|
1508
1338
|
"strict": true,
|
|
1339
|
+
"help": "This will locally update the git remote if it is set to the old app.",
|
|
1340
|
+
"topic": "apps",
|
|
1509
1341
|
"isESM": true,
|
|
1510
1342
|
"relativePath": [
|
|
1511
1343
|
"lib",
|
|
1512
1344
|
"commands",
|
|
1513
1345
|
"apps",
|
|
1514
|
-
"
|
|
1346
|
+
"rename.js"
|
|
1515
1347
|
]
|
|
1516
1348
|
},
|
|
1517
|
-
"apps:
|
|
1349
|
+
"apps:transfer": {
|
|
1518
1350
|
"aliases": [],
|
|
1519
1351
|
"args": {
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"name": "
|
|
1352
|
+
"recipient": {
|
|
1353
|
+
"description": "user or team to transfer applications to",
|
|
1354
|
+
"name": "recipient",
|
|
1355
|
+
"required": true
|
|
1523
1356
|
}
|
|
1524
1357
|
},
|
|
1525
|
-
"description": "
|
|
1358
|
+
"description": "transfer applications to another user or team",
|
|
1359
|
+
"examples": [
|
|
1360
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer collaborator@example.com \u001b[22m\u001b[39m\u001b[49m\nTransferring example to collaborator@example.com... done",
|
|
1361
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer acme-widgets \u001b[22m\u001b[39m\u001b[49m\nTransferring example to acme-widgets... done",
|
|
1362
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer --bulk acme-widgets \u001b[22m\u001b[39m\u001b[49m\n..."
|
|
1363
|
+
],
|
|
1526
1364
|
"flags": {
|
|
1527
1365
|
"app": {
|
|
1528
1366
|
"char": "a",
|
|
@@ -1532,13 +1370,29 @@
|
|
|
1532
1370
|
"multiple": false,
|
|
1533
1371
|
"type": "option"
|
|
1534
1372
|
},
|
|
1373
|
+
"bulk": {
|
|
1374
|
+
"description": "transfer applications in bulk",
|
|
1375
|
+
"name": "bulk",
|
|
1376
|
+
"required": false,
|
|
1377
|
+
"allowNo": false,
|
|
1378
|
+
"type": "boolean"
|
|
1379
|
+
},
|
|
1535
1380
|
"confirm": {
|
|
1536
1381
|
"char": "c",
|
|
1382
|
+
"hidden": true,
|
|
1537
1383
|
"name": "confirm",
|
|
1538
1384
|
"hasDynamicHelp": false,
|
|
1539
1385
|
"multiple": false,
|
|
1540
1386
|
"type": "option"
|
|
1541
1387
|
},
|
|
1388
|
+
"locked": {
|
|
1389
|
+
"char": "l",
|
|
1390
|
+
"description": "lock the app upon transfer",
|
|
1391
|
+
"name": "locked",
|
|
1392
|
+
"required": false,
|
|
1393
|
+
"allowNo": false,
|
|
1394
|
+
"type": "boolean"
|
|
1395
|
+
},
|
|
1542
1396
|
"remote": {
|
|
1543
1397
|
"char": "r",
|
|
1544
1398
|
"description": "git remote of app to use",
|
|
@@ -1549,28 +1403,72 @@
|
|
|
1549
1403
|
}
|
|
1550
1404
|
},
|
|
1551
1405
|
"hasDynamicHelp": false,
|
|
1552
|
-
"hiddenAliases": [
|
|
1553
|
-
|
|
1554
|
-
|
|
1406
|
+
"hiddenAliases": [],
|
|
1407
|
+
"id": "apps:transfer",
|
|
1408
|
+
"pluginAlias": "heroku",
|
|
1409
|
+
"pluginName": "heroku",
|
|
1410
|
+
"pluginType": "core",
|
|
1411
|
+
"strict": true,
|
|
1412
|
+
"topic": "apps",
|
|
1413
|
+
"isESM": true,
|
|
1414
|
+
"relativePath": [
|
|
1415
|
+
"lib",
|
|
1416
|
+
"commands",
|
|
1417
|
+
"apps",
|
|
1418
|
+
"transfer.js"
|
|
1419
|
+
]
|
|
1420
|
+
},
|
|
1421
|
+
"apps:unlock": {
|
|
1422
|
+
"aliases": [
|
|
1423
|
+
"unlock"
|
|
1555
1424
|
],
|
|
1556
|
-
"
|
|
1425
|
+
"args": {},
|
|
1426
|
+
"description": "unlock an app so any team member can join",
|
|
1427
|
+
"flags": {
|
|
1428
|
+
"app": {
|
|
1429
|
+
"char": "a",
|
|
1430
|
+
"description": "app to run command against",
|
|
1431
|
+
"name": "app",
|
|
1432
|
+
"required": true,
|
|
1433
|
+
"hasDynamicHelp": false,
|
|
1434
|
+
"multiple": false,
|
|
1435
|
+
"type": "option"
|
|
1436
|
+
},
|
|
1437
|
+
"remote": {
|
|
1438
|
+
"char": "r",
|
|
1439
|
+
"description": "git remote of app to use",
|
|
1440
|
+
"name": "remote",
|
|
1441
|
+
"hasDynamicHelp": false,
|
|
1442
|
+
"multiple": false,
|
|
1443
|
+
"type": "option"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
"hasDynamicHelp": false,
|
|
1447
|
+
"hiddenAliases": [],
|
|
1448
|
+
"id": "apps:unlock",
|
|
1557
1449
|
"pluginAlias": "heroku",
|
|
1558
1450
|
"pluginName": "heroku",
|
|
1559
1451
|
"pluginType": "core",
|
|
1560
1452
|
"strict": true,
|
|
1561
|
-
"
|
|
1453
|
+
"topic": "apps",
|
|
1562
1454
|
"isESM": true,
|
|
1563
1455
|
"relativePath": [
|
|
1564
1456
|
"lib",
|
|
1565
1457
|
"commands",
|
|
1566
1458
|
"apps",
|
|
1567
|
-
"
|
|
1459
|
+
"unlock.js"
|
|
1568
1460
|
]
|
|
1569
1461
|
},
|
|
1570
|
-
"
|
|
1462
|
+
"addons:attach": {
|
|
1571
1463
|
"aliases": [],
|
|
1572
|
-
"args": {
|
|
1573
|
-
|
|
1464
|
+
"args": {
|
|
1465
|
+
"addon_name": {
|
|
1466
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1467
|
+
"name": "addon_name",
|
|
1468
|
+
"required": true
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"description": "attach an existing add-on resource to an app",
|
|
1574
1472
|
"flags": {
|
|
1575
1473
|
"app": {
|
|
1576
1474
|
"char": "a",
|
|
@@ -1581,25 +1479,26 @@
|
|
|
1581
1479
|
"multiple": false,
|
|
1582
1480
|
"type": "option"
|
|
1583
1481
|
},
|
|
1584
|
-
"
|
|
1585
|
-
"description": "
|
|
1586
|
-
"name": "
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1482
|
+
"as": {
|
|
1483
|
+
"description": "name for add-on attachment",
|
|
1484
|
+
"name": "as",
|
|
1485
|
+
"hasDynamicHelp": false,
|
|
1486
|
+
"multiple": false,
|
|
1487
|
+
"type": "option"
|
|
1589
1488
|
},
|
|
1590
|
-
"
|
|
1591
|
-
"description": "
|
|
1592
|
-
"name": "
|
|
1593
|
-
"default": "24",
|
|
1489
|
+
"confirm": {
|
|
1490
|
+
"description": "overwrite existing add-on attachment with same name",
|
|
1491
|
+
"name": "confirm",
|
|
1594
1492
|
"hasDynamicHelp": false,
|
|
1595
1493
|
"multiple": false,
|
|
1596
1494
|
"type": "option"
|
|
1597
1495
|
},
|
|
1598
|
-
"
|
|
1599
|
-
"description": "
|
|
1600
|
-
"name": "
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1496
|
+
"credential": {
|
|
1497
|
+
"description": "credential name for scoped access to Heroku Postgres",
|
|
1498
|
+
"name": "credential",
|
|
1499
|
+
"hasDynamicHelp": false,
|
|
1500
|
+
"multiple": false,
|
|
1501
|
+
"type": "option"
|
|
1603
1502
|
},
|
|
1604
1503
|
"remote": {
|
|
1605
1504
|
"char": "r",
|
|
@@ -1608,114 +1507,113 @@
|
|
|
1608
1507
|
"hasDynamicHelp": false,
|
|
1609
1508
|
"multiple": false,
|
|
1610
1509
|
"type": "option"
|
|
1611
|
-
},
|
|
1612
|
-
"router": {
|
|
1613
|
-
"description": "show only router errors",
|
|
1614
|
-
"name": "router",
|
|
1615
|
-
"allowNo": false,
|
|
1616
|
-
"type": "boolean"
|
|
1617
1510
|
}
|
|
1618
1511
|
},
|
|
1619
1512
|
"hasDynamicHelp": false,
|
|
1620
1513
|
"hiddenAliases": [],
|
|
1621
|
-
"id": "
|
|
1514
|
+
"id": "addons:attach",
|
|
1622
1515
|
"pluginAlias": "heroku",
|
|
1623
1516
|
"pluginName": "heroku",
|
|
1624
1517
|
"pluginType": "core",
|
|
1625
1518
|
"strict": true,
|
|
1519
|
+
"topic": "addons",
|
|
1626
1520
|
"isESM": true,
|
|
1627
1521
|
"relativePath": [
|
|
1628
1522
|
"lib",
|
|
1629
1523
|
"commands",
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1524
|
+
"addons",
|
|
1525
|
+
"attach.js"
|
|
1632
1526
|
]
|
|
1633
1527
|
},
|
|
1634
|
-
"
|
|
1528
|
+
"addons:create": {
|
|
1635
1529
|
"aliases": [],
|
|
1636
|
-
"args": {
|
|
1637
|
-
|
|
1530
|
+
"args": {
|
|
1531
|
+
"service:plan": {
|
|
1532
|
+
"description": "unique identifier or unique name of the add-on service plan",
|
|
1533
|
+
"name": "service:plan",
|
|
1534
|
+
"required": true
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"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",
|
|
1638
1538
|
"examples": [
|
|
1639
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
1539
|
+
"# Create an add-on resource:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-redis --app my-app \u001b[22m\u001b[39m\u001b[49m\n",
|
|
1540
|
+
"# Create an add-on resource with additional config items:\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE \u001b[22m\u001b[39m\u001b[49m\n"
|
|
1640
1541
|
],
|
|
1641
1542
|
"flags": {
|
|
1642
|
-
"
|
|
1643
|
-
"char": "
|
|
1644
|
-
"description": "
|
|
1645
|
-
"name": "
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
"char": "i",
|
|
1651
|
-
"description": "filter to Internal Web Apps",
|
|
1652
|
-
"hidden": true,
|
|
1653
|
-
"name": "internal-routing",
|
|
1654
|
-
"allowNo": false,
|
|
1655
|
-
"type": "boolean"
|
|
1543
|
+
"app": {
|
|
1544
|
+
"char": "a",
|
|
1545
|
+
"description": "app to run command against",
|
|
1546
|
+
"name": "app",
|
|
1547
|
+
"required": true,
|
|
1548
|
+
"hasDynamicHelp": false,
|
|
1549
|
+
"multiple": false,
|
|
1550
|
+
"type": "option"
|
|
1656
1551
|
},
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
1661
|
-
"
|
|
1662
|
-
"type": "
|
|
1552
|
+
"as": {
|
|
1553
|
+
"description": "name for the initial add-on attachment",
|
|
1554
|
+
"name": "as",
|
|
1555
|
+
"hasDynamicHelp": false,
|
|
1556
|
+
"multiple": false,
|
|
1557
|
+
"type": "option"
|
|
1663
1558
|
},
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1668
|
-
"
|
|
1669
|
-
"type": "
|
|
1559
|
+
"confirm": {
|
|
1560
|
+
"description": "overwrite existing config vars or existing add-on attachments",
|
|
1561
|
+
"name": "confirm",
|
|
1562
|
+
"hasDynamicHelp": false,
|
|
1563
|
+
"multiple": false,
|
|
1564
|
+
"type": "option"
|
|
1670
1565
|
},
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1674
|
-
"name": "space",
|
|
1566
|
+
"name": {
|
|
1567
|
+
"description": "name for the add-on resource",
|
|
1568
|
+
"name": "name",
|
|
1675
1569
|
"hasDynamicHelp": false,
|
|
1676
1570
|
"multiple": false,
|
|
1677
1571
|
"type": "option"
|
|
1678
1572
|
},
|
|
1679
|
-
"
|
|
1680
|
-
"char": "
|
|
1681
|
-
"description": "
|
|
1682
|
-
"name": "
|
|
1573
|
+
"remote": {
|
|
1574
|
+
"char": "r",
|
|
1575
|
+
"description": "git remote of app to use",
|
|
1576
|
+
"name": "remote",
|
|
1683
1577
|
"hasDynamicHelp": false,
|
|
1684
1578
|
"multiple": false,
|
|
1685
1579
|
"type": "option"
|
|
1580
|
+
},
|
|
1581
|
+
"wait": {
|
|
1582
|
+
"description": "watch add-on creation status and exit when complete",
|
|
1583
|
+
"name": "wait",
|
|
1584
|
+
"allowNo": false,
|
|
1585
|
+
"type": "boolean"
|
|
1686
1586
|
}
|
|
1687
1587
|
},
|
|
1688
1588
|
"hasDynamicHelp": false,
|
|
1689
1589
|
"hiddenAliases": [
|
|
1690
|
-
"
|
|
1691
|
-
"apps:list"
|
|
1590
|
+
"addons:add"
|
|
1692
1591
|
],
|
|
1693
|
-
"id": "
|
|
1592
|
+
"id": "addons:create",
|
|
1694
1593
|
"pluginAlias": "heroku",
|
|
1695
1594
|
"pluginName": "heroku",
|
|
1696
1595
|
"pluginType": "core",
|
|
1697
|
-
"strict":
|
|
1698
|
-
"topic": "apps",
|
|
1596
|
+
"strict": false,
|
|
1699
1597
|
"isESM": true,
|
|
1700
1598
|
"relativePath": [
|
|
1701
1599
|
"lib",
|
|
1702
1600
|
"commands",
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1601
|
+
"addons",
|
|
1602
|
+
"create.js"
|
|
1705
1603
|
]
|
|
1706
1604
|
},
|
|
1707
|
-
"
|
|
1605
|
+
"addons:destroy": {
|
|
1708
1606
|
"aliases": [],
|
|
1709
1607
|
"args": {
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
"name": "
|
|
1608
|
+
"addonName": {
|
|
1609
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1610
|
+
"name": "addonName",
|
|
1611
|
+
"required": true
|
|
1713
1612
|
}
|
|
1714
1613
|
},
|
|
1715
|
-
"description": "
|
|
1614
|
+
"description": "permanently destroy an add-on resource",
|
|
1716
1615
|
"examples": [
|
|
1717
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $
|
|
1718
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:info --shell \u001b[22m\u001b[39m\u001b[49m"
|
|
1616
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ addons:destroy [ADDON]... [flags] \u001b[22m\u001b[39m\u001b[49m"
|
|
1719
1617
|
],
|
|
1720
1618
|
"flags": {
|
|
1721
1619
|
"app": {
|
|
@@ -1726,17 +1624,17 @@
|
|
|
1726
1624
|
"multiple": false,
|
|
1727
1625
|
"type": "option"
|
|
1728
1626
|
},
|
|
1729
|
-
"
|
|
1730
|
-
"char": "
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1734
|
-
"type": "
|
|
1627
|
+
"confirm": {
|
|
1628
|
+
"char": "c",
|
|
1629
|
+
"name": "confirm",
|
|
1630
|
+
"hasDynamicHelp": false,
|
|
1631
|
+
"multiple": false,
|
|
1632
|
+
"type": "option"
|
|
1735
1633
|
},
|
|
1736
|
-
"
|
|
1737
|
-
"char": "
|
|
1738
|
-
"description": "
|
|
1739
|
-
"name": "
|
|
1634
|
+
"force": {
|
|
1635
|
+
"char": "f",
|
|
1636
|
+
"description": "allow destruction even if connected to other apps",
|
|
1637
|
+
"name": "force",
|
|
1740
1638
|
"allowNo": false,
|
|
1741
1639
|
"type": "boolean"
|
|
1742
1640
|
},
|
|
@@ -1748,39 +1646,41 @@
|
|
|
1748
1646
|
"multiple": false,
|
|
1749
1647
|
"type": "option"
|
|
1750
1648
|
},
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1754
|
-
"name": "shell",
|
|
1649
|
+
"wait": {
|
|
1650
|
+
"description": "watch add-on destruction status and exit when complete",
|
|
1651
|
+
"name": "wait",
|
|
1755
1652
|
"allowNo": false,
|
|
1756
1653
|
"type": "boolean"
|
|
1757
1654
|
}
|
|
1758
1655
|
},
|
|
1759
1656
|
"hasDynamicHelp": false,
|
|
1760
1657
|
"hiddenAliases": [
|
|
1761
|
-
"
|
|
1658
|
+
"addons:remove"
|
|
1762
1659
|
],
|
|
1763
|
-
"id": "
|
|
1660
|
+
"id": "addons:destroy",
|
|
1764
1661
|
"pluginAlias": "heroku",
|
|
1765
1662
|
"pluginName": "heroku",
|
|
1766
1663
|
"pluginType": "core",
|
|
1767
|
-
"strict":
|
|
1768
|
-
"
|
|
1769
|
-
"topic": "apps",
|
|
1664
|
+
"strict": false,
|
|
1665
|
+
"topic": "addons",
|
|
1770
1666
|
"isESM": true,
|
|
1771
1667
|
"relativePath": [
|
|
1772
1668
|
"lib",
|
|
1773
1669
|
"commands",
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1670
|
+
"addons",
|
|
1671
|
+
"destroy.js"
|
|
1776
1672
|
]
|
|
1777
1673
|
},
|
|
1778
|
-
"
|
|
1779
|
-
"aliases": [
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1674
|
+
"addons:detach": {
|
|
1675
|
+
"aliases": [],
|
|
1676
|
+
"args": {
|
|
1677
|
+
"attachment_name": {
|
|
1678
|
+
"description": "unique identifier of the add-on attachment",
|
|
1679
|
+
"name": "attachment_name",
|
|
1680
|
+
"required": true
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"description": "detach an existing add-on resource from an app",
|
|
1784
1684
|
"flags": {
|
|
1785
1685
|
"app": {
|
|
1786
1686
|
"char": "a",
|
|
@@ -1802,33 +1702,35 @@
|
|
|
1802
1702
|
},
|
|
1803
1703
|
"hasDynamicHelp": false,
|
|
1804
1704
|
"hiddenAliases": [],
|
|
1805
|
-
"id": "
|
|
1705
|
+
"id": "addons:detach",
|
|
1806
1706
|
"pluginAlias": "heroku",
|
|
1807
1707
|
"pluginName": "heroku",
|
|
1808
1708
|
"pluginType": "core",
|
|
1809
1709
|
"strict": true,
|
|
1810
|
-
"topic": "
|
|
1710
|
+
"topic": "addons",
|
|
1811
1711
|
"isESM": true,
|
|
1812
1712
|
"relativePath": [
|
|
1813
1713
|
"lib",
|
|
1814
1714
|
"commands",
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1715
|
+
"addons",
|
|
1716
|
+
"detach.js"
|
|
1817
1717
|
]
|
|
1818
1718
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"aliases": [
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1719
|
+
"addons:docs": {
|
|
1720
|
+
"aliases": [],
|
|
1721
|
+
"args": {
|
|
1722
|
+
"addon": {
|
|
1723
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1724
|
+
"name": "addon",
|
|
1725
|
+
"required": true
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"description": "open an add-on's Dev Center documentation in your browser",
|
|
1826
1729
|
"flags": {
|
|
1827
1730
|
"app": {
|
|
1828
1731
|
"char": "a",
|
|
1829
1732
|
"description": "app to run command against",
|
|
1830
1733
|
"name": "app",
|
|
1831
|
-
"required": true,
|
|
1832
1734
|
"hasDynamicHelp": false,
|
|
1833
1735
|
"multiple": false,
|
|
1834
1736
|
"type": "option"
|
|
@@ -1840,41 +1742,60 @@
|
|
|
1840
1742
|
"hasDynamicHelp": false,
|
|
1841
1743
|
"multiple": false,
|
|
1842
1744
|
"type": "option"
|
|
1745
|
+
},
|
|
1746
|
+
"show-url": {
|
|
1747
|
+
"description": "show URL, do not open browser",
|
|
1748
|
+
"name": "show-url",
|
|
1749
|
+
"allowNo": false,
|
|
1750
|
+
"type": "boolean"
|
|
1843
1751
|
}
|
|
1844
1752
|
},
|
|
1845
1753
|
"hasDynamicHelp": false,
|
|
1846
1754
|
"hiddenAliases": [],
|
|
1847
|
-
"id": "
|
|
1755
|
+
"id": "addons:docs",
|
|
1848
1756
|
"pluginAlias": "heroku",
|
|
1849
1757
|
"pluginName": "heroku",
|
|
1850
1758
|
"pluginType": "core",
|
|
1851
1759
|
"strict": true,
|
|
1852
|
-
"
|
|
1853
|
-
"topic": "apps",
|
|
1760
|
+
"topic": "addons",
|
|
1854
1761
|
"isESM": true,
|
|
1855
1762
|
"relativePath": [
|
|
1856
1763
|
"lib",
|
|
1857
1764
|
"commands",
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1765
|
+
"addons",
|
|
1766
|
+
"docs.js"
|
|
1860
1767
|
]
|
|
1861
1768
|
},
|
|
1862
|
-
"
|
|
1863
|
-
"aliases": [
|
|
1864
|
-
"lock"
|
|
1865
|
-
],
|
|
1769
|
+
"addons": {
|
|
1770
|
+
"aliases": [],
|
|
1866
1771
|
"args": {},
|
|
1867
|
-
"description": "
|
|
1772
|
+
"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 ",
|
|
1773
|
+
"examples": [
|
|
1774
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --all \u001b[22m\u001b[39m\u001b[49m",
|
|
1775
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons --app acme-inc-www \u001b[22m\u001b[39m\u001b[49m"
|
|
1776
|
+
],
|
|
1868
1777
|
"flags": {
|
|
1778
|
+
"all": {
|
|
1779
|
+
"char": "A",
|
|
1780
|
+
"description": "show add-ons and attachments for all accessible apps",
|
|
1781
|
+
"name": "all",
|
|
1782
|
+
"allowNo": false,
|
|
1783
|
+
"type": "boolean"
|
|
1784
|
+
},
|
|
1869
1785
|
"app": {
|
|
1870
1786
|
"char": "a",
|
|
1871
1787
|
"description": "app to run command against",
|
|
1872
1788
|
"name": "app",
|
|
1873
|
-
"required": true,
|
|
1874
1789
|
"hasDynamicHelp": false,
|
|
1875
1790
|
"multiple": false,
|
|
1876
1791
|
"type": "option"
|
|
1877
1792
|
},
|
|
1793
|
+
"json": {
|
|
1794
|
+
"description": "return add-ons in json format",
|
|
1795
|
+
"name": "json",
|
|
1796
|
+
"allowNo": false,
|
|
1797
|
+
"type": "boolean"
|
|
1798
|
+
},
|
|
1878
1799
|
"remote": {
|
|
1879
1800
|
"char": "r",
|
|
1880
1801
|
"description": "git remote of app to use",
|
|
@@ -1886,40 +1807,36 @@
|
|
|
1886
1807
|
},
|
|
1887
1808
|
"hasDynamicHelp": false,
|
|
1888
1809
|
"hiddenAliases": [],
|
|
1889
|
-
"id": "
|
|
1810
|
+
"id": "addons",
|
|
1890
1811
|
"pluginAlias": "heroku",
|
|
1891
1812
|
"pluginName": "heroku",
|
|
1892
1813
|
"pluginType": "core",
|
|
1893
1814
|
"strict": true,
|
|
1894
|
-
"
|
|
1815
|
+
"usage": "addons [--all|--app APP]",
|
|
1816
|
+
"topic": "addons",
|
|
1895
1817
|
"isESM": true,
|
|
1896
1818
|
"relativePath": [
|
|
1897
1819
|
"lib",
|
|
1898
1820
|
"commands",
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1821
|
+
"addons",
|
|
1822
|
+
"index.js"
|
|
1901
1823
|
]
|
|
1902
1824
|
},
|
|
1903
|
-
"
|
|
1825
|
+
"addons:info": {
|
|
1904
1826
|
"aliases": [],
|
|
1905
1827
|
"args": {
|
|
1906
|
-
"
|
|
1907
|
-
"description": "
|
|
1908
|
-
"name": "
|
|
1909
|
-
"required":
|
|
1828
|
+
"addon": {
|
|
1829
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1830
|
+
"name": "addon",
|
|
1831
|
+
"required": true
|
|
1910
1832
|
}
|
|
1911
1833
|
},
|
|
1912
|
-
"description": "
|
|
1913
|
-
"examples": [
|
|
1914
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp \u001b[22m\u001b[39m\u001b[49m",
|
|
1915
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku open -a myapp /foo \u001b[22m\u001b[39m\u001b[49m"
|
|
1916
|
-
],
|
|
1834
|
+
"description": "show detailed add-on resource and attachment information",
|
|
1917
1835
|
"flags": {
|
|
1918
1836
|
"app": {
|
|
1919
1837
|
"char": "a",
|
|
1920
1838
|
"description": "app to run command against",
|
|
1921
1839
|
"name": "app",
|
|
1922
|
-
"required": true,
|
|
1923
1840
|
"hasDynamicHelp": false,
|
|
1924
1841
|
"multiple": false,
|
|
1925
1842
|
"type": "option"
|
|
@@ -1934,42 +1851,37 @@
|
|
|
1934
1851
|
}
|
|
1935
1852
|
},
|
|
1936
1853
|
"hasDynamicHelp": false,
|
|
1937
|
-
"hiddenAliases": [
|
|
1938
|
-
|
|
1939
|
-
],
|
|
1940
|
-
"id": "apps:open",
|
|
1854
|
+
"hiddenAliases": [],
|
|
1855
|
+
"id": "addons:info",
|
|
1941
1856
|
"pluginAlias": "heroku",
|
|
1942
1857
|
"pluginName": "heroku",
|
|
1943
1858
|
"pluginType": "core",
|
|
1944
1859
|
"strict": true,
|
|
1945
|
-
"
|
|
1860
|
+
"usage": "addons:info ADDON",
|
|
1861
|
+
"topic": "addons",
|
|
1946
1862
|
"isESM": true,
|
|
1947
1863
|
"relativePath": [
|
|
1948
1864
|
"lib",
|
|
1949
1865
|
"commands",
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1866
|
+
"addons",
|
|
1867
|
+
"info.js"
|
|
1952
1868
|
]
|
|
1953
1869
|
},
|
|
1954
|
-
"
|
|
1870
|
+
"addons:open": {
|
|
1955
1871
|
"aliases": [],
|
|
1956
1872
|
"args": {
|
|
1957
|
-
"
|
|
1958
|
-
"description": "
|
|
1959
|
-
"name": "
|
|
1873
|
+
"addon": {
|
|
1874
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1875
|
+
"name": "addon",
|
|
1960
1876
|
"required": true
|
|
1961
1877
|
}
|
|
1962
1878
|
},
|
|
1963
|
-
"description": "
|
|
1964
|
-
"examples": [
|
|
1965
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:rename --app oldname newname \u001b[22m\u001b[39m\u001b[49m"
|
|
1966
|
-
],
|
|
1879
|
+
"description": "open an add-on's dashboard in your browser",
|
|
1967
1880
|
"flags": {
|
|
1968
1881
|
"app": {
|
|
1969
1882
|
"char": "a",
|
|
1970
1883
|
"description": "app to run command against",
|
|
1971
1884
|
"name": "app",
|
|
1972
|
-
"required": true,
|
|
1973
1885
|
"hasDynamicHelp": false,
|
|
1974
1886
|
"multiple": false,
|
|
1975
1887
|
"type": "option"
|
|
@@ -1981,41 +1893,143 @@
|
|
|
1981
1893
|
"hasDynamicHelp": false,
|
|
1982
1894
|
"multiple": false,
|
|
1983
1895
|
"type": "option"
|
|
1896
|
+
},
|
|
1897
|
+
"show-url": {
|
|
1898
|
+
"description": "show URL, do not open browser",
|
|
1899
|
+
"name": "show-url",
|
|
1900
|
+
"allowNo": false,
|
|
1901
|
+
"type": "boolean"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"hasDynamicHelp": false,
|
|
1905
|
+
"hiddenAliases": [],
|
|
1906
|
+
"id": "addons:open",
|
|
1907
|
+
"pluginAlias": "heroku",
|
|
1908
|
+
"pluginName": "heroku",
|
|
1909
|
+
"pluginType": "core",
|
|
1910
|
+
"strict": true,
|
|
1911
|
+
"topic": "addons",
|
|
1912
|
+
"isESM": true,
|
|
1913
|
+
"relativePath": [
|
|
1914
|
+
"lib",
|
|
1915
|
+
"commands",
|
|
1916
|
+
"addons",
|
|
1917
|
+
"open.js"
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
"addons:plans": {
|
|
1921
|
+
"aliases": [],
|
|
1922
|
+
"args": {
|
|
1923
|
+
"service": {
|
|
1924
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1925
|
+
"name": "service",
|
|
1926
|
+
"required": true
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"description": "list all available plans for an add-on service",
|
|
1930
|
+
"flags": {
|
|
1931
|
+
"json": {
|
|
1932
|
+
"description": "output in json format",
|
|
1933
|
+
"name": "json",
|
|
1934
|
+
"allowNo": false,
|
|
1935
|
+
"type": "boolean"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
"hasDynamicHelp": false,
|
|
1939
|
+
"hiddenAliases": [],
|
|
1940
|
+
"id": "addons:plans",
|
|
1941
|
+
"pluginAlias": "heroku",
|
|
1942
|
+
"pluginName": "heroku",
|
|
1943
|
+
"pluginType": "core",
|
|
1944
|
+
"strict": true,
|
|
1945
|
+
"topic": "addons",
|
|
1946
|
+
"isESM": true,
|
|
1947
|
+
"relativePath": [
|
|
1948
|
+
"lib",
|
|
1949
|
+
"commands",
|
|
1950
|
+
"addons",
|
|
1951
|
+
"plans.js"
|
|
1952
|
+
]
|
|
1953
|
+
},
|
|
1954
|
+
"addons:rename": {
|
|
1955
|
+
"aliases": [],
|
|
1956
|
+
"args": {
|
|
1957
|
+
"addon_name": {
|
|
1958
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1959
|
+
"name": "addon_name",
|
|
1960
|
+
"required": true
|
|
1961
|
+
},
|
|
1962
|
+
"new_name": {
|
|
1963
|
+
"description": "new globally unique name of the add-on",
|
|
1964
|
+
"name": "new_name",
|
|
1965
|
+
"required": true
|
|
1984
1966
|
}
|
|
1985
1967
|
},
|
|
1968
|
+
"description": "rename an add-on",
|
|
1969
|
+
"flags": {},
|
|
1986
1970
|
"hasDynamicHelp": false,
|
|
1987
|
-
"hiddenAliases": [
|
|
1988
|
-
|
|
1989
|
-
],
|
|
1990
|
-
"id": "apps:rename",
|
|
1971
|
+
"hiddenAliases": [],
|
|
1972
|
+
"id": "addons:rename",
|
|
1991
1973
|
"pluginAlias": "heroku",
|
|
1992
1974
|
"pluginName": "heroku",
|
|
1993
1975
|
"pluginType": "core",
|
|
1994
1976
|
"strict": true,
|
|
1995
|
-
"
|
|
1996
|
-
"topic": "apps",
|
|
1977
|
+
"topic": "addons",
|
|
1997
1978
|
"isESM": true,
|
|
1998
1979
|
"relativePath": [
|
|
1999
1980
|
"lib",
|
|
2000
1981
|
"commands",
|
|
2001
|
-
"
|
|
1982
|
+
"addons",
|
|
2002
1983
|
"rename.js"
|
|
2003
1984
|
]
|
|
2004
1985
|
},
|
|
2005
|
-
"
|
|
1986
|
+
"addons:services": {
|
|
2006
1987
|
"aliases": [],
|
|
1988
|
+
"args": {},
|
|
1989
|
+
"description": "list all available add-on services",
|
|
1990
|
+
"flags": {
|
|
1991
|
+
"json": {
|
|
1992
|
+
"description": "output in json format",
|
|
1993
|
+
"name": "json",
|
|
1994
|
+
"allowNo": false,
|
|
1995
|
+
"type": "boolean"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"hasDynamicHelp": false,
|
|
1999
|
+
"hiddenAliases": [],
|
|
2000
|
+
"id": "addons:services",
|
|
2001
|
+
"pluginAlias": "heroku",
|
|
2002
|
+
"pluginName": "heroku",
|
|
2003
|
+
"pluginType": "core",
|
|
2004
|
+
"strict": true,
|
|
2005
|
+
"topic": "addons",
|
|
2006
|
+
"isESM": true,
|
|
2007
|
+
"relativePath": [
|
|
2008
|
+
"lib",
|
|
2009
|
+
"commands",
|
|
2010
|
+
"addons",
|
|
2011
|
+
"services.js"
|
|
2012
|
+
]
|
|
2013
|
+
},
|
|
2014
|
+
"addons:upgrade": {
|
|
2015
|
+
"aliases": [
|
|
2016
|
+
"addons:downgrade"
|
|
2017
|
+
],
|
|
2007
2018
|
"args": {
|
|
2008
|
-
"
|
|
2009
|
-
"description": "
|
|
2010
|
-
"name": "
|
|
2019
|
+
"addon": {
|
|
2020
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
2021
|
+
"name": "addon",
|
|
2011
2022
|
"required": true
|
|
2023
|
+
},
|
|
2024
|
+
"plan": {
|
|
2025
|
+
"description": "unique identifier or name of the plan",
|
|
2026
|
+
"name": "plan"
|
|
2012
2027
|
}
|
|
2013
2028
|
},
|
|
2014
|
-
"description": "
|
|
2029
|
+
"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 ",
|
|
2015
2030
|
"examples": [
|
|
2016
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
2017
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
2018
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku apps:transfer --bulk acme-widgets \u001b[22m\u001b[39m\u001b[49m\n..."
|
|
2031
|
+
"# Upgrade an add-on by service name:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m",
|
|
2032
|
+
"# Upgrade a specific add-on:\n \u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2 \u001b[22m\u001b[39m\u001b[49m"
|
|
2019
2033
|
],
|
|
2020
2034
|
"flags": {
|
|
2021
2035
|
"app": {
|
|
@@ -2026,29 +2040,6 @@
|
|
|
2026
2040
|
"multiple": false,
|
|
2027
2041
|
"type": "option"
|
|
2028
2042
|
},
|
|
2029
|
-
"bulk": {
|
|
2030
|
-
"description": "transfer applications in bulk",
|
|
2031
|
-
"name": "bulk",
|
|
2032
|
-
"required": false,
|
|
2033
|
-
"allowNo": false,
|
|
2034
|
-
"type": "boolean"
|
|
2035
|
-
},
|
|
2036
|
-
"confirm": {
|
|
2037
|
-
"char": "c",
|
|
2038
|
-
"hidden": true,
|
|
2039
|
-
"name": "confirm",
|
|
2040
|
-
"hasDynamicHelp": false,
|
|
2041
|
-
"multiple": false,
|
|
2042
|
-
"type": "option"
|
|
2043
|
-
},
|
|
2044
|
-
"locked": {
|
|
2045
|
-
"char": "l",
|
|
2046
|
-
"description": "lock the app upon transfer",
|
|
2047
|
-
"name": "locked",
|
|
2048
|
-
"required": false,
|
|
2049
|
-
"allowNo": false,
|
|
2050
|
-
"type": "boolean"
|
|
2051
|
-
},
|
|
2052
2043
|
"remote": {
|
|
2053
2044
|
"char": "r",
|
|
2054
2045
|
"description": "git remote of app to use",
|
|
@@ -2060,32 +2051,34 @@
|
|
|
2060
2051
|
},
|
|
2061
2052
|
"hasDynamicHelp": false,
|
|
2062
2053
|
"hiddenAliases": [],
|
|
2063
|
-
"id": "
|
|
2054
|
+
"id": "addons:upgrade",
|
|
2064
2055
|
"pluginAlias": "heroku",
|
|
2065
2056
|
"pluginName": "heroku",
|
|
2066
2057
|
"pluginType": "core",
|
|
2067
2058
|
"strict": true,
|
|
2068
|
-
"topic": "
|
|
2059
|
+
"topic": "addons",
|
|
2069
2060
|
"isESM": true,
|
|
2070
2061
|
"relativePath": [
|
|
2071
2062
|
"lib",
|
|
2072
2063
|
"commands",
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2064
|
+
"addons",
|
|
2065
|
+
"upgrade.js"
|
|
2075
2066
|
]
|
|
2076
2067
|
},
|
|
2077
|
-
"
|
|
2078
|
-
"aliases": [
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2068
|
+
"addons:wait": {
|
|
2069
|
+
"aliases": [],
|
|
2070
|
+
"args": {
|
|
2071
|
+
"addon": {
|
|
2072
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
2073
|
+
"name": "addon"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"description": "show provisioning status of the add-ons on the app",
|
|
2083
2077
|
"flags": {
|
|
2084
2078
|
"app": {
|
|
2085
2079
|
"char": "a",
|
|
2086
2080
|
"description": "app to run command against",
|
|
2087
2081
|
"name": "app",
|
|
2088
|
-
"required": true,
|
|
2089
2082
|
"hasDynamicHelp": false,
|
|
2090
2083
|
"multiple": false,
|
|
2091
2084
|
"type": "option"
|
|
@@ -2097,22 +2090,29 @@
|
|
|
2097
2090
|
"hasDynamicHelp": false,
|
|
2098
2091
|
"multiple": false,
|
|
2099
2092
|
"type": "option"
|
|
2093
|
+
},
|
|
2094
|
+
"wait-interval": {
|
|
2095
|
+
"description": "how frequently to poll in seconds",
|
|
2096
|
+
"name": "wait-interval",
|
|
2097
|
+
"hasDynamicHelp": false,
|
|
2098
|
+
"multiple": false,
|
|
2099
|
+
"type": "option"
|
|
2100
2100
|
}
|
|
2101
2101
|
},
|
|
2102
2102
|
"hasDynamicHelp": false,
|
|
2103
2103
|
"hiddenAliases": [],
|
|
2104
|
-
"id": "
|
|
2104
|
+
"id": "addons:wait",
|
|
2105
2105
|
"pluginAlias": "heroku",
|
|
2106
2106
|
"pluginName": "heroku",
|
|
2107
2107
|
"pluginType": "core",
|
|
2108
2108
|
"strict": true,
|
|
2109
|
-
"topic": "
|
|
2109
|
+
"topic": "addons",
|
|
2110
2110
|
"isESM": true,
|
|
2111
2111
|
"relativePath": [
|
|
2112
2112
|
"lib",
|
|
2113
2113
|
"commands",
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2114
|
+
"addons",
|
|
2115
|
+
"wait.js"
|
|
2116
2116
|
]
|
|
2117
2117
|
},
|
|
2118
2118
|
"auth:login": {
|
|
@@ -9742,6 +9742,44 @@
|
|
|
9742
9742
|
"update.js"
|
|
9743
9743
|
]
|
|
9744
9744
|
},
|
|
9745
|
+
"usage:addons": {
|
|
9746
|
+
"aliases": [],
|
|
9747
|
+
"args": {},
|
|
9748
|
+
"description": "list usage for metered add-ons attached to an app or apps within a team",
|
|
9749
|
+
"flags": {
|
|
9750
|
+
"app": {
|
|
9751
|
+
"char": "a",
|
|
9752
|
+
"description": "app to list metered add-ons usage for",
|
|
9753
|
+
"name": "app",
|
|
9754
|
+
"hasDynamicHelp": false,
|
|
9755
|
+
"multiple": false,
|
|
9756
|
+
"type": "option"
|
|
9757
|
+
},
|
|
9758
|
+
"team": {
|
|
9759
|
+
"char": "t",
|
|
9760
|
+
"description": "team to list metered add-ons usage for",
|
|
9761
|
+
"name": "team",
|
|
9762
|
+
"hasDynamicHelp": false,
|
|
9763
|
+
"multiple": false,
|
|
9764
|
+
"type": "option"
|
|
9765
|
+
}
|
|
9766
|
+
},
|
|
9767
|
+
"hasDynamicHelp": false,
|
|
9768
|
+
"hiddenAliases": [],
|
|
9769
|
+
"id": "usage:addons",
|
|
9770
|
+
"pluginAlias": "heroku",
|
|
9771
|
+
"pluginName": "heroku",
|
|
9772
|
+
"pluginType": "core",
|
|
9773
|
+
"strict": true,
|
|
9774
|
+
"topic": "usage",
|
|
9775
|
+
"isESM": true,
|
|
9776
|
+
"relativePath": [
|
|
9777
|
+
"lib",
|
|
9778
|
+
"commands",
|
|
9779
|
+
"usage",
|
|
9780
|
+
"addons.js"
|
|
9781
|
+
]
|
|
9782
|
+
},
|
|
9745
9783
|
"webhooks:add": {
|
|
9746
9784
|
"aliases": [],
|
|
9747
9785
|
"args": {},
|
|
@@ -10201,44 +10239,6 @@
|
|
|
10201
10239
|
"remove.js"
|
|
10202
10240
|
]
|
|
10203
10241
|
},
|
|
10204
|
-
"usage:addons": {
|
|
10205
|
-
"aliases": [],
|
|
10206
|
-
"args": {},
|
|
10207
|
-
"description": "list usage for metered add-ons attached to an app or apps within a team",
|
|
10208
|
-
"flags": {
|
|
10209
|
-
"app": {
|
|
10210
|
-
"char": "a",
|
|
10211
|
-
"description": "app to list metered add-ons usage for",
|
|
10212
|
-
"name": "app",
|
|
10213
|
-
"hasDynamicHelp": false,
|
|
10214
|
-
"multiple": false,
|
|
10215
|
-
"type": "option"
|
|
10216
|
-
},
|
|
10217
|
-
"team": {
|
|
10218
|
-
"char": "t",
|
|
10219
|
-
"description": "team to list metered add-ons usage for",
|
|
10220
|
-
"name": "team",
|
|
10221
|
-
"hasDynamicHelp": false,
|
|
10222
|
-
"multiple": false,
|
|
10223
|
-
"type": "option"
|
|
10224
|
-
}
|
|
10225
|
-
},
|
|
10226
|
-
"hasDynamicHelp": false,
|
|
10227
|
-
"hiddenAliases": [],
|
|
10228
|
-
"id": "usage:addons",
|
|
10229
|
-
"pluginAlias": "heroku",
|
|
10230
|
-
"pluginName": "heroku",
|
|
10231
|
-
"pluginType": "core",
|
|
10232
|
-
"strict": true,
|
|
10233
|
-
"topic": "usage",
|
|
10234
|
-
"isESM": true,
|
|
10235
|
-
"relativePath": [
|
|
10236
|
-
"lib",
|
|
10237
|
-
"commands",
|
|
10238
|
-
"usage",
|
|
10239
|
-
"addons.js"
|
|
10240
|
-
]
|
|
10241
|
-
},
|
|
10242
10242
|
"apps:stacks": {
|
|
10243
10243
|
"aliases": [],
|
|
10244
10244
|
"args": {},
|
|
@@ -10380,24 +10380,32 @@
|
|
|
10380
10380
|
"index.js"
|
|
10381
10381
|
]
|
|
10382
10382
|
},
|
|
10383
|
-
"
|
|
10383
|
+
"ci:config:get": {
|
|
10384
10384
|
"aliases": [],
|
|
10385
|
-
"args": {
|
|
10386
|
-
|
|
10385
|
+
"args": {
|
|
10386
|
+
"key": {
|
|
10387
|
+
"description": "name of the config var key",
|
|
10388
|
+
"name": "key",
|
|
10389
|
+
"required": true
|
|
10390
|
+
}
|
|
10391
|
+
},
|
|
10392
|
+
"description": "get a CI config var",
|
|
10393
|
+
"examples": [
|
|
10394
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
|
|
10395
|
+
],
|
|
10387
10396
|
"flags": {
|
|
10388
10397
|
"app": {
|
|
10389
10398
|
"char": "a",
|
|
10390
10399
|
"description": "app to run command against",
|
|
10391
10400
|
"name": "app",
|
|
10392
|
-
"required": true,
|
|
10393
10401
|
"hasDynamicHelp": false,
|
|
10394
10402
|
"multiple": false,
|
|
10395
10403
|
"type": "option"
|
|
10396
10404
|
},
|
|
10397
|
-
"
|
|
10398
|
-
"char": "
|
|
10399
|
-
"
|
|
10400
|
-
"name": "
|
|
10405
|
+
"pipeline": {
|
|
10406
|
+
"char": "p",
|
|
10407
|
+
"description": "name of pipeline",
|
|
10408
|
+
"name": "pipeline",
|
|
10401
10409
|
"hasDynamicHelp": false,
|
|
10402
10410
|
"multiple": false,
|
|
10403
10411
|
"type": "option"
|
|
@@ -10409,35 +10417,58 @@
|
|
|
10409
10417
|
"hasDynamicHelp": false,
|
|
10410
10418
|
"multiple": false,
|
|
10411
10419
|
"type": "option"
|
|
10420
|
+
},
|
|
10421
|
+
"shell": {
|
|
10422
|
+
"char": "s",
|
|
10423
|
+
"description": "output config var in shell format",
|
|
10424
|
+
"name": "shell",
|
|
10425
|
+
"allowNo": false,
|
|
10426
|
+
"type": "boolean"
|
|
10412
10427
|
}
|
|
10413
10428
|
},
|
|
10414
10429
|
"hasDynamicHelp": false,
|
|
10415
10430
|
"hiddenAliases": [],
|
|
10416
|
-
"id": "
|
|
10431
|
+
"id": "ci:config:get",
|
|
10417
10432
|
"pluginAlias": "heroku",
|
|
10418
10433
|
"pluginName": "heroku",
|
|
10419
10434
|
"pluginType": "core",
|
|
10420
10435
|
"strict": true,
|
|
10421
|
-
"topic": "
|
|
10436
|
+
"topic": "ci",
|
|
10422
10437
|
"isESM": true,
|
|
10423
10438
|
"relativePath": [
|
|
10424
10439
|
"lib",
|
|
10425
10440
|
"commands",
|
|
10426
|
-
"
|
|
10427
|
-
"
|
|
10428
|
-
"
|
|
10441
|
+
"ci",
|
|
10442
|
+
"config",
|
|
10443
|
+
"get.js"
|
|
10429
10444
|
]
|
|
10430
10445
|
},
|
|
10431
|
-
"
|
|
10446
|
+
"ci:config": {
|
|
10432
10447
|
"aliases": [],
|
|
10433
10448
|
"args": {},
|
|
10434
|
-
"description": "
|
|
10449
|
+
"description": "display CI config vars",
|
|
10450
|
+
"examples": [
|
|
10451
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config --app murmuring-headland-14719 --json\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
|
|
10452
|
+
],
|
|
10435
10453
|
"flags": {
|
|
10436
10454
|
"app": {
|
|
10437
10455
|
"char": "a",
|
|
10438
10456
|
"description": "app to run command against",
|
|
10439
10457
|
"name": "app",
|
|
10440
|
-
"
|
|
10458
|
+
"hasDynamicHelp": false,
|
|
10459
|
+
"multiple": false,
|
|
10460
|
+
"type": "option"
|
|
10461
|
+
},
|
|
10462
|
+
"json": {
|
|
10463
|
+
"description": "output config vars in json format",
|
|
10464
|
+
"name": "json",
|
|
10465
|
+
"allowNo": false,
|
|
10466
|
+
"type": "boolean"
|
|
10467
|
+
},
|
|
10468
|
+
"pipeline": {
|
|
10469
|
+
"char": "p",
|
|
10470
|
+
"description": "name of pipeline",
|
|
10471
|
+
"name": "pipeline",
|
|
10441
10472
|
"hasDynamicHelp": false,
|
|
10442
10473
|
"multiple": false,
|
|
10443
10474
|
"type": "option"
|
|
@@ -10450,40 +10481,50 @@
|
|
|
10450
10481
|
"multiple": false,
|
|
10451
10482
|
"type": "option"
|
|
10452
10483
|
},
|
|
10453
|
-
"
|
|
10454
|
-
"
|
|
10455
|
-
"
|
|
10484
|
+
"shell": {
|
|
10485
|
+
"char": "s",
|
|
10486
|
+
"description": "output config vars in shell format",
|
|
10487
|
+
"name": "shell",
|
|
10456
10488
|
"allowNo": false,
|
|
10457
10489
|
"type": "boolean"
|
|
10458
10490
|
}
|
|
10459
10491
|
},
|
|
10460
10492
|
"hasDynamicHelp": false,
|
|
10461
10493
|
"hiddenAliases": [],
|
|
10462
|
-
"id": "
|
|
10494
|
+
"id": "ci:config",
|
|
10463
10495
|
"pluginAlias": "heroku",
|
|
10464
10496
|
"pluginName": "heroku",
|
|
10465
10497
|
"pluginType": "core",
|
|
10466
10498
|
"strict": true,
|
|
10467
|
-
"topic": "certs",
|
|
10468
10499
|
"isESM": true,
|
|
10469
10500
|
"relativePath": [
|
|
10470
10501
|
"lib",
|
|
10471
10502
|
"commands",
|
|
10472
|
-
"
|
|
10473
|
-
"
|
|
10474
|
-
"
|
|
10503
|
+
"ci",
|
|
10504
|
+
"config",
|
|
10505
|
+
"index.js"
|
|
10475
10506
|
]
|
|
10476
10507
|
},
|
|
10477
|
-
"
|
|
10508
|
+
"ci:config:set": {
|
|
10478
10509
|
"aliases": [],
|
|
10479
10510
|
"args": {},
|
|
10480
|
-
"description": "
|
|
10511
|
+
"description": "set CI config vars",
|
|
10512
|
+
"examples": [
|
|
10513
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \u001b[22m\u001b[39m\u001b[49m\nSetting test config vars... done\nRAILS_ENV: test"
|
|
10514
|
+
],
|
|
10481
10515
|
"flags": {
|
|
10482
10516
|
"app": {
|
|
10483
10517
|
"char": "a",
|
|
10484
10518
|
"description": "app to run command against",
|
|
10485
10519
|
"name": "app",
|
|
10486
|
-
"
|
|
10520
|
+
"hasDynamicHelp": false,
|
|
10521
|
+
"multiple": false,
|
|
10522
|
+
"type": "option"
|
|
10523
|
+
},
|
|
10524
|
+
"pipeline": {
|
|
10525
|
+
"char": "p",
|
|
10526
|
+
"description": "name of pipeline",
|
|
10527
|
+
"name": "pipeline",
|
|
10487
10528
|
"hasDynamicHelp": false,
|
|
10488
10529
|
"multiple": false,
|
|
10489
10530
|
"type": "option"
|
|
@@ -10495,41 +10536,45 @@
|
|
|
10495
10536
|
"hasDynamicHelp": false,
|
|
10496
10537
|
"multiple": false,
|
|
10497
10538
|
"type": "option"
|
|
10498
|
-
},
|
|
10499
|
-
"wait": {
|
|
10500
|
-
"description": "watch ACM status and display the status when complete",
|
|
10501
|
-
"name": "wait",
|
|
10502
|
-
"allowNo": false,
|
|
10503
|
-
"type": "boolean"
|
|
10504
10539
|
}
|
|
10505
10540
|
},
|
|
10506
10541
|
"hasDynamicHelp": false,
|
|
10507
10542
|
"hiddenAliases": [],
|
|
10508
|
-
"id": "
|
|
10543
|
+
"id": "ci:config:set",
|
|
10509
10544
|
"pluginAlias": "heroku",
|
|
10510
10545
|
"pluginName": "heroku",
|
|
10511
10546
|
"pluginType": "core",
|
|
10512
|
-
"strict":
|
|
10513
|
-
"topic": "
|
|
10547
|
+
"strict": false,
|
|
10548
|
+
"topic": "ci",
|
|
10514
10549
|
"isESM": true,
|
|
10515
10550
|
"relativePath": [
|
|
10516
10551
|
"lib",
|
|
10517
10552
|
"commands",
|
|
10518
|
-
"
|
|
10519
|
-
"
|
|
10520
|
-
"
|
|
10553
|
+
"ci",
|
|
10554
|
+
"config",
|
|
10555
|
+
"set.js"
|
|
10521
10556
|
]
|
|
10522
10557
|
},
|
|
10523
|
-
"
|
|
10558
|
+
"ci:config:unset": {
|
|
10524
10559
|
"aliases": [],
|
|
10525
10560
|
"args": {},
|
|
10526
|
-
"description": "
|
|
10561
|
+
"description": "unset CI config vars",
|
|
10562
|
+
"examples": [
|
|
10563
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:unset RAILS_ENV \u001b[22m\u001b[39m\u001b[49m"
|
|
10564
|
+
],
|
|
10527
10565
|
"flags": {
|
|
10528
10566
|
"app": {
|
|
10529
10567
|
"char": "a",
|
|
10530
10568
|
"description": "app to run command against",
|
|
10531
10569
|
"name": "app",
|
|
10532
|
-
"
|
|
10570
|
+
"hasDynamicHelp": false,
|
|
10571
|
+
"multiple": false,
|
|
10572
|
+
"type": "option"
|
|
10573
|
+
},
|
|
10574
|
+
"pipeline": {
|
|
10575
|
+
"char": "p",
|
|
10576
|
+
"description": "name of pipeline",
|
|
10577
|
+
"name": "pipeline",
|
|
10533
10578
|
"hasDynamicHelp": false,
|
|
10534
10579
|
"multiple": false,
|
|
10535
10580
|
"type": "option"
|
|
@@ -10545,19 +10590,19 @@
|
|
|
10545
10590
|
},
|
|
10546
10591
|
"hasDynamicHelp": false,
|
|
10547
10592
|
"hiddenAliases": [],
|
|
10548
|
-
"id": "
|
|
10593
|
+
"id": "ci:config:unset",
|
|
10549
10594
|
"pluginAlias": "heroku",
|
|
10550
10595
|
"pluginName": "heroku",
|
|
10551
10596
|
"pluginType": "core",
|
|
10552
|
-
"strict":
|
|
10553
|
-
"topic": "
|
|
10597
|
+
"strict": false,
|
|
10598
|
+
"topic": "ci",
|
|
10554
10599
|
"isESM": true,
|
|
10555
10600
|
"relativePath": [
|
|
10556
10601
|
"lib",
|
|
10557
10602
|
"commands",
|
|
10558
|
-
"
|
|
10559
|
-
"
|
|
10560
|
-
"
|
|
10603
|
+
"ci",
|
|
10604
|
+
"config",
|
|
10605
|
+
"unset.js"
|
|
10561
10606
|
]
|
|
10562
10607
|
},
|
|
10563
10608
|
"pg:backups:cancel": {
|
|
@@ -11169,18 +11214,10 @@
|
|
|
11169
11214
|
"url.js"
|
|
11170
11215
|
]
|
|
11171
11216
|
},
|
|
11172
|
-
"
|
|
11217
|
+
"certs:auto:disable": {
|
|
11173
11218
|
"aliases": [],
|
|
11174
|
-
"args": {
|
|
11175
|
-
|
|
11176
|
-
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
11177
|
-
"name": "database"
|
|
11178
|
-
}
|
|
11179
|
-
},
|
|
11180
|
-
"description": "add an attachment to a database using connection pooling",
|
|
11181
|
-
"examples": [
|
|
11182
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pg:connection-pooling:attach postgresql-something-12345 \u001b[22m\u001b[39m\u001b[49m\n"
|
|
11183
|
-
],
|
|
11219
|
+
"args": {},
|
|
11220
|
+
"description": "disable ACM for an app",
|
|
11184
11221
|
"flags": {
|
|
11185
11222
|
"app": {
|
|
11186
11223
|
"char": "a",
|
|
@@ -11191,9 +11228,10 @@
|
|
|
11191
11228
|
"multiple": false,
|
|
11192
11229
|
"type": "option"
|
|
11193
11230
|
},
|
|
11194
|
-
"
|
|
11195
|
-
"
|
|
11196
|
-
"
|
|
11231
|
+
"confirm": {
|
|
11232
|
+
"char": "c",
|
|
11233
|
+
"hidden": true,
|
|
11234
|
+
"name": "confirm",
|
|
11197
11235
|
"hasDynamicHelp": false,
|
|
11198
11236
|
"multiple": false,
|
|
11199
11237
|
"type": "option"
|
|
@@ -11209,47 +11247,31 @@
|
|
|
11209
11247
|
},
|
|
11210
11248
|
"hasDynamicHelp": false,
|
|
11211
11249
|
"hiddenAliases": [],
|
|
11212
|
-
"id": "
|
|
11250
|
+
"id": "certs:auto:disable",
|
|
11213
11251
|
"pluginAlias": "heroku",
|
|
11214
11252
|
"pluginName": "heroku",
|
|
11215
11253
|
"pluginType": "core",
|
|
11216
11254
|
"strict": true,
|
|
11217
|
-
"topic": "
|
|
11255
|
+
"topic": "certs",
|
|
11218
11256
|
"isESM": true,
|
|
11219
11257
|
"relativePath": [
|
|
11220
11258
|
"lib",
|
|
11221
11259
|
"commands",
|
|
11222
|
-
"
|
|
11223
|
-
"
|
|
11224
|
-
"
|
|
11260
|
+
"certs",
|
|
11261
|
+
"auto",
|
|
11262
|
+
"disable.js"
|
|
11225
11263
|
]
|
|
11226
11264
|
},
|
|
11227
|
-
"
|
|
11265
|
+
"certs:auto:enable": {
|
|
11228
11266
|
"aliases": [],
|
|
11229
|
-
"args": {
|
|
11230
|
-
|
|
11231
|
-
"description": "name of the config var key",
|
|
11232
|
-
"name": "key",
|
|
11233
|
-
"required": true
|
|
11234
|
-
}
|
|
11235
|
-
},
|
|
11236
|
-
"description": "get a CI config var",
|
|
11237
|
-
"examples": [
|
|
11238
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:get --pipeline=PIPELINE RAILS_ENV test \u001b[22m\u001b[39m\u001b[49m"
|
|
11239
|
-
],
|
|
11267
|
+
"args": {},
|
|
11268
|
+
"description": "enable ACM status for an app",
|
|
11240
11269
|
"flags": {
|
|
11241
11270
|
"app": {
|
|
11242
11271
|
"char": "a",
|
|
11243
11272
|
"description": "app to run command against",
|
|
11244
11273
|
"name": "app",
|
|
11245
|
-
"
|
|
11246
|
-
"multiple": false,
|
|
11247
|
-
"type": "option"
|
|
11248
|
-
},
|
|
11249
|
-
"pipeline": {
|
|
11250
|
-
"char": "p",
|
|
11251
|
-
"description": "name of pipeline",
|
|
11252
|
-
"name": "pipeline",
|
|
11274
|
+
"required": true,
|
|
11253
11275
|
"hasDynamicHelp": false,
|
|
11254
11276
|
"multiple": false,
|
|
11255
11277
|
"type": "option"
|
|
@@ -11262,57 +11284,40 @@
|
|
|
11262
11284
|
"multiple": false,
|
|
11263
11285
|
"type": "option"
|
|
11264
11286
|
},
|
|
11265
|
-
"
|
|
11266
|
-
"
|
|
11267
|
-
"
|
|
11268
|
-
"name": "shell",
|
|
11287
|
+
"wait": {
|
|
11288
|
+
"description": "watch ACM status and exit when complete",
|
|
11289
|
+
"name": "wait",
|
|
11269
11290
|
"allowNo": false,
|
|
11270
11291
|
"type": "boolean"
|
|
11271
11292
|
}
|
|
11272
11293
|
},
|
|
11273
11294
|
"hasDynamicHelp": false,
|
|
11274
11295
|
"hiddenAliases": [],
|
|
11275
|
-
"id": "
|
|
11296
|
+
"id": "certs:auto:enable",
|
|
11276
11297
|
"pluginAlias": "heroku",
|
|
11277
11298
|
"pluginName": "heroku",
|
|
11278
11299
|
"pluginType": "core",
|
|
11279
11300
|
"strict": true,
|
|
11280
|
-
"topic": "
|
|
11301
|
+
"topic": "certs",
|
|
11281
11302
|
"isESM": true,
|
|
11282
11303
|
"relativePath": [
|
|
11283
11304
|
"lib",
|
|
11284
11305
|
"commands",
|
|
11285
|
-
"
|
|
11286
|
-
"
|
|
11287
|
-
"
|
|
11306
|
+
"certs",
|
|
11307
|
+
"auto",
|
|
11308
|
+
"enable.js"
|
|
11288
11309
|
]
|
|
11289
11310
|
},
|
|
11290
|
-
"
|
|
11311
|
+
"certs:auto": {
|
|
11291
11312
|
"aliases": [],
|
|
11292
11313
|
"args": {},
|
|
11293
|
-
"description": "
|
|
11294
|
-
"examples": [
|
|
11295
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config --app murmuring-headland-14719 --json\u001b[22m\u001b[39m\u001b[49m\n\u001b[48;5;237m\u001b[38;5;255m\u001b[1m \u001b[22m\u001b[39m\u001b[49m"
|
|
11296
|
-
],
|
|
11314
|
+
"description": "show ACM status for an app",
|
|
11297
11315
|
"flags": {
|
|
11298
11316
|
"app": {
|
|
11299
11317
|
"char": "a",
|
|
11300
11318
|
"description": "app to run command against",
|
|
11301
11319
|
"name": "app",
|
|
11302
|
-
"
|
|
11303
|
-
"multiple": false,
|
|
11304
|
-
"type": "option"
|
|
11305
|
-
},
|
|
11306
|
-
"json": {
|
|
11307
|
-
"description": "output config vars in json format",
|
|
11308
|
-
"name": "json",
|
|
11309
|
-
"allowNo": false,
|
|
11310
|
-
"type": "boolean"
|
|
11311
|
-
},
|
|
11312
|
-
"pipeline": {
|
|
11313
|
-
"char": "p",
|
|
11314
|
-
"description": "name of pipeline",
|
|
11315
|
-
"name": "pipeline",
|
|
11320
|
+
"required": true,
|
|
11316
11321
|
"hasDynamicHelp": false,
|
|
11317
11322
|
"multiple": false,
|
|
11318
11323
|
"type": "option"
|
|
@@ -11325,50 +11330,40 @@
|
|
|
11325
11330
|
"multiple": false,
|
|
11326
11331
|
"type": "option"
|
|
11327
11332
|
},
|
|
11328
|
-
"
|
|
11329
|
-
"
|
|
11330
|
-
"
|
|
11331
|
-
"name": "shell",
|
|
11333
|
+
"wait": {
|
|
11334
|
+
"description": "watch ACM status and display the status when complete",
|
|
11335
|
+
"name": "wait",
|
|
11332
11336
|
"allowNo": false,
|
|
11333
11337
|
"type": "boolean"
|
|
11334
11338
|
}
|
|
11335
11339
|
},
|
|
11336
11340
|
"hasDynamicHelp": false,
|
|
11337
11341
|
"hiddenAliases": [],
|
|
11338
|
-
"id": "
|
|
11342
|
+
"id": "certs:auto",
|
|
11339
11343
|
"pluginAlias": "heroku",
|
|
11340
11344
|
"pluginName": "heroku",
|
|
11341
11345
|
"pluginType": "core",
|
|
11342
11346
|
"strict": true,
|
|
11347
|
+
"topic": "certs",
|
|
11343
11348
|
"isESM": true,
|
|
11344
11349
|
"relativePath": [
|
|
11345
11350
|
"lib",
|
|
11346
11351
|
"commands",
|
|
11347
|
-
"
|
|
11348
|
-
"
|
|
11352
|
+
"certs",
|
|
11353
|
+
"auto",
|
|
11349
11354
|
"index.js"
|
|
11350
11355
|
]
|
|
11351
11356
|
},
|
|
11352
|
-
"
|
|
11357
|
+
"certs:auto:refresh": {
|
|
11353
11358
|
"aliases": [],
|
|
11354
11359
|
"args": {},
|
|
11355
|
-
"description": "
|
|
11356
|
-
"examples": [
|
|
11357
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku ci:config:set --pipeline PIPELINE RAILS_ENV=test \u001b[22m\u001b[39m\u001b[49m\nSetting test config vars... done\nRAILS_ENV: test"
|
|
11358
|
-
],
|
|
11360
|
+
"description": "refresh ACM for an app",
|
|
11359
11361
|
"flags": {
|
|
11360
11362
|
"app": {
|
|
11361
11363
|
"char": "a",
|
|
11362
11364
|
"description": "app to run command against",
|
|
11363
11365
|
"name": "app",
|
|
11364
|
-
"
|
|
11365
|
-
"multiple": false,
|
|
11366
|
-
"type": "option"
|
|
11367
|
-
},
|
|
11368
|
-
"pipeline": {
|
|
11369
|
-
"char": "p",
|
|
11370
|
-
"description": "name of pipeline",
|
|
11371
|
-
"name": "pipeline",
|
|
11366
|
+
"required": true,
|
|
11372
11367
|
"hasDynamicHelp": false,
|
|
11373
11368
|
"multiple": false,
|
|
11374
11369
|
"type": "option"
|
|
@@ -11384,41 +11379,46 @@
|
|
|
11384
11379
|
},
|
|
11385
11380
|
"hasDynamicHelp": false,
|
|
11386
11381
|
"hiddenAliases": [],
|
|
11387
|
-
"id": "
|
|
11382
|
+
"id": "certs:auto:refresh",
|
|
11388
11383
|
"pluginAlias": "heroku",
|
|
11389
11384
|
"pluginName": "heroku",
|
|
11390
11385
|
"pluginType": "core",
|
|
11391
|
-
"strict":
|
|
11392
|
-
"topic": "
|
|
11386
|
+
"strict": true,
|
|
11387
|
+
"topic": "certs",
|
|
11393
11388
|
"isESM": true,
|
|
11394
11389
|
"relativePath": [
|
|
11395
11390
|
"lib",
|
|
11396
11391
|
"commands",
|
|
11397
|
-
"
|
|
11398
|
-
"
|
|
11399
|
-
"
|
|
11392
|
+
"certs",
|
|
11393
|
+
"auto",
|
|
11394
|
+
"refresh.js"
|
|
11400
11395
|
]
|
|
11401
11396
|
},
|
|
11402
|
-
"
|
|
11397
|
+
"pg:connection-pooling:attach": {
|
|
11403
11398
|
"aliases": [],
|
|
11404
|
-
"args": {
|
|
11405
|
-
|
|
11399
|
+
"args": {
|
|
11400
|
+
"database": {
|
|
11401
|
+
"description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
|
|
11402
|
+
"name": "database"
|
|
11403
|
+
}
|
|
11404
|
+
},
|
|
11405
|
+
"description": "add an attachment to a database using connection pooling",
|
|
11406
11406
|
"examples": [
|
|
11407
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku
|
|
11407
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku pg:connection-pooling:attach postgresql-something-12345 \u001b[22m\u001b[39m\u001b[49m\n"
|
|
11408
11408
|
],
|
|
11409
11409
|
"flags": {
|
|
11410
11410
|
"app": {
|
|
11411
11411
|
"char": "a",
|
|
11412
11412
|
"description": "app to run command against",
|
|
11413
11413
|
"name": "app",
|
|
11414
|
+
"required": true,
|
|
11414
11415
|
"hasDynamicHelp": false,
|
|
11415
11416
|
"multiple": false,
|
|
11416
11417
|
"type": "option"
|
|
11417
11418
|
},
|
|
11418
|
-
"
|
|
11419
|
-
"
|
|
11420
|
-
"
|
|
11421
|
-
"name": "pipeline",
|
|
11419
|
+
"as": {
|
|
11420
|
+
"description": "name for add-on attachment",
|
|
11421
|
+
"name": "as",
|
|
11422
11422
|
"hasDynamicHelp": false,
|
|
11423
11423
|
"multiple": false,
|
|
11424
11424
|
"type": "option"
|
|
@@ -11434,19 +11434,19 @@
|
|
|
11434
11434
|
},
|
|
11435
11435
|
"hasDynamicHelp": false,
|
|
11436
11436
|
"hiddenAliases": [],
|
|
11437
|
-
"id": "
|
|
11437
|
+
"id": "pg:connection-pooling:attach",
|
|
11438
11438
|
"pluginAlias": "heroku",
|
|
11439
11439
|
"pluginName": "heroku",
|
|
11440
11440
|
"pluginType": "core",
|
|
11441
|
-
"strict":
|
|
11442
|
-
"topic": "
|
|
11441
|
+
"strict": true,
|
|
11442
|
+
"topic": "pg",
|
|
11443
11443
|
"isESM": true,
|
|
11444
11444
|
"relativePath": [
|
|
11445
11445
|
"lib",
|
|
11446
11446
|
"commands",
|
|
11447
|
-
"
|
|
11448
|
-
"
|
|
11449
|
-
"
|
|
11447
|
+
"pg",
|
|
11448
|
+
"connection-pooling",
|
|
11449
|
+
"attach.js"
|
|
11450
11450
|
]
|
|
11451
11451
|
},
|
|
11452
11452
|
"pg:credentials:create": {
|
|
@@ -14194,5 +14194,5 @@
|
|
|
14194
14194
|
]
|
|
14195
14195
|
}
|
|
14196
14196
|
},
|
|
14197
|
-
"version": "11.0.0-alpha.
|
|
14197
|
+
"version": "11.0.0-alpha.17"
|
|
14198
14198
|
}
|