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