Search the archives. This has come up on this list at least once before. Try searching for "download buildpack".
Dan
On Thu, Feb 11, 2016 at 6:27 AM, Rafal Radecki <radecki.rafal(a)gmail.com> wrote:
Hi.
I would like to get buildpack code for a buildpack which is currently in "cf buildpacks" list. I tried: - list of buildpacks -> cf curl /v2/buildpacks - details about my buildpack -> cf curl /v2/buildpacks/03ab7576-a181-4c46-9a0a-c4d61d262c2e In the second case I got: { "metadata": { "guid": "03ab7576-a181-4c46-9a0a-c4d61d262c2e", "url": "/v2/buildpacks/03ab7576-a181-4c46-9a0a-c4d61d262c2e", "created_at": "2015-07-23T16:04:13Z", "updated_at": "2015-07-23T17:25:46Z" }, "entity": { "name": "python-apt-xxx", "position": 9, "enabled": true, "locked": false, "filename": "python_buildpack-xxx.zip" } }
Is there a way to get mentioned python_buildpack-xxx.zip?