{"id":18532184,"url":"https://github.com/weibeld/heroku-buildpack-info","last_synced_at":"2025-05-14T22:34:46.554Z","repository":{"id":29288614,"uuid":"32821370","full_name":"weibeld/heroku-buildpack-info","owner":"weibeld","description":"Display information about the build process on Heroku","archived":false,"fork":false,"pushed_at":"2016-06-09T17:12:58.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T06:43:31.639Z","etag":null,"topics":["buildpack","heroku","heroku-buildpack"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/weibeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-24T19:51:11.000Z","updated_at":"2017-04-17T05:29:46.000Z","dependencies_parsed_at":"2022-08-03T11:00:25.817Z","dependency_job_id":null,"html_url":"https://github.com/weibeld/heroku-buildpack-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeld%2Fheroku-buildpack-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeld%2Fheroku-buildpack-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeld%2Fheroku-buildpack-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeld%2Fheroku-buildpack-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weibeld","download_url":"https://codeload.github.com/weibeld/heroku-buildpack-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254240216,"owners_count":22037841,"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":["buildpack","heroku","heroku-buildpack"],"created_at":"2024-11-06T19:04:53.715Z","updated_at":"2025-05-14T22:34:46.475Z","avatar_url":"https://github.com/weibeld.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Heroku Buildpack: Info\n======================\n\nDisplay information about the build process.\n\n\nDescription\n-----------\n\nThis buildpack doesn't do any transformations, it just displays various locations and their contents on the build dyno during the build of your app. It is useful to better understand the build process, for example, for creating a custom buildpack.\n\nAs a **summary**, when you do `git push heroku master`, then:\n\n- your app directory is sent to a **build dyno** where it is placed in a certain directory\n- the **slug compiler** running on the build dyno fetches the **buildpack**, set with `heroku buildpack:set \u003curl\u003e`, and executes its `detect`, `compile`, and `release` scripts\n- your app directory, along with any transformations made by the `compile` script, (now called **\"slug\"**) is loaded as `/app` onto the production **dynos**, and the dynos are started\n\n\nUsage\n-----\n\nSimply do\n\n~~~bash\nheroku buildpacks:set https://github.com/weibeld/heroku-buildpack-info.git\n~~~\n\nOn the next `git push heroku master`, the Info buildpack will be used.\n\nFor more information on how to use custom buildpacks, see \u003chttps://devcenter.heroku.com/articles/third-party-buildpacks#using-a-custom-buildpack\u003e.\n\n\nUsage together with other buildpacks\n------------------------------------\n\nYou can use multiple buildpacks at the same time as described on [https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app](\nhttps://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app):\n\n~~~bash\nheroku buildpacks:add --index 1 heroku/ruby\nheroku buildpacks:add --index 2 https://github.com/weibeld/heroku-buildpack-info.git\n~~~\n\nYou can always check which buildpacks you have currently added to your app with:\n\n~~~bash\nheroku buildpacks\n~~~\n\n\nLicense\n-------\n\nLicensed under the MIT License. See [LICENSE.md](LICENSE.md) file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibeld%2Fheroku-buildpack-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweibeld%2Fheroku-buildpack-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibeld%2Fheroku-buildpack-info/lists"}