heroku 10.0.0-alpha.1 → 10.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/lib/commands/access/add.js +1 -1
  2. package/lib/commands/access/index.js +2 -1
  3. package/lib/commands/access/update.js +1 -1
  4. package/lib/commands/addons/attach.js +1 -1
  5. package/lib/commands/addons/create.js +1 -1
  6. package/lib/commands/addons/destroy.js +1 -1
  7. package/lib/commands/addons/detach.js +1 -1
  8. package/lib/commands/addons/docs.js +1 -1
  9. package/lib/commands/addons/info.js +1 -1
  10. package/lib/commands/addons/open.js +1 -1
  11. package/lib/commands/addons/plans.js +1 -1
  12. package/lib/commands/addons/rename.js +2 -2
  13. package/lib/commands/addons/upgrade.js +2 -2
  14. package/lib/commands/addons/wait.js +1 -1
  15. package/lib/commands/apps/open.js +1 -1
  16. package/lib/commands/apps/rename.js +1 -1
  17. package/lib/commands/apps/stacks/set.js +1 -1
  18. package/lib/commands/authorizations/info.js +1 -1
  19. package/lib/commands/authorizations/revoke.js +1 -1
  20. package/lib/commands/authorizations/rotate.js +1 -1
  21. package/lib/commands/authorizations/update.js +1 -1
  22. package/lib/commands/certs/add.js +2 -2
  23. package/lib/commands/certs/generate.js +1 -1
  24. package/lib/commands/certs/update.js +2 -2
  25. package/lib/commands/ci/config/get.js +1 -1
  26. package/lib/commands/ci/info.js +1 -1
  27. package/lib/commands/ci/rerun.js +1 -1
  28. package/lib/commands/clients/create.js +2 -2
  29. package/lib/commands/clients/destroy.js +1 -1
  30. package/lib/commands/clients/info.js +1 -1
  31. package/lib/commands/clients/rotate.js +1 -1
  32. package/lib/commands/clients/update.js +1 -1
  33. package/lib/commands/config/get.js +1 -1
  34. package/lib/commands/domains/add.js +1 -1
  35. package/lib/commands/domains/info.js +1 -1
  36. package/lib/commands/domains/remove.js +1 -1
  37. package/lib/commands/domains/update.js +1 -1
  38. package/lib/commands/domains/wait.js +1 -1
  39. package/lib/commands/drains/add.js +1 -1
  40. package/lib/commands/drains/remove.js +1 -1
  41. package/lib/commands/features/disable.js +1 -1
  42. package/lib/commands/features/enable.js +1 -1
  43. package/lib/commands/features/info.js +1 -1
  44. package/lib/commands/git/credentials.js +1 -1
  45. package/lib/commands/keys/add.js +1 -1
  46. package/lib/commands/keys/remove.js +1 -1
  47. package/lib/commands/labs/disable.js +1 -1
  48. package/lib/commands/labs/enable.js +1 -1
  49. package/lib/commands/labs/info.js +1 -1
  50. package/lib/commands/local/index.js +1 -1
  51. package/lib/commands/members/add.js +1 -1
  52. package/lib/commands/pg/backups/cancel.js +1 -1
  53. package/lib/commands/pg/backups/capture.js +2 -1
  54. package/lib/commands/pg/backups/delete.js +1 -1
  55. package/lib/commands/pg/backups/download.js +1 -1
  56. package/lib/commands/pg/backups/info.js +1 -1
  57. package/lib/commands/pg/backups/restore.d.ts +1 -0
  58. package/lib/commands/pg/backups/restore.js +29 -2
  59. package/lib/commands/pg/backups/schedule.js +2 -1
  60. package/lib/commands/pg/backups/unschedule.js +2 -1
  61. package/lib/commands/pg/backups/url.js +1 -1
  62. package/lib/commands/pg/bloat.js +2 -1
  63. package/lib/commands/pg/blocking.js +2 -1
  64. package/lib/commands/pg/connection-pooling/attach.js +2 -1
  65. package/lib/commands/pg/copy.js +2 -2
  66. package/lib/commands/pg/credentials/create.js +2 -1
  67. package/lib/commands/pg/credentials/destroy.js +2 -1
  68. package/lib/commands/pg/credentials/repair-default.js +2 -1
  69. package/lib/commands/pg/credentials/rotate.js +2 -1
  70. package/lib/commands/pg/credentials/url.js +2 -1
  71. package/lib/commands/pg/credentials.js +2 -1
  72. package/lib/commands/pg/diagnose.js +1 -1
  73. package/lib/commands/pg/info.js +2 -1
  74. package/lib/commands/pg/kill.js +3 -2
  75. package/lib/commands/pg/killall.js +2 -1
  76. package/lib/commands/pg/links/create.js +3 -2
  77. package/lib/commands/pg/links/destroy.js +3 -2
  78. package/lib/commands/pg/links/index.js +2 -1
  79. package/lib/commands/pg/locks.js +2 -1
  80. package/lib/commands/pg/maintenance/index.js +2 -1
  81. package/lib/commands/pg/maintenance/run.js +2 -1
  82. package/lib/commands/pg/maintenance/window.js +3 -2
  83. package/lib/commands/pg/outliers.js +2 -1
  84. package/lib/commands/pg/promote.js +2 -1
  85. package/lib/commands/pg/ps.js +2 -1
  86. package/lib/commands/pg/psql.js +2 -1
  87. package/lib/commands/pg/pull.js +3 -2
  88. package/lib/commands/pg/push.js +4 -3
  89. package/lib/commands/pg/reset.js +2 -1
  90. package/lib/commands/pg/settings/auto-explain/log-analyze.js +3 -2
  91. package/lib/commands/pg/settings/auto-explain/log-buffers.js +3 -2
  92. package/lib/commands/pg/settings/auto-explain/log-format.js +3 -2
  93. package/lib/commands/pg/settings/auto-explain/log-min-duration.js +3 -2
  94. package/lib/commands/pg/settings/auto-explain/log-nested-statements.js +3 -2
  95. package/lib/commands/pg/settings/auto-explain/log-triggers.js +3 -2
  96. package/lib/commands/pg/settings/auto-explain/log-verbose.js +3 -2
  97. package/lib/commands/pg/settings/auto-explain.js +3 -2
  98. package/lib/commands/pg/settings/explain-data-connector-details.js +3 -2
  99. package/lib/commands/pg/settings/index.js +2 -1
  100. package/lib/commands/pg/settings/log-connections.js +3 -2
  101. package/lib/commands/pg/settings/log-lock-waits.js +3 -2
  102. package/lib/commands/pg/settings/log-min-duration-statement.js +3 -2
  103. package/lib/commands/pg/settings/log-min-error-statement.js +2 -1
  104. package/lib/commands/pg/settings/log-statement.js +3 -2
  105. package/lib/commands/pg/settings/track-functions.js +3 -2
  106. package/lib/commands/pg/unfollow.js +2 -1
  107. package/lib/commands/pg/upgrade.js +2 -1
  108. package/lib/commands/pg/vacuum-stats.js +2 -1
  109. package/lib/commands/pg/wait.js +2 -1
  110. package/lib/commands/ps/autoscale/enable.js +13 -2
  111. package/lib/commands/ps/index.js +15 -6
  112. package/lib/commands/redis/cli.js +1 -1
  113. package/lib/commands/redis/credentials.js +1 -1
  114. package/lib/commands/redis/info.js +1 -1
  115. package/lib/commands/redis/keyspace-notifications.js +1 -1
  116. package/lib/commands/redis/maintenance.js +1 -1
  117. package/lib/commands/redis/maxmemory.js +1 -1
  118. package/lib/commands/redis/promote.js +1 -1
  119. package/lib/commands/redis/stats-reset.js +1 -1
  120. package/lib/commands/redis/timeout.js +1 -1
  121. package/lib/commands/redis/upgrade.js +1 -1
  122. package/lib/commands/redis/wait.js +1 -1
  123. package/lib/commands/releases/index.js +4 -2
  124. package/lib/commands/releases/info.js +6 -2
  125. package/lib/commands/releases/output.js +1 -1
  126. package/lib/commands/releases/rollback.js +14 -4
  127. package/lib/commands/sessions/destroy.js +1 -1
  128. package/lib/commands/spaces/create.js +1 -1
  129. package/lib/commands/spaces/drains/set.js +1 -1
  130. package/lib/commands/spaces/trusted-ips/add.js +3 -6
  131. package/lib/commands/spaces/trusted-ips/index.js +1 -3
  132. package/lib/commands/spaces/trusted-ips/remove.js +3 -4
  133. package/lib/commands/webhooks/deliveries/info.js +1 -1
  134. package/lib/commands/webhooks/events/info.js +1 -1
  135. package/lib/commands/webhooks/info.js +1 -1
  136. package/lib/commands/webhooks/update.js +1 -1
  137. package/lib/lib/releases/releases.js +10 -3
  138. package/lib/lib/releases/status_helper.d.ts +2 -2
  139. package/lib/lib/releases/status_helper.js +5 -1
  140. package/lib/lib/types/app_process_tier.d.ts +4 -0
  141. package/lib/lib/types/app_process_tier.js +2 -0
  142. package/lib/nls.d.ts +8 -0
  143. package/lib/nls.js +14 -0
  144. package/lib/package.nls.json +6 -0
  145. package/oclif.manifest.json +836 -672
  146. package/package.json +3 -3
@@ -341,6 +341,7 @@
341
341
  "aliases": [],
342
342
  "args": {
343
343
  "email": {
344
+ "description": "email address of the team member",
344
345
  "name": "email",
345
346
  "required": true
346
347
  }
@@ -482,6 +483,7 @@
482
483
  "aliases": [],
483
484
  "args": {
484
485
  "email": {
486
+ "description": "email address of the team member",
485
487
  "name": "email",
486
488
  "required": true
487
489
  }
@@ -531,122 +533,125 @@
531
533
  "update.js"
532
534
  ]
533
535
  },
