heroku 9.3.3-beta.0 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commands/access/add.js +1 -1
- package/lib/commands/access/index.js +2 -1
- package/lib/commands/access/update.js +1 -1
- package/lib/commands/addons/attach.js +1 -1
- package/lib/commands/addons/create.js +1 -1
- package/lib/commands/addons/destroy.js +1 -1
- package/lib/commands/addons/detach.js +1 -1
- package/lib/commands/addons/docs.js +1 -1
- package/lib/commands/addons/info.js +1 -1
- package/lib/commands/addons/open.js +1 -1
- package/lib/commands/addons/plans.js +1 -1
- package/lib/commands/addons/rename.js +2 -2
- package/lib/commands/addons/upgrade.js +2 -2
- package/lib/commands/addons/wait.js +1 -1
- package/lib/commands/apps/open.js +1 -1
- package/lib/commands/apps/rename.js +1 -1
- package/lib/commands/apps/stacks/set.js +1 -1
- package/lib/commands/authorizations/info.js +1 -1
- package/lib/commands/authorizations/revoke.js +1 -1
- package/lib/commands/authorizations/rotate.js +1 -1
- package/lib/commands/authorizations/update.js +1 -1
- package/lib/commands/certs/add.js +2 -2
- package/lib/commands/certs/generate.js +1 -1
- package/lib/commands/certs/update.js +2 -2
- package/lib/commands/ci/config/get.js +1 -1
- package/lib/commands/ci/info.js +1 -1
- package/lib/commands/ci/rerun.js +1 -1
- package/lib/commands/clients/create.js +2 -2
- package/lib/commands/clients/destroy.js +1 -1
- package/lib/commands/clients/info.js +1 -1
- package/lib/commands/clients/rotate.js +1 -1
- package/lib/commands/clients/update.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/domains/add.js +1 -1
- package/lib/commands/domains/info.js +1 -1
- package/lib/commands/domains/remove.js +1 -1
- package/lib/commands/domains/update.js +1 -1
- package/lib/commands/domains/wait.js +1 -1
- package/lib/commands/drains/add.js +1 -1
- package/lib/commands/drains/remove.js +1 -1
- package/lib/commands/features/disable.js +1 -1
- package/lib/commands/features/enable.js +1 -1
- package/lib/commands/features/info.js +1 -1
- package/lib/commands/git/credentials.js +1 -1
- package/lib/commands/keys/add.js +1 -1
- package/lib/commands/keys/remove.js +1 -1
- package/lib/commands/labs/disable.js +1 -1
- package/lib/commands/labs/enable.js +1 -1
- package/lib/commands/labs/info.js +1 -1
- package/lib/commands/local/index.js +1 -1
- package/lib/commands/members/add.js +1 -1
- package/lib/commands/pg/backups/cancel.js +1 -1
- package/lib/commands/pg/backups/capture.js +2 -1
- package/lib/commands/pg/backups/delete.js +1 -1
- package/lib/commands/pg/backups/download.js +1 -1
- package/lib/commands/pg/backups/info.js +1 -1
- package/lib/commands/pg/backups/restore.d.ts +1 -0
- package/lib/commands/pg/backups/restore.js +29 -2
- package/lib/commands/pg/backups/schedule.js +2 -1
- package/lib/commands/pg/backups/unschedule.js +2 -1
- package/lib/commands/pg/backups/url.js +1 -1
- package/lib/commands/pg/bloat.js +2 -1
- package/lib/commands/pg/blocking.js +2 -1
- package/lib/commands/pg/connection-pooling/attach.js +2 -1
- package/lib/commands/pg/copy.js +2 -2
- package/lib/commands/pg/credentials/create.js +2 -1
- package/lib/commands/pg/credentials/destroy.js +2 -1
- package/lib/commands/pg/credentials/repair-default.js +2 -1
- package/lib/commands/pg/credentials/rotate.js +2 -1
- package/lib/commands/pg/credentials/url.js +2 -1
- package/lib/commands/pg/credentials.js +2 -1
- package/lib/commands/pg/diagnose.js +1 -1
- package/lib/commands/pg/info.js +2 -1
- package/lib/commands/pg/kill.js +3 -2
- package/lib/commands/pg/killall.js +2 -1
- package/lib/commands/pg/links/create.js +3 -2
- package/lib/commands/pg/links/destroy.js +3 -2
- package/lib/commands/pg/links/index.js +2 -1
- package/lib/commands/pg/locks.js +2 -1
- package/lib/commands/pg/maintenance/index.js +2 -1
- package/lib/commands/pg/maintenance/run.js +2 -1
- package/lib/commands/pg/maintenance/window.js +3 -2
- package/lib/commands/pg/outliers.js +2 -1
- package/lib/commands/pg/promote.js +2 -1
- package/lib/commands/pg/ps.js +2 -1
- package/lib/commands/pg/psql.js +2 -1
- package/lib/commands/pg/pull.js +3 -2
- package/lib/commands/pg/push.js +4 -3
- package/lib/commands/pg/reset.js +2 -1
- package/lib/commands/pg/settings/auto-explain/log-analyze.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-buffers.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-format.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-min-duration.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-nested-statements.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-triggers.js +3 -2
- package/lib/commands/pg/settings/auto-explain/log-verbose.js +3 -2
- package/lib/commands/pg/settings/auto-explain.js +3 -2
- package/lib/commands/pg/settings/explain-data-connector-details.js +3 -2
- package/lib/commands/pg/settings/index.js +2 -1
- package/lib/commands/pg/settings/log-connections.js +3 -2
- package/lib/commands/pg/settings/log-lock-waits.js +3 -2
- package/lib/commands/pg/settings/log-min-duration-statement.js +3 -2
- package/lib/commands/pg/settings/log-min-error-statement.js +2 -1
- package/lib/commands/pg/settings/log-statement.js +3 -2
- package/lib/commands/pg/settings/track-functions.js +3 -2
- package/lib/commands/pg/unfollow.js +2 -1
- package/lib/commands/pg/upgrade.js +2 -1
- package/lib/commands/pg/vacuum-stats.js +2 -1
- package/lib/commands/pg/wait.js +2 -1
- package/lib/commands/ps/restart.js +1 -1
- package/lib/commands/ps/stop.js +1 -1
- package/lib/commands/redis/cli.js +1 -1
- package/lib/commands/redis/credentials.js +1 -1
- package/lib/commands/redis/info.js +1 -1
- package/lib/commands/redis/keyspace-notifications.js +1 -1
- package/lib/commands/redis/maintenance.js +1 -1
- package/lib/commands/redis/maxmemory.js +1 -1
- package/lib/commands/redis/promote.js +1 -1
- package/lib/commands/redis/stats-reset.js +1 -1
- package/lib/commands/redis/timeout.js +1 -1
- package/lib/commands/redis/upgrade.js +1 -1
- package/lib/commands/redis/wait.js +1 -1
- package/lib/commands/releases/info.js +1 -1
- package/lib/commands/releases/output.js +1 -1
- package/lib/commands/releases/rollback.js +1 -1
- package/lib/commands/sessions/destroy.js +1 -1
- package/lib/commands/spaces/drains/set.js +1 -1
- package/lib/commands/spaces/trusted-ips/add.js +1 -1
- package/lib/commands/spaces/trusted-ips/remove.js +1 -1
- package/lib/commands/webhooks/deliveries/info.js +1 -1
- package/lib/commands/webhooks/events/info.js +1 -1
- package/lib/commands/webhooks/info.js +1 -1
- package/lib/commands/webhooks/update.js +1 -1
- package/lib/nls.d.ts +8 -0
- package/lib/nls.js +14 -0
- package/lib/package.nls.json +6 -0
- package/oclif.manifest.json +836 -670
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -298,6 +298,7 @@
|
|
|
298
298
|
"aliases": [],
|
|
299
299
|
"args": {
|
|
300
300
|
"email": {
|
|
301
|
+
"description": "email address of the team member",
|
|
301
302
|
"name": "email",
|
|
302
303
|
"required": true
|
|
303
304
|
}
|
|
@@ -439,6 +440,7 @@
|
|
|
439
440
|
"aliases": [],
|
|
440
441
|
"args": {
|
|
441
442
|
"email": {
|
|
443
|
+
"description": "email address of the team member",
|
|
442
444
|
"name": "email",
|
|
443
445
|
"required": true
|
|
444
446
|
}
|
|
@@ -488,122 +490,125 @@
|
|
|
488
490
|
"update.js"
|
|
489
491
|
]
|
|
490
492
|
},
|
|
491
|
-
"
|
|
493
|
+
"apps:create": {
|
|
492
494
|
"aliases": [],
|
|
493
495
|
"args": {
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
496
|
+
"app": {
|
|
497
|
+
"description": "name of app to create",
|
|
498
|
+
"name": "app",
|
|
499
|
+
"required": false
|
|
497
500
|
}
|
|
498
501
|
},
|
|
499
|
-
"description": "
|
|
502
|
+
"description": "creates a new app",
|
|
503
|
+
"examples": [
|
|
504
|
+
"$ heroku apps:create\nCreating app... done, stack is heroku-24\nhttps://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n# or just\n$ heroku create\n\n# use a heroku.yml manifest file\n$ heroku apps:create --manifest\n\n# specify a buildpack\n$ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n# specify a name\n$ heroku apps:create example\n\n# create a staging app\n$ heroku apps:create example-staging --remote staging\n\n# create an app in the eu region\n$ heroku apps:create --region eu"
|
|
505
|
+
],
|
|
500
506
|
"flags": {
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"name": "
|
|
507
|
+
"app": {
|
|
508
|
+
"hidden": true,
|
|
509
|
+
"name": "app",
|
|
504
510
|
"hasDynamicHelp": false,
|
|
505
511
|
"multiple": false,
|
|
506
512
|
"type": "option"
|
|
507
513
|
},
|
|
508
|
-
"
|
|
509
|
-
"description": "
|
|
510
|
-
"name": "
|
|
514
|
+
"addons": {
|
|
515
|
+
"description": "comma-delimited list of addons to install",
|
|
516
|
+
"name": "addons",
|
|
511
517
|
"hasDynamicHelp": false,
|
|
512
518
|
"multiple": false,
|
|
513
519
|
"type": "option"
|
|
514
520
|
},
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
521
|
+
"buildpack": {
|
|
522
|
+
"char": "b",
|
|
523
|
+
"description": "buildpack url to use for this app",
|
|
524
|
+
"name": "buildpack",
|
|
518
525
|
"hasDynamicHelp": false,
|
|
519
526
|
"multiple": false,
|
|
520
527
|
"type": "option"
|
|
521
528
|
},
|
|
522
|
-
"
|
|
523
|
-
"char": "
|
|
524
|
-
"description": "
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
|
|
529
|
+
"manifest": {
|
|
530
|
+
"char": "m",
|
|
531
|
+
"description": "use heroku.yml settings for this app",
|
|
532
|
+
"hidden": true,
|
|
533
|
+
"name": "manifest",
|
|
534
|
+
"allowNo": false,
|
|
535
|
+
"type": "boolean"
|
|
536
|
+
},
|
|
537
|
+
"no-remote": {
|
|
538
|
+
"char": "n",
|
|
539
|
+
"description": "do not create a git remote",
|
|
540
|
+
"name": "no-remote",
|
|
541
|
+
"allowNo": false,
|
|
542
|
+
"type": "boolean"
|
|
530
543
|
},
|
|
531
544
|
"remote": {
|
|
532
545
|
"char": "r",
|
|
533
|
-
"description": "git remote
|
|
546
|
+
"description": "the git remote to create, default \"heroku\"",
|
|
534
547
|
"name": "remote",
|
|
548
|
+
"default": "heroku",
|
|
535
549
|
"hasDynamicHelp": false,
|
|
536
550
|
"multiple": false,
|
|
537
551
|
"type": "option"
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"pluginAlias": "heroku",
|
|
544
|
-
"pluginName": "heroku",
|
|
545
|
-
"pluginType": "core",
|
|
546
|
-
"strict": true,
|
|
547
|
-
"topic": "addons",
|
|
548
|
-
"isESM": false,
|
|
549
|
-
"relativePath": [
|
|
550
|
-
"lib",
|
|
551
|
-
"commands",
|
|
552
|
-
"addons",
|
|
553
|
-
"attach.js"
|
|
554
|
-
]
|
|
555
|
-
},
|
|
556
|
-
"addons:create": {
|
|
557
|
-
"aliases": [],
|
|
558
|
-
"args": {
|
|
559
|
-
"service:plan": {
|
|
560
|
-
"name": "service:plan",
|
|
561
|
-
"required": true
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
"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",
|
|
565
|
-
"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",
|
|
566
|
-
"flags": {
|
|
567
|
-
"name": {
|
|
568
|
-
"description": "name for the add-on resource",
|
|
569
|
-
"name": "name",
|
|
552
|
+
},
|
|
553
|
+
"stack": {
|
|
554
|
+
"char": "s",
|
|
555
|
+
"description": "the stack to create the app on",
|
|
556
|
+
"name": "stack",
|
|
570
557
|
"hasDynamicHelp": false,
|
|
571
558
|
"multiple": false,
|
|
572
559
|
"type": "option"
|
|
573
560
|
},
|
|
574
|
-
"
|
|
575
|
-
"description": "
|
|
576
|
-
"name": "
|
|
561
|
+
"space": {
|
|
562
|
+
"description": "the private space to create the app in",
|
|
563
|
+
"name": "space",
|
|
577
564
|
"hasDynamicHelp": false,
|
|
578
565
|
"multiple": false,
|
|
579
566
|
"type": "option"
|
|
580
567
|
},
|
|
581
|
-
"
|
|
582
|
-
"description": "
|
|
583
|
-
"name": "
|
|
568
|
+
"region": {
|
|
569
|
+
"description": "specify region for the app to run in",
|
|
570
|
+
"name": "region",
|
|
584
571
|
"hasDynamicHelp": false,
|
|
585
572
|
"multiple": false,
|
|
586
573
|
"type": "option"
|
|
587
574
|
},
|
|
588
|
-
"
|
|
589
|
-
"description": "
|
|
590
|
-
"
|
|
575
|
+
"internal-routing": {
|
|
576
|
+
"description": "private space-only. create as an Internal Web App that is only routable in the local network.",
|
|
577
|
+
"hidden": true,
|
|
578
|
+
"name": "internal-routing",
|
|
591
579
|
"allowNo": false,
|
|
592
580
|
"type": "boolean"
|
|
593
581
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"
|
|
597
|
-
"name": "app",
|
|
598
|
-
"required": true,
|
|
582
|
+
"features": {
|
|
583
|
+
"hidden": true,
|
|
584
|
+
"name": "features",
|
|
599
585
|
"hasDynamicHelp": false,
|
|
600
586
|
"multiple": false,
|
|
601
587
|
"type": "option"
|
|
602
588
|
},
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"
|
|
589
|
+
"kernel": {
|
|
590
|
+
"hidden": true,
|
|
591
|
+
"name": "kernel",
|
|
592
|
+
"hasDynamicHelp": false,
|
|
593
|
+
"multiple": false,
|
|
594
|
+
"type": "option"
|
|
595
|
+
},
|
|
596
|
+
"locked": {
|
|
597
|
+
"hidden": true,
|
|
598
|
+
"name": "locked",
|
|
599
|
+
"allowNo": false,
|
|
600
|
+
"type": "boolean"
|
|
601
|
+
},
|
|
602
|
+
"json": {
|
|
603
|
+
"description": "output in json format",
|
|
604
|
+
"name": "json",
|
|
605
|
+
"allowNo": false,
|
|
606
|
+
"type": "boolean"
|
|
607
|
+
},
|
|
608
|
+
"team": {
|
|
609
|
+
"char": "t",
|
|
610
|
+
"description": "team to use",
|
|
611
|
+
"name": "team",
|
|
607
612
|
"hasDynamicHelp": false,
|
|
608
613
|
"multiple": false,
|
|
609
614
|
"type": "option"
|
|
@@ -611,56 +616,31 @@
|
|
|
611
616
|
},
|
|
612
617
|
"hasDynamicHelp": false,
|
|
613
618
|
"hiddenAliases": [
|
|
614
|
-
"
|
|
619
|
+
"create"
|
|
615
620
|
],
|
|
616
|
-
"id": "
|
|
621
|
+
"id": "apps:create",
|
|
617
622
|
"pluginAlias": "heroku",
|
|
618
623
|
"pluginName": "heroku",
|
|
619
624
|
"pluginType": "core",
|
|
620
|
-
"strict":
|
|
621
|
-
"topic": "addons",
|
|
622
|
-
"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",
|
|
625
|
+
"strict": true,
|
|
623
626
|
"isESM": false,
|
|
624
627
|
"relativePath": [
|
|
625
628
|
"lib",
|
|
626
629
|
"commands",
|
|
627
|
-
"
|
|
630
|
+
"apps",
|
|
628
631
|
"create.js"
|
|
629
632
|
]
|
|
630
633
|
},
|
|
631
|
-
"
|
|
634
|
+
"apps:destroy": {
|
|
632
635
|
"aliases": [],
|
|
633
636
|
"args": {
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
+
"app": {
|
|
638
|
+
"hidden": true,
|
|
639
|
+
"name": "app"
|
|
637
640
|
}
|
|
638
641
|
},
|
|
639
|
-
"description": "permanently destroy an
|
|
640
|
-
"examples": [
|
|
641
|
-
"addons:destroy [ADDON]... [flags]"
|
|
642
|
-
],
|
|
642
|
+
"description": "permanently destroy an app",
|
|
643
643
|
"flags": {
|
|
644
|
-
"force": {
|
|
645
|
-
"char": "f",
|
|
646
|
-
"description": "allow destruction even if connected to other apps",
|
|
647
|
-
"name": "force",
|
|
648
|
-
"allowNo": false,
|
|
649
|
-
"type": "boolean"
|
|
650
|
-
},
|
|
651
|
-
"confirm": {
|
|
652
|
-
"char": "c",
|
|
653
|
-
"name": "confirm",
|
|
654
|
-
"hasDynamicHelp": false,
|
|
655
|
-
"multiple": false,
|
|
656
|
-
"type": "option"
|
|
657
|
-
},
|
|
658
|
-
"wait": {
|
|
659
|
-
"description": "watch add-on destruction status and exit when complete",
|
|
660
|
-
"name": "wait",
|
|
661
|
-
"allowNo": false,
|
|
662
|
-
"type": "boolean"
|
|
663
|
-
},
|
|
664
644
|
"app": {
|
|
665
645
|
"char": "a",
|
|
666
646
|
"description": "app to run command against",
|
|
@@ -676,35 +656,38 @@
|
|
|
676
656
|
"hasDynamicHelp": false,
|
|
677
657
|
"multiple": false,
|
|
678
658
|
"type": "option"
|
|
659
|
+
},
|
|
660
|
+
"confirm": {
|
|
661
|
+
"char": "c",
|
|
662
|
+
"name": "confirm",
|
|
663
|
+
"hasDynamicHelp": false,
|
|
664
|
+
"multiple": false,
|
|
665
|
+
"type": "option"
|
|
679
666
|
}
|
|
680
667
|
},
|
|
681
668
|
"hasDynamicHelp": false,
|
|
682
669
|
"hiddenAliases": [
|
|
683
|
-
"
|
|
670
|
+
"destroy",
|
|
671
|
+
"apps:delete"
|
|
684
672
|
],
|
|
685
|
-
"id": "
|
|
673
|
+
"id": "apps:destroy",
|
|
686
674
|
"pluginAlias": "heroku",
|
|
687
675
|
"pluginName": "heroku",
|
|
688
676
|
"pluginType": "core",
|
|
689
|
-
"strict":
|
|
690
|
-
"
|
|
677
|
+
"strict": true,
|
|
678
|
+
"help": "This will also destroy all add-ons on the app.",
|
|
691
679
|
"isESM": false,
|
|
692
680
|
"relativePath": [
|
|
693
681
|
"lib",
|
|
694
682
|
"commands",
|
|
695
|
-
"
|
|
683
|
+
"apps",
|
|
696
684
|
"destroy.js"
|
|
697
685
|
]
|
|
698
686
|
},
|
|
699
|
-
"
|
|
687
|
+
"apps:errors": {
|
|
700
688
|
"aliases": [],
|
|
701
|
-
"args": {
|
|
702
|
-
|
|
703
|
-
"name": "attachment_name",
|
|
704
|
-
"required": true
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
|
-
"description": "detach an existing add-on resource from an app",
|
|
689
|
+
"args": {},
|
|
690
|
+
"description": "view app errors",
|
|
708
691
|
"flags": {
|
|
709
692
|
"app": {
|
|
710
693
|
"char": "a",
|
|
@@ -722,40 +705,136 @@
|
|
|
722
705
|
"hasDynamicHelp": false,
|
|
723
706
|
"multiple": false,
|
|
724
707
|
"type": "option"
|
|
708
|
+
},
|
|
709
|
+
"json": {
|
|
710
|
+
"description": "output in json format",
|
|
711
|
+
"name": "json",
|
|
712
|
+
"allowNo": false,
|
|
713
|
+
"type": "boolean"
|
|
714
|
+
},
|
|
715
|
+
"hours": {
|
|
716
|
+
"description": "number of hours to look back (default 24)",
|
|
717
|
+
"name": "hours",
|
|
718
|
+
"default": "24",
|
|
719
|
+
"hasDynamicHelp": false,
|
|
720
|
+
"multiple": false,
|
|
721
|
+
"type": "option"
|
|
722
|
+
},
|
|
723
|
+
"router": {
|
|
724
|
+
"description": "show only router errors",
|
|
725
|
+
"name": "router",
|
|
726
|
+
"allowNo": false,
|
|
727
|
+
"type": "boolean"
|
|
728
|
+
},
|
|
729
|
+
"dyno": {
|
|
730
|
+
"description": "show only dyno errors",
|
|
731
|
+
"name": "dyno",
|
|
732
|
+
"allowNo": false,
|
|
733
|
+
"type": "boolean"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"hasDynamicHelp": false,
|
|
737
|
+
"hiddenAliases": [],
|
|
738
|
+
"id": "apps:errors",
|
|
739
|
+
"pluginAlias": "heroku",
|
|
740
|
+
"pluginName": "heroku",
|
|
741
|
+
"pluginType": "core",
|
|
742
|
+
"strict": true,
|
|
743
|
+
"isESM": false,
|
|
744
|
+
"relativePath": [
|
|
745
|
+
"lib",
|
|
746
|
+
"commands",
|
|
747
|
+
"apps",
|
|
748
|
+
"errors.js"
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
"apps": {
|
|
752
|
+
"aliases": [],
|
|
753
|
+
"args": {},
|
|
754
|
+
"description": "list your apps",
|
|
755
|
+
"examples": [
|
|
756
|
+
"$ heroku apps"
|
|
757
|
+
],
|
|
758
|
+
"flags": {
|
|
759
|
+
"all": {
|
|
760
|
+
"char": "A",
|
|
761
|
+
"description": "include apps in all teams",
|
|
762
|
+
"name": "all",
|
|
763
|
+
"allowNo": false,
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"json": {
|
|
767
|
+
"char": "j",
|
|
768
|
+
"description": "output in json format",
|
|
769
|
+
"name": "json",
|
|
770
|
+
"allowNo": false,
|
|
771
|
+
"type": "boolean"
|
|
772
|
+
},
|
|
773
|
+
"space": {
|
|
774
|
+
"char": "s",
|
|
775
|
+
"description": "filter by space",
|
|
776
|
+
"name": "space",
|
|
777
|
+
"hasDynamicHelp": false,
|
|
778
|
+
"multiple": false,
|
|
779
|
+
"type": "option"
|
|
780
|
+
},
|
|
781
|
+
"personal": {
|
|
782
|
+
"char": "p",
|
|
783
|
+
"description": "list apps in personal account when a default team is set",
|
|
784
|
+
"name": "personal",
|
|
785
|
+
"allowNo": false,
|
|
786
|
+
"type": "boolean"
|
|
787
|
+
},
|
|
788
|
+
"internal-routing": {
|
|
789
|
+
"char": "i",
|
|
790
|
+
"description": "filter to Internal Web Apps",
|
|
791
|
+
"hidden": true,
|
|
792
|
+
"name": "internal-routing",
|
|
793
|
+
"allowNo": false,
|
|
794
|
+
"type": "boolean"
|
|
795
|
+
},
|
|
796
|
+
"team": {
|
|
797
|
+
"char": "t",
|
|
798
|
+
"description": "team to use",
|
|
799
|
+
"name": "team",
|
|
800
|
+
"hasDynamicHelp": false,
|
|
801
|
+
"multiple": false,
|
|
802
|
+
"type": "option"
|
|
725
803
|
}
|
|
726
804
|
},
|
|
727
805
|
"hasDynamicHelp": false,
|
|
728
|
-
"hiddenAliases": [
|
|
729
|
-
|
|
806
|
+
"hiddenAliases": [
|
|
807
|
+
"list",
|
|
808
|
+
"apps:list"
|
|
809
|
+
],
|
|
810
|
+
"id": "apps",
|
|
730
811
|
"pluginAlias": "heroku",
|
|
731
812
|
"pluginName": "heroku",
|
|
732
813
|
"pluginType": "core",
|
|
733
814
|
"strict": true,
|
|
734
|
-
"topic": "
|
|
815
|
+
"topic": "apps",
|
|
735
816
|
"isESM": false,
|
|
736
817
|
"relativePath": [
|
|
737
818
|
"lib",
|
|
738
819
|
"commands",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
820
|
+
"apps",
|
|
821
|
+
"index.js"
|
|
741
822
|
]
|
|
742
823
|
},
|
|
743
|
-
"
|
|
824
|
+
"apps:info": {
|
|
744
825
|
"aliases": [],
|
|
745
826
|
"args": {
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"
|
|
827
|
+
"app": {
|
|
828
|
+
"hidden": true,
|
|
829
|
+
"name": "app"
|
|
749
830
|
}
|
|
750
831
|
},
|
|
751
|
-
"description": "
|
|
832
|
+
"description": "show detailed app information",
|
|
833
|
+
"examples": [
|
|
834
|
+
"$ heroku apps:info",
|
|
835
|
+
"$ heroku apps:info --shell"
|
|
836
|
+
],
|
|
752
837
|
"flags": {
|
|
753
|
-
"show-url": {
|
|
754
|
-
"description": "show URL, do not open browser",
|
|
755
|
-
"name": "show-url",
|
|
756
|
-
"allowNo": false,
|
|
757
|
-
"type": "boolean"
|
|
758
|
-
},
|
|
759
838
|
"app": {
|
|
760
839
|
"char": "a",
|
|
761
840
|
"description": "app to run command against",
|
|
@@ -771,50 +850,60 @@
|
|
|
771
850
|
"hasDynamicHelp": false,
|
|
772
851
|
"multiple": false,
|
|
773
852
|
"type": "option"
|
|
853
|
+
},
|
|
854
|
+
"shell": {
|
|
855
|
+
"char": "s",
|
|
856
|
+
"description": "output more shell friendly key/value pairs",
|
|
857
|
+
"name": "shell",
|
|
858
|
+
"allowNo": false,
|
|
859
|
+
"type": "boolean"
|
|
860
|
+
},
|
|
861
|
+
"extended": {
|
|
862
|
+
"char": "x",
|
|
863
|
+
"hidden": true,
|
|
864
|
+
"name": "extended",
|
|
865
|
+
"allowNo": false,
|
|
866
|
+
"type": "boolean"
|
|
867
|
+
},
|
|
868
|
+
"json": {
|
|
869
|
+
"char": "j",
|
|
870
|
+
"description": "output in json format",
|
|
871
|
+
"name": "json",
|
|
872
|
+
"allowNo": false,
|
|
873
|
+
"type": "boolean"
|
|
774
874
|
}
|
|
775
875
|
},
|
|
776
876
|
"hasDynamicHelp": false,
|
|
777
|
-
"hiddenAliases": [
|
|
778
|
-
|
|
877
|
+
"hiddenAliases": [
|
|
878
|
+
"info"
|
|
879
|
+
],
|
|
880
|
+
"id": "apps:info",
|
|
779
881
|
"pluginAlias": "heroku",
|
|
780
882
|
"pluginName": "heroku",
|
|
781
883
|
"pluginType": "core",
|
|
782
884
|
"strict": true,
|
|
783
|
-
"topic": "
|
|
885
|
+
"topic": "apps",
|
|
886
|
+
"help": "$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...",
|
|
784
887
|
"isESM": false,
|
|
785
888
|
"relativePath": [
|
|
786
889
|
"lib",
|
|
787
890
|
"commands",
|
|
788
|
-
"
|
|
789
|
-
"
|
|
891
|
+
"apps",
|
|
892
|
+
"info.js"
|
|
790
893
|
]
|
|
791
894
|
},
|
|
792
|
-
"
|
|
793
|
-
"aliases": [
|
|
794
|
-
|
|
795
|
-
"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 ",
|
|
796
|
-
"examples": [
|
|
797
|
-
"$ heroku addons --all",
|
|
798
|
-
"$ heroku addons --app acme-inc-www"
|
|
895
|
+
"apps:join": {
|
|
896
|
+
"aliases": [
|
|
897
|
+
"join"
|
|
799
898
|
],
|
|
899
|
+
"args": {},
|
|
900
|
+
"description": "add yourself to a team app",
|
|
800
901
|
"flags": {
|
|
801
|
-
"all": {
|
|
802
|
-
"char": "A",
|
|
803
|
-
"description": "show add-ons and attachments for all accessible apps",
|
|
804
|
-
"name": "all",
|
|
805
|
-
"allowNo": false,
|
|
806
|
-
"type": "boolean"
|
|
807
|
-
},
|
|
808
|
-
"json": {
|
|
809
|
-
"description": "return add-ons in json format",
|
|
810
|
-
"name": "json",
|
|
811
|
-
"allowNo": false,
|
|
812
|
-
"type": "boolean"
|
|
813
|
-
},
|
|
814
902
|
"app": {
|
|
815
903
|
"char": "a",
|
|
816
904
|
"description": "app to run command against",
|
|
817
905
|
"name": "app",
|
|
906
|
+
"required": true,
|
|
818
907
|
"hasDynamicHelp": false,
|
|
819
908
|
"multiple": false,
|
|
820
909
|
"type": "option"
|
|
@@ -830,35 +919,33 @@
|
|
|
830
919
|
},
|
|
831
920
|
"hasDynamicHelp": false,
|
|
832
921
|
"hiddenAliases": [],
|
|
833
|
-
"id": "
|
|
922
|
+
"id": "apps:join",
|
|
834
923
|
"pluginAlias": "heroku",
|
|
835
924
|
"pluginName": "heroku",
|
|
836
925
|
"pluginType": "core",
|
|
837
926
|
"strict": true,
|
|
838
|
-
"
|
|
839
|
-
"topic": "addons",
|
|
927
|
+
"topic": "apps",
|
|
840
928
|
"isESM": false,
|
|
841
929
|
"relativePath": [
|
|
842
930
|
"lib",
|
|
843
931
|
"commands",
|
|
844
|
-
"
|
|
845
|
-
"
|
|
932
|
+
"apps",
|
|
933
|
+
"join.js"
|
|
846
934
|
]
|
|
847
935
|
},
|
|
848
|
-
"
|
|
849
|
-
"aliases": [
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
},
|
|
856
|
-
"description": "show detailed add-on resource and attachment information",
|
|
936
|
+
"apps:leave": {
|
|
937
|
+
"aliases": [
|
|
938
|
+
"leave"
|
|
939
|
+
],
|
|
940
|
+
"args": {},
|
|
941
|
+
"description": "remove yourself from a team app",
|
|
942
|
+
"examples": "heroku apps:leave -a APP",
|
|
857
943
|
"flags": {
|
|
858
944
|
"app": {
|
|
859
945
|
"char": "a",
|
|
860
946
|
"description": "app to run command against",
|
|
861
947
|
"name": "app",
|
|
948
|
+
"required": true,
|
|
862
949
|
"hasDynamicHelp": false,
|
|
863
950
|
"multiple": false,
|
|
864
951
|
"type": "option"
|
|
@@ -874,41 +961,33 @@
|
|
|
874
961
|
},
|
|
875
962
|
"hasDynamicHelp": false,
|
|
876
963
|
"hiddenAliases": [],
|
|
877
|
-
"id": "
|
|
964
|
+
"id": "apps:leave",
|
|
878
965
|
"pluginAlias": "heroku",
|
|
879
966
|
"pluginName": "heroku",
|
|
880
967
|
"pluginType": "core",
|
|
881
968
|
"strict": true,
|
|
882
|
-
"
|
|
883
|
-
"
|
|
969
|
+
"topic": "apps",
|
|
970
|
+
"example": "heroku apps:leave -a APP",
|
|
884
971
|
"isESM": false,
|
|
885
972
|
"relativePath": [
|
|
886
973
|
"lib",
|
|
887
974
|
"commands",
|
|
888
|
-
"
|
|
889
|
-
"
|
|
975
|
+
"apps",
|
|
976
|
+
"leave.js"
|
|
890
977
|
]
|
|
891
978
|
},
|
|
892
|
-
"
|
|
893
|
-
"aliases": [
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
"description": "open an add-on's dashboard in your browser",
|
|
979
|
+
"apps:lock": {
|
|
980
|
+
"aliases": [
|
|
981
|
+
"lock"
|
|
982
|
+
],
|
|
983
|
+
"args": {},
|
|
984
|
+
"description": "prevent team members from joining an app",
|
|
901
985
|
"flags": {
|
|
902
|
-
"show-url": {
|
|
903
|
-
"description": "show URL, do not open browser",
|
|
904
|
-
"name": "show-url",
|
|
905
|
-
"allowNo": false,
|
|
906
|
-
"type": "boolean"
|
|
907
|
-
},
|
|
908
986
|
"app": {
|
|
909
987
|
"char": "a",
|
|
910
988
|
"description": "app to run command against",
|
|
911
989
|
"name": "app",
|
|
990
|
+
"required": true,
|
|
912
991
|
"hasDynamicHelp": false,
|
|
913
992
|
"multiple": false,
|
|
914
993
|
"type": "option"
|
|
@@ -924,133 +1003,90 @@
|
|
|
924
1003
|
},
|
|
925
1004
|
"hasDynamicHelp": false,
|
|
926
1005
|
"hiddenAliases": [],
|
|
927
|
-
"id": "
|
|
1006
|
+
"id": "apps:lock",
|
|
928
1007
|
"pluginAlias": "heroku",
|
|
929
1008
|
"pluginName": "heroku",
|
|
930
1009
|
"pluginType": "core",
|
|
931
1010
|
"strict": true,
|
|
932
|
-
"topic": "
|
|
1011
|
+
"topic": "apps",
|
|
933
1012
|
"isESM": false,
|
|
934
1013
|
"relativePath": [
|
|
935
1014
|
"lib",
|
|
936
1015
|
"commands",
|
|
937
|
-
"
|
|
938
|
-
"
|
|
1016
|
+
"apps",
|
|
1017
|
+
"lock.js"
|
|
939
1018
|
]
|
|
940
1019
|
},
|
|
941
|
-
"
|
|
1020
|
+
"apps:open": {
|
|
942
1021
|
"aliases": [],
|
|
943
1022
|
"args": {
|
|
944
|
-
"
|
|
945
|
-
"
|
|
946
|
-
"
|
|
1023
|
+
"path": {
|
|
1024
|
+
"description": "base URL path of app",
|
|
1025
|
+
"name": "path",
|
|
1026
|
+
"required": false
|
|
947
1027
|
}
|
|
948
1028
|
},
|
|
949
|
-
"description": "
|
|
1029
|
+
"description": "open the app in a web browser",
|
|
1030
|
+
"examples": [
|
|
1031
|
+
"$ heroku open -a myapp",
|
|
1032
|
+
"$ heroku open -a myapp /foo"
|
|
1033
|
+
],
|
|
950
1034
|
"flags": {
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
"hiddenAliases": [],
|
|
960
|
-
"id": "addons:plans",
|
|
961
|
-
"pluginAlias": "heroku",
|
|
962
|
-
"pluginName": "heroku",
|
|
963
|
-
"pluginType": "core",
|
|
964
|
-
"strict": true,
|
|
965
|
-
"topic": "addons",
|
|
966
|
-
"isESM": false,
|
|
967
|
-
"relativePath": [
|
|
968
|
-
"lib",
|
|
969
|
-
"commands",
|
|
970
|
-
"addons",
|
|
971
|
-
"plans.js"
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
|
-
"addons:rename": {
|
|
975
|
-
"aliases": [],
|
|
976
|
-
"args": {
|
|
977
|
-
"addon_name": {
|
|
978
|
-
"name": "addon_name",
|
|
979
|
-
"required": true
|
|
1035
|
+
"app": {
|
|
1036
|
+
"char": "a",
|
|
1037
|
+
"description": "app to run command against",
|
|
1038
|
+
"name": "app",
|
|
1039
|
+
"required": true,
|
|
1040
|
+
"hasDynamicHelp": false,
|
|
1041
|
+
"multiple": false,
|
|
1042
|
+
"type": "option"
|
|
980
1043
|
},
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
"hasDynamicHelp": false,
|
|
989
|
-
"hiddenAliases": [],
|
|
990
|
-
"id": "addons:rename",
|
|
991
|
-
"pluginAlias": "heroku",
|
|
992
|
-
"pluginName": "heroku",
|
|
993
|
-
"pluginType": "core",
|
|
994
|
-
"strict": true,
|
|
995
|
-
"topic": "addons",
|
|
996
|
-
"isESM": false,
|
|
997
|
-
"relativePath": [
|
|
998
|
-
"lib",
|
|
999
|
-
"commands",
|
|
1000
|
-
"addons",
|
|
1001
|
-
"rename.js"
|
|
1002
|
-
]
|
|
1003
|
-
},
|
|
1004
|
-
"addons:services": {
|
|
1005
|
-
"aliases": [],
|
|
1006
|
-
"args": {},
|
|
1007
|
-
"description": "list all available add-on services",
|
|
1008
|
-
"flags": {
|
|
1009
|
-
"json": {
|
|
1010
|
-
"description": "output in json format",
|
|
1011
|
-
"name": "json",
|
|
1012
|
-
"allowNo": false,
|
|
1013
|
-
"type": "boolean"
|
|
1044
|
+
"remote": {
|
|
1045
|
+
"char": "r",
|
|
1046
|
+
"description": "git remote of app to use",
|
|
1047
|
+
"name": "remote",
|
|
1048
|
+
"hasDynamicHelp": false,
|
|
1049
|
+
"multiple": false,
|
|
1050
|
+
"type": "option"
|
|
1014
1051
|
}
|
|
1015
1052
|
},
|
|
1016
1053
|
"hasDynamicHelp": false,
|
|
1017
|
-
"hiddenAliases": [
|
|
1018
|
-
|
|
1054
|
+
"hiddenAliases": [
|
|
1055
|
+
"open"
|
|
1056
|
+
],
|
|
1057
|
+
"id": "apps:open",
|
|
1019
1058
|
"pluginAlias": "heroku",
|
|
1020
1059
|
"pluginName": "heroku",
|
|
1021
1060
|
"pluginType": "core",
|
|
1022
1061
|
"strict": true,
|
|
1023
|
-
"topic": "
|
|
1062
|
+
"topic": "apps",
|
|
1024
1063
|
"isESM": false,
|
|
1025
1064
|
"relativePath": [
|
|
1026
1065
|
"lib",
|
|
1027
1066
|
"commands",
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1067
|
+
"apps",
|
|
1068
|
+
"open.js"
|
|
1030
1069
|
]
|
|
1031
1070
|
},
|
|
1032
|
-
"
|
|
1033
|
-
"aliases": [
|
|
1034
|
-
"addons:downgrade"
|
|
1035
|
-
],
|
|
1071
|
+
"apps:rename": {
|
|
1072
|
+
"aliases": [],
|
|
1036
1073
|
"args": {
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1074
|
+
"newname": {
|
|
1075
|
+
"description": "new unique name of the app",
|
|
1076
|
+
"name": "newname",
|
|
1039
1077
|
"required": true
|
|
1040
|
-
},
|
|
1041
|
-
"plan": {
|
|
1042
|
-
"name": "plan"
|
|
1043
1078
|
}
|
|
1044
1079
|
},
|
|
1045
|
-
"description": "
|
|
1080
|
+
"description": "rename an app",
|
|
1046
1081
|
"examples": [
|
|
1047
|
-
"
|
|
1082
|
+
"$ heroku apps:rename --app oldname newname"
|
|
1048
1083
|
],
|
|
1049
1084
|
"flags": {
|
|
1050
1085
|
"app": {
|
|
1051
1086
|
"char": "a",
|
|
1052
1087
|
"description": "app to run command against",
|
|
1053
1088
|
"name": "app",
|
|
1089
|
+
"required": true,
|
|
1054
1090
|
"hasDynamicHelp": false,
|
|
1055
1091
|
"multiple": false,
|
|
1056
1092
|
"type": "option"
|
|
@@ -1065,36 +1101,52 @@
|
|
|
1065
1101
|
}
|
|
1066
1102
|
},
|
|
1067
1103
|
"hasDynamicHelp": false,
|
|
1068
|
-
"hiddenAliases": [
|
|
1069
|
-
|
|
1104
|
+
"hiddenAliases": [
|
|
1105
|
+
"rename"
|
|
1106
|
+
],
|
|
1107
|
+
"id": "apps:rename",
|
|
1070
1108
|
"pluginAlias": "heroku",
|
|
1071
1109
|
"pluginName": "heroku",
|
|
1072
1110
|
"pluginType": "core",
|
|
1073
1111
|
"strict": true,
|
|
1074
|
-
"
|
|
1112
|
+
"help": "This will locally update the git remote if it is set to the old app.",
|
|
1113
|
+
"topic": "apps",
|
|
1075
1114
|
"isESM": false,
|
|
1076
1115
|
"relativePath": [
|
|
1077
1116
|
"lib",
|
|
1078
1117
|
"commands",
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1118
|
+
"apps",
|
|
1119
|
+
"rename.js"
|
|
1081
1120
|
]
|
|
1082
1121
|
},
|
|
1083
|
-
"
|
|
1122
|
+
"apps:transfer": {
|
|
1084
1123
|
"aliases": [],
|
|
1085
1124
|
"args": {
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1125
|
+
"recipient": {
|
|
1126
|
+
"description": "user or team to transfer applications to",
|
|
1127
|
+
"name": "recipient",
|
|
1128
|
+
"required": true
|
|
1088
1129
|
}
|
|
1089
1130
|
},
|
|
1090
|
-
"description": "
|
|
1131
|
+
"description": "transfer applications to another user or team",
|
|
1132
|
+
"examples": [
|
|
1133
|
+
"$ heroku apps:transfer collaborator@example.com\nTransferring example to collaborator@example.com... done\n\n$ heroku apps:transfer acme-widgets\nTransferring example to acme-widgets... done\n\n$ heroku apps:transfer --bulk acme-widgets\n..."
|
|
1134
|
+
],
|
|
1091
1135
|
"flags": {
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1136
|
+
"locked": {
|
|
1137
|
+
"char": "l",
|
|
1138
|
+
"description": "lock the app upon transfer",
|
|
1139
|
+
"name": "locked",
|
|
1140
|
+
"required": false,
|
|
1141
|
+
"allowNo": false,
|
|
1142
|
+
"type": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
"bulk": {
|
|
1145
|
+
"description": "transfer applications in bulk",
|
|
1146
|
+
"name": "bulk",
|
|
1147
|
+
"required": false,
|
|
1148
|
+
"allowNo": false,
|
|
1149
|
+
"type": "boolean"
|
|
1098
1150
|
},
|
|
1099
1151
|
"app": {
|
|
1100
1152
|
"char": "a",
|
|
@@ -1111,223 +1163,178 @@
|
|
|
1111
1163
|
"hasDynamicHelp": false,
|
|
1112
1164
|
"multiple": false,
|
|
1113
1165
|
"type": "option"
|
|
1166
|
+
},
|
|
1167
|
+
"confirm": {
|
|
1168
|
+
"char": "c",
|
|
1169
|
+
"hidden": true,
|
|
1170
|
+
"name": "confirm",
|
|
1171
|
+
"hasDynamicHelp": false,
|
|
1172
|
+
"multiple": false,
|
|
1173
|
+
"type": "option"
|
|
1114
1174
|
}
|
|
1115
1175
|
},
|
|
1116
1176
|
"hasDynamicHelp": false,
|
|
1117
1177
|
"hiddenAliases": [],
|
|
1118
|
-
"id": "
|
|
1178
|
+
"id": "apps:transfer",
|
|
1119
1179
|
"pluginAlias": "heroku",
|
|
1120
1180
|
"pluginName": "heroku",
|
|
1121
1181
|
"pluginType": "core",
|
|
1122
1182
|
"strict": true,
|
|
1123
|
-
"topic": "
|
|
1183
|
+
"topic": "apps",
|
|
1124
1184
|
"isESM": false,
|
|
1125
1185
|
"relativePath": [
|
|
1126
1186
|
"lib",
|
|
1127
1187
|
"commands",
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1188
|
+
"apps",
|
|
1189
|
+
"transfer.js"
|
|
1130
1190
|
]
|
|
1131
1191
|
},
|
|
1132
|
-
"apps:
|
|
1133
|
-
"aliases": [
|
|
1134
|
-
|
|
1135
|
-
"app": {
|
|
1136
|
-
"description": "name of app to create",
|
|
1137
|
-
"name": "app",
|
|
1138
|
-
"required": false
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
"description": "creates a new app",
|
|
1142
|
-
"examples": [
|
|
1143
|
-
"$ 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"
|
|
1192
|
+
"apps:unlock": {
|
|
1193
|
+
"aliases": [
|
|
1194
|
+
"unlock"
|
|
1144
1195
|
],
|
|
1196
|
+
"args": {},
|
|
1197
|
+
"description": "unlock an app so any team member can join",
|
|
1145
1198
|
"flags": {
|
|
1146
1199
|
"app": {
|
|
1147
|
-
"
|
|
1200
|
+
"char": "a",
|
|
1201
|
+
"description": "app to run command against",
|
|
1148
1202
|
"name": "app",
|
|
1203
|
+
"required": true,
|
|
1149
1204
|
"hasDynamicHelp": false,
|
|
1150
1205
|
"multiple": false,
|
|
1151
1206
|
"type": "option"
|
|
1152
1207
|
},
|
|
1153
|
-
"addons": {
|
|
1154
|
-
"description": "comma-delimited list of addons to install",
|
|
1155
|
-
"name": "addons",
|
|
1156
|
-
"hasDynamicHelp": false,
|
|
1157
|
-
"multiple": false,
|
|
1158
|
-
"type": "option"
|
|
1159
|
-
},
|
|
1160
|
-
"buildpack": {
|
|
1161
|
-
"char": "b",
|
|
1162
|
-
"description": "buildpack url to use for this app",
|
|
1163
|
-
"name": "buildpack",
|
|
1164
|
-
"hasDynamicHelp": false,
|
|
1165
|
-
"multiple": false,
|
|
1166
|
-
"type": "option"
|
|
1167
|
-
},
|
|
1168
|
-
"manifest": {
|
|
1169
|
-
"char": "m",
|
|
1170
|
-
"description": "use heroku.yml settings for this app",
|
|
1171
|
-
"hidden": true,
|
|
1172
|
-
"name": "manifest",
|
|
1173
|
-
"allowNo": false,
|
|
1174
|
-
"type": "boolean"
|
|
1175
|
-
},
|
|
1176
|
-
"no-remote": {
|
|
1177
|
-
"char": "n",
|
|
1178
|
-
"description": "do not create a git remote",
|
|
1179
|
-
"name": "no-remote",
|
|
1180
|
-
"allowNo": false,
|
|
1181
|
-
"type": "boolean"
|
|
1182
|
-
},
|
|
1183
1208
|
"remote": {
|
|
1184
1209
|
"char": "r",
|
|
1185
|
-
"description": "
|
|
1210
|
+
"description": "git remote of app to use",
|
|
1186
1211
|
"name": "remote",
|
|
1187
|
-
"default": "heroku",
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"multiple": false,
|
|
1190
|
-
"type": "option"
|
|
1191
|
-
},
|
|
1192
|
-
"stack": {
|
|
1193
|
-
"char": "s",
|
|
1194
|
-
"description": "the stack to create the app on",
|
|
1195
|
-
"name": "stack",
|
|
1196
1212
|
"hasDynamicHelp": false,
|
|
1197
1213
|
"multiple": false,
|
|
1198
1214
|
"type": "option"
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"hasDynamicHelp": false,
|
|
1218
|
+
"hiddenAliases": [],
|
|
1219
|
+
"id": "apps:unlock",
|
|
1220
|
+
"pluginAlias": "heroku",
|
|
1221
|
+
"pluginName": "heroku",
|
|
1222
|
+
"pluginType": "core",
|
|
1223
|
+
"strict": true,
|
|
1224
|
+
"topic": "apps",
|
|
1225
|
+
"isESM": false,
|
|
1226
|
+
"relativePath": [
|
|
1227
|
+
"lib",
|
|
1228
|
+
"commands",
|
|
1229
|
+
"apps",
|
|
1230
|
+
"unlock.js"
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
"addons:attach": {
|
|
1234
|
+
"aliases": [],
|
|
1235
|
+
"args": {
|
|
1236
|
+
"addon_name": {
|
|
1237
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1238
|
+
"name": "addon_name",
|
|
1239
|
+
"required": true
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"description": "attach an existing add-on resource to an app",
|
|
1243
|
+
"flags": {
|
|
1244
|
+
"as": {
|
|
1245
|
+
"description": "name for add-on attachment",
|
|
1246
|
+
"name": "as",
|
|
1203
1247
|
"hasDynamicHelp": false,
|
|
1204
1248
|
"multiple": false,
|
|
1205
1249
|
"type": "option"
|
|
1206
1250
|
},
|
|
1207
|
-
"
|
|
1208
|
-
"description": "
|
|
1209
|
-
"name": "
|
|
1251
|
+
"credential": {
|
|
1252
|
+
"description": "credential name for scoped access to Heroku Postgres",
|
|
1253
|
+
"name": "credential",
|
|
1210
1254
|
"hasDynamicHelp": false,
|
|
1211
1255
|
"multiple": false,
|
|
1212
1256
|
"type": "option"
|
|
1213
1257
|
},
|
|
1214
|
-
"
|
|
1215
|
-
"description": "
|
|
1216
|
-
"
|
|
1217
|
-
"name": "internal-routing",
|
|
1218
|
-
"allowNo": false,
|
|
1219
|
-
"type": "boolean"
|
|
1220
|
-
},
|
|
1221
|
-
"features": {
|
|
1222
|
-
"hidden": true,
|
|
1223
|
-
"name": "features",
|
|
1258
|
+
"confirm": {
|
|
1259
|
+
"description": "overwrite existing add-on attachment with same name",
|
|
1260
|
+
"name": "confirm",
|
|
1224
1261
|
"hasDynamicHelp": false,
|
|
1225
1262
|
"multiple": false,
|
|
1226
1263
|
"type": "option"
|
|
1227
1264
|
},
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1265
|
+
"app": {
|
|
1266
|
+
"char": "a",
|
|
1267
|
+
"description": "app to run command against",
|
|
1268
|
+
"name": "app",
|
|
1269
|
+
"required": true,
|
|
1231
1270
|
"hasDynamicHelp": false,
|
|
1232
1271
|
"multiple": false,
|
|
1233
1272
|
"type": "option"
|
|
1234
1273
|
},
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
1239
|
-
"type": "boolean"
|
|
1240
|
-
},
|
|
1241
|
-
"json": {
|
|
1242
|
-
"description": "output in json format",
|
|
1243
|
-
"name": "json",
|
|
1244
|
-
"allowNo": false,
|
|
1245
|
-
"type": "boolean"
|
|
1246
|
-
},
|
|
1247
|
-
"team": {
|
|
1248
|
-
"char": "t",
|
|
1249
|
-
"description": "team to use",
|
|
1250
|
-
"name": "team",
|
|
1274
|
+
"remote": {
|
|
1275
|
+
"char": "r",
|
|
1276
|
+
"description": "git remote of app to use",
|
|
1277
|
+
"name": "remote",
|
|
1251
1278
|
"hasDynamicHelp": false,
|
|
1252
1279
|
"multiple": false,
|
|
1253
1280
|
"type": "option"
|
|
1254
1281
|
}
|
|
1255
1282
|
},
|
|
1256
1283
|
"hasDynamicHelp": false,
|
|
1257
|
-
"hiddenAliases": [
|
|
1258
|
-
|
|
1259
|
-
],
|
|
1260
|
-
"id": "apps:create",
|
|
1284
|
+
"hiddenAliases": [],
|
|
1285
|
+
"id": "addons:attach",
|
|
1261
1286
|
"pluginAlias": "heroku",
|
|
1262
1287
|
"pluginName": "heroku",
|
|
1263
1288
|
"pluginType": "core",
|
|
1264
1289
|
"strict": true,
|
|
1290
|
+
"topic": "addons",
|
|
1265
1291
|
"isESM": false,
|
|
1266
1292
|
"relativePath": [
|
|
1267
1293
|
"lib",
|
|
1268
1294
|
"commands",
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1295
|
+
"addons",
|
|
1296
|
+
"attach.js"
|
|
1271
1297
|
]
|
|
1272
1298
|
},
|
|
1273
|
-
"
|
|
1299
|
+
"addons:create": {
|
|
1274
1300
|
"aliases": [],
|
|
1275
1301
|
"args": {
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1278
|
-
"name": "
|
|
1302
|
+
"service:plan": {
|
|
1303
|
+
"description": "unique identifier or unique name of the add-on service plan",
|
|
1304
|
+
"name": "service:plan",
|
|
1305
|
+
"required": true
|
|
1279
1306
|
}
|
|
1280
1307
|
},
|
|
1281
|
-
"description": "
|
|
1308
|
+
"description": "Create a new add-on resource.\n\nIn order to add additional config items, please place them at the end of the command after a double-dash (--).\n",
|
|
1309
|
+
"examples": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
|
|
1282
1310
|
"flags": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1286
|
-
"name": "app",
|
|
1311
|
+
"name": {
|
|
1312
|
+
"description": "name for the add-on resource",
|
|
1313
|
+
"name": "name",
|
|
1287
1314
|
"hasDynamicHelp": false,
|
|
1288
1315
|
"multiple": false,
|
|
1289
1316
|
"type": "option"
|
|
1290
1317
|
},
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"name": "remote",
|
|
1318
|
+
"as": {
|
|
1319
|
+
"description": "name for the initial add-on attachment",
|
|
1320
|
+
"name": "as",
|
|
1295
1321
|
"hasDynamicHelp": false,
|
|
1296
1322
|
"multiple": false,
|
|
1297
1323
|
"type": "option"
|
|
1298
1324
|
},
|
|
1299
1325
|
"confirm": {
|
|
1300
|
-
"
|
|
1326
|
+
"description": "overwrite existing config vars or existing add-on attachments",
|
|
1301
1327
|
"name": "confirm",
|
|
1302
1328
|
"hasDynamicHelp": false,
|
|
1303
1329
|
"multiple": false,
|
|
1304
1330
|
"type": "option"
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
"id": "apps:destroy",
|
|
1313
|
-
"pluginAlias": "heroku",
|
|
1314
|
-
"pluginName": "heroku",
|
|
1315
|
-
"pluginType": "core",
|
|
1316
|
-
"strict": true,
|
|
1317
|
-
"help": "This will also destroy all add-ons on the app.",
|
|
1318
|
-
"isESM": false,
|
|
1319
|
-
"relativePath": [
|
|
1320
|
-
"lib",
|
|
1321
|
-
"commands",
|
|
1322
|
-
"apps",
|
|
1323
|
-
"destroy.js"
|
|
1324
|
-
]
|
|
1325
|
-
},
|
|
1326
|
-
"apps:errors": {
|
|
1327
|
-
"aliases": [],
|
|
1328
|
-
"args": {},
|
|
1329
|
-
"description": "view app errors",
|
|
1330
|
-
"flags": {
|
|
1331
|
+
},
|
|
1332
|
+
"wait": {
|
|
1333
|
+
"description": "watch add-on creation status and exit when complete",
|
|
1334
|
+
"name": "wait",
|
|
1335
|
+
"allowNo": false,
|
|
1336
|
+
"type": "boolean"
|
|
1337
|
+
},
|
|
1331
1338
|
"app": {
|
|
1332
1339
|
"char": "a",
|
|
1333
1340
|
"description": "app to run command against",
|
|
@@ -1344,98 +1351,73 @@
|
|
|
1344
1351
|
"hasDynamicHelp": false,
|
|
1345
1352
|
"multiple": false,
|
|
1346
1353
|
"type": "option"
|
|
1347
|
-
},
|
|
1348
|
-
"json": {
|
|
1349
|
-
"description": "output in json format",
|
|
1350
|
-
"name": "json",
|
|
1351
|
-
"allowNo": false,
|
|
1352
|
-
"type": "boolean"
|
|
1353
|
-
},
|
|
1354
|
-
"hours": {
|
|
1355
|
-
"description": "number of hours to look back (default 24)",
|
|
1356
|
-
"name": "hours",
|
|
1357
|
-
"default": "24",
|
|
1358
|
-
"hasDynamicHelp": false,
|
|
1359
|
-
"multiple": false,
|
|
1360
|
-
"type": "option"
|
|
1361
|
-
},
|
|
1362
|
-
"router": {
|
|
1363
|
-
"description": "show only router errors",
|
|
1364
|
-
"name": "router",
|
|
1365
|
-
"allowNo": false,
|
|
1366
|
-
"type": "boolean"
|
|
1367
|
-
},
|
|
1368
|
-
"dyno": {
|
|
1369
|
-
"description": "show only dyno errors",
|
|
1370
|
-
"name": "dyno",
|
|
1371
|
-
"allowNo": false,
|
|
1372
|
-
"type": "boolean"
|
|
1373
1354
|
}
|
|
1374
1355
|
},
|
|
1375
1356
|
"hasDynamicHelp": false,
|
|
1376
|
-
"hiddenAliases": [
|
|
1377
|
-
|
|
1357
|
+
"hiddenAliases": [
|
|
1358
|
+
"addons:add"
|
|
1359
|
+
],
|
|
1360
|
+
"id": "addons:create",
|
|
1378
1361
|
"pluginAlias": "heroku",
|
|
1379
1362
|
"pluginName": "heroku",
|
|
1380
1363
|
"pluginType": "core",
|
|
1381
|
-
"strict":
|
|
1364
|
+
"strict": false,
|
|
1365
|
+
"topic": "addons",
|
|
1366
|
+
"example": "Create an add-on resource:\n$heroku addons:create heroku-redis --app my-app\n\nCreate an add-on resource with additional config items:\n$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE\n",
|
|
1382
1367
|
"isESM": false,
|
|
1383
1368
|
"relativePath": [
|
|
1384
1369
|
"lib",
|
|
1385
1370
|
"commands",
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1371
|
+
"addons",
|
|
1372
|
+
"create.js"
|
|
1388
1373
|
]
|
|
1389
1374
|
},
|
|
1390
|
-
"
|
|
1375
|
+
"addons:destroy": {
|
|
1391
1376
|
"aliases": [],
|
|
1392
|
-
"args": {
|
|
1393
|
-
|
|
1377
|
+
"args": {
|
|
1378
|
+
"addonName": {
|
|
1379
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1380
|
+
"name": "addonName",
|
|
1381
|
+
"required": true
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
"description": "permanently destroy an add-on resource",
|
|
1394
1385
|
"examples": [
|
|
1395
|
-
"
|
|
1386
|
+
"addons:destroy [ADDON]... [flags]"
|
|
1396
1387
|
],
|
|
1397
1388
|
"flags": {
|
|
1398
|
-
"
|
|
1399
|
-
"char": "
|
|
1400
|
-
"description": "
|
|
1401
|
-
"name": "
|
|
1402
|
-
"allowNo": false,
|
|
1403
|
-
"type": "boolean"
|
|
1404
|
-
},
|
|
1405
|
-
"json": {
|
|
1406
|
-
"char": "j",
|
|
1407
|
-
"description": "output in json format",
|
|
1408
|
-
"name": "json",
|
|
1389
|
+
"force": {
|
|
1390
|
+
"char": "f",
|
|
1391
|
+
"description": "allow destruction even if connected to other apps",
|
|
1392
|
+
"name": "force",
|
|
1409
1393
|
"allowNo": false,
|
|
1410
1394
|
"type": "boolean"
|
|
1411
1395
|
},
|
|
1412
|
-
"
|
|
1413
|
-
"char": "
|
|
1414
|
-
"
|
|
1415
|
-
"name": "space",
|
|
1396
|
+
"confirm": {
|
|
1397
|
+
"char": "c",
|
|
1398
|
+
"name": "confirm",
|
|
1416
1399
|
"hasDynamicHelp": false,
|
|
1417
1400
|
"multiple": false,
|
|
1418
1401
|
"type": "option"
|
|
1419
1402
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"name": "personal",
|
|
1403
|
+
"wait": {
|
|
1404
|
+
"description": "watch add-on destruction status and exit when complete",
|
|
1405
|
+
"name": "wait",
|
|
1424
1406
|
"allowNo": false,
|
|
1425
1407
|
"type": "boolean"
|
|
1426
1408
|
},
|
|
1427
|
-
"
|
|
1428
|
-
"char": "
|
|
1429
|
-
"description": "
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
"type": "
|
|
1409
|
+
"app": {
|
|
1410
|
+
"char": "a",
|
|
1411
|
+
"description": "app to run command against",
|
|
1412
|
+
"name": "app",
|
|
1413
|
+
"hasDynamicHelp": false,
|
|
1414
|
+
"multiple": false,
|
|
1415
|
+
"type": "option"
|
|
1434
1416
|
},
|
|
1435
|
-
"
|
|
1436
|
-
"char": "
|
|
1437
|
-
"description": "
|
|
1438
|
-
"name": "
|
|
1417
|
+
"remote": {
|
|
1418
|
+
"char": "r",
|
|
1419
|
+
"description": "git remote of app to use",
|
|
1420
|
+
"name": "remote",
|
|
1439
1421
|
"hasDynamicHelp": false,
|
|
1440
1422
|
"multiple": false,
|
|
1441
1423
|
"type": "option"
|
|
@@ -1443,41 +1425,38 @@
|
|
|
1443
1425
|
},
|
|
1444
1426
|
"hasDynamicHelp": false,
|
|
1445
1427
|
"hiddenAliases": [
|
|
1446
|
-
"
|
|
1447
|
-
"apps:list"
|
|
1428
|
+
"addons:remove"
|
|
1448
1429
|
],
|
|
1449
|
-
"id": "
|
|
1430
|
+
"id": "addons:destroy",
|
|
1450
1431
|
"pluginAlias": "heroku",
|
|
1451
1432
|
"pluginName": "heroku",
|
|
1452
1433
|
"pluginType": "core",
|
|
1453
|
-
"strict":
|
|
1454
|
-
"topic": "
|
|
1434
|
+
"strict": false,
|
|
1435
|
+
"topic": "addons",
|
|
1455
1436
|
"isESM": false,
|
|
1456
1437
|
"relativePath": [
|
|
1457
1438
|
"lib",
|
|
1458
1439
|
"commands",
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1440
|
+
"addons",
|
|
1441
|
+
"destroy.js"
|
|
1461
1442
|
]
|
|
1462
1443
|
},
|
|
1463
|
-
"
|
|
1444
|
+
"addons:detach": {
|
|
1464
1445
|
"aliases": [],
|
|
1465
1446
|
"args": {
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1468
|
-
"name": "
|
|
1447
|
+
"attachment_name": {
|
|
1448
|
+
"description": "unique identifier of the add-on attachment",
|
|
1449
|
+
"name": "attachment_name",
|
|
1450
|
+
"required": true
|
|
1469
1451
|
}
|
|
1470
1452
|
},
|
|
1471
|
-
"description": "
|
|
1472
|
-
"examples": [
|
|
1473
|
-
"$ heroku apps:info",
|
|
1474
|
-
"$ heroku apps:info --shell"
|
|
1475
|
-
],
|
|
1453
|
+
"description": "detach an existing add-on resource from an app",
|
|
1476
1454
|
"flags": {
|
|
1477
1455
|
"app": {
|
|
1478
1456
|
"char": "a",
|
|
1479
1457
|
"description": "app to run command against",
|
|
1480
1458
|
"name": "app",
|
|
1459
|
+
"required": true,
|
|
1481
1460
|
"hasDynamicHelp": false,
|
|
1482
1461
|
"multiple": false,
|
|
1483
1462
|
"type": "option"
|
|
@@ -1489,60 +1468,45 @@
|
|
|
1489
1468
|
"hasDynamicHelp": false,
|
|
1490
1469
|
"multiple": false,
|
|
1491
1470
|
"type": "option"
|
|
1492
|
-
},
|
|
1493
|
-
"shell": {
|
|
1494
|
-
"char": "s",
|
|
1495
|
-
"description": "output more shell friendly key/value pairs",
|
|
1496
|
-
"name": "shell",
|
|
1497
|
-
"allowNo": false,
|
|
1498
|
-
"type": "boolean"
|
|
1499
|
-
},
|
|
1500
|
-
"extended": {
|
|
1501
|
-
"char": "x",
|
|
1502
|
-
"hidden": true,
|
|
1503
|
-
"name": "extended",
|
|
1504
|
-
"allowNo": false,
|
|
1505
|
-
"type": "boolean"
|
|
1506
|
-
},
|
|
1507
|
-
"json": {
|
|
1508
|
-
"char": "j",
|
|
1509
|
-
"description": "output in json format",
|
|
1510
|
-
"name": "json",
|
|
1511
|
-
"allowNo": false,
|
|
1512
|
-
"type": "boolean"
|
|
1513
1471
|
}
|
|
1514
1472
|
},
|
|
1515
1473
|
"hasDynamicHelp": false,
|
|
1516
|
-
"hiddenAliases": [
|
|
1517
|
-
|
|
1518
|
-
],
|
|
1519
|
-
"id": "apps:info",
|
|
1474
|
+
"hiddenAliases": [],
|
|
1475
|
+
"id": "addons:detach",
|
|
1520
1476
|
"pluginAlias": "heroku",
|
|
1521
1477
|
"pluginName": "heroku",
|
|
1522
1478
|
"pluginType": "core",
|
|
1523
1479
|
"strict": true,
|
|
1524
|
-
"topic": "
|
|
1525
|
-
"help": "$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...",
|
|
1480
|
+
"topic": "addons",
|
|
1526
1481
|
"isESM": false,
|
|
1527
1482
|
"relativePath": [
|
|
1528
1483
|
"lib",
|
|
1529
1484
|
"commands",
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1485
|
+
"addons",
|
|
1486
|
+
"detach.js"
|
|
1532
1487
|
]
|
|
1533
1488
|
},
|
|
1534
|
-
"
|
|
1535
|
-
"aliases": [
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1489
|
+
"addons:docs": {
|
|
1490
|
+
"aliases": [],
|
|
1491
|
+
"args": {
|
|
1492
|
+
"addon": {
|
|
1493
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1494
|
+
"name": "addon",
|
|
1495
|
+
"required": true
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"description": "open an add-on's Dev Center documentation in your browser",
|
|
1540
1499
|
"flags": {
|
|
1500
|
+
"show-url": {
|
|
1501
|
+
"description": "show URL, do not open browser",
|
|
1502
|
+
"name": "show-url",
|
|
1503
|
+
"allowNo": false,
|
|
1504
|
+
"type": "boolean"
|
|
1505
|
+
},
|
|
1541
1506
|
"app": {
|
|
1542
1507
|
"char": "a",
|
|
1543
1508
|
"description": "app to run command against",
|
|
1544
1509
|
"name": "app",
|
|
1545
|
-
"required": true,
|
|
1546
1510
|
"hasDynamicHelp": false,
|
|
1547
1511
|
"multiple": false,
|
|
1548
1512
|
"type": "option"
|
|
@@ -1558,33 +1522,46 @@
|
|
|
1558
1522
|
},
|
|
1559
1523
|
"hasDynamicHelp": false,
|
|
1560
1524
|
"hiddenAliases": [],
|
|
1561
|
-
"id": "
|
|
1525
|
+
"id": "addons:docs",
|
|
1562
1526
|
"pluginAlias": "heroku",
|
|
1563
1527
|
"pluginName": "heroku",
|
|
1564
1528
|
"pluginType": "core",
|
|
1565
1529
|
"strict": true,
|
|
1566
|
-
"topic": "
|
|
1530
|
+
"topic": "addons",
|
|
1567
1531
|
"isESM": false,
|
|
1568
1532
|
"relativePath": [
|
|
1569
1533
|
"lib",
|
|
1570
1534
|
"commands",
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1535
|
+
"addons",
|
|
1536
|
+
"docs.js"
|
|
1573
1537
|
]
|
|
1574
1538
|
},
|
|
1575
|
-
"
|
|
1576
|
-
"aliases": [
|
|
1577
|
-
"leave"
|
|
1578
|
-
],
|
|
1539
|
+
"addons": {
|
|
1540
|
+
"aliases": [],
|
|
1579
1541
|
"args": {},
|
|
1580
|
-
"description": "
|
|
1581
|
-
"examples":
|
|
1542
|
+
"description": "Lists your add-ons and attachments.\n\n The default filter applied depends on whether you are in a Heroku app\n directory. If so, the --app flag is implied. If not, the default of --all\n is implied. Explicitly providing either flag overrides the default\n behavior.\n ",
|
|
1543
|
+
"examples": [
|
|
1544
|
+
"$ heroku addons --all",
|
|
1545
|
+
"$ heroku addons --app acme-inc-www"
|
|
1546
|
+
],
|
|
1582
1547
|
"flags": {
|
|
1548
|
+
"all": {
|
|
1549
|
+
"char": "A",
|
|
1550
|
+
"description": "show add-ons and attachments for all accessible apps",
|
|
1551
|
+
"name": "all",
|
|
1552
|
+
"allowNo": false,
|
|
1553
|
+
"type": "boolean"
|
|
1554
|
+
},
|
|
1555
|
+
"json": {
|
|
1556
|
+
"description": "return add-ons in json format",
|
|
1557
|
+
"name": "json",
|
|
1558
|
+
"allowNo": false,
|
|
1559
|
+
"type": "boolean"
|
|
1560
|
+
},
|
|
1583
1561
|
"app": {
|
|
1584
1562
|
"char": "a",
|
|
1585
1563
|
"description": "app to run command against",
|
|
1586
1564
|
"name": "app",
|
|
1587
|
-
"required": true,
|
|
1588
1565
|
"hasDynamicHelp": false,
|
|
1589
1566
|
"multiple": false,
|
|
1590
1567
|
"type": "option"
|
|
@@ -1600,33 +1577,36 @@
|
|
|
1600
1577
|
},
|
|
1601
1578
|
"hasDynamicHelp": false,
|
|
1602
1579
|
"hiddenAliases": [],
|
|
1603
|
-
"id": "
|
|
1580
|
+
"id": "addons",
|
|
1604
1581
|
"pluginAlias": "heroku",
|
|
1605
1582
|
"pluginName": "heroku",
|
|
1606
1583
|
"pluginType": "core",
|
|
1607
1584
|
"strict": true,
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1585
|
+
"usage": "addons [--all|--app APP]",
|
|
1586
|
+
"topic": "addons",
|
|
1610
1587
|
"isESM": false,
|
|
1611
1588
|
"relativePath": [
|
|
1612
1589
|
"lib",
|
|
1613
1590
|
"commands",
|
|
1614
|
-
"
|
|
1615
|
-
"
|
|
1591
|
+
"addons",
|
|
1592
|
+
"index.js"
|
|
1616
1593
|
]
|
|
1617
1594
|
},
|
|
1618
|
-
"
|
|
1619
|
-
"aliases": [
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1595
|
+
"addons:info": {
|
|
1596
|
+
"aliases": [],
|
|
1597
|
+
"args": {
|
|
1598
|
+
"addon": {
|
|
1599
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1600
|
+
"name": "addon",
|
|
1601
|
+
"required": true
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"description": "show detailed add-on resource and attachment information",
|
|
1624
1605
|
"flags": {
|
|
1625
1606
|
"app": {
|
|
1626
1607
|
"char": "a",
|
|
1627
1608
|
"description": "app to run command against",
|
|
1628
1609
|
"name": "app",
|
|
1629
|
-
"required": true,
|
|
1630
1610
|
"hasDynamicHelp": false,
|
|
1631
1611
|
"multiple": false,
|
|
1632
1612
|
"type": "option"
|
|
@@ -1642,39 +1622,42 @@
|
|
|
1642
1622
|
},
|
|
1643
1623
|
"hasDynamicHelp": false,
|
|
1644
1624
|
"hiddenAliases": [],
|
|
1645
|
-
"id": "
|
|
1625
|
+
"id": "addons:info",
|
|
1646
1626
|
"pluginAlias": "heroku",
|
|
1647
1627
|
"pluginName": "heroku",
|
|
1648
1628
|
"pluginType": "core",
|
|
1649
1629
|
"strict": true,
|
|
1650
|
-
"
|
|
1630
|
+
"usage": "addons:info ADDON",
|
|
1631
|
+
"topic": "addons",
|
|
1651
1632
|
"isESM": false,
|
|
1652
1633
|
"relativePath": [
|
|
1653
1634
|
"lib",
|
|
1654
1635
|
"commands",
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1636
|
+
"addons",
|
|
1637
|
+
"info.js"
|
|
1657
1638
|
]
|
|
1658
1639
|
},
|
|
1659
|
-
"
|
|
1640
|
+
"addons:open": {
|
|
1660
1641
|
"aliases": [],
|
|
1661
1642
|
"args": {
|
|
1662
|
-
"
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1643
|
+
"addon": {
|
|
1644
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1645
|
+
"name": "addon",
|
|
1646
|
+
"required": true
|
|
1665
1647
|
}
|
|
1666
1648
|
},
|
|
1667
|
-
"description": "open
|
|
1668
|
-
"examples": [
|
|
1669
|
-
"$ heroku open -a myapp",
|
|
1670
|
-
"$ heroku open -a myapp /foo"
|
|
1671
|
-
],
|
|
1649
|
+
"description": "open an add-on's dashboard in your browser",
|
|
1672
1650
|
"flags": {
|
|
1651
|
+
"show-url": {
|
|
1652
|
+
"description": "show URL, do not open browser",
|
|
1653
|
+
"name": "show-url",
|
|
1654
|
+
"allowNo": false,
|
|
1655
|
+
"type": "boolean"
|
|
1656
|
+
},
|
|
1673
1657
|
"app": {
|
|
1674
1658
|
"char": "a",
|
|
1675
1659
|
"description": "app to run command against",
|
|
1676
1660
|
"name": "app",
|
|
1677
|
-
"required": true,
|
|
1678
1661
|
"hasDynamicHelp": false,
|
|
1679
1662
|
"multiple": false,
|
|
1680
1663
|
"type": "option"
|
|
@@ -1689,102 +1672,135 @@
|
|
|
1689
1672
|
}
|
|
1690
1673
|
},
|
|
1691
1674
|
"hasDynamicHelp": false,
|
|
1692
|
-
"hiddenAliases": [
|
|
1693
|
-
|
|
1694
|
-
],
|
|
1695
|
-
"id": "apps:open",
|
|
1675
|
+
"hiddenAliases": [],
|
|
1676
|
+
"id": "addons:open",
|
|
1696
1677
|
"pluginAlias": "heroku",
|
|
1697
1678
|
"pluginName": "heroku",
|
|
1698
1679
|
"pluginType": "core",
|
|
1699
1680
|
"strict": true,
|
|
1700
|
-
"topic": "
|
|
1681
|
+
"topic": "addons",
|
|
1701
1682
|
"isESM": false,
|
|
1702
1683
|
"relativePath": [
|
|
1703
1684
|
"lib",
|
|
1704
1685
|
"commands",
|
|
1705
|
-
"
|
|
1686
|
+
"addons",
|
|
1706
1687
|
"open.js"
|
|
1707
1688
|
]
|
|
1708
1689
|
},
|
|
1709
|
-
"
|
|
1690
|
+
"addons:plans": {
|
|
1710
1691
|
"aliases": [],
|
|
1711
1692
|
"args": {
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1693
|
+
"service": {
|
|
1694
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1695
|
+
"name": "service",
|
|
1714
1696
|
"required": true
|
|
1715
1697
|
}
|
|
1716
1698
|
},
|
|
1717
|
-
"description": "
|
|
1718
|
-
"examples": [
|
|
1719
|
-
"$ heroku apps:rename --app oldname newname"
|
|
1720
|
-
],
|
|
1699
|
+
"description": "list all available plans for an add-on service",
|
|
1721
1700
|
"flags": {
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1701
|
+
"json": {
|
|
1702
|
+
"description": "output in json format",
|
|
1703
|
+
"name": "json",
|
|
1704
|
+
"allowNo": false,
|
|
1705
|
+
"type": "boolean"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"hasDynamicHelp": false,
|
|
1709
|
+
"hiddenAliases": [],
|
|
1710
|
+
"id": "addons:plans",
|
|
1711
|
+
"pluginAlias": "heroku",
|
|
1712
|
+
"pluginName": "heroku",
|
|
1713
|
+
"pluginType": "core",
|
|
1714
|
+
"strict": true,
|
|
1715
|
+
"topic": "addons",
|
|
1716
|
+
"isESM": false,
|
|
1717
|
+
"relativePath": [
|
|
1718
|
+
"lib",
|
|
1719
|
+
"commands",
|
|
1720
|
+
"addons",
|
|
1721
|
+
"plans.js"
|
|
1722
|
+
]
|
|
1723
|
+
},
|
|
1724
|
+
"addons:rename": {
|
|
1725
|
+
"aliases": [],
|
|
1726
|
+
"args": {
|
|
1727
|
+
"addon_name": {
|
|
1728
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1729
|
+
"name": "addon_name",
|
|
1730
|
+
"required": true
|
|
1730
1731
|
},
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
"hasDynamicHelp": false,
|
|
1736
|
-
"multiple": false,
|
|
1737
|
-
"type": "option"
|
|
1732
|
+
"new_name": {
|
|
1733
|
+
"description": "new globally unique name of the add-on",
|
|
1734
|
+
"name": "new_name",
|
|
1735
|
+
"required": true
|
|
1738
1736
|
}
|
|
1739
1737
|
},
|
|
1738
|
+
"description": "rename an add-on",
|
|
1739
|
+
"flags": {},
|
|
1740
1740
|
"hasDynamicHelp": false,
|
|
1741
|
-
"hiddenAliases": [
|
|
1742
|
-
|
|
1743
|
-
],
|
|
1744
|
-
"id": "apps:rename",
|
|
1741
|
+
"hiddenAliases": [],
|
|
1742
|
+
"id": "addons:rename",
|
|
1745
1743
|
"pluginAlias": "heroku",
|
|
1746
1744
|
"pluginName": "heroku",
|
|
1747
1745
|
"pluginType": "core",
|
|
1748
1746
|
"strict": true,
|
|
1749
|
-
"
|
|
1750
|
-
"topic": "apps",
|
|
1747
|
+
"topic": "addons",
|
|
1751
1748
|
"isESM": false,
|
|
1752
1749
|
"relativePath": [
|
|
1753
1750
|
"lib",
|
|
1754
1751
|
"commands",
|
|
1755
|
-
"
|
|
1752
|
+
"addons",
|
|
1756
1753
|
"rename.js"
|
|
1757
1754
|
]
|
|
1758
1755
|
},
|
|
1759
|
-
"
|
|
1756
|
+
"addons:services": {
|
|
1760
1757
|
"aliases": [],
|
|
1758
|
+
"args": {},
|
|
1759
|
+
"description": "list all available add-on services",
|
|
1760
|
+
"flags": {
|
|
1761
|
+
"json": {
|
|
1762
|
+
"description": "output in json format",
|
|
1763
|
+
"name": "json",
|
|
1764
|
+
"allowNo": false,
|
|
1765
|
+
"type": "boolean"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"hasDynamicHelp": false,
|
|
1769
|
+
"hiddenAliases": [],
|
|
1770
|
+
"id": "addons:services",
|
|
1771
|
+
"pluginAlias": "heroku",
|
|
1772
|
+
"pluginName": "heroku",
|
|
1773
|
+
"pluginType": "core",
|
|
1774
|
+
"strict": true,
|
|
1775
|
+
"topic": "addons",
|
|
1776
|
+
"isESM": false,
|
|
1777
|
+
"relativePath": [
|
|
1778
|
+
"lib",
|
|
1779
|
+
"commands",
|
|
1780
|
+
"addons",
|
|
1781
|
+
"services.js"
|
|
1782
|
+
]
|
|
1783
|
+
},
|
|
1784
|
+
"addons:upgrade": {
|
|
1785
|
+
"aliases": [
|
|
1786
|
+
"addons:downgrade"
|
|
1787
|
+
],
|
|
1761
1788
|
"args": {
|
|
1762
|
-
"
|
|
1763
|
-
"description": "
|
|
1764
|
-
"name": "
|
|
1789
|
+
"addon": {
|
|
1790
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1791
|
+
"name": "addon",
|
|
1765
1792
|
"required": true
|
|
1793
|
+
},
|
|
1794
|
+
"plan": {
|
|
1795
|
+
"description": "unique identifier or name of the plan",
|
|
1796
|
+
"name": "plan"
|
|
1766
1797
|
}
|
|
1767
1798
|
},
|
|
1768
|
-
"description": "
|
|
1799
|
+
"description": "change add-on plan.\n See available plans with `heroku addons:plans SERVICE`.\n\n Note that `heroku addons:upgrade` and `heroku addons:downgrade` are the same. Either one can be used to change an add-on plan up or down.\n\n https://devcenter.heroku.com/articles/managing-add-ons\n ",
|
|
1769
1800
|
"examples": [
|
|
1770
|
-
"
|
|
1801
|
+
"Upgrade an add-on by service name:\n$ heroku addons:upgrade heroku-redis:premium-2\n\nUpgrade a specific add-on:\n$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2"
|
|
1771
1802
|
],
|
|
1772
1803
|
"flags": {
|
|
1773
|
-
"locked": {
|
|
1774
|
-
"char": "l",
|
|
1775
|
-
"description": "lock the app upon transfer",
|
|
1776
|
-
"name": "locked",
|
|
1777
|
-
"required": false,
|
|
1778
|
-
"allowNo": false,
|
|
1779
|
-
"type": "boolean"
|
|
1780
|
-
},
|
|
1781
|
-
"bulk": {
|
|
1782
|
-
"description": "transfer applications in bulk",
|
|
1783
|
-
"name": "bulk",
|
|
1784
|
-
"required": false,
|
|
1785
|
-
"allowNo": false,
|
|
1786
|
-
"type": "boolean"
|
|
1787
|
-
},
|
|
1788
1804
|
"app": {
|
|
1789
1805
|
"char": "a",
|
|
1790
1806
|
"description": "app to run command against",
|
|
@@ -1800,44 +1816,45 @@
|
|
|
1800
1816
|
"hasDynamicHelp": false,
|
|
1801
1817
|
"multiple": false,
|
|
1802
1818
|
"type": "option"
|
|
1803
|
-
},
|
|
1804
|
-
"confirm": {
|
|
1805
|
-
"char": "c",
|
|
1806
|
-
"hidden": true,
|
|
1807
|
-
"name": "confirm",
|
|
1808
|
-
"hasDynamicHelp": false,
|
|
1809
|
-
"multiple": false,
|
|
1810
|
-
"type": "option"
|
|
1811
1819
|
}
|
|
1812
1820
|
},
|
|
1813
1821
|
"hasDynamicHelp": false,
|
|
1814
1822
|
"hiddenAliases": [],
|
|
1815
|
-
"id": "
|
|
1823
|
+
"id": "addons:upgrade",
|
|
1816
1824
|
"pluginAlias": "heroku",
|
|
1817
1825
|
"pluginName": "heroku",
|
|
1818
1826
|
"pluginType": "core",
|
|
1819
1827
|
"strict": true,
|
|
1820
|
-
"topic": "
|
|
1828
|
+
"topic": "addons",
|
|
1821
1829
|
"isESM": false,
|
|
1822
1830
|
"relativePath": [
|
|
1823
1831
|
"lib",
|
|
1824
1832
|
"commands",
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1833
|
+
"addons",
|
|
1834
|
+
"upgrade.js"
|
|
1827
1835
|
]
|
|
1828
1836
|
},
|
|
1829
|
-
"
|
|
1830
|
-
"aliases": [
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1837
|
+
"addons:wait": {
|
|
1838
|
+
"aliases": [],
|
|
1839
|
+
"args": {
|
|
1840
|
+
"addon": {
|
|
1841
|
+
"description": "unique identifier or globally unique name of the add-on",
|
|
1842
|
+
"name": "addon"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
"description": "show provisioning status of the add-ons on the app",
|
|
1835
1846
|
"flags": {
|
|
1847
|
+
"wait-interval": {
|
|
1848
|
+
"description": "how frequently to poll in seconds",
|
|
1849
|
+
"name": "wait-interval",
|
|
1850
|
+
"hasDynamicHelp": false,
|
|
1851
|
+
"multiple": false,
|
|
1852
|
+
"type": "option"
|
|
1853
|
+
},
|
|
1836
1854
|
"app": {
|
|
1837
1855
|
"char": "a",
|
|
1838
1856
|
"description": "app to run command against",
|
|
1839
1857
|
"name": "app",
|
|
1840
|
-
"required": true,
|
|
1841
1858
|
"hasDynamicHelp": false,
|
|
1842
1859
|
"multiple": false,
|
|
1843
1860
|
"type": "option"
|
|
@@ -1853,18 +1870,18 @@
|
|
|
1853
1870
|
},
|
|
1854
1871
|
"hasDynamicHelp": false,
|
|
1855
1872
|
"hiddenAliases": [],
|
|
1856
|
-
"id": "
|
|
1873
|
+
"id": "addons:wait",
|
|
1857
1874
|
"pluginAlias": "heroku",
|
|
1858
1875
|
"pluginName": "heroku",
|
|
1859
1876
|
"pluginType": "core",
|
|
1860
1877
|
"strict": true,
|
|
1861
|
-
"topic": "
|
|
1878
|
+
"topic": "addons",
|
|
1862
1879
|
"isESM": false,
|
|
1863
1880
|
"relativePath": [
|
|
1864
1881
|
"lib",
|
|
1865
1882
|
"commands",
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1883
|
+
"addons",
|
|
1884
|
+
"wait.js"
|
|
1868
1885
|
]
|
|
1869
1886
|
},
|
|
1870
1887
|
"auth:login": {
|
|
@@ -2089,6 +2106,7 @@
|
|
|
2089
2106
|
"aliases": [],
|
|
2090
2107
|
"args": {
|
|
2091
2108
|
"id": {
|
|
2109
|
+
"description": "ID of the authorization",
|
|
2092
2110
|
"name": "id",
|
|
2093
2111
|
"required": true
|
|
2094
2112
|
}
|
|
@@ -2125,6 +2143,7 @@
|
|
|
2125
2143
|
],
|
|
2126
2144
|
"args": {
|
|
2127
2145
|
"id": {
|
|
2146
|
+
"description": "ID of the authorization",
|
|
2128
2147
|
"name": "id",
|
|
2129
2148
|
"required": true
|
|
2130
2149
|
}
|
|
@@ -2153,6 +2172,7 @@
|
|
|
2153
2172
|
"aliases": [],
|
|
2154
2173
|
"args": {
|
|
2155
2174
|
"id": {
|
|
2175
|
+
"description": "ID of the authorization",
|
|
2156
2176
|
"name": "id",
|
|
2157
2177
|
"required": true
|
|
2158
2178
|
}
|
|
@@ -2178,6 +2198,7 @@
|
|
|
2178
2198
|
"aliases": [],
|
|
2179
2199
|
"args": {
|
|
2180
2200
|
"id": {
|
|
2201
|
+
"description": "ID of the authorization",
|
|
2181
2202
|
"name": "id",
|
|
2182
2203
|
"required": true
|
|
2183
2204
|
}
|
|
@@ -2719,10 +2740,12 @@
|
|
|
2719
2740
|
"aliases": [],
|
|
2720
2741
|
"args": {
|
|
2721
2742
|
"CRT": {
|
|
2743
|
+
"description": "absolute path of the certificate file on disk",
|
|
2722
2744
|
"name": "CRT",
|
|
2723
2745
|
"required": true
|
|
2724
2746
|
},
|
|
2725
2747
|
"KEY": {
|
|
2748
|
+
"description": "absolute path of the key file on disk",
|
|
2726
2749
|
"name": "KEY",
|
|
2727
2750
|
"required": true
|
|
2728
2751
|
}
|
|
@@ -2770,6 +2793,7 @@
|
|
|
2770
2793
|
"aliases": [],
|
|
2771
2794
|
"args": {
|
|
2772
2795
|
"domain": {
|
|
2796
|
+
"description": "domain name to generate",
|
|
2773
2797
|
"name": "domain",
|
|
2774
2798
|
"required": true
|
|
2775
2799
|
}
|
|
@@ -3029,10 +3053,12 @@
|
|
|
3029
3053
|
"aliases": [],
|
|
3030
3054
|
"args": {
|
|
3031
3055
|
"CRT": {
|
|
3056
|
+
"description": "absolute path of the certificate file on disk",
|
|
3032
3057
|
"name": "CRT",
|
|
3033
3058
|
"required": true
|
|
3034
3059
|
},
|
|
3035
3060
|
"KEY": {
|
|
3061
|
+
"description": "absolute path of the key file on disk",
|
|
3036
3062
|
"name": "KEY",
|
|
3037
3063
|
"required": true
|
|
3038
3064
|
}
|
|
@@ -3215,6 +3241,7 @@
|
|
|
3215
3241
|
"aliases": [],
|
|
3216
3242
|
"args": {
|
|
3217
3243
|
"test-run": {
|
|
3244
|
+
"description": "auto-incremented test run number",
|
|
3218
3245
|
"name": "test-run",
|
|
3219
3246
|
"required": true
|
|
3220
3247
|
}
|
|
@@ -3416,6 +3443,7 @@
|
|
|
3416
3443
|
"aliases": [],
|
|
3417
3444
|
"args": {
|
|
3418
3445
|
"number": {
|
|
3446
|
+
"description": "auto-incremented test run number",
|
|
3419
3447
|
"name": "number",
|
|
3420
3448
|
"required": false
|
|
3421
3449
|
}
|
|
@@ -3519,10 +3547,12 @@
|
|
|
3519
3547
|
"aliases": [],
|
|
3520
3548
|
"args": {
|
|
3521
3549
|
"name": {
|
|
3550
|
+
"description": "name of the OAuth client",
|
|
3522
3551
|
"name": "name",
|
|
3523
3552
|
"required": true
|
|
3524
3553
|
},
|
|
3525
3554
|
"redirect_uri": {
|
|
3555
|
+
"description": "redirect URL of the OAuth client",
|
|
3526
3556
|
"name": "redirect_uri",
|
|
3527
3557
|
"required": true
|
|
3528
3558
|
}
|
|
@@ -3566,6 +3596,7 @@
|
|
|
3566
3596
|
"aliases": [],
|
|
3567
3597
|
"args": {
|
|
3568
3598
|
"id": {
|
|
3599
|
+
"description": "ID of the OAuth client",
|
|
3569
3600
|
"name": "id",
|
|
3570
3601
|
"required": true
|
|
3571
3602
|
}
|
|
@@ -3619,6 +3650,7 @@
|
|
|
3619
3650
|
"aliases": [],
|
|
3620
3651
|
"args": {
|
|
3621
3652
|
"id": {
|
|
3653
|
+
"description": "ID of the OAuth client",
|
|
3622
3654
|
"name": "id",
|
|
3623
3655
|
"required": true
|
|
3624
3656
|
}
|
|
@@ -3662,6 +3694,7 @@
|
|
|
3662
3694
|
"aliases": [],
|
|
3663
3695
|
"args": {
|
|
3664
3696
|
"id": {
|
|
3697
|
+
"description": "ID of the OAuth client",
|
|
3665
3698
|
"name": "id",
|
|
3666
3699
|
"required": true
|
|
3667
3700
|
}
|
|
@@ -3702,6 +3735,7 @@
|
|
|
3702
3735
|
"aliases": [],
|
|
3703
3736
|
"args": {
|
|
3704
3737
|
"id": {
|
|
3738
|
+
"description": "ID of the OAuth client",
|
|
3705
3739
|
"name": "id",
|
|
3706
3740
|
"required": true
|
|
3707
3741
|
}
|
|
@@ -3795,6 +3829,7 @@
|
|
|
3795
3829
|
"aliases": [],
|
|
3796
3830
|
"args": {
|
|
3797
3831
|
"KEY": {
|
|
3832
|
+
"description": "key name of the config var value",
|
|
3798
3833
|
"name": "KEY",
|
|
3799
3834
|
"required": true
|
|
3800
3835
|
}
|
|
@@ -4333,6 +4368,7 @@
|
|
|
4333
4368
|
"aliases": [],
|
|
4334
4369
|
"args": {
|
|
4335
4370
|
"hostname": {
|
|
4371
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4336
4372
|
"name": "hostname",
|
|
4337
4373
|
"required": true
|
|
4338
4374
|
}
|
|
@@ -4578,6 +4614,7 @@
|
|
|
4578
4614
|
"aliases": [],
|
|
4579
4615
|
"args": {
|
|
4580
4616
|
"hostname": {
|
|
4617
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4581
4618
|
"name": "hostname",
|
|
4582
4619
|
"required": true
|
|
4583
4620
|
}
|
|
@@ -4631,6 +4668,7 @@
|
|
|
4631
4668
|
"aliases": [],
|
|
4632
4669
|
"args": {
|
|
4633
4670
|
"hostname": {
|
|
4671
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4634
4672
|
"name": "hostname",
|
|
4635
4673
|
"required": true
|
|
4636
4674
|
}
|
|
@@ -4684,6 +4722,7 @@
|
|
|
4684
4722
|
"aliases": [],
|
|
4685
4723
|
"args": {
|
|
4686
4724
|
"hostname": {
|
|
4725
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4687
4726
|
"name": "hostname",
|
|
4688
4727
|
"required": true
|
|
4689
4728
|
}
|
|
@@ -4745,6 +4784,7 @@
|
|
|
4745
4784
|
"aliases": [],
|
|
4746
4785
|
"args": {
|
|
4747
4786
|
"hostname": {
|
|
4787
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4748
4788
|
"name": "hostname"
|
|
4749
4789
|
}
|
|
4750
4790
|
},
|
|
@@ -4794,6 +4834,7 @@
|
|
|
4794
4834
|
"aliases": [],
|
|
4795
4835
|
"args": {
|
|
4796
4836
|
"url": {
|
|
4837
|
+
"description": "URL of the log drain",
|
|
4797
4838
|
"name": "url",
|
|
4798
4839
|
"required": true
|
|
4799
4840
|
}
|
|
@@ -4888,6 +4929,7 @@
|
|
|
4888
4929
|
"aliases": [],
|
|
4889
4930
|
"args": {
|
|
4890
4931
|
"url": {
|
|
4932
|
+
"description": "URL of the log drain",
|
|
4891
4933
|
"name": "url",
|
|
4892
4934
|
"required": true
|
|
4893
4935
|
}
|
|
@@ -4933,6 +4975,7 @@
|
|
|
4933
4975
|
"aliases": [],
|
|
4934
4976
|
"args": {
|
|
4935
4977
|
"feature": {
|
|
4978
|
+
"description": "unique identifier or name of the app feature",
|
|
4936
4979
|
"name": "feature",
|
|
4937
4980
|
"required": true
|
|
4938
4981
|
}
|
|
@@ -4976,6 +5019,7 @@
|
|
|
4976
5019
|
"aliases": [],
|
|
4977
5020
|
"args": {
|
|
4978
5021
|
"feature": {
|
|
5022
|
+
"description": "unique identifier or name of the app feature",
|
|
4979
5023
|
"name": "feature",
|
|
4980
5024
|
"required": true
|
|
4981
5025
|
}
|
|
@@ -5063,6 +5107,7 @@
|
|
|
5063
5107
|
"aliases": [],
|
|
5064
5108
|
"args": {
|
|
5065
5109
|
"feature": {
|
|
5110
|
+
"description": "unique identifier or name of the app feature",
|
|
5066
5111
|
"name": "feature",
|
|
5067
5112
|
"required": true
|
|
5068
5113
|
}
|
|
@@ -5158,6 +5203,7 @@
|
|
|
5158
5203
|
"aliases": [],
|
|
5159
5204
|
"args": {
|
|
5160
5205
|
"command": {
|
|
5206
|
+
"description": "command name of the git credentials",
|
|
5161
5207
|
"name": "command",
|
|
5162
5208
|
"required": true
|
|
5163
5209
|
}
|
|
@@ -5223,6 +5269,7 @@
|
|
|
5223
5269
|
"aliases": [],
|
|
5224
5270
|
"args": {
|
|
5225
5271
|
"key": {
|
|
5272
|
+
"description": "absolute path to the key located on disk. If omitted, we use the default rsa key.",
|
|
5226
5273
|
"name": "key"
|
|
5227
5274
|
}
|
|
5228
5275
|
},
|
|
@@ -5318,6 +5365,7 @@
|
|
|
5318
5365
|
"aliases": [],
|
|
5319
5366
|
"args": {
|
|
5320
5367
|
"key": {
|
|
5368
|
+
"description": "email address of the user",
|
|
5321
5369
|
"name": "key",
|
|
5322
5370
|
"required": true
|
|
5323
5371
|
}
|
|
@@ -5345,6 +5393,7 @@
|
|
|
5345
5393
|
"aliases": [],
|
|
5346
5394
|
"args": {
|
|
5347
5395
|
"feature": {
|
|
5396
|
+
"description": "unique identifier or name of the account feature",
|
|
5348
5397
|
"name": "feature",
|
|
5349
5398
|
"required": true
|
|
5350
5399
|
}
|
|
@@ -5394,6 +5443,7 @@
|
|
|
5394
5443
|
"aliases": [],
|
|
5395
5444
|
"args": {
|
|
5396
5445
|
"feature": {
|
|
5446
|
+
"description": "unique identifier or name of the account feature",
|
|
5397
5447
|
"name": "feature",
|
|
5398
5448
|
"required": true
|
|
5399
5449
|
}
|
|
@@ -5484,6 +5534,7 @@
|
|
|
5484
5534
|
"aliases": [],
|
|
5485
5535
|
"args": {
|
|
5486
5536
|
"feature": {
|
|
5537
|
+
"description": "unique identifier or name of the account feature",
|
|
5487
5538
|
"name": "feature",
|
|
5488
5539
|
"required": true
|
|
5489
5540
|
}
|
|
@@ -5537,6 +5588,7 @@
|
|
|
5537
5588
|
],
|
|
5538
5589
|
"args": {
|
|
5539
5590
|
"processname": {
|
|
5591
|
+
"description": "name of the process",
|
|
5540
5592
|
"name": "processname",
|
|
5541
5593
|
"required": false
|
|
5542
5594
|
}
|
|
@@ -5782,6 +5834,7 @@
|
|
|
5782
5834
|
"aliases": [],
|
|
5783
5835
|
"args": {
|
|
5784
5836
|
"email": {
|
|
5837
|
+
"description": "email address of the team member",
|
|
5785
5838
|
"name": "email",
|
|
5786
5839
|
"required": true
|
|
5787
5840
|
}
|
|
@@ -6078,6 +6131,7 @@
|
|
|
6078
6131
|
"aliases": [],
|
|
6079
6132
|
"args": {
|
|
6080
6133
|
"database": {
|
|
6134
|
+
"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.",
|
|
6081
6135
|
"name": "database"
|
|
6082
6136
|
}
|
|
6083
6137
|
},
|
|
@@ -6121,6 +6175,7 @@
|
|
|
6121
6175
|
"aliases": [],
|
|
6122
6176
|
"args": {
|
|
6123
6177
|
"database": {
|
|
6178
|
+
"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
6179
|
"name": "database"
|
|
6125
6180
|
}
|
|
6126
6181
|
},
|
|
@@ -6164,10 +6219,12 @@
|
|
|
6164
6219
|
"aliases": [],
|
|
6165
6220
|
"args": {
|
|
6166
6221
|
"source": {
|
|
6222
|
+
"description": "config var exposed to the owning app containing the source database URL",
|
|
6167
6223
|
"name": "source",
|
|
6168
6224
|
"required": true
|
|
6169
6225
|
},
|
|
6170
6226
|
"target": {
|
|
6227
|
+
"description": "config var exposed to the owning app containing the target database URL",
|
|
6171
6228
|
"name": "target",
|
|
6172
6229
|
"required": true
|
|
6173
6230
|
}
|
|
@@ -6230,6 +6287,7 @@
|
|
|
6230
6287
|
"aliases": [],
|
|
6231
6288
|
"args": {
|
|
6232
6289
|
"database": {
|
|
6290
|
+
"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.",
|
|
6233
6291
|
"name": "database"
|
|
6234
6292
|
}
|
|
6235
6293
|
},
|
|
@@ -6273,6 +6331,7 @@
|
|
|
6273
6331
|
"aliases": [],
|
|
6274
6332
|
"args": {
|
|
6275
6333
|
"DATABASE|REPORT_ID": {
|
|
6334
|
+
"description": "config var exposed to the owning app containing the database URL or the report ID",
|
|
6276
6335
|
"name": "DATABASE|REPORT_ID"
|
|
6277
6336
|
}
|
|
6278
6337
|
},
|
|
@@ -6324,6 +6383,7 @@
|
|
|
6324
6383
|
],
|
|
6325
6384
|
"args": {
|
|
6326
6385
|
"database": {
|
|
6386
|
+
"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.",
|
|
6327
6387
|
"name": "database"
|
|
6328
6388
|
}
|
|
6329
6389
|
},
|
|
@@ -6367,10 +6427,12 @@
|
|
|
6367
6427
|
"aliases": [],
|
|
6368
6428
|
"args": {
|
|
6369
6429
|
"pid": {
|
|
6430
|
+
"description": "ID of the process",
|
|
6370
6431
|
"name": "pid",
|
|
6371
6432
|
"required": true
|
|
6372
6433
|
},
|
|
6373
6434
|
"database": {
|
|
6435
|
+
"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.",
|
|
6374
6436
|
"name": "database"
|
|
6375
6437
|
}
|
|
6376
6438
|
},
|
|
@@ -6420,6 +6482,7 @@
|
|
|
6420
6482
|
"aliases": [],
|
|
6421
6483
|
"args": {
|
|
6422
6484
|
"database": {
|
|
6485
|
+
"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.",
|
|
6423
6486
|
"name": "database"
|
|
6424
6487
|
}
|
|
6425
6488
|
},
|
|
@@ -6463,6 +6526,7 @@
|
|
|
6463
6526
|
"aliases": [],
|
|
6464
6527
|
"args": {
|
|
6465
6528
|
"database": {
|
|
6529
|
+
"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
6530
|
"name": "database"
|
|
6467
6531
|
}
|
|
6468
6532
|
},
|
|
@@ -6513,6 +6577,7 @@
|
|
|
6513
6577
|
"aliases": [],
|
|
6514
6578
|
"args": {
|
|
6515
6579
|
"database": {
|
|
6580
|
+
"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.",
|
|
6516
6581
|
"name": "database"
|
|
6517
6582
|
}
|
|
6518
6583
|
},
|
|
@@ -6577,6 +6642,7 @@
|
|
|
6577
6642
|
"aliases": [],
|
|
6578
6643
|
"args": {
|
|
6579
6644
|
"database": {
|
|
6645
|
+
"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::`",
|
|
6580
6646
|
"name": "database",
|
|
6581
6647
|
"required": true
|
|
6582
6648
|
}
|
|
@@ -6627,6 +6693,7 @@
|
|
|
6627
6693
|
"aliases": [],
|
|
6628
6694
|
"args": {
|
|
6629
6695
|
"database": {
|
|
6696
|
+
"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.",
|
|
6630
6697
|
"name": "database"
|
|
6631
6698
|
}
|
|
6632
6699
|
},
|
|
@@ -6678,6 +6745,7 @@
|
|
|
6678
6745
|
],
|
|
6679
6746
|
"args": {
|
|
6680
6747
|
"database": {
|
|
6748
|
+
"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.",
|
|
6681
6749
|
"name": "database"
|
|
6682
6750
|
}
|
|
6683
6751
|
},
|
|
@@ -6743,10 +6811,12 @@
|
|
|
6743
6811
|
"aliases": [],
|
|
6744
6812
|
"args": {
|
|
6745
6813
|
"source": {
|
|
6814
|
+
"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.",
|
|
6746
6815
|
"name": "source",
|
|
6747
6816
|
"required": true
|
|
6748
6817
|
},
|
|
6749
6818
|
"target": {
|
|
6819
|
+
"description": "PostgreSQL connection string for the target database",
|
|
6750
6820
|
"name": "target",
|
|
6751
6821
|
"required": true
|
|
6752
6822
|
}
|
|
@@ -6802,10 +6872,12 @@
|
|
|
6802
6872
|
"aliases": [],
|
|
6803
6873
|
"args": {
|
|
6804
6874
|
"source": {
|
|
6875
|
+
"description": "PostgreSQL connection string for the source database",
|
|
6805
6876
|
"name": "source",
|
|
6806
6877
|
"required": true
|
|
6807
6878
|
},
|
|
6808
6879
|
"target": {
|
|
6880
|
+
"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.",
|
|
6809
6881
|
"name": "target",
|
|
6810
6882
|
"required": true
|
|
6811
6883
|
}
|
|
@@ -6861,6 +6933,7 @@
|
|
|
6861
6933
|
"aliases": [],
|
|
6862
6934
|
"args": {
|
|
6863
6935
|
"database": {
|
|
6936
|
+
"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.",
|
|
6864
6937
|
"name": "database"
|
|
6865
6938
|
}
|
|
6866
6939
|
},
|
|
@@ -6919,6 +6992,7 @@
|
|
|
6919
6992
|
"aliases": [],
|
|
6920
6993
|
"args": {
|
|
6921
6994
|
"database": {
|
|
6995
|
+
"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::`",
|
|
6922
6996
|
"name": "database",
|
|
6923
6997
|
"required": true
|
|
6924
6998
|
}
|
|
@@ -6970,6 +7044,7 @@
|
|
|
6970
7044
|
"aliases": [],
|
|
6971
7045
|
"args": {
|
|
6972
7046
|
"database": {
|
|
7047
|
+
"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.",
|
|
6973
7048
|
"name": "database"
|
|
6974
7049
|
}
|
|
6975
7050
|
},
|
|
@@ -7028,6 +7103,7 @@
|
|
|
7028
7103
|
"aliases": [],
|
|
7029
7104
|
"args": {
|
|
7030
7105
|
"database": {
|
|
7106
|
+
"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.",
|
|
7031
7107
|
"name": "database"
|
|
7032
7108
|
}
|
|
7033
7109
|
},
|
|
@@ -7071,6 +7147,7 @@
|
|
|
7071
7147
|
"aliases": [],
|
|
7072
7148
|
"args": {
|
|
7073
7149
|
"database": {
|
|
7150
|
+
"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.",
|
|
7074
7151
|
"name": "database"
|
|
7075
7152
|
}
|
|
7076
7153
|
},
|
|
@@ -7787,6 +7864,7 @@
|
|
|
7787
7864
|
],
|
|
7788
7865
|
"args": {
|
|
7789
7866
|
"dyno": {
|
|
7867
|
+
"description": "ID of the dyno",
|
|
7790
7868
|
"name": "dyno",
|
|
7791
7869
|
"required": false
|
|
7792
7870
|
}
|
|
@@ -7889,6 +7967,7 @@
|
|
|
7889
7967
|
],
|
|
7890
7968
|
"args": {
|
|
7891
7969
|
"dyno": {
|
|
7970
|
+
"description": "ID of the dyno",
|
|
7892
7971
|
"name": "dyno",
|
|
7893
7972
|
"required": true
|
|
7894
7973
|
}
|
|
@@ -8050,6 +8129,7 @@
|
|
|
8050
8129
|
"aliases": [],
|
|
8051
8130
|
"args": {
|
|
8052
8131
|
"database": {
|
|
8132
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8053
8133
|
"name": "database"
|
|
8054
8134
|
}
|
|
8055
8135
|
},
|
|
@@ -8104,6 +8184,7 @@
|
|
|
8104
8184
|
"aliases": [],
|
|
8105
8185
|
"args": {
|
|
8106
8186
|
"database": {
|
|
8187
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8107
8188
|
"name": "database",
|
|
8108
8189
|
"required": false
|
|
8109
8190
|
}
|
|
@@ -8156,6 +8237,7 @@
|
|
|
8156
8237
|
],
|
|
8157
8238
|
"args": {
|
|
8158
8239
|
"database": {
|
|
8240
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8159
8241
|
"name": "database"
|
|
8160
8242
|
}
|
|
8161
8243
|
},
|
|
@@ -8206,6 +8288,7 @@
|
|
|
8206
8288
|
"aliases": [],
|
|
8207
8289
|
"args": {
|
|
8208
8290
|
"database": {
|
|
8291
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8209
8292
|
"name": "database"
|
|
8210
8293
|
}
|
|
8211
8294
|
},
|
|
@@ -8258,6 +8341,7 @@
|
|
|
8258
8341
|
"aliases": [],
|
|
8259
8342
|
"args": {
|
|
8260
8343
|
"database": {
|
|
8344
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8261
8345
|
"name": "database",
|
|
8262
8346
|
"required": false
|
|
8263
8347
|
}
|
|
@@ -8326,6 +8410,7 @@
|
|
|
8326
8410
|
"aliases": [],
|
|
8327
8411
|
"args": {
|
|
8328
8412
|
"database": {
|
|
8413
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8329
8414
|
"name": "database"
|
|
8330
8415
|
}
|
|
8331
8416
|
},
|
|
@@ -8378,6 +8463,7 @@
|
|
|
8378
8463
|
"aliases": [],
|
|
8379
8464
|
"args": {
|
|
8380
8465
|
"database": {
|
|
8466
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8381
8467
|
"name": "database",
|
|
8382
8468
|
"required": false
|
|
8383
8469
|
}
|
|
@@ -8422,6 +8508,7 @@
|
|
|
8422
8508
|
"aliases": [],
|
|
8423
8509
|
"args": {
|
|
8424
8510
|
"database": {
|
|
8511
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8425
8512
|
"name": "database"
|
|
8426
8513
|
}
|
|
8427
8514
|
},
|
|
@@ -8472,6 +8559,7 @@
|
|
|
8472
8559
|
"aliases": [],
|
|
8473
8560
|
"args": {
|
|
8474
8561
|
"database": {
|
|
8562
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8475
8563
|
"name": "database"
|
|
8476
8564
|
}
|
|
8477
8565
|
},
|
|
@@ -8524,6 +8612,7 @@
|
|
|
8524
8612
|
"aliases": [],
|
|
8525
8613
|
"args": {
|
|
8526
8614
|
"database": {
|
|
8615
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8527
8616
|
"name": "database"
|
|
8528
8617
|
}
|
|
8529
8618
|
},
|
|
@@ -8582,6 +8671,7 @@
|
|
|
8582
8671
|
"aliases": [],
|
|
8583
8672
|
"args": {
|
|
8584
8673
|
"database": {
|
|
8674
|
+
"description": "name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.",
|
|
8585
8675
|
"name": "database",
|
|
8586
8676
|
"required": false
|
|
8587
8677
|
}
|
|
@@ -8698,6 +8788,7 @@
|
|
|
8698
8788
|
"aliases": [],
|
|
8699
8789
|
"args": {
|
|
8700
8790
|
"release": {
|
|
8791
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8701
8792
|
"name": "release"
|
|
8702
8793
|
}
|
|
8703
8794
|
},
|
|
@@ -8754,6 +8845,7 @@
|
|
|
8754
8845
|
"aliases": [],
|
|
8755
8846
|
"args": {
|
|
8756
8847
|
"release": {
|
|
8848
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8757
8849
|
"name": "release"
|
|
8758
8850
|
}
|
|
8759
8851
|
},
|
|
@@ -8797,6 +8889,7 @@
|
|
|
8797
8889
|
"aliases": [],
|
|
8798
8890
|
"args": {
|
|
8799
8891
|
"release": {
|
|
8892
|
+
"description": "ID of the release. If omitted, we use the last release ID.",
|
|
8800
8893
|
"name": "release"
|
|
8801
8894
|
}
|
|
8802
8895
|
},
|
|
@@ -9215,6 +9308,7 @@
|
|
|
9215
9308
|
"aliases": [],
|
|
9216
9309
|
"args": {
|
|
9217
9310
|
"id": {
|
|
9311
|
+
"description": "ID of the OAuth session",
|
|
9218
9312
|
"name": "id",
|
|
9219
9313
|
"required": true
|
|
9220
9314
|
}
|
|
@@ -9933,6 +10027,7 @@
|
|
|
9933
10027
|
"aliases": [],
|
|
9934
10028
|
"args": {
|
|
9935
10029
|
"id": {
|
|
10030
|
+
"description": "ID of the webhook",
|
|
9936
10031
|
"name": "id",
|
|
9937
10032
|
"required": true
|
|
9938
10033
|
}
|
|
@@ -10045,6 +10140,7 @@
|
|
|
10045
10140
|
"aliases": [],
|
|
10046
10141
|
"args": {
|
|
10047
10142
|
"id": {
|
|
10143
|
+
"description": "ID of the webhook",
|
|
10048
10144
|
"name": "id",
|
|
10049
10145
|
"required": true
|
|
10050
10146
|
}
|
|
@@ -10294,6 +10390,7 @@
|
|
|
10294
10390
|
"aliases": [],
|
|
10295
10391
|
"args": {
|
|
10296
10392
|
"stack": {
|
|
10393
|
+
"description": "unique name or identifier of the stack",
|
|
10297
10394
|
"name": "stack",
|
|
10298
10395
|
"required": true
|
|
10299
10396
|
}
|
|
@@ -10602,6 +10699,7 @@
|
|
|
10602
10699
|
"aliases": [],
|
|
10603
10700
|
"args": {
|
|
10604
10701
|
"key": {
|
|
10702
|
+
"description": "name of the config var key",
|
|
10605
10703
|
"name": "key",
|
|
10606
10704
|
"required": true
|
|
10607
10705
|
}
|
|
@@ -10833,6 +10931,7 @@
|
|
|
10833
10931
|
"aliases": [],
|
|
10834
10932
|
"args": {
|
|
10835
10933
|
"backup_id": {
|
|
10934
|
+
"description": "ID of the backup. If omitted, we use the last unfinished backup ID.",
|
|
10836
10935
|
"name": "backup_id"
|
|
10837
10936
|
}
|
|
10838
10937
|
},
|
|
@@ -10877,6 +10976,7 @@
|
|
|
10877
10976
|
"aliases": [],
|
|
10878
10977
|
"args": {
|
|
10879
10978
|
"database": {
|
|
10979
|
+
"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.",
|
|
10880
10980
|
"name": "database"
|
|
10881
10981
|
}
|
|
10882
10982
|
},
|
|
@@ -10933,6 +11033,7 @@
|
|
|
10933
11033
|
"aliases": [],
|
|
10934
11034
|
"args": {
|
|
10935
11035
|
"backup_id": {
|
|
11036
|
+
"description": "ID of the backup",
|
|
10936
11037
|
"name": "backup_id",
|
|
10937
11038
|
"required": true
|
|
10938
11039
|
}
|
|
@@ -10988,6 +11089,7 @@
|
|
|
10988
11089
|
"aliases": [],
|
|
10989
11090
|
"args": {
|
|
10990
11091
|
"backup_id": {
|
|
11092
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
10991
11093
|
"name": "backup_id"
|
|
10992
11094
|
}
|
|
10993
11095
|
},
|
|
@@ -11124,6 +11226,7 @@
|
|
|
11124
11226
|
"aliases": [],
|
|
11125
11227
|
"args": {
|
|
11126
11228
|
"backup_id": {
|
|
11229
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11127
11230
|
"name": "backup_id"
|
|
11128
11231
|
}
|
|
11129
11232
|
},
|
|
@@ -11168,13 +11271,23 @@
|
|
|
11168
11271
|
"aliases": [],
|
|
11169
11272
|
"args": {
|
|
11170
11273
|
"backup": {
|
|
11274
|
+
"description": "URL or backup ID from another app",
|
|
11171
11275
|
"name": "backup"
|
|
11172
11276
|
},
|
|
11173
11277
|
"database": {
|
|
11278
|
+
"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.",
|
|
11174
11279
|
"name": "database"
|
|
11175
11280
|
}
|
|
11176
11281
|
},
|
|
11177
11282
|
"description": "restore a backup (default latest) to a database",
|
|
11283
|
+
"examples": [
|
|
11284
|
+
"# Basic Restore from Backup ID\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app\n",
|
|
11285
|
+
"# Restore from Another App\n$ heroku pg:backups:restore example-app::b101 DATABASE_URL --app my-heroku-app\n",
|
|
11286
|
+
"# 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",
|
|
11287
|
+
"# Verbose Output\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --verbose\n",
|
|
11288
|
+
"# Restore with Confirmation Prompt\n$ heroku pg:backups:restore b101 DATABASE_URL --app my-heroku-app --confirm my-heroku-app\n",
|
|
11289
|
+
"# Restore with a Specific Database Name\n$ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app\n"
|
|
11290
|
+
],
|
|
11178
11291
|
"flags": {
|
|
11179
11292
|
"wait-interval": {
|
|
11180
11293
|
"name": "wait-interval",
|
|
@@ -11243,6 +11356,7 @@
|
|
|
11243
11356
|
"aliases": [],
|
|
11244
11357
|
"args": {
|
|
11245
11358
|
"database": {
|
|
11359
|
+
"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.",
|
|
11246
11360
|
"name": "database"
|
|
11247
11361
|
}
|
|
11248
11362
|
},
|
|
@@ -11335,6 +11449,7 @@
|
|
|
11335
11449
|
"aliases": [],
|
|
11336
11450
|
"args": {
|
|
11337
11451
|
"database": {
|
|
11452
|
+
"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.",
|
|
11338
11453
|
"name": "database"
|
|
11339
11454
|
}
|
|
11340
11455
|
},
|
|
@@ -11379,6 +11494,7 @@
|
|
|
11379
11494
|
"aliases": [],
|
|
11380
11495
|
"args": {
|
|
11381
11496
|
"backup_id": {
|
|
11497
|
+
"description": "ID of the backup. If omitted, we use the last backup ID.",
|
|
11382
11498
|
"name": "backup_id"
|
|
11383
11499
|
}
|
|
11384
11500
|
},
|
|
@@ -11423,6 +11539,7 @@
|
|
|
11423
11539
|
"aliases": [],
|
|
11424
11540
|
"args": {
|
|
11425
11541
|
"database": {
|
|
11542
|
+
"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.",
|
|
11426
11543
|
"name": "database"
|
|
11427
11544
|
}
|
|
11428
11545
|
},
|
|
@@ -11477,6 +11594,7 @@
|
|
|
11477
11594
|
"aliases": [],
|
|
11478
11595
|
"args": {
|
|
11479
11596
|
"database": {
|
|
11597
|
+
"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.",
|
|
11480
11598
|
"name": "database"
|
|
11481
11599
|
}
|
|
11482
11600
|
},
|
|
@@ -11530,6 +11648,7 @@
|
|
|
11530
11648
|
"aliases": [],
|
|
11531
11649
|
"args": {
|
|
11532
11650
|
"database": {
|
|
11651
|
+
"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.",
|
|
11533
11652
|
"name": "database"
|
|
11534
11653
|
}
|
|
11535
11654
|
},
|
|
@@ -11592,6 +11711,7 @@
|
|
|
11592
11711
|
"aliases": [],
|
|
11593
11712
|
"args": {
|
|
11594
11713
|
"database": {
|
|
11714
|
+
"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.",
|
|
11595
11715
|
"name": "database"
|
|
11596
11716
|
}
|
|
11597
11717
|
},
|
|
@@ -11645,6 +11765,7 @@
|
|
|
11645
11765
|
"aliases": [],
|
|
11646
11766
|
"args": {
|
|
11647
11767
|
"database": {
|
|
11768
|
+
"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.",
|
|
11648
11769
|
"name": "database"
|
|
11649
11770
|
}
|
|
11650
11771
|
},
|
|
@@ -11719,6 +11840,7 @@
|
|
|
11719
11840
|
"aliases": [],
|
|
11720
11841
|
"args": {
|
|
11721
11842
|
"database": {
|
|
11843
|
+
"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.",
|
|
11722
11844
|
"name": "database"
|
|
11723
11845
|
}
|
|
11724
11846
|
},
|
|
@@ -11772,10 +11894,12 @@
|
|
|
11772
11894
|
"aliases": [],
|
|
11773
11895
|
"args": {
|
|
11774
11896
|
"remote": {
|
|
11897
|
+
"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::`",
|
|
11775
11898
|
"name": "remote",
|
|
11776
11899
|
"required": true
|
|
11777
11900
|
},
|
|
11778
11901
|
"database": {
|
|
11902
|
+
"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::`",
|
|
11779
11903
|
"name": "database",
|
|
11780
11904
|
"required": true
|
|
11781
11905
|
}
|
|
@@ -11828,10 +11952,12 @@
|
|
|
11828
11952
|
"aliases": [],
|
|
11829
11953
|
"args": {
|
|
11830
11954
|
"database": {
|
|
11955
|
+
"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::`",
|
|
11831
11956
|
"name": "database",
|
|
11832
11957
|
"required": true
|
|
11833
11958
|
},
|
|
11834
11959
|
"link": {
|
|
11960
|
+
"description": "name of the linked data store",
|
|
11835
11961
|
"name": "link",
|
|
11836
11962
|
"required": true
|
|
11837
11963
|
}
|
|
@@ -11886,6 +12012,7 @@
|
|
|
11886
12012
|
"aliases": [],
|
|
11887
12013
|
"args": {
|
|
11888
12014
|
"database": {
|
|
12015
|
+
"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.",
|
|
11889
12016
|
"name": "database"
|
|
11890
12017
|
}
|
|
11891
12018
|
},
|
|
@@ -11930,6 +12057,7 @@
|
|
|
11930
12057
|
"aliases": [],
|
|
11931
12058
|
"args": {
|
|
11932
12059
|
"database": {
|
|
12060
|
+
"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.",
|
|
11933
12061
|
"name": "database"
|
|
11934
12062
|
}
|
|
11935
12063
|
},
|
|
@@ -11974,6 +12102,7 @@
|
|
|
11974
12102
|
"aliases": [],
|
|
11975
12103
|
"args": {
|
|
11976
12104
|
"database": {
|
|
12105
|
+
"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.",
|
|
11977
12106
|
"name": "database"
|
|
11978
12107
|
}
|
|
11979
12108
|
},
|
|
@@ -12024,10 +12153,12 @@
|
|
|
12024
12153
|
"aliases": [],
|
|
12025
12154
|
"args": {
|
|
12026
12155
|
"window": {
|
|
12156
|
+
"description": "timestamp of the maintenance window",
|
|
12027
12157
|
"name": "window",
|
|
12028
12158
|
"required": true
|
|
12029
12159
|
},
|
|
12030
12160
|
"database": {
|
|
12161
|
+
"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.",
|
|
12031
12162
|
"name": "database"
|
|
12032
12163
|
}
|
|
12033
12164
|
},
|
|
@@ -12074,9 +12205,11 @@
|
|
|
12074
12205
|
"aliases": [],
|
|
12075
12206
|
"args": {
|
|
12076
12207
|
"database": {
|
|
12208
|
+
"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.",
|
|
12077
12209
|
"name": "database"
|
|
12078
12210
|
},
|
|
12079
12211
|
"value": {
|
|
12212
|
+
"description": "boolean indicating if execution plans of queries will be logged for future connections",
|
|
12080
12213
|
"name": "value"
|
|
12081
12214
|
}
|
|
12082
12215
|
},
|
|
@@ -12121,9 +12254,11 @@
|
|
|
12121
12254
|
"aliases": [],
|
|
12122
12255
|
"args": {
|
|
12123
12256
|
"database": {
|
|
12257
|
+
"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.",
|
|
12124
12258
|
"name": "database"
|
|
12125
12259
|
},
|
|
12126
12260
|
"value": {
|
|
12261
|
+
"description": "boolean indicating if data replication slot details get logged",
|
|
12127
12262
|
"name": "value"
|
|
12128
12263
|
}
|
|
12129
12264
|
},
|
|
@@ -12167,6 +12302,7 @@
|
|
|
12167
12302
|
"aliases": [],
|
|
12168
12303
|
"args": {
|
|
12169
12304
|
"database": {
|
|
12305
|
+
"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.",
|
|
12170
12306
|
"name": "database"
|
|
12171
12307
|
}
|
|
12172
12308
|
},
|
|
@@ -12211,9 +12347,11 @@
|
|
|
12211
12347
|
"aliases": [],
|
|
12212
12348
|
"args": {
|
|
12213
12349
|
"database": {
|
|
12350
|
+
"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.",
|
|
12214
12351
|
"name": "database"
|
|
12215
12352
|
},
|
|
12216
12353
|
"value": {
|
|
12354
|
+
"description": "boolean indicating if database login attempts get logged",
|
|
12217
12355
|
"name": "value"
|
|
12218
12356
|
}
|
|
12219
12357
|
},
|
|
@@ -12257,9 +12395,11 @@
|
|
|
12257
12395
|
"aliases": [],
|
|
12258
12396
|
"args": {
|
|
12259
12397
|
"database": {
|
|
12398
|
+
"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.",
|
|
12260
12399
|
"name": "database"
|
|
12261
12400
|
},
|
|
12262
12401
|
"value": {
|
|
12402
|
+
"description": "boolean indicating if a message gets logged when a session waits longer than the deadlock_timeout to acquire a lock",
|
|
12263
12403
|
"name": "value"
|
|
12264
12404
|
}
|
|
12265
12405
|
},
|
|
@@ -12303,9 +12443,11 @@
|
|
|
12303
12443
|
"aliases": [],
|
|
12304
12444
|
"args": {
|
|
12305
12445
|
"database": {
|
|
12446
|
+
"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.",
|
|
12306
12447
|
"name": "database"
|
|
12307
12448
|
},
|
|
12308
12449
|
"value": {
|
|
12450
|
+
"description": "milliseconds to wait for a statement to complete before logging it",
|
|
12309
12451
|
"name": "value"
|
|
12310
12452
|
}
|
|
12311
12453
|
},
|
|
@@ -12349,6 +12491,7 @@
|
|
|
12349
12491
|
"aliases": [],
|
|
12350
12492
|
"args": {
|
|
12351
12493
|
"database": {
|
|
12494
|
+
"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.",
|
|
12352
12495
|
"name": "database"
|
|
12353
12496
|
},
|
|
12354
12497
|
"value": {
|
|
@@ -12401,9 +12544,11 @@
|
|
|
12401
12544
|
"aliases": [],
|
|
12402
12545
|
"args": {
|
|
12403
12546
|
"database": {
|
|
12547
|
+
"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.",
|
|
12404
12548
|
"name": "database"
|
|
12405
12549
|
},
|
|
12406
12550
|
"value": {
|
|
12551
|
+
"description": "type of SQL statements to log\n<options: none|ddl|mod|all>",
|
|
12407
12552
|
"name": "value",
|
|
12408
12553
|
"options": [
|
|
12409
12554
|
"none",
|
|
@@ -12453,9 +12598,11 @@
|
|
|
12453
12598
|
"aliases": [],
|
|
12454
12599
|
"args": {
|
|
12455
12600
|
"database": {
|
|
12601
|
+
"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.",
|
|
12456
12602
|
"name": "database"
|
|
12457
12603
|
},
|
|
12458
12604
|
"value": {
|
|
12605
|
+
"description": "function type to track\n<options: none|pl|all>",
|
|
12459
12606
|
"name": "value",
|
|
12460
12607
|
"options": [
|
|
12461
12608
|
"none",
|
|
@@ -12654,6 +12801,7 @@
|
|
|
12654
12801
|
],
|
|
12655
12802
|
"args": {
|
|
12656
12803
|
"url": {
|
|
12804
|
+
"description": "URL to replace the log drain with",
|
|
12657
12805
|
"name": "url",
|
|
12658
12806
|
"required": true
|
|
12659
12807
|
}
|
|
@@ -12886,6 +13034,7 @@
|
|
|
12886
13034
|
"aliases": [],
|
|
12887
13035
|
"args": {
|
|
12888
13036
|
"source": {
|
|
13037
|
+
"description": "IP address in CIDR notation",
|
|
12889
13038
|
"name": "source",
|
|
12890
13039
|
"required": true
|
|
12891
13040
|
}
|
|
@@ -12979,6 +13128,7 @@
|
|
|
12979
13128
|
"aliases": [],
|
|
12980
13129
|
"args": {
|
|
12981
13130
|
"source": {
|
|
13131
|
+
"description": "IP address in CIDR notation",
|
|
12982
13132
|
"name": "source",
|
|
12983
13133
|
"required": true
|
|
12984
13134
|
}
|
|
@@ -13438,6 +13588,7 @@
|
|
|
13438
13588
|
"aliases": [],
|
|
13439
13589
|
"args": {
|
|
13440
13590
|
"id": {
|
|
13591
|
+
"description": "ID of the webhook event",
|
|
13441
13592
|
"name": "id",
|
|
13442
13593
|
"required": true
|
|
13443
13594
|
}
|
|
@@ -13543,6 +13694,7 @@
|
|
|
13543
13694
|
"aliases": [],
|
|
13544
13695
|
"args": {
|
|
13545
13696
|
"id": {
|
|
13697
|
+
"description": "ID of the webhook event",
|
|
13546
13698
|
"name": "id",
|
|
13547
13699
|
"required": true
|
|
13548
13700
|
}
|
|
@@ -13598,9 +13750,11 @@
|
|
|
13598
13750
|
"aliases": [],
|
|
13599
13751
|
"args": {
|
|
13600
13752
|
"database": {
|
|
13753
|
+
"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.",
|
|
13601
13754
|
"name": "database"
|
|
13602
13755
|
},
|
|
13603
13756
|
"value": {
|
|
13757
|
+
"description": "boolean indicating if execution plans get logged",
|
|
13604
13758
|
"name": "value"
|
|
13605
13759
|
}
|
|
13606
13760
|
},
|
|
@@ -13645,9 +13799,11 @@
|
|
|
13645
13799
|
"aliases": [],
|
|
13646
13800
|
"args": {
|
|
13647
13801
|
"database": {
|
|
13802
|
+
"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.",
|
|
13648
13803
|
"name": "database"
|
|
13649
13804
|
},
|
|
13650
13805
|
"value": {
|
|
13806
|
+
"description": "boolean indicating if the database has buffer statistics enabled",
|
|
13651
13807
|
"name": "value"
|
|
13652
13808
|
}
|
|
13653
13809
|
},
|
|
@@ -13692,9 +13848,11 @@
|
|
|
13692
13848
|
"aliases": [],
|
|
13693
13849
|
"args": {
|
|
13694
13850
|
"database": {
|
|
13851
|
+
"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.",
|
|
13695
13852
|
"name": "database"
|
|
13696
13853
|
},
|
|
13697
13854
|
"value": {
|
|
13855
|
+
"description": "format of the log output\n<options: text|json|yaml|xml>",
|
|
13698
13856
|
"name": "value",
|
|
13699
13857
|
"options": [
|
|
13700
13858
|
"text",
|
|
@@ -13745,9 +13903,11 @@
|
|
|
13745
13903
|
"aliases": [],
|
|
13746
13904
|
"args": {
|
|
13747
13905
|
"database": {
|
|
13906
|
+
"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.",
|
|
13748
13907
|
"name": "database"
|
|
13749
13908
|
},
|
|
13750
13909
|
"value": {
|
|
13910
|
+
"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.",
|
|
13751
13911
|
"name": "value"
|
|
13752
13912
|
}
|
|
13753
13913
|
},
|
|
@@ -13792,9 +13952,11 @@
|
|
|
13792
13952
|
"aliases": [],
|
|
13793
13953
|
"args": {
|
|
13794
13954
|
"database": {
|
|
13955
|
+
"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.",
|
|
13795
13956
|
"name": "database"
|
|
13796
13957
|
},
|
|
13797
13958
|
"value": {
|
|
13959
|
+
"description": "boolean indicating if execution plan logs include nested statements",
|
|
13798
13960
|
"name": "value"
|
|
13799
13961
|
}
|
|
13800
13962
|
},
|
|
@@ -13839,9 +14001,11 @@
|
|
|
13839
14001
|
"aliases": [],
|
|
13840
14002
|
"args": {
|
|
13841
14003
|
"database": {
|
|
14004
|
+
"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.",
|
|
13842
14005
|
"name": "database"
|
|
13843
14006
|
},
|
|
13844
14007
|
"value": {
|
|
14008
|
+
"description": "boolean indicating if the database has trigger execution statistics enabled",
|
|
13845
14009
|
"name": "value"
|
|
13846
14010
|
}
|
|
13847
14011
|
},
|
|
@@ -13886,9 +14050,11 @@
|
|
|
13886
14050
|
"aliases": [],
|
|
13887
14051
|
"args": {
|
|
13888
14052
|
"database": {
|
|
14053
|
+
"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.",
|
|
13889
14054
|
"name": "database"
|
|
13890
14055
|
},
|
|
13891
14056
|
"value": {
|
|
14057
|
+
"description": "boolean indicating if the database has verbose execution plan logging enabled",
|
|
13892
14058
|
"name": "value"
|
|
13893
14059
|
}
|
|
13894
14060
|
},
|
|
@@ -13930,5 +14096,5 @@
|
|
|
13930
14096
|
]
|
|
13931
14097
|
}
|
|
13932
14098
|
},
|
|
13933
|
-
"version": "9.
|
|
14099
|
+
"version": "9.4.0"
|
|
13934
14100
|
}
|