Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmuellr/cf-buildpack-dump

a buildpack for CloudFoundry that just dumps environment information at staging/compile time
https://github.com/pmuellr/cf-buildpack-dump

Last synced: about 1 month ago
JSON representation

a buildpack for CloudFoundry that just dumps environment information at staging/compile time

Awesome Lists containing this project

README

        

cf-buildpack-dump
================================================================================

This is a CloudFoundry buildpack that just dumps information about the
app staging environment. Useful if you're writing your own buildpack, or
curious about what's available when your app is staged.

To use it, you can push any old app with this buildpack, but you can also
push THIS BUILDPACK as an app, since the buildpack doesn't really do anything.

To do this, run:

cf push --name XYZ-cf-buildpack-dump --buildpack https://github.com/pmuellr/cf-buildpack-dump.git

You can look at the staging output at any time, with `cf logs`, as in

cf logs XYZ-cf-buildpack-dump