534
- "addons:attach": {
536
+ "apps:create": {
535
537
  "aliases": [],
536
538
  "args": {
537
- "addon_name": {
538
- "name": "addon_name",
539
- "required": true
539
+ "app": {
540
+ "description": "name of app to create",
541
+ "name": "app",
542
+ "required": false
540
543
  }
541
544
  },
542
- "description": "attach an existing add-on resource to an app",
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
+ ],
543
549
  "flags": {
544
- "as": {
545
- "description": "name for add-on attachment",
546
- "name": "as",
550
+ "app": {
551
+ "hidden": true,
552
+ "name": "app",
547
553
  "hasDynamicHelp": false,
548
554
  "multiple": false,
549
555
  "type": "option"
550
556
  },
551
- "credential": {
552
- "description": "credential name for scoped access to Heroku Postgres",
553
- "name": "credential",
557
+ "addons": {
558
+ "description": "comma-delimited list of addons to install",
559
+ "name": "addons",
554
560
  "hasDynamicHelp": false,
555
561
  "multiple": false,
556
562
  "type": "option"
557
563
  },
558
- "confirm": {
559
- "description": "overwrite existing add-on attachment with same name",
560
- "name": "confirm",
564
+ "buildpack": {
565
+ "char": "b",
566
+ "description": "buildpack url to use for this app",
567
+ "name": "buildpack",
561
568
  "hasDynamicHelp": false,
562
569
  "multiple": false,
563
570
  "type": "option"
564
571
  },
565
- "app": {
566
- "char": "a",
567
- "description": "app to run command against",
568
- "name": "app",
569
- "required": true,
570
- "hasDynamicHelp": false,
571
- "multiple": false,
572
- "type": "option"
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"
573
586
  },
574
587
  "remote": {
575
588
  "char": "r",
576
- "description": "git remote of app to use",
589
+ "description": "the git remote to create, default \"heroku\"",
577
590
  "name": "remote",
591
+ "default": "heroku",
578
592
  "hasDynamicHelp": false,
579
593
  "multiple": false,
580
594
  "type": "option"
581
- }
582
- },
583
- "hasDynamicHelp": false,
584
- "hiddenAliases": [],
585
- "id": "addons:attach",
586
- "pluginAlias": "heroku",
587
- "pluginName": "heroku",
588
- "pluginType": "core",
589
- "strict": true,
590
- "topic": "addons",
591
- "isESM": false,
592
- "relativePath": [
593
- "lib",
594
- "commands",
595
- "addons",
596
- "attach.js"
597
- ]
598
- },
599
- "addons:create": {
600
- "aliases": [],
601
- "args": {
602
- "service:plan": {
603
- "name": "service:plan",
604
- "required": true
605
- }
606
- },
607
- "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",
608
- "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",
609
- "flags": {
610
- "name": {
611
- "description": "name for the add-on resource",
612
- "name": "name",
595
+ },
596
+ "stack": {
597
+ "char": "s",
598
+ "description": "the stack to create the app on",
599
+ "name": "stack",
613
600
  "hasDynamicHelp": false,
614
601
  "multiple": false,
615
602
  "type": "option"
616
603
  },
617
- "as": {
618
- "description": "name for the initial add-on attachment",
619
- "name": "as",
604
+ "space": {
605
+ "description": "the private space to create the app in",
606
+ "name": "space",
620
607
  "hasDynamicHelp": false,
621
608
  "multiple": false,
622
609
  "type": "option"
623
610
  },
624
- "confirm": {
625
- "description": "overwrite existing config vars or existing add-on attachments",
626
- "name": "confirm",
611
+ "region": {
612
+ "description": "specify region for the app to run in",
613
+ "name": "region",
627
614
  "hasDynamicHelp": false,
628
615
  "multiple": false,
629
616
  "type": "option"
630
617
  },
631
- "wait": {
632
- "description": "watch add-on creation status and exit when complete",
633
- "name": "wait",
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",
634
622
  "allowNo": false,
635
623
  "type": "boolean"
636
624
  },
637
- "app": {
638
- "char": "a",
639
- "description": "app to run command against",
640
- "name": "app",
641
- "required": true,
625
+ "features": {
626
+ "hidden": true,
627
+ "name": "features",
642
628
  "hasDynamicHelp": false,
643
629
  "multiple": false,
644
630
  "type": "option"
645
631
  },
646
- "remote": {
647
- "char": "r",
648
- "description": "git remote of app to use",
649
- "name": "remote",
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",
650
655
  "hasDynamicHelp": false,
651
656
  "multiple": false,
652
657
  "type": "option"
@@ -654,56 +659,31 @@
654
659
  },
655
660
  "hasDynamicHelp": false,
656
661
  "hiddenAliases": [
657
- "addons:add"
662
+ "create"
658
663
  ],
659
- "id": "addons:create",
664
+ "id": "apps:create",
660
665
  "pluginAlias": "heroku",
661
666
  "pluginName": "heroku",
662
667
  "pluginType": "core",
663
- "strict": false,
664
- "topic": "addons",
665
- "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,
666
669
  "isESM": false,
667
670
  "relativePath": [
668
671
  "lib",
669
672
  "commands",
670
- "addons",
673
+ "apps",
671
674
  "create.js"
672
675
  ]
673
676
  },
674
- "addons:destroy": {
677
+ "apps:destroy": {
675
678
  "aliases": [],
676
679
  "args": {
677
- "addonName": {
678
- "name": "addonName",
679
- "required": true
680
+ "app": {
681
+ "hidden": true,
682
+ "name": "app"
680
683
  }
681
684
  },
682
- "description": "permanently destroy an add-on resource",
683
- "examples": [
684
- "addons:destroy [ADDON]... [flags]"
685
- ],
685
+ "description": "permanently destroy an app",
686
686
  "flags": {
687
- "force": {
688
- "char": "f",
689
- "description": "allow destruction even if connected to other apps",
690
- "name": "force",
691
- "allowNo": false,
692
- "type": "boolean"
693
- },
694
- "confirm": {
695
- "char": "c",
696
- "name": "confirm",
697
- "hasDynamicHelp": false,
698
- "multiple": false,
699
- "type": "option"
700
- },
701
- "wait": {
702
- "description": "watch add-on destruction status and exit when complete",
703
- "name": "wait",
704
- "allowNo": false,
705
- "type": "boolean"
706
- },
707
687
  "app": {
708
688
  "char": "a",
709
689
  "description": "app to run command against",
@@ -719,35 +699,38 @@
719
699
  "hasDynamicHelp": false,
720
700
  "multiple": false,
721
701
  "type": "option"
702
+ },
703
+ "confirm": {
704
+ "char": "c",
705
+ "name": "confirm",
706
+ "hasDynamicHelp": false,
707
+ "multiple": false,
708
+ "type": "option"
722
709
  }
723
710
  },
724
711
  "hasDynamicHelp": false,
725
712
  "hiddenAliases": [
726
- "addons:remove"
713
+ "destroy",
714
+ "apps:delete"
727
715
  ],
728
- "id": "addons:destroy",
716
+ "id": "apps:destroy",
729
717
  "pluginAlias": "heroku",
730
718
  "pluginName": "heroku",
731
719
  "pluginType": "core",
732
- "strict": false,
733
- "topic": "addons",
720
+ "strict": true,
721
+ "help": "This will also destroy all add-ons on the app.",
734
722
  "isESM": false,
735
723
  "relativePath": [
736
724
  "lib",
737
725
  "commands",
738
- "addons",
726
+ "apps",
739
727
  "destroy.js"
740
728
  ]
741
729
  },
742
- "addons:detach": {
730
+ "apps:errors": {
743
731
  "aliases": [],
744
- "args": {
745
- "attachment_name": {
746
- "name": "attachment_name",
747
- "required": true
748
- }
749
- },
750
- "description": "detach an existing add-on resource from an app",
732
+ "args": {},
733
+ "description": "view app errors",
751
734
  "flags": {
752
735
  "app": {
753
736
  "char": "a",
@@ -765,40 +748,136 @@
765
748
  "hasDynamicHelp": false,
766
749
  "multiple": false,
767
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"
777
+ }
778
+ },
779
+ "hasDynamicHelp": false,
780
+ "hiddenAliases": [],
781
+ "id": "apps:errors",
782
+ "pluginAlias": "heroku",
783
+ "pluginName": "heroku",
784
+ "pluginType": "core",
785
+ "strict": true,
786
+ "isESM": false,
787
+ "relativePath": [
788
+ "lib",
789
+ "commands",
790
+ "apps",
791
+ "errors.js"
792
+ ]
793
+ },
794
+ "apps": {
795
+ "aliases": [],
796
+ "args": {},
797
+ "description": "list your apps",
798
+ "examples": [
799
+ "$ heroku apps"
800
+ ],
801
+ "flags": {
802
+ "all": {
803
+ "char": "A",
804
+ "description": "include apps in all teams",
805
+ "name": "all",
806
+ "allowNo": false,
807
+ "type": "boolean"
808
+ },
809
+ "json": {
810
+ "char": "j",
811
+ "description": "output in json format",
812
+ "name": "json",
813
+ "allowNo": false,
814
+ "type": "boolean"
815
+ },
816
+ "space": {
817
+ "char": "s",
818
+ "description": "filter by space",
819
+ "name": "space",
820
+ "hasDynamicHelp": false,
821
+ "multiple": false,
822
+ "type": "option"
823
+ },
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",
843
+ "hasDynamicHelp": false,
844
+ "multiple": false,
845
+ "type": "option"
768
846
  }
769
847
  },
770
848
  "hasDynamicHelp": false,
771
- "hiddenAliases": [],
772
- "id": "addons:detach",
849
+ "hiddenAliases": [
850
+ "list",
851
+ "apps:list"
852
+ ],
853
+ "id": "apps",
773
854
  "pluginAlias": "heroku",
774
855
  "pluginName": "heroku",
775
856
  "pluginType": "core",
776
857
  "strict": true,
777
- "topic": "addons",
858
+ "topic": "apps",
778
859
  "isESM": false,
779
860
  "relativePath": [
780
861
  "lib",
781
862
  "commands",
782
- "addons",
783
- "detach.js"
863
+ "apps",
864
+ "index.js"
784
865
  ]
785
866
  },
786
- "addons:docs": {
867
+ "apps:info": {
787
868
  "aliases": [],
788
869
  "args": {
789
- "addon": {
790
- "name": "addon",
791
- "required": true
870
+ "app": {
871
+ "hidden": true,
872
+ "name": "app"
792
873
  }
793
874
  },
794
- "description": "open an add-on's Dev Center documentation in your browser",
875
+ "description": "show detailed app information",
876
+ "examples": [
877
+ "$ heroku apps:info",
878
+ "$ heroku apps:info --shell"
879
+ ],
795
880
  "flags": {
796
- "show-url": {
797
- "description": "show URL, do not open browser",
798
- "name": "show-url",
799
- "allowNo": false,
800
- "type": "boolean"
801
- },
802
881
  "app": {
803
882
  "char": "a",
804
883
  "description": "app to run command against",
@@ -814,50 +893,60 @@
814
893
  "hasDynamicHelp": false,
815
894
  "multiple": false,
816
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"
817
917
  }
818
918
  },
819
919
  "hasDynamicHelp": false,
820
- "hiddenAliases": [],
821
- "id": "addons:docs",
920
+ "hiddenAliases": [
921
+ "info"
922
+ ],
923
+ "id": "apps:info",
822
924
  "pluginAlias": "heroku",
823
925
  "pluginName": "heroku",
824
926
  "pluginType": "core",
825
927
  "strict": true,
826
- "topic": "addons",
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...",
827
930
  "isESM": false,
828
931
  "relativePath": [
829
932
  "lib",
830
933
  "commands",
831
- "addons",
832
- "docs.js"
934
+ "apps",
935
+ "info.js"
833
936
  ]
834
937
  },
835
- "addons": {
836
- "aliases": [],
837
- "args": {},
838
- "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 ",
839
- "examples": [
840
- "$ heroku addons --all",
841
- "$ heroku addons --app acme-inc-www"
938
+ "apps:join": {
939
+ "aliases": [
940
+ "join"
842
941
  ],
942
+ "args": {},
943
+ "description": "add yourself to a team app",
843
944
  "flags": {
844
- "all": {
845
- "char": "A",
846
- "description": "show add-ons and attachments for all accessible apps",
847
- "name": "all",
848
- "allowNo": false,
849
- "type": "boolean"
850
- },
851
- "json": {
852
- "description": "return add-ons in json format",
853
- "name": "json",
854
- "allowNo": false,
855
- "type": "boolean"
856
- },
857
945
  "app": {
858
946
  "char": "a",
859
947
  "description": "app to run command against",
860
948
  "name": "app",
949
+ "required": true,
861
950
  "hasDynamicHelp": false,
862
951
  "multiple": false,
863
952
  "type": "option"
@@ -873,35 +962,33 @@
873
962
  },
874
963
  "hasDynamicHelp": false,
875
964
  "hiddenAliases": [],
876
- "id": "addons",
965
+ "id": "apps:join",
877
966
  "pluginAlias": "heroku",
878
967
  "pluginName": "heroku",
879
968
  "pluginType": "core",
880
969
  "strict": true,
881
- "usage": "addons [--all|--app APP]",
882
- "topic": "addons",
970
+ "topic": "apps",
883
971
  "isESM": false,
884
972
  "relativePath": [
885
973
  "lib",
886
974
  "commands",
887
- "addons",
888
- "index.js"
975
+ "apps",
976
+ "join.js"
889
977
  ]
890
978
  },
891
- "addons:info": {
892
- "aliases": [],
893
- "args": {
894
- "addon": {
895
- "name": "addon",
896
- "required": true
897
- }
898
- },
899
- "description": "show detailed add-on resource and attachment information",
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",
900
986
  "flags": {
901
987
  "app": {
902
988
  "char": "a",
903
989
  "description": "app to run command against",
904
990
  "name": "app",
991
+ "required": true,
905
992
  "hasDynamicHelp": false,
906
993
  "multiple": false,
907
994
  "type": "option"
@@ -917,41 +1004,33 @@
917
1004
  },
918
1005
  "hasDynamicHelp": false,
919
1006
  "hiddenAliases": [],
920
- "id": "addons:info",
1007
+ "id": "apps:leave",
921
1008
  "pluginAlias": "heroku",
922
1009
  "pluginName": "heroku",
923
1010
  "pluginType": "core",
924
1011
  "strict": true,
925
- "usage": "addons:info ADDON",
926
- "topic": "addons",
1012
+ "topic": "apps",
1013
+ "example": "heroku apps:leave -a APP",
927
1014
  "isESM": false,
928
1015
  "relativePath": [
929
1016
  "lib",
930
1017
  "commands",
931
- "addons",
932
- "info.js"
1018
+ "apps",
1019
+ "leave.js"
933
1020
  ]
934
1021
  },
935
- "addons:open": {
936
- "aliases": [],
937
- "args": {
938
- "addon": {
939
- "name": "addon",
940
- "required": true
941
- }
942
- },
943
- "description": "open an add-on's dashboard in your browser",
1022
+ "apps:lock": {
1023
+ "aliases": [
1024
+ "lock"
1025
+ ],
1026
+ "args": {},
1027
+ "description": "prevent team members from joining an app",
944
1028
  "flags": {
945
- "show-url": {
946
- "description": "show URL, do not open browser",
947
- "name": "show-url",
948
- "allowNo": false,
949
- "type": "boolean"
950
- },
951
1029
  "app": {
952
1030
  "char": "a",
953
1031
  "description": "app to run command against",
954
1032
  "name": "app",
1033
+ "required": true,
955
1034
  "hasDynamicHelp": false,
956
1035
  "multiple": false,
957
1036
  "type": "option"
@@ -967,133 +1046,90 @@
967
1046
  },
968
1047
  "hasDynamicHelp": false,
969
1048
  "hiddenAliases": [],
970
- "id": "addons:open",
1049
+ "id": "apps:lock",
971
1050
  "pluginAlias": "heroku",
972
1051
  "pluginName": "heroku",
973
1052
  "pluginType": "core",
974
1053
  "strict": true,
975
- "topic": "addons",
1054
+ "topic": "apps",
976
1055
  "isESM": false,
977
1056
  "relativePath": [
978
1057
  "lib",
979
1058
  "commands",
980
- "addons",
981
- "open.js"
1059
+ "apps",
1060
+ "lock.js"
982
1061
  ]
983
1062
  },
984
- "addons:plans": {
1063
+ "apps:open": {
985
1064
  "aliases": [],
986
1065
  "args": {
987
- "service": {
988
- "name": "service",
989
- "required": true
1066
+ "path": {
1067
+ "description": "base URL path of app",
1068
+ "name": "path",
1069
+ "required": false
990
1070
  }
991
1071
  },
992
- "description": "list all available plans for an add-on service",
1072
+ "description": "open the app in a web browser",
1073
+ "examples": [
1074
+ "$ heroku open -a myapp",
1075
+ "$ heroku open -a myapp /foo"
1076
+ ],
993
1077
  "flags": {
994
- "json": {
995
- "description": "output in json format",
996
- "name": "json",
997
- "allowNo": false,
998
- "type": "boolean"
999
- }
1000
- },
1001
- "hasDynamicHelp": false,
1002
- "hiddenAliases": [],
1003
- "id": "addons:plans",
1004
- "pluginAlias": "heroku",
1005
- "pluginName": "heroku",
1006
- "pluginType": "core",
1007
- "strict": true,
1008
- "topic": "addons",
1009
- "isESM": false,
1010
- "relativePath": [
1011
- "lib",
1012
- "commands",
1013
- "addons",
1014
- "plans.js"
1015
- ]
1016
- },
1017
- "addons:rename": {
1018
- "aliases": [],
1019
- "args": {
1020
- "addon_name": {
1021
- "name": "addon_name",
1022
- "required": true
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"
1023
1086
  },
1024
- "new_name": {
1025
- "name": "new_name",
1026
- "required": true
1027
- }
1028
- },
1029
- "description": "rename an add-on",
1030
- "flags": {},
1031
- "hasDynamicHelp": false,
1032
- "hiddenAliases": [],
1033
- "id": "addons:rename",
1034
- "pluginAlias": "heroku",
1035
- "pluginName": "heroku",
1036
- "pluginType": "core",
1037
- "strict": true,
1038
- "topic": "addons",
1039
- "isESM": false,
1040
- "relativePath": [
1041
- "lib",
1042
- "commands",
1043
- "addons",
1044
- "rename.js"
1045
- ]
1046
- },
1047
- "addons:services": {
1048
- "aliases": [],
1049
- "args": {},
1050
- "description": "list all available add-on services",
1051
- "flags": {
1052
- "json": {
1053
- "description": "output in json format",
1054
- "name": "json",
1055
- "allowNo": false,
1056
- "type": "boolean"
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"
1057
1094
  }
1058
1095
  },
1059
1096
  "hasDynamicHelp": false,
1060
- "hiddenAliases": [],
1061
- "id": "addons:services",
1097
+ "hiddenAliases": [
1098
+ "open"
1099
+ ],
1100
+ "id": "apps:open",
1062
1101
  "pluginAlias": "heroku",
1063
1102
  "pluginName": "heroku",
1064
1103
  "pluginType": "core",
1065
1104
  "strict": true,
1066
- "topic": "addons",
1105
+ "topic": "apps",
1067
1106
  "isESM": false,
1068
1107
  "relativePath": [
1069
1108
  "lib",
1070
1109
  "commands",
1071
- "addons",
1072
- "services.js"
1110
+ "apps",
1111
+ "open.js"
1073
1112
  ]
1074
1113
  },
1075
- "addons:upgrade": {
1076
- "aliases": [
1077
- "addons:downgrade"
1078
- ],
1114
+ "apps:rename": {
1115
+ "aliases": [],
1079
1116
  "args": {
1080
- "addon": {
1081
- "name": "addon",
1117
+ "newname": {
1118
+ "description": "new unique name of the app",
1119
+ "name": "newname",
1082
1120
  "required": true
1083
- },
1084
- "plan": {
1085
- "name": "plan"
1086
1121
  }
1087
1122
  },
1088
- "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 ",
1123
+ "description": "rename an app",
1089
1124
  "examples": [
1090
- "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"
1125
+ "$ heroku apps:rename --app oldname newname"
1091
1126
  ],
1092
1127
  "flags": {
1093
1128
  "app": {
1094
1129
  "char": "a",
1095
1130
  "description": "app to run command against",
1096
1131
  "name": "app",
1132
+ "required": true,
1097
1133
  "hasDynamicHelp": false,
1098
1134
  "multiple": false,
1099
1135
  "type": "option"
@@ -1108,36 +1144,52 @@
1108
1144
  }
1109
1145
  },
1110
1146
  "hasDynamicHelp": false,
1111
- "hiddenAliases": [],
1112
- "id": "addons:upgrade",
1147
+ "hiddenAliases": [
1148
+ "rename"
1149
+ ],
1150
+ "id": "apps:rename",
1113
1151
  "pluginAlias": "heroku",
1114
1152
  "pluginName": "heroku",
1115
1153
  "pluginType": "core",
1116
1154
  "strict": true,
1117
- "topic": "addons",
1155
+ "help": "This will locally update the git remote if it is set to the old app.",
1156
+ "topic": "apps",
1118
1157
  "isESM": false,
1119
1158
  "relativePath": [
1120
1159
  "lib",
1121
1160
  "commands",
1122
- "addons",
1123
- "upgrade.js"
1161
+ "apps",
1162
+ "rename.js"
1124
1163
  ]
1125
1164
  },
1126
- "addons:wait": {
1165
+ "apps:transfer": {
1127
1166
  "aliases": [],
1128
1167
  "args": {
1129
- "addon": {
1130
- "name": "addon"
1168
+ "recipient": {
1169
+ "description": "user or team to transfer applications to",
1170
+ "name": "recipient",
1171
+ "required": true
1131
1172
  }
1132
1173
  },
1133
- "description": "show provisioning status of the add-ons on the app",
1174
+ "description": "transfer applications to another user or team",
1175
+ "examples": [
1176
+ "$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
1177
+ ],
1134
1178
  "flags": {
1135
- "wait-interval": {
1136
- "description": "how frequently to poll in seconds",
1137
- "name": "wait-interval",
1138
- "hasDynamicHelp": false,
1139
- "multiple": false,
1140
- "type": "option"
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"
1141
1193
  },
1142
1194
  "app": {
1143
1195
  "char": "a",
@@ -1154,223 +1206,178 @@
1154
1206
  "hasDynamicHelp": false,
1155
1207
  "multiple": false,
1156
1208
  "type": "option"
1209
+ },
1210
+ "confirm": {
1211
+ "char": "c",
1212
+ "hidden": true,
1213
+ "name": "confirm",
1214
+ "hasDynamicHelp": false,
1215
+ "multiple": false,
1216
+ "type": "option"
1157
1217
  }
1158
1218
  },
1159
1219
  "hasDynamicHelp": false,
1160
1220
  "hiddenAliases": [],
1161
- "id": "addons:wait",
1221
+ "id": "apps:transfer",
1162
1222
  "pluginAlias": "heroku",
1163
1223
  "pluginName": "heroku",
1164
1224
  "pluginType": "core",
1165
1225
  "strict": true,
1166
- "topic": "addons",
1226
+ "topic": "apps",
1167
1227
  "isESM": false,
1168
1228
  "relativePath": [
1169
1229
  "lib",
1170
1230
  "commands",
1171
- "addons",
1172
- "wait.js"
1231
+ "apps",
1232
+ "transfer.js"
1173
1233
  ]
1174
1234
  },
1175
- "apps:create": {
1176
- "aliases": [],
1177
- "args": {
1178
- "app": {
1179
- "description": "name of app to create",
1180
- "name": "app",
1181
- "required": false
1182
- }
1183
- },
1184
- "description": "creates a new app",
1185
- "examples": [
1186
- "$ 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"
1235
+ "apps:unlock": {
1236
+ "aliases": [
1237
+ "unlock"
1187
1238
  ],
1239
+ "args": {},
1240
+ "description": "unlock an app so any team member can join",
1188
1241
  "flags": {
1189
1242
  "app": {
1190
- "hidden": true,
1243
+ "char": "a",
1244
+ "description": "app to run command against",
1191
1245
  "name": "app",
1246
+ "required": true,
1192
1247
  "hasDynamicHelp": false,
1193
1248
  "multiple": false,
1194
1249
  "type": "option"
1195
1250
  },
1196
- "addons": {
1197
- "description": "comma-delimited list of addons to install",
1198
- "name": "addons",
1199
- "hasDynamicHelp": false,
1200
- "multiple": false,
1201
- "type": "option"
1202
- },
1203
- "buildpack": {
1204
- "char": "b",
1205
- "description": "buildpack url to use for this app",
1206
- "name": "buildpack",
1207
- "hasDynamicHelp": false,
1208
- "multiple": false,
1209
- "type": "option"
1210
- },
1211
- "manifest": {
1212
- "char": "m",
1213
- "description": "use heroku.yml settings for this app",
1214
- "hidden": true,
1215
- "name": "manifest",
1216
- "allowNo": false,
1217
- "type": "boolean"
1218
- },
1219
- "no-remote": {
1220
- "char": "n",
1221
- "description": "do not create a git remote",
1222
- "name": "no-remote",
1223
- "allowNo": false,
1224
- "type": "boolean"
1225
- },
1226
1251
  "remote": {
1227
1252
  "char": "r",
1228
- "description": "the git remote to create, default \"heroku\"",
1253
+ "description": "git remote of app to use",
1229
1254
  "name": "remote",
1230
- "default": "heroku",
1231
- "hasDynamicHelp": false,
1232
- "multiple": false,
1233
- "type": "option"
1234
- },
1235
- "stack": {
1236
- "char": "s",
1237
- "description": "the stack to create the app on",
1238
- "name": "stack",
1239
1255
  "hasDynamicHelp": false,
1240
1256
  "multiple": false,
1241
1257
  "type": "option"
1242
- },
1243
- "space": {
1244
- "description": "the private space to create the app in",
1245
- "name": "space",
1258
+ }
1259
+ },
1260
+ "hasDynamicHelp": false,
1261
+ "hiddenAliases": [],
1262
+ "id": "apps:unlock",
1263
+ "pluginAlias": "heroku",
1264
+ "pluginName": "heroku",
1265
+ "pluginType": "core",
1266
+ "strict": true,
1267
+ "topic": "apps",
1268
+ "isESM": false,
1269
+ "relativePath": [
1270
+ "lib",
1271
+ "commands",
1272
+ "apps",
1273
+ "unlock.js"
1274
+ ]
1275
+ },
1276
+ "addons:attach": {
1277
+ "aliases": [],
1278
+ "args": {
1279
+ "addon_name": {
1280
+ "description": "unique identifier or globally unique name of the add-on",
1281
+ "name": "addon_name",
1282
+ "required": true
1283
+ }
1284
+ },
1285
+ "description": "attach an existing add-on resource to an app",
1286
+ "flags": {
1287
+ "as": {
1288
+ "description": "name for add-on attachment",
1289
+ "name": "as",
1246
1290
  "hasDynamicHelp": false,
1247
1291
  "multiple": false,
1248
1292
  "type": "option"
1249
1293
  },
1250
- "region": {
1251
- "description": "specify region for the app to run in",
1252
- "name": "region",
1294
+ "credential": {
1295
+ "description": "credential name for scoped access to Heroku Postgres",
1296
+ "name": "credential",
1253
1297
  "hasDynamicHelp": false,
1254
1298
  "multiple": false,
1255
1299
  "type": "option"
1256
1300
  },
1257
- "internal-routing": {
1258
- "description": "private space-only. create as an Internal Web App that is only routable in the local network.",
1259
- "hidden": true,
1260
- "name": "internal-routing",
1261
- "allowNo": false,
1262
- "type": "boolean"
1263
- },
1264
- "features": {
1265
- "hidden": true,
1266
- "name": "features",
1301
+ "confirm": {
1302
+ "description": "overwrite existing add-on attachment with same name",
1303
+ "name": "confirm",
1267
1304
  "hasDynamicHelp": false,
1268
1305
  "multiple": false,
1269
1306
  "type": "option"
1270
1307
  },
1271
- "kernel": {
1272
- "hidden": true,
1273
- "name": "kernel",
1308
+ "app": {
1309
+ "char": "a",
1310
+ "description": "app to run command against",
1311
+ "name": "app",
1312
+ "required": true,
1274
1313
  "hasDynamicHelp": false,
1275
1314
  "multiple": false,
1276
1315
  "type": "option"
1277
1316
  },
1278
- "locked": {
1279
- "hidden": true,
1280
- "name": "locked",
1281
- "allowNo": false,
1282
- "type": "boolean"
1283
- },
1284
- "json": {
1285
- "description": "output in json format",
1286
- "name": "json",
1287
- "allowNo": false,
1288
- "type": "boolean"
1289
- },
1290
- "team": {
1291
- "char": "t",
1292
- "description": "team to use",
1293
- "name": "team",
1317
+ "remote": {
1318
+ "char": "r",
1319
+ "description": "git remote of app to use",
1320
+ "name": "remote",
1294
1321
  "hasDynamicHelp": false,
1295
1322
  "multiple": false,
1296
1323
  "type": "option"
1297
1324
  }
1298
1325
  },
1299
1326
  "hasDynamicHelp": false,
1300
- "hiddenAliases": [
1301
- "create"
1302
- ],
1303
- "id": "apps:create",
1327
+ "hiddenAliases": [],
1328
+ "id": "addons:attach",
1304
1329
  "pluginAlias": "heroku",
1305
1330
  "pluginName": "heroku",
1306
1331
  "pluginType": "core",
1307
1332
  "strict": true,
1333
+ "topic": "addons",
1308
1334
  "isESM": false,
1309
1335
  "relativePath": [
1310
1336
  "lib",
1311
1337
  "commands",
1312
- "apps",
1313
- "create.js"
1338
+ "addons",
1339
+ "attach.js"
1314
1340
  ]
1315
1341
  },
1316
- "apps:destroy": {
1342
+ "addons:create": {
1317
1343
  "aliases": [],
1318
1344
  "args": {
1319
- "app": {
1320
- "hidden": true,
1321
- "name": "app"
1345
+ "service:plan": {
1346
+ "description": "unique identifier or unique name of the add-on service plan",
1347
+ "name": "service:plan",
1348
+ "required": true
1322
1349
  }
1323
1350
  },
1324
- "description": "permanently destroy an app",
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",
1325
1353
  "flags": {
1326
- "app": {
1327
- "char": "a",
1328
- "description": "app to run command against",
1329
- "name": "app",
1354
+ "name": {
1355
+ "description": "name for the add-on resource",
1356
+ "name": "name",
1330
1357
  "hasDynamicHelp": false,
1331
1358
  "multiple": false,
1332
1359
  "type": "option"
1333
1360
  },
1334
- "remote": {
1335
- "char": "r",
1336
- "description": "git remote of app to use",
1337
- "name": "remote",
1361
+ "as": {
1362
+ "description": "name for the initial add-on attachment",
1363
+ "name": "as",
1338
1364
  "hasDynamicHelp": false,
1339
1365
  "multiple": false,
1340
1366
  "type": "option"
1341
1367
  },
1342
1368
  "confirm": {
1343
- "char": "c",
1369
+ "description": "overwrite existing config vars or existing add-on attachments",
1344
1370
  "name": "confirm",
1345
1371
  "hasDynamicHelp": false,
1346
1372
  "multiple": false,
1347
1373
  "type": "option"
1348
- }
1349
- },
1350
- "hasDynamicHelp": false,
1351
- "hiddenAliases": [
1352
- "destroy",
1353
- "apps:delete"
1354
- ],
1355
- "id": "apps:destroy",
1356
- "pluginAlias": "heroku",
1357
- "pluginName": "heroku",
1358
- "pluginType": "core",
1359
- "strict": true,
1360
- "help": "This will also destroy all add-ons on the app.",
1361
- "isESM": false,
1362
- "relativePath": [
1363
- "lib",
1364
- "commands",
1365
- "apps",
1366
- "destroy.js"
1367
- ]
1368
- },
1369
- "apps:errors": {
1370
- "aliases": [],
1371
- "args": {},
1372
- "description": "view app errors",
1373
- "flags": {
1374
+ },
1375
+ "wait": {
1376
+ "description": "watch add-on creation status and exit when complete",
1377
+ "name": "wait",
1378
+ "allowNo": false,
1379
+ "type": "boolean"
1380
+ },
1374
1381
  "app": {
1375
1382
  "char": "a",
1376
1383
  "description": "app to run command against",
@@ -1387,98 +1394,73 @@
1387
1394
  "hasDynamicHelp": false,
1388
1395
  "multiple": false,
1389
1396
  "type": "option"
1390
- },
1391
- "json": {
1392
- "description": "output in json format",
1393
- "name": "json",
1394
- "allowNo": false,
1395
- "type": "boolean"
1396
- },
1397
- "hours": {
1398
- "description": "number of hours to look back (default 24)",
1399
- "name": "hours",
1400
- "default": "24",
1401
- "hasDynamicHelp": false,
1402
- "multiple": false,
1403
- "type": "option"
1404
- },
1405
- "router": {
1406
- "description": "show only router errors",
1407
- "name": "router",
1408
- "allowNo": false,
1409
- "type": "boolean"
1410
- },
1411
- "dyno": {
1412
- "description": "show only dyno errors",
1413
- "name": "dyno",
1414
- "allowNo": false,
1415
- "type": "boolean"
1416
1397
  }
1417
1398
  },
1418
1399
  "hasDynamicHelp": false,
1419
- "hiddenAliases": [],
1420
- "id": "apps:errors",
1400
+ "hiddenAliases": [
1401
+ "addons:add"
1402
+ ],
1403
+ "id": "addons:create",
1421
1404
  "pluginAlias": "heroku",
1422
1405
  "pluginName": "heroku",
1423
1406
  "pluginType": "core",
1424
- "strict": true,
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",
1425
1410
  "isESM": false,
1426
1411
  "relativePath": [
1427
1412
  "lib",
1428
1413
  "commands",
1429
- "apps",
1430
- "errors.js"
1414
+ "addons",
1415
+ "create.js"
1431
1416
  ]
1432
1417
  },
1433
- "apps": {
1418
+ "addons:destroy": {
1434
1419
  "aliases": [],
1435
- "args": {},
1436
- "description": "list your apps",
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",
1437
1428
  "examples": [
1438
- "$ heroku apps"
1429
+ "addons:destroy [ADDON]... [flags]"
1439
1430
  ],
1440
1431
  "flags": {
1441
- "all": {
1442
- "char": "A",
1443
- "description": "include apps in all teams",
1444
- "name": "all",
1445
- "allowNo": false,
1446
- "type": "boolean"
1447
- },
1448
- "json": {
1449
- "char": "j",
1450
- "description": "output in json format",
1451
- "name": "json",
1432
+ "force": {
1433
+ "char": "f",
1434
+ "description": "allow destruction even if connected to other apps",
1435
+ "name": "force",
1452
1436
  "allowNo": false,
1453
1437
  "type": "boolean"
1454
1438
  },
1455
- "space": {
1456
- "char": "s",
1457
- "description": "filter by space",
1458
- "name": "space",
1439
+ "confirm": {
1440
+ "char": "c",
1441
+ "name": "confirm",
1459
1442
  "hasDynamicHelp": false,
1460
1443
  "multiple": false,
1461
1444
  "type": "option"
1462
1445
  },
1463
- "personal": {
1464
- "char": "p",
1465
- "description": "list apps in personal account when a default team is set",
1466
- "name": "personal",
1446
+ "wait": {
1447
+ "description": "watch add-on destruction status and exit when complete",
1448
+ "name": "wait",
1467
1449
  "allowNo": false,
1468
1450
  "type": "boolean"
1469
1451
  },
1470
- "internal-routing": {
1471
- "char": "i",
1472
- "description": "filter to Internal Web Apps",
1473
- "hidden": true,
1474
- "name": "internal-routing",
1475
- "allowNo": false,
1476
- "type": "boolean"
1452
+ "app": {
1453
+ "char": "a",
1454
+ "description": "app to run command against",
1455
+ "name": "app",
1456
+ "hasDynamicHelp": false,
1457
+ "multiple": false,
1458
+ "type": "option"
1477
1459
  },
1478
- "team": {
1479
- "char": "t",
1480
- "description": "team to use",
1481
- "name": "team",
1460
+ "remote": {
1461
+ "char": "r",
1462
+ "description": "git remote of app to use",
1463
+ "name": "remote",
1482
1464
  "hasDynamicHelp": false,
1483
1465
  "multiple": false,
1484
1466
  "type": "option"
@@ -1486,41 +1468,38 @@
1486
1468
  },
1487
1469
  "hasDynamicHelp": false,
1488
1470
  "hiddenAliases": [
1489
- "list",
1490
- "apps:list"
1471
+ "addons:remove"
1491
1472
  ],
1492
- "id": "apps",
1473
+ "id": "addons:destroy",
1493
1474
  "pluginAlias": "heroku",
1494
1475
  "pluginName": "heroku",
1495
1476
  "pluginType": "core",
1496
- "strict": true,
1497
- "topic": "apps",
1477
+ "strict": false,
1478
+ "topic": "addons",
1498
1479
  "isESM": false,
1499
1480
  "relativePath": [
1500
1481
  "lib",
1501
1482
  "commands",
1502
- "apps",
1503
- "index.js"
1483
+ "addons",
1484
+ "destroy.js"
1504
1485
  ]
1505
1486
  },
1506
- "apps:info": {
1487
+ "addons:detach": {
1507
1488
  "aliases": [],
1508
1489
  "args": {
1509
- "app": {
1510
- "hidden": true,
1511
- "name": "app"
1490
+ "attachment_name": {
1491
+ "description": "unique identifier of the add-on attachment",
1492
+ "name": "attachment_name",
1493
+ "required": true
1512
1494
  }
1513
1495
  },
1514
- "description": "show detailed app information",
1515
- "examples": [
1516
- "$ heroku apps:info",
1517
- "$ heroku apps:info --shell"
1518
- ],
1496
+ "description": "detach an existing add-on resource from an app",
1519
1497
  "flags": {
1520
1498
  "app": {
1521
1499
  "char": "a",
1522
1500
  "description": "app to run command against",
1523
1501
  "name": "app",
1502
+ "required": true,
1524
1503
  "hasDynamicHelp": false,
1525
1504
  "multiple": false,
1526
1505
  "type": "option"
@@ -1532,60 +1511,45 @@
1532
1511
  "hasDynamicHelp": false,
1533
1512
  "multiple": false,
1534
1513
  "type": "option"
1535
- },
1536
- "shell": {
1537
- "char": "s",
1538
- "description": "output more shell friendly key/value pairs",
1539
- "name": "shell",
1540
- "allowNo": false,
1541
- "type": "boolean"
1542
- },
1543
- "extended": {
1544
- "char": "x",
1545
- "hidden": true,
1546
- "name": "extended",
1547
- "allowNo": false,
1548
- "type": "boolean"
1549
- },
1550
- "json": {
1551
- "char": "j",
1552
- "description": "output in json format",
1553
- "name": "json",
1554
- "allowNo": false,
1555
- "type": "boolean"
1556
1514
  }
1557
1515
  },
1558
1516
  "hasDynamicHelp": false,
1559
- "hiddenAliases": [
1560
- "info"
1561
- ],
1562
- "id": "apps:info",
1517
+ "hiddenAliases": [],
1518
+ "id": "addons:detach",
1563
1519
  "pluginAlias": "heroku",
1564
1520
  "pluginName": "heroku",
1565
1521
  "pluginType": "core",
1566
1522
  "strict": true,
1567
- "topic": "apps",
1568
- "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...",
1523
+ "topic": "addons",
1569
1524
  "isESM": false,
1570
1525
  "relativePath": [
1571
1526
  "lib",
1572
1527
  "commands",
1573
- "apps",
1574
- "info.js"
1528
+ "addons",
1529
+ "detach.js"
1575
1530
  ]
1576
1531
  },
1577
- "apps:join": {
1578
- "aliases": [
1579
- "join"
1580
- ],
1581
- "args": {},
1582
- "description": "add yourself to a team app",
1532
+ "addons:docs": {
1533
+ "aliases": [],
1534
+ "args": {
1535
+ "addon": {
1536
+ "description": "unique identifier or globally unique name of the add-on",
1537
+ "name": "addon",
1538
+ "required": true
1539
+ }
1540
+ },
1541
+ "description": "open an add-on's Dev Center documentation in your browser",
1583
1542
  "flags": {
1543
+ "show-url": {
1544
+ "description": "show URL, do not open browser",
1545
+ "name": "show-url",
1546
+ "allowNo": false,
1547
+ "type": "boolean"
1548
+ },
1584
1549
  "app": {
1585
1550
  "char": "a",
1586
1551
  "description": "app to run command against",
1587
1552
  "name": "app",
1588
- "required": true,
1589
1553
  "hasDynamicHelp": false,
1590
1554
  "multiple": false,
1591
1555
  "type": "option"
@@ -1601,33 +1565,46 @@
1601
1565
  },
1602
1566
  "hasDynamicHelp": false,
1603
1567
  "hiddenAliases": [],
1604
- "id": "apps:join",
1568
+ "id": "addons:docs",
1605
1569
  "pluginAlias": "heroku",
1606
1570
  "pluginName": "heroku",
1607
1571
  "pluginType": "core",
1608
1572
  "strict": true,
1609
- "topic": "apps",
1573
+ "topic": "addons",
1610
1574
  "isESM": false,
1611
1575
  "relativePath": [
1612
1576
  "lib",
1613
1577
  "commands",
1614
- "apps",
1615
- "join.js"
1578
+ "addons",
1579
+ "docs.js"
1616
1580
  ]
1617
1581
  },
1618
- "apps:leave": {
1619
- "aliases": [
1620
- "leave"
1621
- ],
1582
+ "addons": {
1583
+ "aliases": [],
1622
1584
  "args": {},
1623
- "description": "remove yourself from a team app",
1624
- "examples": "heroku apps:leave -a APP",
1585
+ "description": "Lists your add-ons and attachments.\n\n The default filter applied depends on whether you are in a Heroku app\n directory. If so, the --app flag is implied. If not, the default of --all\n is implied. Explicitly providing either flag overrides the default\n behavior.\n ",
1586
+ "examples": [
1587
+ "$ heroku addons --all",
1588
+ "$ heroku addons --app acme-inc-www"
1589
+ ],
1625
1590
  "flags": {
1591
+ "all": {
1592
+ "char": "A",
1593
+ "description": "show add-ons and attachments for all accessible apps",
1594
+ "name": "all",
1595
+ "allowNo": false,
1596
+ "type": "boolean"
1597
+ },
1598
+ "json": {
1599
+ "description": "return add-ons in json format",
1600
+ "name": "json",
1601
+ "allowNo": false,
1602
+ "type": "boolean"
1603
+ },
1626
1604
  "app": {
1627
1605
  "char": "a",
1628
1606
  "description": "app to run command against",
1629
1607
  "name": "app",
1630
- "required": true,
1631
1608
  "hasDynamicHelp": false,
1632
1609
  "multiple": false,
1633
1610
  "type": "option"
@@ -1643,33 +1620,36 @@
1643
1620
  },
1644
1621
  "hasDynamicHelp": false,
1645
1622
  "hiddenAliases": [],
1646
- "id": "apps:leave",
1623
+ "id": "addons",
1647
1624
  "pluginAlias": "heroku",
1648
1625
  "pluginName": "heroku",
1649
1626
  "pluginType": "core",
1650
1627
  "strict": true,
1651
- "topic": "apps",
1652
- "example": "heroku apps:leave -a APP",
1628
+ "usage": "addons [--all|--app APP]",
1629
+ "topic": "addons",
1653
1630
  "isESM": false,
1654
1631
  "relativePath": [
1655
1632
  "lib",
1656
1633
  "commands",
1657
- "apps",
1658
- "leave.js"
1634
+ "addons",
1635
+ "index.js"
1659
1636
  ]
1660
1637
  },
1661
- "apps:lock": {
1662
- "aliases": [
1663
- "lock"
1664
- ],
1665
- "args": {},
1666
- "description": "prevent team members from joining an app",
1638
+ "addons:info": {
1639
+ "aliases": [],
1640
+ "args": {
1641
+ "addon": {
1642
+ "description": "unique identifier or globally unique name of the add-on",
1643
+ "name": "addon",
1644
+ "required": true
1645
+ }
1646
+ },
1647
+ "description": "show detailed add-on resource and attachment information",
1667
1648
  "flags": {
1668
1649
  "app": {
1669
1650
  "char": "a",
1670
1651
  "description": "app to run command against",
1671
1652
  "name": "app",
1672
- "required": true,
1673
1653
  "hasDynamicHelp": false,
1674
1654
  "multiple": false,
1675
1655
  "type": "option"
@@ -1685,39 +1665,42 @@
1685
1665
  },
1686
1666
  "hasDynamicHelp": false,
1687
1667
  "hiddenAliases": [],
1688
- "id": "apps:lock",
1668
+ "id": "addons:info",
1689
1669
  "pluginAlias": "heroku",
1690
1670
  "pluginName": "heroku",
1691
1671
  "pluginType": "core",
1692
1672
  "strict": true,
1693
- "topic": "apps",
1673
+ "usage": "addons:info ADDON",
1674
+ "topic": "addons",
1694
1675
  "isESM": false,
1695
1676
  "relativePath": [
1696
1677
  "lib",
1697
1678
  "commands",
1698
- "apps",
1699
- "lock.js"
1679
+ "addons",
1680
+ "info.js"
1700
1681
  ]
1701
1682
  },
1702
- "apps:open": {
1683
+ "addons:open": {
1703
1684
  "aliases": [],
1704
1685
  "args": {
1705
- "path": {
1706
- "name": "path",
1707
- "required": false
1686
+ "addon": {
1687
+ "description": "unique identifier or globally unique name of the add-on",
1688
+ "name": "addon",
1689
+ "required": true
1708
1690
  }
1709
1691
  },
1710
- "description": "open the app in a web browser",
1711
- "examples": [
1712
- "$ heroku open -a myapp",
1713
- "$ heroku open -a myapp /foo"
1714
- ],
1692
+ "description": "open an add-on's dashboard in your browser",
1715
1693
  "flags": {
1694
+ "show-url": {
1695
+ "description": "show URL, do not open browser",
1696
+ "name": "show-url",
1697
+ "allowNo": false,
1698
+ "type": "boolean"
1699
+ },
1716
1700
  "app": {
1717
1701
  "char": "a",
1718
1702
  "description": "app to run command against",
1719
1703
  "name": "app",
1720
- "required": true,
1721
1704
  "hasDynamicHelp": false,
1722
1705
  "multiple": false,
1723
1706
  "type": "option"
@@ -1732,102 +1715,135 @@
1732
1715
  }
1733
1716
  },
1734
1717
  "hasDynamicHelp": false,
1735
- "hiddenAliases": [
1736
- "open"
1737
- ],
1738
- "id": "apps:open",
1718
+ "hiddenAliases": [],
1719
+ "id": "addons:open",
1739
1720
  "pluginAlias": "heroku",
1740
1721
  "pluginName": "heroku",
1741
1722
  "pluginType": "core",
1742
1723
  "strict": true,
1743
- "topic": "apps",
1724
+ "topic": "addons",
1744
1725
  "isESM": false,
1745
1726
  "relativePath": [
1746
1727
  "lib",
1747
1728
  "commands",
1748
- "apps",
1729
+ "addons",
1749
1730
  "open.js"
1750
1731
  ]
1751
1732
  },
1752
- "apps:rename": {
1733
+ "addons:plans": {
1753
1734
  "aliases": [],
1754
1735
  "args": {
1755
- "newname": {
1756
- "name": "newname",
1736
+ "service": {
1737
+ "description": "unique identifier or globally unique name of the add-on",
1738
+ "name": "service",
1757
1739
  "required": true
1758
1740
  }
1759
1741
  },
1760
- "description": "rename an app",
1761
- "examples": [
1762
- "$ heroku apps:rename --app oldname newname"
1763
- ],
1742
+ "description": "list all available plans for an add-on service",
1764
1743
  "flags": {
1765
- "app": {
1766
- "char": "a",
1767
- "description": "app to run command against",
1768
- "name": "app",
1769
- "required": true,
1770
- "hasDynamicHelp": false,
1771
- "multiple": false,
1772
- "type": "option"
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
1773
1774
  },
1774
- "remote": {
1775
- "char": "r",
1776
- "description": "git remote of app to use",
1777
- "name": "remote",
1778
- "hasDynamicHelp": false,
1779
- "multiple": false,
1780
- "type": "option"
1775
+ "new_name": {
1776
+ "description": "new globally unique name of the add-on",
1777
+ "name": "new_name",
1778
+ "required": true
1781
1779
  }
1782
1780
  },
1781
+ "description": "rename an add-on",
1782
+ "flags": {},
1783
1783
  "hasDynamicHelp": false,
1784
- "hiddenAliases": [
1785
- "rename"
1786
- ],
1787
- "id": "apps:rename",
1784
+ "hiddenAliases": [],
1785
+ "id": "addons:rename",
1788
1786
  "pluginAlias": "heroku",
1789
1787
  "pluginName": "heroku",
1790
1788
  "pluginType": "core",
1791
1789
  "strict": true,
1792
- "help": "This will locally update the git remote if it is set to the old app.",
1793
- "topic": "apps",
1790
+ "topic": "addons",
1794
1791
  "isESM": false,
1795
1792
  "relativePath": [
1796
1793
  "lib",
1797
1794
  "commands",
1798
- "apps",
1795
+ "addons",
1799
1796
  "rename.js"
1800
1797
  ]
1801
1798
  },
1802
- "apps:transfer": {
1799
+ "addons:services": {
1803
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": {
1828
+ "aliases": [
1829
+ "addons:downgrade"
1830
+ ],
1804
1831
  "args": {
1805
- "recipient": {
1806
- "description": "user or team to transfer applications to",
1807
- "name": "recipient",
1832
+ "addon": {
1833
+ "description": "unique identifier or globally unique name of the add-on",
1834
+ "name": "addon",
1808
1835
  "required": true
1836
+ },
1837
+ "plan": {
1838
+ "description": "unique identifier or name of the plan",
1839
+ "name": "plan"
1809
1840
  }
1810
1841
  },
1811
- "description": "transfer applications to another user or team",
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 ",
1812
1843
  "examples": [
1813
- "$ 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..."
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"
1814
1845
  ],
1815
1846
  "flags": {
1816
- "locked": {
1817
- "char": "l",
1818
- "description": "lock the app upon transfer",
1819
- "name": "locked",
1820
- "required": false,
1821
- "allowNo": false,
1822
- "type": "boolean"
1823
- },
1824
- "bulk": {
1825
- "description": "transfer applications in bulk",
1826
- "name": "bulk",
1827
- "required": false,
1828
- "allowNo": false,
1829
- "type": "boolean"
1830
- },
1831
1847
  "app": {
1832
1848
  "char": "a",
1833
1849
  "description": "app to run command against",
@@ -1843,44 +1859,45 @@
1843
1859
  "hasDynamicHelp": false,
1844
1860
  "multiple": false,
1845
1861
  "type": "option"
1846
- },
1847
- "confirm": {
1848
- "char": "c",
1849
- "hidden": true,
1850
- "name": "confirm",
1851
- "hasDynamicHelp": false,
1852
- "multiple": false,
1853
- "type": "option"
1854
1862
  }
1855
1863
  },
1856
1864
  "hasDynamicHelp": false,
1857
1865
  "hiddenAliases": [],
1858
- "id": "apps:transfer",
1866
+ "id": "addons:upgrade",
1859
1867
  "pluginAlias": "heroku",
1860
1868
  "pluginName": "heroku",
1861
1869
  "pluginType": "core",
1862
1870
  "strict": true,
1863
- "topic": "apps",
1871
+ "topic": "addons",
1864
1872
  "isESM": false,
1865
1873
  "relativePath": [
1866
1874
  "lib",
1867
1875
  "commands",
1868
- "apps",
1869
- "transfer.js"
1876
+ "addons",
1877
+ "upgrade.js"
1870
1878
  ]
1871
1879
  },
1872
- "apps:unlock": {
1873
- "aliases": [
1874
- "unlock"
1875
- ],
1876
- "args": {},
1877
- "description": "unlock an app so any team member can join",
1880
+ "addons:wait": {
1881
+ "aliases": [],
1882
+ "args": {
1883
+ "addon": {
1884
+ "description": "unique identifier or globally unique name of the add-on",
1885
+ "name": "addon"
1886
+ }
1887
+ },
1888
+ "description": "show provisioning status of the add-ons on the app",
1878
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
+ },
1879
1897
  "app": {
1880
1898
  "char": "a",
1881
1899
  "description": "app to run command against",
1882
1900
  "name": "app",
1883
- "required": true,
1884
1901
  "hasDynamicHelp": false,
1885
1902
  "multiple": false,
1886
1903
  "type": "option"
@@ -1896,18 +1913,18 @@
1896
1913
  },
1897
1914
  "hasDynamicHelp": false,
1898
1915
  "hiddenAliases": [],
1899
- "id": "apps:unlock",
1916
+ "id": "addons:wait",
1900
1917
  "pluginAlias": "heroku",
1901
1918
  "pluginName": "heroku",
1902
1919
  "pluginType": "core",
1903
1920
  "strict": true,
1904
- "topic": "apps",
1921
+ "topic": "addons",
1905
1922
  "isESM": false,
1906
1923
  "relativePath": [
1907
1924
  "lib",
1908
1925
  "commands",
1909
- "apps",
1910
- "unlock.js"
1926
+ "addons",
1927
+ "wait.js"
1911
1928
  ]
1912
1929
  },
1913
1930
  "auth:login": {
@@ -2132,6 +2149,7 @@
2132
2149
  "aliases": [],
2133
2150
  "args": {
2134
2151
  "id": {
2152
+ "description": "ID of the authorization",
2135
2153
  "name": "id",
2136
2154
  "required": true
2137
2155
  }
@@ -2168,6 +2186,7 @@
2168
2186
  ],
2169
2187
  "args": {
2170
2188
  "id": {
2189
+ "description": "ID of the authorization",
2171
2190
  "name": "id",
2172
2191
  "required": true
2173
2192
  }
@@ -2196,6 +2215,7 @@
2196
2215
  "aliases": [],
2197
2216
  "args": {
2198
2217
  "id": {
2218
+ "description": "ID of the authorization",
2199
2219
  "name": "id",
2200
2220
  "required": true
2201
2221
  }
@@ -2221,6 +2241,7 @@
2221
2241
  "aliases": [],
2222
2242
  "args": {
2223
2243
  "id": {
2244
+ "description": "ID of the authorization",
2224
2245
  "name": "id",
2225
2246
  "required": true
2226
2247
  }
@@ -2762,10 +2783,12 @@
2762
2783
  "aliases": [],
2763
2784
  "args": {
2764
2785
  "CRT": {
2786
+ "description": "absolute path of the certificate file on disk",
2765
2787
  "name": "CRT",
2766
2788
  "required": true
2767
2789
  },
2768
2790
  "KEY": {
2791
+ "description": "absolute path of the key file on disk",
2769
2792
  "name": "KEY",
2770
2793
  "required": true
2771
2794
  }
@@ -2813,6 +2836,7 @@
2813
2836
  "aliases": [],
2814
2837
  "args": {
2815
2838
  "domain": {
2839
+ "description": "domain name to generate",
2816
2840
  "name": "domain",
2817
2841
  "required": true
2818
2842
  }
@@ -3072,10 +3096,12 @@
3072
3096
  "aliases": [],
3073
3097
  "args": {
3074
3098
  "CRT": {
3099
+ "description": "absolute path of the certificate file on disk",
3075
3100
  "name": "CRT",
3076
3101
  "required": true
3077
3102
  },
3078
3103
  "KEY": {
3104
+ "description": "absolute path of the key file on disk",
3079
3105
  "name": "KEY",
3080
3106
  "required": true
3081
3107
  }
@@ -3258,6 +3284,7 @@
3258
3284
  "aliases": [],
3259
3285
  "args": {
3260
3286
  "test-run": {
3287
+ "description": "auto-incremented test run number",
3261
3288
  "name": "test-run",
3262
3289
  "required": true
3263
3290
  }
@@ -3459,6 +3486,7 @@
3459
3486
  "aliases": [],
3460
3487
  "args": {
3461
3488
  "number": {
3489
+ "description": "auto-incremented test run number",
3462
3490
  "name": "number",
3463
3491
  "required": false
3464
3492
  }
@@ -3562,10 +3590,12 @@
3562
3590
  "aliases": [],
3563
3591
  "args": {
3564
3592
  "name": {
3593
+ "description": "name of the OAuth client",
3565
3594
  "name": "name",
3566
3595
  "required": true
3567
3596
  },
3568
3597
  "redirect_uri": {
3598
+ "description": "redirect URL of the OAuth client",
3569
3599
  "name": "redirect_uri",
3570
3600
  "required": true
3571
3601
  }
@@ -3609,6 +3639,7 @@
3609
3639
  "aliases": [],
3610
3640
  "args": {
3611
3641
  "id": {
3642
+ "description": "ID of the OAuth client",
3612
3643
  "name": "id",
3613
3644
  "required": true
3614
3645
  }
@@ -3662,6 +3693,7 @@
3662
3693
  "aliases": [],
3663
3694
  "args": {
3664
3695
  "id": {
3696
+ "description": "ID of the OAuth client",
3665
3697
  "name": "id",
3666
3698
  "required": true
3667
3699
  }
@@ -3705,6 +3737,7 @@
3705
3737
  "aliases": [],
3706
3738
  "args": {
3707
3739
  "id": {
3740
+ "description": "ID of the OAuth client",
3708
3741
  "name": "id",
3709
3742
  "required": true
3710
3743
  }
@@ -3745,6 +3778,7 @@
3745
3778
  "aliases": [],
3746
3779
  "args": {
3747
3780
  "id": {
3781
+ "description": "ID of the OAuth client",
3748
3782
  "name": "id",
3749
3783
  "required": true
3750
3784
  }
@@ -3838,6 +3872,7 @@
3838
3872
  "aliases": [],
3839
3873
  "args": {
3840
3874
  "KEY": {
3875
+ "description": "key name of the config var value",
3841
3876
  "name": "KEY",
3842
3877
  "required": true
3843
3878
  }
@@ -4376,6 +4411,7 @@
4376
4411
  "aliases": [],
4377
4412
  "args": {
4378
4413
  "hostname": {
4414
+ "description": "unique identifier of the domain or full hostname",
4379
4415
  "name": "hostname",
4380
4416
  "required": true
4381
4417
  }
@@ -4621,6 +4657,7 @@
4621
4657
  "aliases": [],
4622
4658
  "args": {
4623
4659
  "hostname": {
4660
+ "description": "unique identifier of the domain or full hostname",
4624
4661
  "name": "hostname",
4625
4662
  "required": true
4626
4663
  }
@@ -4674,6 +4711,7 @@
4674
4711
  "aliases": [],
4675
4712
  "args": {
4676
4713
  "hostname": {
4714
+ "description": "unique identifier of the domain or full hostname",
4677
4715
  "name": "hostname",
4678
4716
  "required": true
4679
4717
  }
@@ -4727,6 +4765,7 @@
4727
4765
  "aliases": [],
4728
4766
  "args": {
4729
4767
  "hostname": {
4768
+ "description": "unique identifier of the domain or full hostname",
4730
4769
  "name": "hostname",
4731
4770
  "required": true
4732
4771
  }
@@ -4788,6 +4827,7 @@
4788
4827
  "aliases": [],
4789
4828
  "args": {
4790
4829
  "hostname": {
4830
+ "description": "unique identifier of the domain or full hostname",
4791
4831
  "name": "hostname"
4792
4832
  }
4793
4833
  },
@@ -4837,6 +4877,7 @@
4837
4877
  "aliases": [],
4838
4878
  "args": {
4839
4879
  "url": {
4880
+ "description": "URL of the log drain",
4840
4881
  "name": "url",
4841
4882
  "required": true
4842
4883
  }
@@ -4931,6 +4972,7 @@
4931
4972
  "aliases": [],
4932
4973
  "args": {
4933
4974
  "url": {
4975
+ "description": "URL of the log drain",
4934
4976
  "name": "url",
4935
4977
  "required": true
4936
4978
  }
@@ -4976,6 +5018,7 @@
4976
5018
  "aliases": [],
4977
5019
  "args": {
4978
5020
  "feature": {
5021
+ "description": "unique identifier or name of the app feature",
4979
5022
  "name": "feature",
4980
5023
  "required": true
4981
5024
  }
@@ -5019,6 +5062,7 @@
5019
5062
  "aliases": [],
5020
5063
  "args": {
5021
5064
  "feature": {
5065
+ "description": "unique identifier or name of the app feature",
5022
5066
  "name": "feature",
5023
5067
  "required": true
5024
5068
  }
@@ -5106,6 +5150,7 @@
5106
5150
  "aliases": [],
5107
5151
  "args": {
5108
5152
  "feature": {
5153
+ "description": "unique identifier or name of the app feature",
5109
5154
  "name": "feature",
5110
5155
  "required": true
5111
5156
  }
@@ -5201,6 +5246,7 @@
5201
5246
  "aliases": [],
5202
5247
  "args": {
5203
5248
  "command": {
5249
+ "description": "command name of the git credentials",
5204
5250
  "name": "command",
5205
5251
  "required": true
5206
5252
  }
@@ -5266,6 +5312,7 @@
5266
5312
  "aliases": [],
5267
5313
  "args": {
5268
5314
  "key": {
5315
+ "description": "absolute path to the key located on disk. If omitted, we use the default rsa key.",
5269
5316
  "name": "key"
5270
5317
  }
5271
5318
  },
@@ -5361,6 +5408,7 @@
5361
5408
  "aliases": [],
5362
5409
  "args": {
5363
5410
  "key": {
5411
+ "description": "email address of the user",
5364
5412
  "name": "key",
5365
5413
  "required": true
5366
5414
  }
@@ -5388,6 +5436,7 @@
5388
5436
  "aliases": [],
5389
5437
  "args": {
5390
5438
  "feature": {
5439
+ "description": "unique identifier or name of the account feature",
5391
5440
  "name": "feature",
5392
5441
  "required": true
5393
5442
  }
@@ -5437,6 +5486,7 @@
5437
5486
  "aliases": [],
5438
5487
  "args": {
5439
5488
  "feature": {
5489
+ "description": "unique identifier or name of the account feature",
5440
5490
  "name": "feature",
5441
5491
  "required": true
5442
5492
  }
@@ -5527,6 +5577,7 @@
5527
5577
  "aliases": [],
5528
5578
  "args": {
5529
5579
  "feature": {
5580
+ "description": "unique identifier or name of the account feature",
5530
5581
  "name": "feature",
5531
5582
  "required": true
5532
5583
  }
@@ -5580,6 +5631,7 @@
5580
5631
  ],
5581
5632
  "args": {
5582
5633
  "processname": {
5634
+ "description": "name of the process",
5583
5635
  "name": "processname",
5584
5636
  "required": false
5585
5637
  }
@@ -5825,6 +5877,7 @@
5825
5877
  "aliases": [],
5826
5878
  "args": {
5827
5879
  "email": {
5880
+ "description": "email address of the team member",
5828
5881
  "name": "email",
5829
5882
  "required": true
5830
5883
  }
@@ -6121,6 +6174,7 @@
6121
6174
  "aliases": [],
6122
6175
  "args": {
6123
6176
  "database": {
6177
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6124
6178
  "name": "database"
6125
6179
  }
6126
6180
  },
@@ -6164,6 +6218,7 @@
6164
6218
  "aliases": [],
6165
6219
  "args": {
6166
6220
  "database": {
6221
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6167
6222
  "name": "database"
6168
6223
  }
6169
6224
  },
@@ -6207,10 +6262,12 @@
6207
6262
  "aliases": [],
6208
6263
  "args": {
6209
6264
  "source": {
6265
+ "description": "config var exposed to the owning app containing the source database URL",
6210
6266
  "name": "source",
6211
6267
  "required": true
6212
6268
  },
6213
6269
  "target": {
6270
+ "description": "config var exposed to the owning app containing the target database URL",
6214
6271
  "name": "target",
6215
6272
  "required": true
6216
6273
  }
@@ -6273,6 +6330,7 @@
6273
6330
  "aliases": [],
6274
6331
  "args": {
6275
6332
  "database": {
6333
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6276
6334
  "name": "database"
6277
6335
  }
6278
6336
  },
@@ -6316,6 +6374,7 @@
6316
6374
  "aliases": [],
6317
6375
  "args": {
6318
6376
  "DATABASE|REPORT_ID": {
6377
+ "description": "config var exposed to the owning app containing the database URL or the report ID",
6319
6378
  "name": "DATABASE|REPORT_ID"
6320
6379
  }
6321
6380
  },
@@ -6367,6 +6426,7 @@
6367
6426
  ],
6368
6427
  "args": {
6369
6428
  "database": {
6429
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use all databases.",
6370
6430
  "name": "database"
6371
6431
  }
6372
6432
  },
@@ -6410,10 +6470,12 @@
6410
6470
  "aliases": [],
6411
6471
  "args": {
6412
6472
  "pid": {
6473
+ "description": "ID of the process",
6413
6474
  "name": "pid",
6414
6475
  "required": true
6415
6476
  },
6416
6477
  "database": {
6478
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6417
6479
  "name": "database"
6418
6480
  }
6419
6481
  },
@@ -6463,6 +6525,7 @@
6463
6525
  "aliases": [],
6464
6526
  "args": {
6465
6527
  "database": {
6528
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6466
6529
  "name": "database"
6467
6530
  }
6468
6531
  },
@@ -6506,6 +6569,7 @@
6506
6569
  "aliases": [],
6507
6570
  "args": {
6508
6571
  "database": {
6572
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6509
6573
  "name": "database"
6510
6574
  }
6511
6575
  },
@@ -6556,6 +6620,7 @@
6556
6620
  "aliases": [],
6557
6621
  "args": {
6558
6622
  "database": {
6623
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6559
6624
  "name": "database"
6560
6625
  }
6561
6626
  },
@@ -6620,6 +6685,7 @@
6620
6685
  "aliases": [],
6621
6686
  "args": {
6622
6687
  "database": {
6688
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`",
6623
6689
  "name": "database",
6624
6690
  "required": true
6625
6691
  }
@@ -6670,6 +6736,7 @@
6670
6736
  "aliases": [],
6671
6737
  "args": {
6672
6738
  "database": {
6739
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6673
6740
  "name": "database"
6674
6741
  }
6675
6742
  },
@@ -6721,6 +6788,7 @@
6721
6788
  ],
6722
6789
  "args": {
6723
6790
  "database": {
6791
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6724
6792
  "name": "database"
6725
6793
  }
6726
6794
  },
@@ -6786,10 +6854,12 @@
6786
6854
  "aliases": [],
6787
6855
  "args": {
6788
6856
  "source": {
6857
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6789
6858
  "name": "source",
6790
6859
  "required": true
6791
6860
  },
6792
6861
  "target": {
6862
+ "description": "PostgreSQL connection string for the target database",
6793
6863
  "name": "target",
6794
6864
  "required": true
6795
6865
  }
@@ -6845,10 +6915,12 @@
6845
6915
  "aliases": [],
6846
6916
  "args": {
6847
6917
  "source": {
6918
+ "description": "PostgreSQL connection string for the source database",
6848
6919
  "name": "source",
6849
6920
  "required": true
6850
6921
  },
6851
6922
  "target": {
6923
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6852
6924
  "name": "target",
6853
6925
  "required": true
6854
6926
  }
@@ -6904,6 +6976,7 @@
6904
6976
  "aliases": [],
6905
6977
  "args": {
6906
6978
  "database": {
6979
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
6907
6980
  "name": "database"
6908
6981
  }
6909
6982
  },
@@ -6962,6 +7035,7 @@
6962
7035
  "aliases": [],
6963
7036
  "args": {
6964
7037
  "database": {
7038
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`",
6965
7039
  "name": "database",
6966
7040
  "required": true
6967
7041
  }
@@ -7013,6 +7087,7 @@
7013
7087
  "aliases": [],
7014
7088
  "args": {
7015
7089
  "database": {
7090
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
7016
7091
  "name": "database"
7017
7092
  }
7018
7093
  },
@@ -7071,6 +7146,7 @@
7071
7146
  "aliases": [],
7072
7147
  "args": {
7073
7148
  "database": {
7149
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
7074
7150
  "name": "database"
7075
7151
  }
7076
7152
  },
@@ -7114,6 +7190,7 @@
7114
7190
  "aliases": [],
7115
7191
  "args": {
7116
7192
  "database": {
7193
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use all databases.",
7117
7194
  "name": "database"
7118
7195
  }
7119
7196
  },
@@ -8131,6 +8208,7 @@
8131
8208
  "aliases": [],
8132
8209
  "args": {
8133
8210
  "database": {
8211
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8134
8212
  "name": "database"
8135
8213
  }
8136
8214
  },
@@ -8185,6 +8263,7 @@
8185
8263
  "aliases": [],
8186
8264
  "args": {
8187
8265
  "database": {
8266
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8188
8267
  "name": "database",
8189
8268
  "required": false
8190
8269
  }
@@ -8237,6 +8316,7 @@
8237
8316
  ],
8238
8317
  "args": {
8239
8318
  "database": {
8319
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8240
8320
  "name": "database"
8241
8321
  }
8242
8322
  },
@@ -8287,6 +8367,7 @@
8287
8367
  "aliases": [],
8288
8368
  "args": {
8289
8369
  "database": {
8370
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8290
8371
  "name": "database"
8291
8372
  }
8292
8373
  },
@@ -8339,6 +8420,7 @@
8339
8420
  "aliases": [],
8340
8421
  "args": {
8341
8422
  "database": {
8423
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8342
8424
  "name": "database",
8343
8425
  "required": false
8344
8426
  }
@@ -8407,6 +8489,7 @@
8407
8489
  "aliases": [],
8408
8490
  "args": {
8409
8491
  "database": {
8492
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8410
8493
  "name": "database"
8411
8494
  }
8412
8495
  },
@@ -8459,6 +8542,7 @@
8459
8542
  "aliases": [],
8460
8543
  "args": {
8461
8544
  "database": {
8545
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8462
8546
  "name": "database",
8463
8547
  "required": false
8464
8548
  }
@@ -8503,6 +8587,7 @@
8503
8587
  "aliases": [],
8504
8588
  "args": {
8505
8589
  "database": {
8590
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8506
8591
  "name": "database"
8507
8592
  }
8508
8593
  },
@@ -8553,6 +8638,7 @@
8553
8638
  "aliases": [],
8554
8639
  "args": {
8555
8640
  "database": {
8641
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8556
8642
  "name": "database"
8557
8643
  }
8558
8644
  },
@@ -8605,6 +8691,7 @@
8605
8691
  "aliases": [],
8606
8692
  "args": {
8607
8693
  "database": {
8694
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8608
8695
  "name": "database"
8609
8696
  }
8610
8697
  },
@@ -8663,6 +8750,7 @@
8663
8750
  "aliases": [],
8664
8751
  "args": {
8665
8752
  "database": {
8753
+ "description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
8666
8754
  "name": "database",
8667
8755
  "required": false
8668
8756
  }
@@ -8779,6 +8867,7 @@
8779
8867
  "aliases": [],
8780
8868
  "args": {
8781
8869
  "release": {
8870
+ "description": "ID of the release. If omitted, we use the last release ID.",
8782
8871
  "name": "release"
8783
8872
  }
8784
8873
  },
@@ -8835,6 +8924,7 @@
8835
8924
  "aliases": [],
8836
8925
  "args": {
8837
8926
  "release": {
8927
+ "description": "ID of the release. If omitted, we use the last release ID.",
8838
8928
  "name": "release"
8839
8929
  }
8840
8930
  },
@@ -8878,10 +8968,11 @@
8878
8968
  "aliases": [],
8879
8969
  "args": {
8880
8970
  "release": {
8971
+ "description": "ID of the release. If omitted, we use the last eligible release.",
8881
8972
  "name": "release"
8882
8973
  }
8883
8974
  },
8884
- "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back one release.\n ",
8975
+ "description": "Roll back to a previous release.\n\n If RELEASE is not specified, it will roll back to the last eligible release.\n ",
8885
8976
  "flags": {
8886
8977
  "remote": {
8887
8978
  "char": "r",
@@ -9296,6 +9387,7 @@
9296
9387
  "aliases": [],
9297
9388
  "args": {
9298
9389
  "id": {
9390
+ "description": "ID of the OAuth session",
9299
9391
  "name": "id",
9300
9392
  "required": true
9301
9393
  }
@@ -9355,7 +9447,7 @@
9355
9447
  },
9356
9448
  "description": "create a new space\n",
9357
9449
  "examples": [
9358
- "Example:\n\n$ heroku spaces:create --space my-space --team my-team --region oregon\nCreating space my-space in team my-team... done\n=== my-space\nID: e7b99e37-69b3-4475-ad47-a5cc5d75fd9f\nTeam: my-team\nRegion: oregon\nCIDR: 10.0.0.0/16\nData CIDR: 172.23.0.0/20\nState: allocating\nGeneration: fir\nCreated at: 2016-01-06T03:23:13Z\n"
9450
+ "Example:\n\n$ heroku spaces:create --space my-space --team my-team --region oregon\nCreating space my-space in team my-team... done\n=== my-space\nID: e7b99e37-69b3-4475-ad47-a5cc5d75fd9f\nTeam: my-team\nRegion: oregon\nCIDR: 10.0.0.0/16\nData CIDR: 172.23.0.0/20\nState: allocating\nGeneration: cedar\nCreated at: 2016-01-06T03:23:13Z\n"
9359
9451
  ],
9360
9452
  "flags": {
9361
9453
  "channel": {
@@ -10278,6 +10370,7 @@
10278
10370
  "aliases": [],
10279
10371
  "args": {
10280
10372
  "id": {
10373
+ "description": "ID of the webhook",
10281
10374
  "name": "id",
10282
10375
  "required": true
10283
10376
  }
@@ -10390,6 +10483,7 @@
10390
10483
  "aliases": [],
10391
10484
  "args": {
10392
10485
  "id": {
10486
+ "description": "ID of the webhook",
10393
10487
  "name": "id",
10394
10488
  "required": true
10395
10489
  }
@@ -10639,6 +10733,7 @@
10639
10733
  "aliases": [],
10640
10734
  "args": {
10641
10735
  "stack": {
10736
+ "description": "unique name or identifier of the stack",
10642
10737
  "name": "stack",
10643
10738
  "required": true
10644
10739
  }
@@ -10947,6 +11042,7 @@
10947
11042
  "aliases": [],
10948
11043
  "args": {
10949
11044
  "key": {
11045
+ "description": "name of the config var key",
10950
11046
  "name": "key",
10951
11047
  "required": true
10952
11048
  }
@@ -11178,6 +11274,7 @@
11178
11274
  "aliases": [],
11179
11275
  "args": {
11180
11276
  "backup_id": {
11277
+ "description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
11181
11278
  "name": "backup_id"
11182
11279
  }
11183
11280
  },
@@ -11222,6 +11319,7 @@
11222
11319
  "aliases": [],
11223
11320
  "args": {
11224
11321
  "database": {
11322
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11225
11323
  "name": "database"
11226
11324
  }
11227
11325
  },
@@ -11278,6 +11376,7 @@
11278
11376
  "aliases": [],
11279
11377
  "args": {
11280
11378
  "backup_id": {
11379
+ "description": "ID of the backup",
11281
11380
  "name": "backup_id",
11282
11381
  "required": true
11283
11382
  }
@@ -11333,6 +11432,7 @@
11333
11432
  "aliases": [],
11334
11433
  "args": {
11335
11434
  "backup_id": {
11435
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
11336
11436
  "name": "backup_id"
11337
11437
  }
11338
11438
  },
@@ -11469,6 +11569,7 @@
11469
11569
  "aliases": [],
11470
11570
  "args": {
11471
11571
  "backup_id": {
11572
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
11472
11573
  "name": "backup_id"
11473
11574
  }
11474
11575
  },
@@ -11513,13 +11614,23 @@
11513
11614
  "aliases": [],
11514
11615
  "args": {
11515
11616
  "backup": {
11617
+ "description": "URL or backup ID from another app",
11516
11618
  "name": "backup"
11517
11619
  },
11518
11620
  "database": {
11621
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11519
11622
  "name": "database"
11520
11623
  }
11521
11624
  },
11522
11625
  "description": "restore a backup (default latest) to a database",
11626
+ "examples": [
11627
+ "# Basic Restore from Backup ID\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app\n",
11628
+ "# Restore from Another App\n$ heroku pg:backups:restore example-app::b101 DATABASE_URL --app my-heroku-app\n",
11629
+ "# Restore from a Public URL\n$ heroku pg:backups:restore 'https://s3.amazonaws.com/my-bucket/mydb.dump' DATABASE_URL --app my-heroku-app\n",
11630
+ "# Verbose Output\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --verbose\n",
11631
+ "# Restore with Confirmation Prompt\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --confirm my-heroku-app\n",
11632
+ "# Restore with a Specific Database Name\n$ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app\n"
11633
+ ],
11523
11634
  "flags": {
11524
11635
  "wait-interval": {
11525
11636
  "name": "wait-interval",
@@ -11588,6 +11699,7 @@
11588
11699
  "aliases": [],
11589
11700
  "args": {
11590
11701
  "database": {
11702
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11591
11703
  "name": "database"
11592
11704
  }
11593
11705
  },
@@ -11680,6 +11792,7 @@
11680
11792
  "aliases": [],
11681
11793
  "args": {
11682
11794
  "database": {
11795
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use a random database attached to the app.",
11683
11796
  "name": "database"
11684
11797
  }
11685
11798
  },
@@ -11724,6 +11837,7 @@
11724
11837
  "aliases": [],
11725
11838
  "args": {
11726
11839
  "backup_id": {
11840
+ "description": "ID of the backup. If omitted, we use the last backup ID.",
11727
11841
  "name": "backup_id"
11728
11842
  }
11729
11843
  },
@@ -11768,6 +11882,7 @@
11768
11882
  "aliases": [],
11769
11883
  "args": {
11770
11884
  "database": {
11885
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11771
11886
  "name": "database"
11772
11887
  }
11773
11888
  },
@@ -11822,6 +11937,7 @@
11822
11937
  "aliases": [],
11823
11938
  "args": {
11824
11939
  "database": {
11940
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11825
11941
  "name": "database"
11826
11942
  }
11827
11943
  },
@@ -11875,6 +11991,7 @@
11875
11991
  "aliases": [],
11876
11992
  "args": {
11877
11993
  "database": {
11994
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11878
11995
  "name": "database"
11879
11996
  }
11880
11997
  },
@@ -11937,6 +12054,7 @@
11937
12054
  "aliases": [],
11938
12055
  "args": {
11939
12056
  "database": {
12057
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11940
12058
  "name": "database"
11941
12059
  }
11942
12060
  },
@@ -11990,6 +12108,7 @@
11990
12108
  "aliases": [],
11991
12109
  "args": {
11992
12110
  "database": {
12111
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
11993
12112
  "name": "database"
11994
12113
  }
11995
12114
  },
@@ -12064,6 +12183,7 @@
12064
12183
  "aliases": [],
12065
12184
  "args": {
12066
12185
  "database": {
12186
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12067
12187
  "name": "database"
12068
12188
  }
12069
12189
  },
@@ -12117,10 +12237,12 @@
12117
12237
  "aliases": [],
12118
12238
  "args": {
12119
12239
  "remote": {
12240
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`",
12120
12241
  "name": "remote",
12121
12242
  "required": true
12122
12243
  },
12123
12244
  "database": {
12245
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`",
12124
12246
  "name": "database",
12125
12247
  "required": true
12126
12248
  }
@@ -12173,10 +12295,12 @@
12173
12295
  "aliases": [],
12174
12296
  "args": {
12175
12297
  "database": {
12298
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`",
12176
12299
  "name": "database",
12177
12300
  "required": true
12178
12301
  },
12179
12302
  "link": {
12303
+ "description": "name of the linked data store",
12180
12304
  "name": "link",
12181
12305
  "required": true
12182
12306
  }
@@ -12231,6 +12355,7 @@
12231
12355
  "aliases": [],
12232
12356
  "args": {
12233
12357
  "database": {
12358
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12234
12359
  "name": "database"
12235
12360
  }
12236
12361
  },
@@ -12275,6 +12400,7 @@
12275
12400
  "aliases": [],
12276
12401
  "args": {
12277
12402
  "database": {
12403
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12278
12404
  "name": "database"
12279
12405
  }
12280
12406
  },
@@ -12319,6 +12445,7 @@
12319
12445
  "aliases": [],
12320
12446
  "args": {
12321
12447
  "database": {
12448
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12322
12449
  "name": "database"
12323
12450
  }
12324
12451
  },
@@ -12369,10 +12496,12 @@
12369
12496
  "aliases": [],
12370
12497
  "args": {
12371
12498
  "window": {
12499
+ "description": "timestamp of the maintenance window",
12372
12500
  "name": "window",
12373
12501
  "required": true
12374
12502
  },
12375
12503
  "database": {
12504
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12376
12505
  "name": "database"
12377
12506
  }
12378
12507
  },
@@ -12419,9 +12548,11 @@
12419
12548
  "aliases": [],
12420
12549
  "args": {
12421
12550
  "database": {
12551
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12422
12552
  "name": "database"
12423
12553
  },
12424
12554
  "value": {
12555
+ "description": "boolean indicating if execution plans of queries will be logged for future connections",
12425
12556
  "name": "value"
12426
12557
  }
12427
12558
  },
@@ -12466,9 +12597,11 @@
12466
12597
  "aliases": [],
12467
12598
  "args": {
12468
12599
  "database": {
12600
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12469
12601
  "name": "database"
12470
12602
  },
12471
12603
  "value": {
12604
+ "description": "boolean indicating if data replication slot details get logged",
12472
12605
  "name": "value"
12473
12606
  }
12474
12607
  },
@@ -12512,6 +12645,7 @@
12512
12645
  "aliases": [],
12513
12646
  "args": {
12514
12647
  "database": {
12648
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12515
12649
  "name": "database"
12516
12650
  }
12517
12651
  },
@@ -12556,9 +12690,11 @@
12556
12690
  "aliases": [],
12557
12691
  "args": {
12558
12692
  "database": {
12693
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12559
12694
  "name": "database"
12560
12695
  },
12561
12696
  "value": {
12697
+ "description": "boolean indicating if database login attempts get logged",
12562
12698
  "name": "value"
12563
12699
  }
12564
12700
  },
@@ -12602,9 +12738,11 @@
12602
12738
  "aliases": [],
12603
12739
  "args": {
12604
12740
  "database": {
12741
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12605
12742
  "name": "database"
12606
12743
  },
12607
12744
  "value": {
12745
+ "description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
12608
12746
  "name": "value"
12609
12747
  }
12610
12748
  },
@@ -12648,9 +12786,11 @@
12648
12786
  "aliases": [],
12649
12787
  "args": {
12650
12788
  "database": {
12789
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12651
12790
  "name": "database"
12652
12791
  },
12653
12792
  "value": {
12793
+ "description": "milliseconds to wait for a statement to complete before logging it",
12654
12794
  "name": "value"
12655
12795
  }
12656
12796
  },
@@ -12694,6 +12834,7 @@
12694
12834
  "aliases": [],
12695
12835
  "args": {
12696
12836
  "database": {
12837
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12697
12838
  "name": "database"
12698
12839
  },
12699
12840
  "value": {
@@ -12746,9 +12887,11 @@
12746
12887
  "aliases": [],
12747
12888
  "args": {
12748
12889
  "database": {
12890
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12749
12891
  "name": "database"
12750
12892
  },
12751
12893
  "value": {
12894
+ "description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
12752
12895
  "name": "value",
12753
12896
  "options": [
12754
12897
  "none",
@@ -12798,9 +12941,11 @@
12798
12941
  "aliases": [],
12799
12942
  "args": {
12800
12943
  "database": {
12944
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
12801
12945
  "name": "database"
12802
12946
  },
12803
12947
  "value": {
12948
+ "description": "function type to track\n<options: none|pl|all>",
12804
12949
  "name": "value",
12805
12950
  "options": [
12806
12951
  "none",
@@ -12999,6 +13144,7 @@
12999
13144
  ],
13000
13145
  "args": {
13001
13146
  "url": {
13147
+ "description": "URL to replace the log drain with",
13002
13148
  "name": "url",
13003
13149
  "required": true
13004
13150
  }
@@ -13231,6 +13377,7 @@
13231
13377
  "aliases": [],
13232
13378
  "args": {
13233
13379
  "source": {
13380
+ "description": "IP address in CIDR notation",
13234
13381
  "name": "source",
13235
13382
  "required": true
13236
13383
  }
@@ -13324,6 +13471,7 @@
13324
13471
  "aliases": [],
13325
13472
  "args": {
13326
13473
  "source": {
13474
+ "description": "IP address in CIDR notation",
13327
13475
  "name": "source",
13328
13476
  "required": true
13329
13477
  }
@@ -13783,6 +13931,7 @@
13783
13931
  "aliases": [],
13784
13932
  "args": {
13785
13933
  "id": {
13934
+ "description": "ID of the webhook event",
13786
13935
  "name": "id",
13787
13936
  "required": true
13788
13937
  }
@@ -13888,6 +14037,7 @@
13888
14037
  "aliases": [],
13889
14038
  "args": {
13890
14039
  "id": {
14040
+ "description": "ID of the webhook event",
13891
14041
  "name": "id",
13892
14042
  "required": true
13893
14043
  }
@@ -13943,9 +14093,11 @@
13943
14093
  "aliases": [],
13944
14094
  "args": {
13945
14095
  "database": {
14096
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
13946
14097
  "name": "database"
13947
14098
  },
13948
14099
  "value": {
14100
+ "description": "boolean indicating if execution plans get logged",
13949
14101
  "name": "value"
13950
14102
  }
13951
14103
  },
@@ -13990,9 +14142,11 @@
13990
14142
  "aliases": [],
13991
14143
  "args": {
13992
14144
  "database": {
14145
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
13993
14146
  "name": "database"
13994
14147
  },
13995
14148
  "value": {
14149
+ "description": "boolean indicating if the database has buffer statistics enabled",
13996
14150
  "name": "value"
13997
14151
  }
13998
14152
  },
@@ -14037,9 +14191,11 @@
14037
14191
  "aliases": [],
14038
14192
  "args": {
14039
14193
  "database": {
14194
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
14040
14195
  "name": "database"
14041
14196
  },
14042
14197
  "value": {
14198
+ "description": "format of the log output\n<options: text|json|yaml|xml>",
14043
14199
  "name": "value",
14044
14200
  "options": [
14045
14201
  "text",
@@ -14090,9 +14246,11 @@
14090
14246
  "aliases": [],
14091
14247
  "args": {
14092
14248
  "database": {
14249
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
14093
14250
  "name": "database"
14094
14251
  },
14095
14252
  "value": {
14253
+ "description": "minimum duration in milliseconds for queries before logging execution plans. A value of -1 disables it. A value of 0 logs all query execution plans.",
14096
14254
  "name": "value"
14097
14255
  }
14098
14256
  },
@@ -14137,9 +14295,11 @@
14137
14295
  "aliases": [],
14138
14296
  "args": {
14139
14297
  "database": {
14298
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
14140
14299
  "name": "database"
14141
14300
  },
14142
14301
  "value": {
14302
+ "description": "boolean indicating if execution plan logs include nested statements",
14143
14303
  "name": "value"
14144
14304
  }
14145
14305
  },
@@ -14184,9 +14344,11 @@
14184
14344
  "aliases": [],
14185
14345
  "args": {
14186
14346
  "database": {
14347
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
14187
14348
  "name": "database"
14188
14349
  },
14189
14350
  "value": {
14351
+ "description": "boolean indicating if the database has trigger execution statistics enabled",
14190
14352
  "name": "value"
14191
14353
  }
14192
14354
  },
@@ -14231,9 +14393,11 @@
14231
14393
  "aliases": [],
14232
14394
  "args": {
14233
14395
  "database": {
14396
+ "description": "config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::` . If omitted, we use DATABASE_URL.",
14234
14397
  "name": "database"
14235
14398
  },
14236
14399
  "value": {
14400
+ "description": "boolean indicating if the database has verbose execution plan logging enabled",
14237
14401
  "name": "value"
14238
14402
  }
14239
14403
  },
@@ -14275,5 +14439,5 @@
14275
14439
  ]
14276
14440
  }
14277
14441
  },
14278
- "version": "10.0.0-alpha.1"
14442
+ "version": "10.0.0-alpha.2"
14279
14443
  }