Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmuellr/cf-buildpack-dump
- Owner: pmuellr
- Created: 2013-10-10T20:46:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T15:15:43.000Z (about 11 years ago)
- Last Synced: 2024-04-09T21:04:44.001Z (9 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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