{"id":19900609,"url":"https://github.com/gobuffalo/buffalo-heroku","last_synced_at":"2025-05-02T23:31:02.486Z","repository":{"id":45890978,"uuid":"145252485","full_name":"gobuffalo/buffalo-heroku","owner":"gobuffalo","description":"Sets up and deploys apps to Heroku","archived":false,"fork":false,"pushed_at":"2022-07-06T07:25:18.000Z","size":168,"stargazers_count":16,"open_issues_count":0,"forks_count":9,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-07T08:18:10.359Z","etag":null,"topics":["buffalo","go","gobuffalo","golang","heroku","paas"],"latest_commit_sha":null,"homepage":"https://gobuffalo.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gobuffalo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-18T21:01:32.000Z","updated_at":"2023-08-24T18:43:13.000Z","dependencies_parsed_at":"2022-07-22T06:02:02.155Z","dependency_job_id":null,"html_url":"https://github.com/gobuffalo/buffalo-heroku","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gobuffalo","download_url":"https://codeload.github.com/gobuffalo/buffalo-heroku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252122211,"owners_count":21698305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buffalo","go","gobuffalo","golang","heroku","paas"],"created_at":"2024-11-12T20:12:45.401Z","updated_at":"2025-05-02T23:31:02.199Z","avatar_url":"https://github.com/gobuffalo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/gobuffalo/buffalo/blob/main/logo.svg\" width=\"360\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://godoc.org/github.com/gobuffalo/buffalo-heroku\"\u003e\u003cimg src=\"https://godoc.org/github.com/gobuffalo/buffalo-heroku?status.svg\" alt=\"GoDoc\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/gobuffalo/buffalo-heroku\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/gobuffalo/buffalo-heroku\" alt=\"Go Report Card\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# buffalo-heroku\n\nThis is a plugin for [https://gobuffalo.io](https://gobuffalo.io) that makes working with Heroku easier.\n\nIt assumes you are using Docker to deploy to Heroku. It is recommended you read [https://devcenter.heroku.com/articles/container-registry-and-runtime](https://devcenter.heroku.com/articles/container-registry-and-runtime) first.\n\n## Installation\n\n```bash\n$ go get -u -v github.com/gobuffalo/buffalo-heroku\n```\n\nOr, if you have `GO111MODULE=on`\n\n```bash\nbuffalo plugins install github.com/gobuffalo/buffalo-heroku\n```\n\n## Help\n\n```bash\n$ buffalo heroku --help\n```\n\n## Pre-Requisites\n\n* You should absolutely have read [https://devcenter.heroku.com/articles/container-registry-and-runtime](https://devcenter.heroku.com/articles/container-registry-and-runtime) first.\n* You should have the Heroku CLI installed [https://devcenter.heroku.com/articles/heroku-cli](https://devcenter.heroku.com/articles/heroku-cli).\n\n## New\n\nThe `buffalo heroku new` command will setup and create a new Heroku app for you, with a bunch of defaults that **I** find nice.\n\n### Flags/Options\n\nThere are a lot of flags and options you can use to tweak the Heroku app you create. Use the `--help` flag to see a list of them all.\n\n```bash\n$ buffalo heroku new -h\n\ncreates a new heroku application\n\nUsage:\n  buffalo-heroku heroku new [flags]\n\nFlags:\n      --addon:heroku-postgresql string   options: hobby-dev, hobby-basic, standard-0 (default \"hobby-dev\")\n      --addon:heroku-redis string        options: hobby-dev (default \"hobby-dev\")\n      --addon:sendgrid string            options: starter (default \"starter\")\n  -a, --app-name string                  the name of the heroku app to deploy\n      --auth                             log into heroku from the cli\n  -d, --dry-run                          run the generator without creating files or running commands\n  -l, --dyno-level string                free, hobby, standard-1x, standard-2x (default \"free\")\n  -e, --environment string               the environment to run the application in (default \"production\")\n  -h, --help                             help for new\n```\n\n## Deploying\n\nThe initial `setup` command will do a deploy at the end, but after that you'll want to use the `buffalo heroku deploy` command to push a new version of your application, it'll even try to run your migrations for you.\n\n```bash\n$ buffalo heroku deploy\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobuffalo%2Fbuffalo-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobuffalo%2Fbuffalo-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobuffalo%2Fbuffalo-heroku/lists"}